/PHP-7.4/Zend/tests/ |
H A D | debug_print_backtrace_limit.phpt | 23 #0 c() called at [%sdebug_print_backtrace_limit.php:7] 24 #0 c() called at [%sdebug_print_backtrace_limit.php:7] 25 #1 b() called at [%sdebug_print_backtrace_limit.php:3] 26 #0 c() called at [%sdebug_print_backtrace_limit.php:7] 27 #1 b() called at [%sdebug_print_backtrace_limit.php:3] 28 #2 a() called at [%sdebug_print_backtrace_limit.php:17] 29 #0 c() called at [%sdebug_print_backtrace_limit.php:7] 30 #1 b() called at [%sdebug_print_backtrace_limit.php:3] 31 #2 a() called at [%sdebug_print_backtrace_limit.php:17]
|
H A D | indirect_call_from_constant.phpt | 10 echo "Method called!\n"; 24 Method called! 25 Method called! 26 Method called! 27 Method called!
|
H A D | bug22725.phpt | 7 echo "Foo::aPrivateMethod() called.\n"; 11 echo "Foo::aProtectedMethod() called.\n"; 18 echo "Bar::aPublicMethod() called.\n"; 27 Bar::aPublicMethod() called. 28 Foo::aProtectedMethod() called. 29 Foo::aPrivateMethod() called.
|
H A D | fr47160.phpt | 20 printf("%s called (%s)!\n", __METHOD__, $f); 26 printf("%s called (%s)!\n", __METHOD__, $f); 32 printf("%s called (%s)!\n", __METHOD__, $f); 139 Magic::__call called (foo)! 140 Magic::__call called (foo)! 142 Magic2::__callStatic called (foo)! 143 Magic2::__callStatic called (foo)! 145 Magic3::__callStatic called (foo)! 146 Magic3::__callStatic called (foo)! 148 Magic3::__call called (foo)! [all …]
|
H A D | call_static.phpt | 9 echo $fname, '() called with ', count($args), " arguments\n"; 17 Two() called with 2 arguments 18 Three() called with 3 arguments 19 Four() called with 4 arguments
|
H A D | indirect_call_string_001.phpt | 11 echo "Static method called!\n"; 16 printf("Static method called with args: %s, %s, %s\n", $arg1, $arg2, $arg3); 42 Static method called! 43 Static method called! 44 Static method called with args: arg1, arg2, arg3 45 Static method called with args: arg1, arg2, arg3
|
H A D | bug_debug_backtrace.phpt | 23 #0 boo() called at [%s:%d] 24 #1 bar() called at [%s:%d] 25 #2 foo() called at [%s(%d) : eval()'d code:1] 26 #3 eval() called at [%s:%d]
|
H A D | debug_backtrace_options.phpt | 48 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d] 49 #1 foo->doCall(doit, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d] 52 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d] 56 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d] 60 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d] 64 #0 doit() called at [%sdebug_backtrace_options.php:%d] 65 #1 foo->doCall() called at [%sdebug_backtrace_options.php:%d] 66 #2 foo::statCall() called at [%sdebug_backtrace_options.php:%d] 68 #0 doit() called at [%sdebug_backtrace_options.php:%d] 69 #1 foo->doCall() called at [%sdebug_backtrace_options.php:%d] [all …]
|
H A D | bug30828.phpt | 50 #0 A->__construct() called at [%sbug30828.php:30] 51 #1 B->__construct() called at [%sbug30828.php:42] 54 #0 A->foo() called at [%sbug30828.php:34] 55 #1 B->foo() called at [%sbug30828.php:43] 58 #0 A::bar() called at [%sbug30828.php:38] 59 #1 B::bar() called at [%sbug30828.php:44]
|
H A D | bug68475.phpt | 9 echo "Static method called!\n"; 14 printf("Static method called with args: %s, %s, %s\n", $arg1, $arg2, $arg3); 52 Static method called! 53 Static method called! 54 Static method called with args: arg1, arg2, arg3 55 Static method called with args: arg1, arg2, arg3
|
H A D | bug64239_4.phpt | 28 #0 A::Bmethod() called at [%sbug64239_4.php:%d] 29 #0 A::t2method() called at [%sbug64239_4.php:%d] 30 #0 C::Bmethod() called at [%sbug64239_4.php:%d] 31 #0 A::t2method() called at [%sbug64239_4.php:%d]
|
H A D | bug64239_3.phpt | 30 #0 A->Bmethod() called at [%sbug64239_3.php:%d] 31 #0 A->t2method() called at [%sbug64239_3.php:%d] 32 #0 C->Bmethod() called at [%sbug64239_3.php:%d] 33 #0 A->t2method() called at [%sbug64239_3.php:%d]
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | __serialize_003.phpt | 8 echo "__sleep() called\n"; 12 echo "__wakeup() called\n"; 16 echo "__serialize() called\n"; 21 echo "__unserialize() called\n"; 26 echo "serialize() called\n"; 31 echo "unserialize() called\n"; 44 __serialize() called 46 __unserialize() called 53 unserialize() called
|
H A D | __serialize_004.phpt | 12 echo "__wakeup() called\n"; 28 echo "__unserialize() called\n"; 41 __unserialize() called 44 __wakeup() called 55 __unserialize() called 74 __wakeup() called
|
/PHP-7.4/Zend/tests/generators/ |
H A D | yield_from_backtrace.phpt | 31 #0 gen() called at [%s:%d] 33 #0 from(2) called at [%s:%d] 34 #1 gen() called at [%s:%d] 36 #0 gen() called at [%s:%d] 41 #1 Generator->next() called at [%s:%d] 43 #0 from(2) called at [%s:%d] 45 #2 Generator->next() called at [%s:%d] 48 #1 Generator->next() called at [%s:%d]
|
/PHP-7.4/Zend/tests/type_declarations/ |
H A D | scalar_strict_64bit.phpt | 63 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 66 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 69 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 72 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 75 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 78 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 84 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 87 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li… 90 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li… 93 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li… [all …]
|
H A D | scalar_strict.phpt | 63 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 66 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 69 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 72 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 75 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 78 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 84 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 87 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li… 90 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li… 93 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li… [all …]
|
H A D | scalar_strict_basic.phpt | 60 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 63 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 66 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li… 69 *** Caught Argument 1 passed to {closure}() must be of the type int, bool given, called in %s on li… 72 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li… 75 *** Caught Argument 1 passed to {closure}() must be of the type int, array given, called in %s on l… 78 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on … 95 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on … 98 *** Caught Argument 1 passed to {closure}() must be of the type float, bool given, called in %s on … 101 *** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in %s on … [all …]
|
H A D | scalar_basic.phpt | 81 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 84 *** Caught Argument 1 passed to {closure}() must be of the type int, string given, called in %s on … 90 *** Caught Argument 1 passed to {closure}() must be of the type int, float given, called in %s on l… 99 *** Caught Argument 1 passed to {closure}() must be of the type int, null given, called in %s on li… 103 *** Caught Argument 1 passed to {closure}() must be of the type int, array given, called in %s on l… 107 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on … 111 *** Caught Argument 1 passed to {closure}() must be of the type int, object given, called in %s on … 114 *** Caught Argument 1 passed to {closure}() must be of the type int, resource given, called in %s o… 153 *** Caught Argument 1 passed to {closure}() must be of the type float, null given, called in %s on … 157 *** Caught Argument 1 passed to {closure}() must be of the type float, array given, called in %s on… [all …]
|
/PHP-7.4/ext/spl/tests/ |
H A D | spl_autoload_014.phpt | 6 echo "closure called with class $class\n"; 15 echo ("Autoloader('{$this->dir}') called with $class\n"); 21 echo ("WorkingAutoloader() called with $class\n"); 43 closure called with class TestX 44 Autoloader('d1') called with TestX 45 WorkingAutoloader() called with TestX 46 WorkingAutoloader() called with TestY
|
H A D | spl_autoload_bug48541.phpt | 9 echo "a2 called\n"; 15 echo "a called\n"; 21 echo "b called\n"; 35 a called 36 a2 called 37 b called
|
/PHP-7.4/ext/session/tests/ |
H A D | session_set_save_handler_class_007.phpt | 25 echo "(#$this->num) constructor called\n"; 28 echo "(#$this->num) destructor called\n"; 32 echo "(#$this->num) finish called $id\n"; 60 // implicit close (called by shutdown function) 66 (#1) constructor called 67 (#1) finish called %s 70 (#2) constructor called 71 (#1) destructor called 75 (#2) destructor called
|
H A D | session_set_save_handler_class_008.phpt | 25 echo "(#$this->num) constructor called\n"; 28 echo "(#$this->num) destructor called\n"; 32 echo "(#$this->num) finish called $id\n"; 60 (#1) constructor called 61 (#1) finish called %s 65 (#1) destructor called
|
H A D | session_set_save_handler_class_010.phpt | 25 echo "(#$this->num) constructor called\n"; 28 echo "(#$this->num) destructor called\n"; 32 echo "(#$this->num) finish called $id\n"; 58 (#1) constructor called 60 (#1) finish called %s 63 (#1) destructor called
|
/PHP-7.4/ext/standard/tests/assert/ |
H A D | assert_basic2.phpt | 13 echo "f2 called\n"; 18 echo "f1 called\n"; 30 f1 called 35 f2 called
|