/PHP-7.4/Zend/tests/ |
H A D | bug39003.phpt | 2 Bug #39003 (__autoload() is called for type hinting) 23 …st() must be an instance of OtherClassName, instance of ClassName given, called in %s on line %d a…
|
H A D | call_static_006.phpt | 24 Deprecated: Non-static method foo::aa() should not be called statically in %s on line %d 27 Deprecated: Non-static method foo::aa() should not be called statically in %s on line %d
|
H A D | bug39127.phpt | 6 class a { function a() { var_dump("a::a() called"); } } 18 string(13) "a::a() called"
|
H A D | call_user_func_001.phpt | 13 print "Shouldn't be called!\n"; 18 print "Shouldn't be called!\n";
|
H A D | unset_cv12.phpt | 2 unset() CV 12 (unset() in indirect called function)
|
H A D | closure_023.phpt | 2 Closure 023: Closure declared in statically called method
|
H A D | get_called_class_001.phpt | 10 Warning: get_called_class() called from outside a class in %s on line %d
|
/PHP-7.4/ext/standard/tests/assert/ |
H A D | assert_variation.phpt | 13 echo "f1 called\n"; 17 echo "f2 called\n"; 21 echo "f3 called\n"; 77 f1 called 86 f2 called 95 f3 called 119 Deprecated: Non-static method c1::assert() should not be called statically in %s on line 53
|
H A D | assert_basic5.phpt | 13 echo "f1 called\n"; 29 f1 called
|
/PHP-7.4/ext/date/tests/ |
H A D | DateTimeZone_clone_basic4.phpt | 10 echo "-- DateTimeExt1 __clone magic method called --\n"; 26 -- DateTimeExt1 __clone magic method called --
|
H A D | DateTime_clone_basic4.phpt | 13 echo "-- DateTimeExt1 __clone magic method called --\n"; 29 -- DateTimeExt1 __clone magic method called --
|
/PHP-7.4/ext/standard/tests/serialize/ |
H A D | incomplete_class.phpt | 20 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto… 22 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto… 25 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
|
H A D | serialization_objects_007.phpt | 2 Ensure __autoload is called twice if unserialize_callback_func is defined. 37 Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line 23
|
/PHP-7.4/sapi/cli/tests/ |
H A D | 016.phpt | 49 echo "I was called!"; 122 php { echo "I was called!"; 125 I was called!
|
/PHP-7.4/ext/xsl/tests/ |
H A D | xsltprocessor_registerPHPFunctions-null.phpt | 2 Check xsltprocessor::registerPHPFunctions called with null to reset 4 When being called multiple times with an array,
|
H A D | xsltprocessor_registerPHPFunctions-string-multiple.phpt | 2 Check xsltprocessor::registerPHPFunctions with string called multiple times 4 When being called multiple times with a stringular function name only,
|
H A D | xsltprocessor_registerPHPFunctions-array-multiple.phpt | 2 Check xsltprocessor::registerPHPFunctions with array called multiple times 4 When being called multiple times with an array,
|
/PHP-7.4/ext/xml/tests/ |
H A D | bug73135.phpt | 24 Warning: xml_parse(): Parser must not be called recursively in %s%ebug73135.php on line %d 26 Warning: xml_parse(): Parser must not be called recursively in %s%ebug73135.php on line %d
|
/PHP-7.4/Zend/tests/arrow_functions/ |
H A D | 006.phpt | 35 Argument 1 passed to {closure}() must be of the type int, string given, called in %s on line %d 44 Argument 2 passed to {closure}() must be of the type int or null, string given, called in %s on lin…
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | bug32647.phpt | 49 Deprecated: Non-static method bar::barfoo() should not be called statically in %sbug32647.php on li… 54 Deprecated: Non-static method bar::barfoo() should not be called statically in Unknown on line 0 56 Deprecated: Non-static method bar::barfoo() should not be called statically in Unknown on line 0
|
/PHP-7.4/tests/lang/operators/ |
H A D | coalesce.phpt | 23 echo "called\n"; 75 called
|
/PHP-7.4/Zend/tests/typehints/ |
H A D | or_null.phpt | 222 …must be an instance of I\Dont\Exist or null, instance of stdClass given, called in %s on line 8 an… 226 …() must be an instance of RealClass or null, instance of stdClass given, called in %s on line 20 a… 230 …mplement interface RealInterface or be null, instance of stdClass given, called in %s on line 26 a… 234 … unloadedClass() must be an instance of I\Dont\Exist or null, int given, called in %s on line 32 a… 238 …ed to loadedClass() must be an instance of RealClass or null, int given, called in %s on line 38 a… 242 …nterface() must implement interface RealInterface or be null, int given, called in %s on line 44 a… 246 TypeError: Argument 1 passed to callableF() must be callable or null, int given, called in %s on li… 250 TypeError: Argument 1 passed to iterableF() must be iterable or null, int given, called in %s on li… 254 TypeError: Argument 1 passed to intF() must be of the type int or null, object given, called in %s …
|
/PHP-7.4/ext/dom/tests/ |
H A D | DOMDocumentFragment_construct_basic_002.phpt | 2 DOMDocumentFragment::__construct() called twice.
|
/PHP-7.4/ext/session/tests/ |
H A D | bug60634.phpt | 48 * Because session_write_close() fails by die(), write() is called twice. 49 * close() is still called at request shutdown since session is active.
|
/PHP-7.4/Zend/tests/function_arguments/ |
H A D | argument_count_incorrect_userland_strict.phpt | 52 Argument 1 passed to bat() must be of the type int, string given, called in %s 54 Argument 2 passed to bat() must be of the type string, int given, called in %s
|