Home
last modified time | relevance | path

Searched refs:args (Results 176 – 200 of 530) sorted by relevance

12345678910>>...22

/PHP-8.2/ext/filter/tests/
H A D032.phpt15 $args = array(
34 $myinputs = filter_var_array($data, $args);
/PHP-8.2/ext/opcache/tests/opt/
H A Dsccp_002.phpt27 ; (lines=1, args=0, vars=0, tmps=0)
33 ; (lines=4, args=1, vars=1, tmps=0)
H A Dsccp_010.phpt28 ; (lines=1, args=0, vars=0, tmps=0)
34 ; (lines=3, args=0, vars=0, tmps=0)
H A Dsccp_031.phpt26 ; (lines=1, args=0, vars=0, tmps=0)
32 ; (lines=4, args=0, vars=0, tmps=0)
H A Dprop_types.phpt43 ; (lines=1, args=0, vars=0, tmps=0, ssa_vars=0, no_loops)
53 ; (lines=10, args=1, vars=1, tmps=4, ssa_vars=5, no_loops)
73 ; (lines=9, args=0, vars=0, tmps=4, ssa_vars=3, no_loops)
91 ; (lines=10, args=1, vars=1, tmps=4, ssa_vars=5, no_loops)
111 ; (lines=9, args=0, vars=0, tmps=4, ssa_vars=3, no_loops)
H A Dsccp_026.phpt23 ; (lines=1, args=0, vars=0, tmps=0)
29 ; (lines=9, args=1, vars=2, tmps=1)
H A Dsccp_004.phpt30 ; (lines=1, args=0, vars=0, tmps=0)
36 ; (lines=4, args=1, vars=1, tmps=0)
H A Dsccp_008.phpt24 ; (lines=1, args=0, vars=0, tmps=0)
30 ; (lines=8, args=1, vars=2, tmps=1)
H A Dsccp_012.phpt30 ; (lines=1, args=0, vars=0, tmps=0)
36 ; (lines=3, args=0, vars=0, tmps=0)
/PHP-8.2/ext/reflection/tests/
H A DReflectionMethod_invoke_error2.phpt17 echo "\nMethod with args:\n";
22 Method with args:
H A DReflectionMethod_invokeArgs_error1.phpt21 echo "\nMethod with args:\n";
26 Method with args:
/PHP-8.2/Zend/tests/
H A Daccess_modifiers_011.phpt22 public function __call($func, array $args = array())
24 return call_user_func_array(array($this, $func), $args);
H A Dis_callable_trampoline_uaf-deprecated.phpt12 public function __call($func, $args) {
17 public static function __callStatic($func, $args) {
H A Dbug69212.phpt7 public static function __callStatic($method, $args) {}
8 public function __call($method, $args) {}
/PHP-8.2/Zend/tests/function_arguments/
H A Dsensitive_parameter_extra_arguments.phpt30 ["args"]=>
51 ["args"]=>
H A Dsensitive_parameter_multiple_arguments.phpt31 ["args"]=>
53 ["args"]=>
H A Dsensitive_parameter_named_arguments.phpt31 ["args"]=>
53 ["args"]=>
/PHP-8.2/Zend/tests/arg_unpack/
H A Dbasic.phpt6 function test(...$args) {
7 var_dump($args);
/PHP-8.2/Zend/tests/named_params/
H A Dbacktrace.phpt30 ["args"]=>
53 ["args"]=>
/PHP-8.2/ext/hash/
H A Dphp_hash_fnv.h53 PHP_HASH_API void PHP_FNV132Init(PHP_FNV132_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
58 PHP_HASH_API void PHP_FNV164Init(PHP_FNV164_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
/PHP-8.2/sapi/cli/tests/
H A Dbug78323.phpt66 Usage: %s [options] [-f] <file> [--] [args...]
70 Usage: %s [options] [-f] <file> [--] [args...]
74 Usage: %s [options] [-f] <file> [--] [args...]
/PHP-8.2/ext/standard/tests/strings/
H A Dstrspn_variation9.phpt2 Test strspn() function : usage variations - different strings with default start and len args
13 * Testing strspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strspn() : with different str and default start and len args ***\n";
56 *** Testing strspn() : with different str and default start and len args ***
H A Dstrcspn_variation9.phpt2 Test strcspn() function : usage variations - different strings with default start and len args
13 * Testing strcspn() : with different strings as str argument and default start and len args
16 echo "*** Testing strcspn() : with different str and default start and len args ***\n";
56 *** Testing strcspn() : with different str and default start and len args ***
/PHP-8.2/ext/gd/libgd/
H A Dgd_xbm.c166 va_list args; in gdCtxPrintf() local
168 va_start(args, format); in gdCtxPrintf()
169 len = vspprintf(&buf, 0, format, args); in gdCtxPrintf()
170 va_end(args); in gdCtxPrintf()
H A Dgdkanji.c60 va_list args; in debug() local
62 va_start (args, format); in debug()
64 vfprintf (stdout, format, args); in debug()
66 va_end (args); in debug()
73 va_list args; in error() local
76 va_start(args, format); in error()
77 vspprintf(&tmp, 0, format, args); in error()
78 va_end(args); in error()

Completed in 29 milliseconds

12345678910>>...22