/PHP-8.1/ext/standard/ |
H A D | scanf.h | 38 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
|
H A D | scanf.c | 575 int argCount, zval *args, in php_sscanf_internal() argument 618 ZEND_ASSERT(Z_ISREF(args[i]) && "Parameter must be passed by reference"); in php_sscanf_internal() 732 current = args + objIndex++; in php_sscanf_internal() 850 current = args + objIndex++; in php_sscanf_internal() 890 current = args + objIndex++; in php_sscanf_internal() 1043 current = args + objIndex++; in php_sscanf_internal() 1052 current = args + objIndex++; in php_sscanf_internal() 1156 current = args + objIndex++; in php_sscanf_internal()
|
/PHP-8.1/Zend/tests/named_params/ |
H A D | unpack_and_named_2.phpt | 2 Named args before unpacking (not supported)
|
/PHP-8.1/Zend/tests/variadic/ |
H A D | no_default_error.phpt | 6 function test(...$args = 123) {}
|
H A D | by_ref_error.phpt | 6 function test(&... $args) { }
|
/PHP-8.1/ext/standard/tests/strings/ |
H A D | vfprintf_basic.phpt | 9 function writeAndDump($fp, $format, $args) 12 $length = vfprintf( $fp, $format, $args );
|
H A D | strtr_variation4.phpt | 38 //strtr() call in three args syntax form 41 //strtr() call in two args syntax form
|
H A D | vprintf_variation18.phpt | 7 * the '$format' and '$args' arguments of the function 57 foreach($args_array as $args) { 59 $result = vprintf($formats, $args);
|
H A D | vfprintf_variation1.phpt | 27 function writeAndDump($fp, $format, $args) 31 $length = vfprintf( $fp, $format, $args );
|
/PHP-8.1/ext/reflection/tests/ |
H A D | ReflectionProperty_getValue_error.phpt | 24 echo "\nStatic property / too many args:\n"; 54 Static property / too many args:
|
H A D | ReflectionMethod_invokeArgs_basic.phpt | 38 echo "\nMethod with args:\n"; 66 Method with args:
|
/PHP-8.1/Zend/tests/ |
H A D | bug38220.phpt | 25 function __call($method, $args) { 32 call_user_func_array(array($drv, $method), $args);
|
H A D | bug47880.phpt | 8 $backtrace[1]['args'][1] = 'bomb';
|
H A D | bug63762.phpt | 25 'args' => NULL 49 Warning: args element is not an array in %s on line %d
|
H A D | call_user_func_array_invalid_type.phpt | 18 call_user_func_array(): Argument #2 ($args) must be of type array, null given
|
/PHP-8.1/Zend/ |
H A D | zend_closures.stub.php | 21 public function call(object $newThis, mixed ...$args): mixed {} argument
|
H A D | zend_fibers.stub.php | 13 public function start(mixed ...$args): mixed {} argument
|
H A D | zend_compile.c | 3844 if (args->children != 1) { in zend_compile_func_strlen() 3865 if (args->children != 1) { in zend_compile_func_typecheck() 3885 if (args->children != 1) { in zend_compile_func_is_scalar() 3900 if (args->children != 1) { in zend_compile_func_cast() 3920 if (args->children != 1 || args->child[0]->kind != ZEND_AST_ZVAL) { in zend_compile_func_defined() 4097 if (args->children < 1) { in zend_compile_func_cuf() 4101 zend_compile_init_user_func(args->child[0], args->children - 1, lcname); in zend_compile_func_cuf() 4355 && args->children == 2 in zend_compile_func_array_slice() 6550 attributes, name, args ? args->children : 0, flags, offset, el->lineno); in zend_compile_attributes() 6554 if (args) { in zend_compile_attributes() [all …]
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.stub.php | 130 public function invoke(mixed ...$args): mixed {} argument 133 public function invokeArgs(array $args): mixed {} argument 199 public function invoke(?object $object, mixed ...$args): mixed {} argument 202 public function invokeArgs(?object $object, array $args): mixed {} argument 327 public function newInstance(mixed ...$args): object {} argument 333 public function newInstanceArgs(array $args = []): ?object {} argument
|
/PHP-8.1/ext/hash/ |
H A D | php_hash_joaat.h | 25 PHP_HASH_API void PHP_JOAATInit(PHP_JOAAT_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
|
H A D | php_hash_adler32.h | 27 PHP_HASH_API void PHP_ADLER32Init(PHP_ADLER32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
|
/PHP-8.1/ext/opcache/tests/match/ |
H A D | 001.phpt | 30 ; (lines=15, args=0, vars=1, tmps=2) 52 ; (lines=9, args=1, vars=1, tmps=0)
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | 001.phpt | 16 function make_nested_array ($depth, $breadth, $function = NULL, $args = array ()) { 21 $array = array (call_user_func_array ($function, $args));
|
/PHP-8.1/ext/opcache/tests/opt/ |
H A D | nullsafe_002.phpt | 23 ; (lines=1, args=0, vars=0, tmps=0, ssa_vars=0, no_loops) 33 ; (lines=7, args=1, vars=1, tmps=2, ssa_vars=6, no_loops)
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | recv_001.phpt | 15 function test(array $args, $short_options, $long_options = null)
|