/PHP-8.1/ext/standard/tests/strings/ |
H A D | vprintf_variation12.phpt | 11 * the '$format' and '$args' arguments of the function 68 foreach($args_array as $args) { 70 $result = vprintf($formats, $args);
|
H A D | vprintf_variation4_64bit.phpt | 11 * the '$format' and '$args' arguments of the function 61 foreach($args_array as $args) { 63 $result = vprintf($formats, $args);
|
H A D | vprintf_variation12_64bit.phpt | 11 * the '$format' and '$args' arguments of the function 68 foreach($args_array as $args) { 70 $result = vprintf($formats, $args);
|
H A D | vprintf_variation4.phpt | 11 * the '$format' and '$args' arguments of the function 61 foreach($args_array as $args) { 63 $result = vprintf($formats, $args);
|
H A D | vprintf_variation16.phpt | 11 * are passed to the '$format' and '$args' arguments of the function 61 foreach($args_array as $args) { 63 $result = vprintf($formats, $args);
|
H A D | vprintf_variation16_64bit.phpt | 11 * are passed to the '$format' and '$args' arguments of the function 61 foreach($args_array as $args) { 63 $result = vprintf($formats, $args);
|
H A D | vprintf_variation14.phpt | 11 * the '$format' and '$args' arguments of the function 69 foreach($args_array as $args) { 71 $result = vprintf($formats, $args);
|
H A D | vprintf_variation14_64bit.phpt | 11 * the '$format' and '$args' arguments of the function 69 foreach($args_array as $args) { 71 $result = vprintf($formats, $args);
|
/PHP-8.1/tests/lang/ |
H A D | func_get_args.001.phpt | 2 func_get_args with no args
|
H A D | func_num_args.001.phpt | 2 func_num_args with no args
|
H A D | func_num_args.002.phpt | 2 func_num_args with variable number of args
|
H A D | func_get_args.002.phpt | 2 func_get_args with variable number of args
|
H A D | func_get_arg.002.phpt | 2 func_get_arg with variable number of args
|
/PHP-8.1/Zend/ |
H A D | zend.c | 1590 va_list args; in zend_error_at() local 1599 va_end(args); in zend_error_at() 1605 va_list args; in zend_error() local 1610 va_end(args); in zend_error() 1616 va_list args; in zend_error_unchecked() local 1621 va_end(args); in zend_error_unchecked() 1627 va_list args; in zend_error_at_noreturn() local 1636 va_end(args); in zend_error_at_noreturn() 1645 va_list args; in zend_error_noreturn() local 1650 va_end(args); in zend_error_noreturn() [all …]
|
/PHP-8.1/Zend/tests/ |
H A D | closure_extra_args.phpt | 2 Immediately invoked closure with extra args
|
H A D | bug69025.phpt | 6 public static function __callStatic($method, $args)
|
/PHP-8.1/ext/openssl/tests/ |
H A D | openssl_csr_export_basic.phpt | 23 $args = array( 32 $csr = openssl_csr_new($dn, $privkey, $args);
|
H A D | openssl_csr_sign_basic.phpt | 26 $args = array( 35 $csr = openssl_csr_new($dn, $privkey, $args); 37 var_dump(openssl_csr_sign($csr, null, $privkey, 365, $args));
|
H A D | openssl_csr_get_subject_basic.phpt | 29 $args = array( 38 $csr = openssl_csr_new($dn, $privkey_file, $args);
|
/PHP-8.1/ext/mbstring/ |
H A D | php_mbregex.c | 690 beg = args->region->beg[gn]; in mb_regex_groups_iter() 691 end = args->region->end[gn]; in mb_regex_groups_iter() 692 if (beg >= 0 && beg < end && end <= args->search_len) { in mb_regex_groups_iter() 693 …add_assoc_stringl_ex(args->groups, (char *)name, name_end - name, &args->search_str[beg], end - be… in mb_regex_groups_iter() 955 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_exec() 1083 zval args[1]; in _php_mb_regex_ereg_replace_exec() local 1093 onig_foreach_name(re, mb_regex_groups_iter, &args); in _php_mb_regex_ereg_replace_exec() 1096 ZVAL_COPY_VALUE(&args[0], &subpats); in _php_mb_regex_ereg_replace_exec() 1101 arg_replace_fci.params = args; in _php_mb_regex_ereg_replace_exec() 1411 mb_regex_groups_iter_args args = { in _php_mb_regex_ereg_search_exec() local [all …]
|
/PHP-8.1/sapi/fuzzer/ |
H A D | fuzzer-sapi.h | 23 void fuzzer_call_php_func_zval(const char *func_name, int nargs, zval *args);
|
/PHP-8.1/ext/zend_test/ |
H A D | fiber.stub.php | 9 public function start(mixed ...$args): mixed {} argument
|
/PHP-8.1/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 168 local function wcall(func, args) 674 for i=1,#args do 675 local a = args[i] 1921 local t = args[nn] 1974 local a = args[narg] 2040 local function matchtm(tm, args) 2041 for i=1,#args do 2050 local args = {} 2061 args[i] = parseoperand(p) 2062 local nsz = args[i].opsize [all …]
|
/PHP-8.1/Zend/tests/arg_unpack/ |
H A D | by_ref.phpt | 8 function test1(&...$args) { 9 foreach ($args as &$arg) {
|
/PHP-8.1/ext/hash/ |
H A D | php_hash_gost.h | 32 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *args);
|