Home
last modified time | relevance | path

Searched refs:args (Results 226 – 250 of 513) sorted by relevance

12345678910>>...21

/PHP-8.1/ext/standard/
H A Dscanf.h38 PHPAPI int php_sscanf_internal(char *string,char *format,int argCount,zval *args,
H A Dscanf.c575 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 Dunpack_and_named_2.phpt2 Named args before unpacking (not supported)
/PHP-8.1/Zend/tests/variadic/
H A Dno_default_error.phpt6 function test(...$args = 123) {}
H A Dby_ref_error.phpt6 function test(&... $args) { }
/PHP-8.1/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt9 function writeAndDump($fp, $format, $args)
12 $length = vfprintf( $fp, $format, $args );
H A Dstrtr_variation4.phpt38 //strtr() call in three args syntax form
41 //strtr() call in two args syntax form
H A Dvprintf_variation18.phpt7 * the '$format' and '$args' arguments of the function
57 foreach($args_array as $args) {
59 $result = vprintf($formats, $args);
H A Dvfprintf_variation1.phpt27 function writeAndDump($fp, $format, $args)
31 $length = vfprintf( $fp, $format, $args );
/PHP-8.1/ext/reflection/tests/
H A DReflectionProperty_getValue_error.phpt24 echo "\nStatic property / too many args:\n";
54 Static property / too many args:
H A DReflectionMethod_invokeArgs_basic.phpt38 echo "\nMethod with args:\n";
66 Method with args:
/PHP-8.1/Zend/tests/
H A Dbug38220.phpt25 function __call($method, $args) {
32 call_user_func_array(array($drv, $method), $args);
H A Dbug47880.phpt8 $backtrace[1]['args'][1] = 'bomb';
H A Dbug63762.phpt25 'args' => NULL
49 Warning: args element is not an array in %s on line %d
H A Dcall_user_func_array_invalid_type.phpt18 call_user_func_array(): Argument #2 ($args) must be of type array, null given
/PHP-8.1/Zend/
H A Dzend_closures.stub.php21 public function call(object $newThis, mixed ...$args): mixed {} argument
H A Dzend_fibers.stub.php13 public function start(mixed ...$args): mixed {} argument
H A Dzend_compile.c3844 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 Dphp_reflection.stub.php130 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 Dphp_hash_joaat.h25 PHP_HASH_API void PHP_JOAATInit(PHP_JOAAT_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
H A Dphp_hash_adler32.h27 PHP_HASH_API void PHP_ADLER32Init(PHP_ADLER32_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
/PHP-8.1/ext/opcache/tests/match/
H A D001.phpt30 ; (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 D001.phpt16 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 Dnullsafe_002.phpt23 ; (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 Drecv_001.phpt15 function test(array $args, $short_options, $long_options = null)

Completed in 66 milliseconds

12345678910>>...21