optional_args 867 ext/openssl/openssl.c if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_STRING) \ optional_args 873 ext/openssl/openssl.c if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), key, sizeof(key)-1)) != NULL && Z_TYPE_P(item) == IS_LONG) \ optional_args 899 ext/openssl/openssl.c static int php_openssl_parse_config(struct php_x509_request * req, zval * optional_args) /* {{{ */ optional_args 936 ext/openssl/openssl.c if (optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key", sizeof("encrypt_key")-1)) != NULL) { optional_args 950 ext/openssl/openssl.c if (req->priv_key_encrypt && optional_args && (item = zend_hash_str_find(Z_ARRVAL_P(optional_args), "encrypt_key_cipher", sizeof("encrypt_key_cipher")-1)) != NULL