Home
last modified time | relevance | path

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

/PHP-8.1/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_…
32 stream_context_set_option(): Argument #3 ($option_name) cannot be null when argument #2 ($wrapper_o…
/PHP-8.1/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-8.1/ext/pdo/
H A Dphp_pdo_driver.h176 static inline zend_long pdo_attr_lval(zval *options, unsigned option_name, zend_long defval) in pdo_attr_lval() argument
180 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_lval()
185 static inline zend_string *pdo_attr_strval(zval *options, unsigned option_name, zend_string *defval) in pdo_attr_strval() argument
189 if (options && (v = zend_hash_index_find(Z_ARRVAL_P(options), option_name))) { in pdo_attr_strval()
/PHP-8.1/ext/openssl/
H A Dopenssl.c497 bool contains_file_protocol, bool is_from_array, const char *option_name) in php_openssl_check_path_ex() argument
530 const char *option_title = option_name ? option_name : "unknown"; in php_openssl_check_path_ex()
534 } else if (is_from_array && option_name != NULL) { in php_openssl_check_path_ex()
536 arg_num, error_type, "option %s array item %s", option_name, error_msg); in php_openssl_check_path_ex()
539 } else if (option_name != NULL) { in php_openssl_check_path_ex()
541 arg_num, error_type, "option %s %s", option_name, error_msg); in php_openssl_check_path_ex()
563 bool contains_file_protocol, bool is_from_array, const char *option_name) in php_openssl_check_path_str_ex() argument
567 is_from_array, option_name); in php_openssl_check_path_str_ex()
1580 return php_openssl_x509_from_str(Z_STR_P(val), arg_num, is_from_array, option_name); in php_openssl_x509_from_zval()
2603 cert = php_openssl_x509_from_zval(zcertval, &free_cert, arg_num, true, option_name); in STACK_OF()
[all …]
/PHP-8.1/ext/standard/
H A Dbasic_functions.c2056 static int php_ini_check_path(char *option_name, size_t option_len, char *new_option_name, size_t n… argument
2062 return !strncmp(option_name, new_option_name, option_len);
H A Dbasic_functions.stub.php1598 function stream_context_set_option($context, array|string $wrapper_or_options, ?string $option_name argument
H A Dbasic_functions_arginfo.h1869 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, option_name, IS_STRING, 1, "null")

Completed in 178 milliseconds