Home
last modified time | relevance | path

Searched refs:arg (Results 226 – 250 of 583) sorted by relevance

12345678910>>...24

/PHP-7.1/main/
H A Dphp_ini.c121 static int php_ini_displayer(zval *el, void *arg) in php_ini_displayer() argument
124 int module_number = *(int *)arg; in php_ini_displayer()
152 static int php_ini_available(zval *el, void *arg) in php_ini_available() argument
155 int *module_number_available = (int *)arg; in php_ini_available()
343 static void php_load_php_extension_cb(void *arg) in php_load_php_extension_cb() argument
346 php_load_extension(*((char **) arg), MODULE_PERSISTENT, 0); in php_load_php_extension_cb()
353 static void php_load_zend_extension_cb(void *arg) in php_load_zend_extension_cb() argument
355 char *filename = *((char **) arg); in php_load_zend_extension_cb()
/PHP-7.1/Zend/tests/
H A Dbug61362.phpt5 function test($arg){
H A Dbug74164.phpt2 Bug #74164 (PHP hangs when an invalid value is dynamically passed to typehinted by-ref arg)
H A Dcall_user_func_array_prefer_ref.phpt2 call_user_func_array() passes value to prefer-ref arg if element wasn't a reference
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
/PHP-7.1/Zend/tests/bug67436/
H A Dbug67436_nohandler.phpt19 Warning: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT) in %s%e…
/PHP-7.1/ext/intl/tests/
H A Dmsgfmt_format_error3.phpt2 MessageFormatter::format() given negative arg key
H A Dcalendar_clear_variation1.phpt2 IntlCalendar::clear() 1 arg variation
H A Dcalendar_setTimeZone_variation1.phpt2 IntlCalendar::setTimeZone() variation with NULL arg
H A Dbreakiter_next_error.phpt2 IntlBreakIterator::next(): arg errors
H A Dmsgfmt_format_error4.phpt2 MessageFormatter::format() invalid UTF-8 for arg key or value
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold() argument
110 flag, f, arg); in apply_all_case_fold()
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug70213.phpt9 function __autoload($arg) {
/PHP-7.1/ext/standard/
H A Dhead.c275 static void php_head_apply_header_list_to_hash(void *data, void *arg) in php_head_apply_header_list_to_hash() argument
279 if (arg && sapi_header) { in php_head_apply_header_list_to_hash()
280 add_next_index_string((zval *)arg, (char *)(sapi_header->header)); in php_head_apply_header_list_to_hash()
H A Durl_scanner_ex.h43 smart_str arg; /* read only */ member
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_worker_pool.c37 static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ in fpm_worker_pool_cleanup() argument
/PHP-7.1/ext/spl/tests/
H A DarrayObject_uasort_error1.phpt2 Test ArrayObject::uasort() function : wrong arg count
H A DarrayObject_uksort_error1.phpt2 Test ArrayObject::uksort() function : wrong arg count
/PHP-7.1/Zend/
H A Dzend_builtin_functions.c532 zval *arg; in ZEND_FUNCTION() local
569 ZVAL_DEREF(arg); in ZEND_FUNCTION()
570 ZVAL_COPY(return_value, arg); in ZEND_FUNCTION()
1047 zval *arg; in ZEND_FUNCTION() local
1064 ce = Z_OBJ_P(arg)->ce; in ZEND_FUNCTION()
2185 zval *name_array = (zval *)arg; in add_extension_info()
2194 zval *name_array = (zval *)arg; in add_zendext_info()
2319 zval *arg; in debug_backtrace_get_args() local
2324 if (arg) { in debug_backtrace_get_args()
2326 Z_ADDREF_P(arg); in debug_backtrace_get_args()
[all …]
/PHP-7.1/ext/standard/tests/general_functions/
H A Descapeshellarg_basic-win32-mb.phpt10 /* Prototype : string escapeshellarg ( string $arg )
H A Descapeshellarg_basic-win32.phpt10 /* Prototype : string escapeshellarg ( string $arg )
H A Descapeshellarg_basic.phpt10 /* Prototype : string escapeshellarg ( string $arg )
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregenc.h115 …igenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
117 …oldCodes map[], int ess_tsett_flag, OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
152 …enc_unicode_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f, void* arg));
/PHP-7.1/sapi/cli/tests/
H A D014.phpt18 public static function foo(Test $arg) {
39 …pan style="color: #007700">(</span><span style="color: #0000BB">Test&nbsp;$arg</span><span style="…
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_pkey_new_error.phpt8 from openssl_pkey_new() with an empty sub-array arg */

Completed in 35 milliseconds

12345678910>>...24