/php-src/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
|
/php-src/Zend/tests/type_declarations/ |
H A D | scalar_strict_64bit.phpt | 63 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 66 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 69 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 72 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 75 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 78 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 84 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 87 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, true given, called in %s on lin… 90 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, false given, called in %s on li… 93 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on lin… [all …]
|
H A D | scalar_strict.phpt | 63 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 66 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 69 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 72 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 75 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 78 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 84 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 87 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, true given, called in %s on lin… 90 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, false given, called in %s on li… 93 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on lin… [all …]
|
H A D | scalar_strict_basic.phpt | 60 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 63 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 66 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, true given, called in %s on lin… 69 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, false given, called in %s on li… 72 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on lin… 75 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, array given, called in %s on li… 95 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, true given, called in %s on l… 101 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, null given, called in %s on l… 115 *** Caught {closure:%s:%d}(): Argument #1 ($s) must be of type string, int given, called in %s on l… 144 *** Caught {closure:%s:%d}(): Argument #1 ($b) must be of type bool, int given, called in %s on lin… [all …]
|
H A D | scalar_basic.phpt | 79 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 82 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 85 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, string given, called in %s on l… 91 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, float given, called in %s on li… 100 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, null given, called in %s on lin… 104 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, array given, called in %s on li… 108 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, stdClass given, called in %s on… 115 *** Caught {closure:%s:%d}(): Argument #1 ($i) must be of type int, resource given, called in %s on… 153 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, null given, called in %s on l… 157 *** Caught {closure:%s:%d}(): Argument #1 ($f) must be of type float, array given, called in %s on … [all …]
|
/php-src/Zend/tests/ |
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); 117 Magic::__call called (foo)! 118 Magic::__call called (foo)! 120 Magic2::__callStatic called (foo)! 121 Magic2::__callStatic called (foo)! 123 Magic3::__callStatic called (foo)! 124 Magic3::__callStatic called (foo)! 126 Magic3::__call called (foo)! [all …]
|
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 | call_static.phpt | 9 echo $fname, '() called with ', count($args), " arguments\n"; 18 Two() called with 2 arguments 19 Three() called with 3 arguments 20 Four() called with 4 arguments
|
H A D | bug48770.phpt | 8 echo "A::func called\n"; 14 echo "B::func called\n"; 24 echo "C::func called\n"; 30 $c->callFuncInParent('Which function will be called??'); 35 B::func called
|
H A D | static_variables_destructor.phpt | 8 throw new Exception('__destruct() called'); 13 echo "bar() called\n"; 34 bar() called 35 __destruct() called
|
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
|
/php-src/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"); 42 closure called with class TestX 43 Autoloader('d1') called with TestX 44 WorkingAutoloader() called with TestX 45 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"; 34 a called 35 a2 called 36 b called
|
/php-src/ext/session/tests/user_session_module/ |
H A D | session_set_save_handler_class_007.phpt | 19 echo "(#$this->num) constructor called\n"; 22 echo "(#$this->num) destructor called\n"; 26 echo "(#$this->num) finish called $id\n"; 54 // implicit close (called by shutdown function) 60 (#1) constructor called 61 (#1) finish called %s 64 (#2) constructor called 65 (#1) destructor called 69 (#2) destructor called
|
H A D | session_set_save_handler_class_008.phpt | 19 echo "(#$this->num) constructor called\n"; 22 echo "(#$this->num) destructor called\n"; 26 echo "(#$this->num) finish called $id\n"; 54 (#1) constructor called 55 (#1) finish called %s 59 (#1) destructor called
|
H A D | session_set_save_handler_class_010.phpt | 19 echo "(#$this->num) constructor called\n"; 22 echo "(#$this->num) destructor called\n"; 26 echo "(#$this->num) finish called $id\n"; 52 (#1) constructor called 54 (#1) finish called %s 57 (#1) destructor called
|
H A D | session_set_save_handler_class_009.phpt | 19 echo "(#$this->num) constructor called\n"; 22 echo "(#$this->num) destructor called\n"; 26 echo "(#$this->num) finish called $id\n"; 52 (#1) constructor called 56 (#1) destructor called
|
/php-src/ext/xml/tests/ |
H A D | xml_set_start_namespace_decl_handler_basic_expat.phpt | 17 Namespace_Start_Handler called 20 Namespace_Start_Handler called 23 Namespace_End_Handler called 26 Namespace_End_Handler called
|
H A D | xml_set_notation_decl_handler_basic.phpt | 12 echo "unparsed_entity_decl_handler called\n"; 22 echo "notation_decl_handler called\n"; 58 notation_decl_handler called 63 notation_decl_handler called 68 notation_decl_handler called 73 unparsed_entity_decl_handler called 79 unparsed_entity_decl_handler called 85 unparsed_entity_decl_handler called
|
/php-src/ext/reflection/tests/property_hooks/ |
H A D | ReflectionProperty_getSetValue.phpt | 9 echo "Get called\n"; 13 echo "Set called with value $value\n"; 26 Get called 28 Set called with value Baz
|
/php-src/ext/zend_test/tests/ |
H A D | observer_call_user_func_03.phpt | 16 echo 'MyClass::myMethod called' . PHP_EOL; 22 echo 'my_function called' . PHP_EOL; 36 MyClass::myMethod called 42 my_function called
|
H A D | observer_call_user_func_01.phpt | 16 echo 'MyClass::myMethod called' . PHP_EOL; 22 echo 'my_function called' . PHP_EOL; 35 MyClass::myMethod called 39 my_function called
|
H A D | observer_call_user_func_04.phpt | 25 call_user_func_array('Test\\MyClass::myMethod', ['called']); 26 call_user_func_array('Test\\my_function', ['called']); 36 MyClass::myMethod called 42 my_function called
|