Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/Zend/tests/
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 Dbug47054.phpt2 Bug #47054 (BC break in static functions called as dynamic)
35 Warning: get_called_class() called from outside a class in %s on line %d
37 Strict Standards: Non-static method D::m() should not be called statically in %s on line %d
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)
H A D009.phpt33 Strict Standards: Non-static method foo::bar() should not be called statically in %s on line %d
36 Strict Standards: Non-static method foo::bar() should not be called statically in %s on line %d
41 Warning: get_class() called without object from outside a class in %s on line %d
H A Dbug43483.phpt13 echo "Successfully called D::prot().\n";
19 Successfully called D::prot().
H A Dbug39127.phpt6 class a { function a() { var_dump("a::a() called"); } }
17 string(13) "a::a() called"
/PHP-5.5/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 ***
H A Darray_walk_variation9.phpt44 echo "callback3() called\n";
80 callback3() called
81 callback3() called
82 callback3() called
83 callback3() called
H A Darray_walk_recursive_variation9.phpt44 echo "callback3() called\n";
80 callback3() called
81 callback3() called
82 callback3() called
83 callback3() called
H A Darray_map_variation13.phpt51 echo "callback_without_ret called\n";
96 callback_without_ret called
97 callback_without_ret called
98 callback_without_ret called
/PHP-5.5/ext/session/tests/
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-5.5/ext/xml/tests/
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-5.5/tests/func/
H A D005.phpt13 print "foo() will be called on shutdown...\n";
17 foo() will be called on shutdown...
/PHP-5.5/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-5.5/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt8 get_defined_vars() is called.
14 echo "\n-- Function f1() called --\n";
32 echo "\n -- Function f2() called --\n";
73 -- Function f1() called --
101 -- Function f2() called --
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_variation.phpt13 echo "f1 called\n";
17 echo "f2 called\n";
21 echo "f3 called\n";
76 f1 called
83 f2 called
90 f3 called
110 Strict Standards: Non-static method c1::assert() should not be called statically in %s on line 53
H A Dassert_basic3.phpt13 echo "f1 called\n";
23 f1 called
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_error2.phpt2 DOMDocument::saveHTMLFile() should fail if called statically
15 Fatal error: Non-static method DOMDocument::saveHTMLFile() cannot be called statically in %s on lin…
H A DDOMDocument_validate_error2.phpt2 DOMDocument::validate() should fail if called statically
15 Fatal error: Non-static method DOMDocument::validate() cannot be called statically in %s on line %d
H A DDOMDocument_saveHTML_error2.phpt2 DOMDocument::saveHTML() should fail if called statically
15 Fatal error: Non-static method DOMDocument::saveHTML() cannot be called statically in %s on line %d
/PHP-5.5/ext/standard/tests/streams/
H A Dbug40459.phpt2 …whether the constructor of the user-space stream wrapper is called when stream functions are called
5 …whether the constructor of the user-space stream wrapper is called when stream functions are called
/PHP-5.5/ext/pdo/tests/
H A Dbug_44409.phpt24 printf("Method called: %s()\n", __METHOD__);
34 printf("Method called: %s(%s)\n", __METHOD__, var_export($dat, true));
44 Method called: bug44409::unserialize('Data from DB')
/PHP-5.5/tests/classes/
H A D__call_001.phpt12 echo "Method $m called:\n";
24 Method test called:
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt93 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
96 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
98 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
101 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
104 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
107 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
110 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
112 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
115 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
117 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
[all …]

Completed in 35 milliseconds

12345678910>>...12