Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/
H A Ddebug_print_backtrace_limit.phpt23 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
24 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
25 #1 b() called at [%sdebug_print_backtrace_limit.php:3]
26 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
27 #1 b() called at [%sdebug_print_backtrace_limit.php:3]
28 #2 a() called at [%sdebug_print_backtrace_limit.php:17]
29 #0 c() called at [%sdebug_print_backtrace_limit.php:7]
30 #1 b() called at [%sdebug_print_backtrace_limit.php:3]
31 #2 a() called at [%sdebug_print_backtrace_limit.php:17]
H A Dfr47160.phpt20 printf("%s called (%s)!\n", __METHOD__, $f);
26 printf("%s called (%s)!\n", __METHOD__, $f);
32 printf("%s called (%s)!\n", __METHOD__, $f);
135 Magic::__call called (foo)!
136 Magic::__call called (foo)!
138 Magic2::__callStatic called (foo)!
139 Magic2::__callStatic called (foo)!
141 Magic3::__callStatic called (foo)!
142 Magic3::__callStatic called (foo)!
144 Magic3::__call called (foo)!
[all …]
H A Dbug22725.phpt9 echo "Foo::aPrivateMethod() called.\n";
13 echo "Foo::aProtectedMethod() called.\n";
20 echo "Bar::aPublicMethod() called.\n";
29 Bar::aPublicMethod() called.
30 Foo::aProtectedMethod() called.
31 Foo::aPrivateMethod() called.
H A Ddebug_backtrace_options.phpt48 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
49 #1 foo->doCall(doit, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
52 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
56 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
60 #0 doit(a, b, debug_print_backtrace) called at [%sdebug_backtrace_options.php:%d]
64 #0 doit() called at [%sdebug_backtrace_options.php:%d]
65 #1 foo->doCall() called at [%sdebug_backtrace_options.php:%d]
66 #2 foo::statCall() called at [%sdebug_backtrace_options.php:%d]
68 #0 doit() called at [%sdebug_backtrace_options.php:%d]
69 #1 foo->doCall() called at [%sdebug_backtrace_options.php:%d]
[all …]
H A Dcall_static.phpt9 echo $fname, '() called with ', count($args), " arguments\n";
18 Two() called with 2 arguments
19 Three() called with 3 arguments
20 Four() called with 4 arguments
H A Dbug_debug_backtrace.phpt23 #0 boo() called at [%s:%d]
24 #1 bar() called at [%s:%d]
25 #2 foo() called at [%s(%d) : eval()'d code:1]
26 #3 eval() called at [%s:%d]
H A Dbug30828.phpt50 #0 A->__construct() called at [%sbug30828.php:30]
51 #1 B->__construct() called at [%sbug30828.php:42]
54 #0 A->foo() called at [%sbug30828.php:34]
55 #1 B->foo() called at [%sbug30828.php:43]
58 #0 A::bar() called at [%sbug30828.php:38]
59 #1 B::bar() called at [%sbug30828.php:44]
H A Dbug64239_4.phpt28 #0 A::Bmethod() called at [%sbug64239_4.php:%d]
29 #0 A::t2method() called at [%sbug64239_4.php:%d]
30 #0 C::Bmethod() called at [%sbug64239_4.php:%d]
31 #0 A::t2method() called at [%sbug64239_4.php:%d]
H A Dbug64239_3.phpt30 #0 A->Bmethod() called at [%sbug64239_3.php:%d]
31 #0 A->t2method() called at [%sbug64239_3.php:%d]
32 #0 C->Bmethod() called at [%sbug64239_3.php:%d]
33 #0 A->t2method() called at [%sbug64239_3.php:%d]
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 Dbug40621.phpt2 Bug #40621 (Crash when constructor called inappropriately (statically))
18 Strict Standards: Non-static method Foo::get() should not be called statically in %s on line %d
20 Fatal error: Non-static method Foo::__construct() cannot be called statically in %s on line %d
H A Dobjects_027.phpt30 Strict Standards: Non-static method foo::test() should not be called statically in %s on line %d
32 Strict Standards: Non-static method bar::show() should not be called statically in %s on line %d
38 …er 1 to be a valid callback, non-static method foo::test() should not be called statically in %s o…
40 Strict Standards: Non-static method bar::show() should not be called statically in %s on line %d
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_014.phpt6 echo "closure called with class $class\n";
15 echo ("Autoloader('{$this->dir}') called with $class\n");
21 echo ("WorkingAutoloader() called with $class\n");
43 closure called with class TestX
44 Autoloader('d1') called with TestX
45 WorkingAutoloader() called with TestX
46 WorkingAutoloader() called with TestY
H A Dspl_autoload_bug48541.phpt9 echo "a2 called\n";
15 echo "a called\n";
21 echo "b called\n";
35 a called
36 a2 called
37 b called
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_007.phpt25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
59 // implicit close (called by shutdown function)
65 (#1) constructor called
66 (#1) finish called %s
69 (#2) constructor called
70 (#1) destructor called
74 (#2) destructor called
H A Dsession_set_save_handler_class_008.phpt25 echo "(#$this->num) constructor called\n";
28 echo "(#$this->num) destructor called\n";
32 echo "(#$this->num) finish called $id\n";
60 (#1) constructor called
61 (#1) finish called %s
65 (#1) destructor called
H A Dsession_set_save_handler_class_010.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
60 (#1) finish called %s
63 (#1) destructor called
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
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic2.phpt13 echo "f2 called\n";
18 echo "f1 called\n";
30 f1 called
35 f2 called
H A Dassert_basic.phpt13 echo "f1 called\n";
25 f1 called
28 f1 called
/PHP-5.5/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
/PHP-5.5/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-5.5/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

Completed in 125 milliseconds

12345678910>>...12