Home
last modified time | relevance | path

Searched refs:arg (Results 26 – 50 of 421) sorted by path

12345678910>>...17

/PHP-7.4/Zend/tests/
H A Dclosure_046.phpt2 Closure 046: Rebinding: preservation of previous scope when "static" given as scope arg (same as cl…
H A Dclosure_061.phpt8 function func($arg) { }
12 public static function staticMethod($arg) {}
H A Derror_reporting01.phpt8 function foo($arg) {
H A Derror_reporting02.phpt8 function foo($arg) {
H A Derror_reporting03.phpt8 function foo($arg) {
H A Derror_reporting06.phpt8 function foo1($arg) {
11 function foo2($arg) {
H A Derror_reporting07.phpt8 function foo1($arg) {
11 function foo2($arg) {
H A Derror_reporting08.phpt8 function foo1($arg) {
11 function foo2($arg) {
H A Dglobal_with_side_effect_name.phpt6 function sf($arg) {
8 return $arg;
H A Dmagic_by_ref_007.phpt12 $arg = 1;
14 $t->$func($arg);
H A Dobjects_002.phpt17 function foo($arg) {}
23 Warning: Declaration of test3::foo($arg) should be compatible with test::foo() in %s on line %d
H A Dobjects_003.phpt9 function foo($arg) {}
13 function foo($arg) {}
17 function foo($arg, $arg2) {}
23 Warning: Declaration of test3::foo($arg, $arg2) should be compatible with test::foo($arg) in %s on …
H A Dobjects_004.phpt9 function foo($arg) {}
13 function foo($arg) {}
17 function foo(&$arg) {}
23 Warning: Declaration of test3::foo(&$arg) should be compatible with test::foo($arg) in %s on line %d
H A Dobjects_006.phpt9 function foo($arg, $arg2 = NULL) {}
13 function foo($arg, $arg2 = NULL) {}
17 function foo($arg, $arg2) {}
23 Warning: Declaration of test3::foo($arg, $arg2) should be compatible with test::foo($arg, $arg2 = N…
H A Dobjects_007.phpt9 function foo($arg, &$arg2 = NULL) {}
13 function foo($arg, &$arg2 = NULL) {}
17 function foo($arg, &$arg2) {}
23 Warning: Declaration of test3::foo($arg, &$arg2) should be compatible with test::foo($arg, &$arg2 =…
H A Dobjects_008.phpt9 function foo(Test $arg) {}
13 function foo(Test $arg) {}
17 function foo(Test3 $arg) {}
23 Warning: Declaration of test3::foo(Test3 $arg) should be compatible with test::foo(Test $arg) in %s…
H A Dobjects_009.phpt9 function foo(Test $arg) {}
13 function foo(Test $arg) {}
17 function foo($arg) {}
/PHP-7.4/Zend/tests/traits/
H A Dno_static_arg_binding.phpt7 public static function method($arg) {
19 public static function method(&$arg) {
20 $arg++;
/PHP-7.4/Zend/tests/type_declarations/
H A Dcallable_002.phpt7 static function foo(callable $arg) {}
11 $closure = function (callable $arg) {};
H A Dscalar_float_with_integer_default_strict.phpt8 function test(float $arg = 0)
10 var_dump($arg);
H A Dscalar_float_with_integer_default_weak.phpt6 function test(float $arg = 0)
8 var_dump($arg);
H A Dscalar_float_with_invalid_default.phpt6 function test(float $arg = true)
8 var_dump($arg);
H A Dscalar_strict_declaration_placement_004.phpt8 function add1(int $arg): int {
9 return $arg + 1;
/PHP-7.4/Zend/tests/variadic/
H A Dby_ref.phpt8 foreach ($args as &$arg) {
9 $arg = $i++;
/PHP-7.4/Zend/
H A Dzend.c217 va_list arg; in zend_spprintf() local
220 va_start(arg, format); in zend_spprintf()
222 va_end(arg); in zend_spprintf()
229 va_list arg; in zend_spprintf_unchecked() local
232 va_start(arg, format); in zend_spprintf_unchecked()
234 va_end(arg); in zend_spprintf_unchecked()
260 va_list arg; in zend_strpprintf() local
263 va_start(arg, format); in zend_strpprintf()
265 va_end(arg); in zend_strpprintf()
272 va_list arg; in zend_strpprintf_unchecked() local
[all …]

Completed in 50 milliseconds

12345678910>>...17