Home
last modified time | relevance | path

Searched refs:called (Results 76 – 100 of 321) sorted by relevance

12345678910>>...13

/PHP-7.4/Zend/tests/
H A Dbug39003.phpt2 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 Dcall_static_006.phpt24 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 Dbug39127.phpt6 class a { function a() { var_dump("a::a() called"); } }
18 string(13) "a::a() called"
H A Dcall_user_func_001.phpt13 print "Shouldn't be called!\n";
18 print "Shouldn't be called!\n";
H A Dunset_cv12.phpt2 unset() CV 12 (unset() in indirect called function)
H A Dclosure_023.phpt2 Closure 023: Closure declared in statically called method
H A Dget_called_class_001.phpt10 Warning: get_called_class() called from outside a class in %s on line %d
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_variation.phpt13 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 Dassert_basic5.phpt13 echo "f1 called\n";
29 f1 called
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_clone_basic4.phpt10 echo "-- DateTimeExt1 __clone magic method called --\n";
26 -- DateTimeExt1 __clone magic method called --
H A DDateTime_clone_basic4.phpt13 echo "-- DateTimeExt1 __clone magic method called --\n";
29 -- DateTimeExt1 __clone magic method called --
/PHP-7.4/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20 …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 Dserialization_objects_007.phpt2 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 D016.phpt49 echo "I was called!";
122 php { echo "I was called!";
125 I was called!
/PHP-7.4/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-null.phpt2 Check xsltprocessor::registerPHPFunctions called with null to reset
4 When being called multiple times with an array,
H A Dxsltprocessor_registerPHPFunctions-string-multiple.phpt2 Check xsltprocessor::registerPHPFunctions with string called multiple times
4 When being called multiple times with a stringular function name only,
H A Dxsltprocessor_registerPHPFunctions-array-multiple.phpt2 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 Dbug73135.phpt24 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 D006.phpt35 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 Dbug32647.phpt49 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 Dcoalesce.phpt23 echo "called\n";
75 called
/PHP-7.4/Zend/tests/typehints/
H A Dor_null.phpt222 …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 DDOMDocumentFragment_construct_basic_002.phpt2 DOMDocumentFragment::__construct() called twice.
/PHP-7.4/ext/session/tests/
H A Dbug60634.phpt48 * 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 Dargument_count_incorrect_userland_strict.phpt52 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

Completed in 28 milliseconds

12345678910>>...13