Home
last modified time | relevance | path

Searched refs:get_active_function_name (Results 1 – 19 of 19) sorted by relevance

/php-src/Zend/
H A Dzend_list.c111 …pplied resource is not a valid %s resource", class_name, space, get_active_function_name(), resour… in zend_fetch_resource2()
126 …pplied resource is not a valid %s resource", class_name, space, get_active_function_name(), resour… in zend_fetch_resource()
138 …zend_type_error("%s%s%s(): no %s resource supplied", class_name, space, get_active_function_name()… in zend_fetch_resource_ex()
145 …pplied argument is not a valid %s resource", class_name, space, get_active_function_name(), resour… in zend_fetch_resource_ex()
159 …zend_type_error("%s%s%s(): no %s resource supplied", class_name, space, get_active_function_name()… in zend_fetch_resource2_ex()
166 …pplied argument is not a valid %s resource", class_name, space, get_active_function_name(), resour… in zend_fetch_resource2_ex()
H A Dzend_dtrace.c70 funcname = get_active_function_name(); in dtrace_execute_ex()
H A Dzend_execute.h378 ZEND_API const char *get_active_function_name(void);
H A Dzend_API.c98 …t_count_error("Wrong parameter count for %s%s%s()", class_name, space, get_active_function_name()); in zend_wrong_param_count()
387 class_name, space, get_active_function_name()); in zend_unexpected_extra_named_error()
1343 …ZSTR_VAL(Z_OBJCE_P(this_ptr)->name), get_active_function_name(), ZSTR_VAL(ce->name), get_active_fu… in zend_parse_method_parameters()
1376 …ZSTR_VAL(ce->name), get_active_function_name(), ZSTR_VAL(Z_OBJCE_P(this_ptr)->name), get_active_fu… in zend_parse_method_parameters_ex()
H A Dzend_execute_API.c80 get_active_function_name(),
560 ZEND_API const char *get_active_function_name(void) /* {{{ */ in get_active_function_name() function
/php-src/ext/standard/
H A Dhead.c105 get_active_function_name()); in php_setcookie()
110 get_active_function_name()); in php_setcookie()
116 get_active_function_name()); in php_setcookie()
202 zend_value_error("%s(): option array cannot have numeric keys", get_active_function_name()); in php_head_parse_cookie_options_array()
218 zend_value_error("%s(): option \"%s\" is invalid", get_active_function_name(), ZSTR_VAL(key)); in php_head_parse_cookie_options_array()
246 "($expires_or_options) is an array", get_active_function_name()); in php_setcookie_common()
H A Dformatted_print.c52 …PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchar()
67 …PRINTF_DEBUG(("%s(): ereallocing buffer to %d bytes\n", get_active_function_name(), ZSTR_LEN(*buff… in php_sprintf_appendchars()
H A Dstring.c1067 get_active_function_name() in PHP_FUNCTION()
1094 get_active_function_name()
1119 get_active_function_name()
H A Darray.c1015 "Calling %s() on an object is deprecated", get_active_function_name()); in get_ht_for_iap()
/php-src/ext/filter/
H A Dcallback_filter.c26 zend_type_error("%s(): Option must be a valid callback", get_active_function_name()); in php_filter_callback()
H A Dlogical_filters.c374 …zend_value_error("%s(): \"decimal\" option must be one character long", get_active_function_name()… in php_filter_float()
385 zend_value_error("%s(): \"thousand\" option must not be empty", get_active_function_name()); in php_filter_float()
486 zend_value_error("%s(): \"regexp\" option is missing", get_active_function_name()); in php_filter_validate_regexp()
995 …d_value_error("%s(): \"separator\" option must be one character long", get_active_function_name()); in php_filter_validate_mac()
/php-src/ext/intl/idn/
H A Didn.c44 get_active_function_name(), in php_intl_idn_check_status()
/php-src/ext/pgsql/
H A Dpgsql.c4946 …: Field \"%s\" must be of type string|null|int|bool, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
4988 …_error("%s(): Field \"%s\" must be of type int|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5094 …ror("%s(): Field \"%s\" must be of type string|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5136 …_error("%s(): Field \"%s\" must be of type int|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5173 …ror("%s(): Field \"%s\" must be of type string|null, given %s", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5206 …ror("%s(): Field \"%s\" must be of type string|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5236 …ror("%s(): Field \"%s\" must be of type string|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5266 …ror("%s(): Field \"%s\" must be of type string|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5313 …ror("%s(): Field \"%s\" must be of type string|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
5354 …ror("%s(): Field \"%s\" must be of type string|null, %s given", get_active_function_name(), ZSTR_V… in php_pgsql_convert()
[all …]
/php-src/ext/dba/
H A Ddba_db4.c46 const char *function = get_active_function_name(); in php_dba_db4_errcall_fcn()
/php-src/ext/ldap/
H A Dldap.c419 zend_value_error("%s(): Control must have an \"oid\" key", get_active_function_name()); in php_ldap_control_from_array()
474 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in php_ldap_control_from_array()
497 zend_value_error("%s(): Control must have a \"filter\" key", get_active_function_name()); in php_ldap_control_from_array()
521 zend_value_error("%s(): Control must have an \"attrs\" key", get_active_function_name()); in php_ldap_control_from_array()
589 zend_value_error("%s(): Sort key list must have an \"attr\" key", get_active_function_name()); in php_ldap_control_from_array()
636 …_error("%s(): Array value for VLV control must have a \"before\" key", get_active_function_name()); in php_ldap_control_from_array()
644 …_error("%s(): Array value for VLV control must have an \"after\" key", get_active_function_name()); in php_ldap_control_from_array()
665 …e_error("%s(): Array value for VLV control must have a \"count\" key", get_active_function_name()); in php_ldap_control_from_array()
670 …r VLV control must have either an \"attrvalue\" or an \"offset\" key", get_active_function_name()); in php_ldap_control_from_array()
694 …zend_type_error("%s(): Control OID %s cannot be of type array", get_active_function_name(), ZSTR_V… in php_ldap_control_from_array()
/php-src/ext/curl/
H A Dinterface.c107 zend_value_error("%s(): cURL option must not contain any null bytes", get_active_function_name()); in php_curl_option_str()
1848 …end_value_error("%s(): Disabling safe uploads is no longer supported", get_active_function_name()); in _php_curl_setopt()
2041 … zend_value_error("%s(): The provided file handle must be writable", get_active_function_name()); in _php_curl_setopt()
2059 … zend_value_error("%s(): The provided file handle must be writable", get_active_function_name()); in _php_curl_setopt()
2088 … zend_value_error("%s(): The provided file handle must be writable", get_active_function_name()); in _php_curl_setopt()
2151 … zend_type_error("%s(): The %s option must have an array value", get_active_function_name(), name); in _php_curl_setopt()
2783 …hrow_error(NULL, "%s(): Attempt to close cURL handle from a callback", get_active_function_name()); in PHP_FUNCTION()
2965 …hrow_error(NULL, "%s(): Attempt to reset cURL handle from a callback", get_active_function_name()); in PHP_FUNCTION()
H A Dmulti.c68 …hrow_error(NULL, "%s(): Could not initialize a new cURL multi handle", get_active_function_name()); in PHP_FUNCTION()
/php-src/main/
H A Dmain.c1057 } else if ((function = get_active_function_name()) && strlen(function)) { in php_verror()
/php-src/ext/session/
H A Dsession.c2684 get_active_function_name(), ZSTR_VAL(str_idx), zend_zval_value_name(value) in PHP_FUNCTION()

Completed in 166 milliseconds