Home
last modified time | relevance | path

Searched refs:option_name (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/standard/tests/streams/
H A Dstream_context_set_option_error.phpt30 stream_context_set_option(): Argument #3 ($option_name) must be null when argument #2 ($wrapper_or_…
34 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o…
/php-src/ext/filter/
H A Dlogical_filters.c36 #define FETCH_DOUBLE_OPTION(var_name, option_name) \ argument
40 …if ((option_val = zend_hash_str_find(Z_ARRVAL_P(option_array), option_name, sizeof(option_name) - …
48 #define FETCH_LONG_OPTION(var_name, option_name) \ argument
52 …if ((option_val = zend_hash_str_find(Z_ARRVAL_P(option_array), option_name, sizeof(option_name) - …
60 #define FETCH_STRING_OPTION(var_name, option_name) \ argument
65 …ion_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_name) - 1)…
76 #define FETCH_STR_OPTION(var_name, option_name) \ argument
80 …ion_val = zend_hash_str_find_deref(Z_ARRVAL_P(option_array), option_name, sizeof(option_name) - 1)…
/php-src/ext/openssl/
H A Dphp_openssl.h99 bool contains_file_protocol, bool is_from_array, const char *option_name);
112 bool contains_file_protocol, bool is_from_array, const char *option_name) in php_openssl_check_path_str_ex() argument
116 is_from_array, option_name); in php_openssl_check_path_str_ex()
H A Dopenssl.c556 bool contains_file_protocol, bool is_from_array, const char *option_name) in php_openssl_check_path_ex() argument
589 const char *option_title = option_name ? option_name : "unknown"; in php_openssl_check_path_ex()
593 } else if (is_from_array && option_name != NULL) { in php_openssl_check_path_ex()
595 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex()
598 } else if (option_name != NULL) { in php_openssl_check_path_ex()
600 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex()
655 zval *val, bool *free_cert, uint32_t arg_num, bool is_from_array, const char *option_name);
1456 zend_string *cert_str, uint32_t arg_num, bool is_from_array, const char *option_name) { in php_openssl_x509_from_str() argument
1531 return php_openssl_x509_from_str(Z_STR_P(val), arg_num, is_from_array, option_name); in php_openssl_x509_from_zval()
2549 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF()
[all …]
/php-src/ext/pdo/
H A Dphp_pdo_driver.h177 static inline zend_long pdo_attr_lval(zval *options, unsigned option_name, zend_long defval) in pdo_attr_lval() argument
181 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_lval()
186 static inline zend_string *pdo_attr_strval(zval *options, unsigned option_name, zend_string *defval) in pdo_attr_strval() argument
190 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_strval()
/php-src/ext/standard/
H A Dbasic_functions.c1991 static int php_ini_check_path(char *option_name, size_t option_len, char *new_option_name, size_t n… argument
1997 return !strncmp(option_name, new_option_name, option_len);
H A Dbasic_functions.stub.php3403 function stream_context_set_option($context, array|string $wrapper_or_options, ?string $option_name
H A Dbasic_functions_arginfo.h1831 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, option_name, IS_STRING, 1, "null")
/php-src/ext/curl/
H A Dinterface.c1611 …fcall_info_cache *const handler_fcc, zval *callable, bool is_array_config, const char *option_name) in php_curl_set_callable_handler() argument
1624 …type_error(2 + !is_array_config, "must be a valid callback for option %s, %s", option_name, error); in php_curl_set_callable_handler()

Completed in 64 milliseconds