Home
last modified time | relevance | path

Searched refs:called (Results 26 – 50 of 321) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt22 echo "unparsed_entity_decl_handler called\n";
32 echo "notation_decl_handler called\n";
69 notation_decl_handler called
74 notation_decl_handler called
79 notation_decl_handler called
84 unparsed_entity_decl_handler called
90 unparsed_entity_decl_handler called
96 unparsed_entity_decl_handler called
H A Dxml_set_start_namespace_decl_handler_basic.phpt37 echo "Namespace_Start_Handler called\n";
43 echo "Namespace_End_Handler called\n";
54 Namespace_Start_Handler called
57 Namespace_Start_Handler called
/PHP-7.4/Zend/tests/
H A Dbug47801.phpt10 echo("magic method called: $name\n");
30 magic method called: getFoo
31 magic method called: getFoo
H A Dbug50394.phpt9 echo "$name called!\n";
21 bar called!
22 bar called!
H A Dbug29896.phpt25 #0 userErrorHandler(8, Undefined variable: b, %sbug29896.php, 11, Array ([A1] => Test1)) called at…
26 #1 GenerateError1(Test1) called at [%sbug29896.php:16]
27 #2 GenerateError2(Test2) called at [%sbug29896.php:19]
H A Dbug70156.phpt35 #0 dummy->bar() called at [%sbug70156.php:%d]
36 #1 dummy->foo1() called at [%sbug70156.php:%d]
37 #2 dummy->__construct() called at [%sbug70156.php:%d]
H A Dobjects_027.phpt30 Deprecated: Non-static method foo::test() should not be called statically in %s on line %d
32 Deprecated: Non-static method bar::show() should not be called statically in %s on line %d
38 Deprecated: %son-static method foo::test() should not be called statically in %s on line %d
40 Deprecated: Non-static method bar::show() should not be called statically in %s on line %d
H A Dbug40621.phpt2 Bug #40621 (Crash when constructor called inappropriately (statically))
18 Deprecated: Non-static method Foo::get() should not be called statically in %s on line %d
20 Fatal error: Uncaught Error: Non-static method Foo::__construct() cannot be called statically in %s…
H A Dbug79740.phpt2 Bug #79740: serialize() and unserialize() methods can not be called statically
20 Deprecated: Non-static method A::serialize() should not be called statically in %s on line %d
22 Deprecated: Non-static method A::unserialize() should not be called statically in %s on line %d
H A Dclosure_032.phpt32 #0 {closure}(23) called at [%s:%d]
68 #0 {closure}(23) called at [%s:%d]
69 #1 test(Closure Object ()) called at [%s:%d]
H A Dget_defined_vars.phpt46 echo "\n*** Checking for output when get_defined_vars called in local function ***\n";
50 echo "\n*** Checking for output when get_defined_vars called in function of a class ***\n";
53 echo "\n*** Checking for output when get_defined_vars called in nested functions ***\n";
106 *** Checking for output when get_defined_vars called in local function ***
112 *** Checking for output when get_defined_vars called in function of a class ***
118 *** Checking for output when get_defined_vars called in nested functions ***
H A Dglobal_with_side_effect_name.phpt7 echo "called\n";
21 called
H A Dbug61767.phpt2 Bug #61767 (Shutdown functions not called in certain error situation)
6 echo "Error handler called ($msg)\n";
18 Error handler called (Undefined variable: undefined)
/PHP-7.4/Zend/tests/generators/
H A Dbacktrace.phpt24 #0 f1() called at [%s:%d]
26 #2 Generator->rewind() called at [%s:%d]
27 #3 f3(Generator Object ()) called at [%s:%d]
/PHP-7.4/ext/session/tests/
H A Dsession_set_save_handler_class_009.phpt25 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
62 (#1) destructor called
H A Dsession_set_save_handler_class_011.phpt26 echo "(#$this->num) constructor called\n";
29 echo "(#$this->num) destructor called\n";
62 (#1) constructor called
64 (#1) destructor called
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50762.phpt2 Bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL)
13 return 'header handler ' . ($this->auth ? 'called' : 'not called');
47 header handler called
/PHP-7.4/ext/standard/tests/array/
H A Dextract_variation7.phpt6 /* EXTR_PREFIX_ALL called twice with same prefix string */
7 echo "\n*** Testing for EXTR_PREFIX_ALL called twice with same prefix string ***\n";
19 *** Testing for EXTR_PREFIX_ALL called twice with same prefix string ***
/PHP-7.4/tests/func/
H A D005.phpt13 print "foo() will be called on shutdown...\n";
17 foo() will be called on shutdown...
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic.phpt13 echo "f1 called\n";
26 f1 called
31 f1 called
/PHP-7.4/ext/date/tests/
H A Dbug49059.phpt17 print "\$date1 after second diff (called at \$date1): " .
21 print "\$date1 after third diff (called at \$date2): " .
31 $date1 after second diff (called at $date1): 2009-03-25
33 $date1 after third diff (called at $date2): 2009-03-25
/PHP-7.4/tests/basic/
H A Dbug73969.phpt29 #0 require() called at [%s:19]
30 #1 c1::go() called at [%s:23]
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_error2.phpt2 DOMDocument::saveHTMLFile() should fail if called statically
19 Non-static method DOMDocument::saveHTMLFile() cannot be called statically
H A DDOMDocument_saveHTML_error2.phpt2 DOMDocument::saveHTML() should fail if called statically
19 Non-static method DOMDocument::saveHTML() cannot be called statically
H A DDOMDocument_validate_error2.phpt2 DOMDocument::validate() should fail if called statically
19 Non-static method DOMDocument::validate() cannot be called statically

Completed in 28 milliseconds

12345678910>>...13