Home
last modified time | relevance | path

Searched refs:called (Results 51 – 75 of 338) sorted by relevance

12345678910>>...14

/PHP-8.1/tests/classes/
H A D__call_001.phpt10 echo "Method $m called:\n";
22 Method test called:
/PHP-8.1/Zend/tests/
H A Dbug43483.phpt13 echo "Successfully called D::prot().\n";
19 Successfully called D::prot().
H A Dbug40621.phpt2 Bug #40621 (Crash when constructor called inappropriately (statically))
18 Fatal error: Uncaught Error: Non-static method Foo::get() cannot be called statically in %s:%d
H A Dbug71275.phpt2 Bug #71275 (Bad method called on cloning an object having a trait)
8 throw new RuntimeException('Should not be called');
H A Dbug39003.phpt2 Bug #39003 (autoloader is called for type hinting)
23 …ror: test(): Argument #1 ($object) must be of type OtherClassName, ClassName given, called in %s:%d
H A Dbug70805.phpt15 … unset($GLOBALS["a"]); // this will be called in gc_colloct_roots and put $a into gc roots buf
40 … This one can not be putted into roots buf because it's full, thus gc_colloct_roots will be called,
41 // but C::__destructor which is called in gc_colloct_roots will put $a into buf
H A Ddynamic_call_non_static.phpt29 Non-static method Foo::bar() cannot be called statically
30 Non-static method Foo::bar() cannot be called statically
/PHP-8.1/ext/standard/tests/streams/
H A Dbug40459.phpt2 …whether the constructor of the user-space stream wrapper is called when stream functions are called
7 …whether the constructor of the user-space stream wrapper is called when stream functions are called
/PHP-8.1/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt102 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
104 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
106 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
109 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
111 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
114 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
116 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
118 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
120 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
122 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
[all …]
H A Dbug14293.phpt14 echo "__sleep called\n";
27 __sleep called
H A D001.phpt31 echo "__sleep called\n";
37 echo "__wakeup called\n";
99 __sleep called
101 __wakeup called
H A Dserialization_objects_007.phpt2 Ensure __autoload is called twice if unserialize_callback_func is defined.
26 Warning: unserialize(): Function check() hasn't defined the class it was called for in %s on line %d
H A Dincomplete_class.phpt23 …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…
28 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide an auto…
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_basic3.phpt13 echo "f1 called\n";
23 f1 called
H A Dassert_error2.phpt15 echo "f1 called\n";
25 f1 called
H A Dassert_basic5.phpt13 echo "f1 called\n";
26 f1 called
H A Dassert_variation.phpt13 echo "f1 called\n";
17 echo "f2 called\n";
21 echo "f3 called\n";
80 f1 called
87 f2 called
94 f3 called
/PHP-8.1/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt8 echo "\n-- Function f1() called --\n";
26 echo "\n -- Function f2() called --\n";
66 -- Function f1() called --
94 -- Function f2() called --
H A Dbug47857.phpt25 Non-static method foo::bar() cannot be called statically
27 Non-static method Exception::getMessage() cannot be called statically
/PHP-8.1/Zend/tests/function_arguments/
H A Dvariadic_argument_type_error.phpt22 foo(): Argument #2 must be of type int, array given, called in %s on line %d
23 foo(): Argument #4 must be of type int, array given, called in %s on line %d
/PHP-8.1/Zend/tests/generators/
H A Dgenerator_with_type_check_2.phpt21 gen(): Argument #1 ($a) must be of type array, int given, called in %s on line %d
22 gen(): Argument #1 ($a) must be of type array, int given, called in %s on line %d
/PHP-8.1/ext/pdo/tests/
H A Dbug_44409.phpt25 printf("Method called: %s()\n", __METHOD__);
35 printf("Method called: %s(%s)\n", __METHOD__, var_export($dat, true));
48 Method called: bug44409::unserialize('Data from DB')
/PHP-8.1/Zend/tests/enum/
H A Denum-as-params.phpt34 takesBaz(): Argument #1 ($baz) must be of type Baz, Foo given, called in %s on line %d
35 takesFoo(): Argument #1 ($foo) must be of type Foo, Baz given, called in %s on line %d
/PHP-8.1/ext/xml/tests/
H A Dgh12254.phpt2 GH-12254: xml_parse_into_struct() memory leak when called twice
28 Warning: xml_parse_into_struct(): Parser must not be called recursively in %s on line %d
/PHP-8.1/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,

Completed in 45 milliseconds

12345678910>>...14