Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic6.phpt13 echo "f1 called\n";
23 f1 called
H A Dassert_basic5.phpt13 echo "f1 called\n";
27 f1 called
H A Dassert_error2.phpt15 echo "f1 called\n";
27 f1 called
/PHP-5.5/ext/pcntl/tests/
H A Dsignal_closure_handler.phpt14 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
24 Signal handler called!
H A Dpcntl_signal_dispatch.phpt14 pcntl_signal(SIGTERM, function ($signo) { echo "Signal handler called!\n"; });
25 Signal handler called!
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_context_set_option_error_002.phpt14 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
17 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
H A Dstream_context_set_option_error_001.phpt17 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
20 Warning: stream_context_set_option(): called with wrong number or type of parameters; please RTM in…
/PHP-5.5/Zend/tests/
H A Dbug39003.phpt2 Bug #39003 (__autoload() is called for type hinting)
24 …st() must be an instance of OtherClassName, instance of ClassName given, called in %s on line %d a…
H A Dcall_static_006.phpt24 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
27 Strict Standards: Non-static method foo::aa() should not be called statically in %s on line %d
H A Dbug33996.phpt27 Warning: Missing argument 1 for NormalTest(), called in %sbug33996.php on line %d and defined in %s…
29 …: Argument 1 passed to FooTest() must be an instance of Foo, none given, called in %sbug33996.php …
H A Dclosure_027.phpt28 Warning: Missing argument 1 for {closure}(), called in %s on line %d and defined in %s on line %d
31 …ed to test() must be an instance of Closure, instance of stdClass given, called in %s on line %d a…
H A Dcall_user_func_001.phpt13 print "Shouldn't be called!\n";
18 print "Shouldn't be called!\n";
/PHP-5.5/ext/standard/tests/serialize/
H A D001.phpt31 echo "__sleep called\n";
37 echo "__wakeup called\n";
99 __sleep called
101 __wakeup called
H A Dbug14293.phpt14 echo "__sleep called\n";
27 __sleep called
H A Dincomplete_class.phpt20 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
22 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
25 …ject you are trying to operate on was loaded _before_ unserialize() gets called or provide a __aut…
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-5.5/ext/standard/tests/general_functions/
H A Dbug47857.phpt18 Strict Standards: Non-static method foo::bar() should not be called statically in %sbug47857.php on…
22 Fatal error: Non-static method Exception::getMessage() cannot be called statically in %sbug47857.ph…
H A Dbug32647.phpt52 Strict Standards: Non-static method bar::barfoo() should not be called statically in %sbug32647.php…
57 Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on lin…
59 Strict Standards: Non-static method bar::barfoo() should not be called statically in Unknown on lin…
/PHP-5.5/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-5.5/sapi/cli/tests/
H A D016.phpt49 echo "I was called!";
122 php { echo "I was called!";
125 I was called!
/PHP-5.5/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-5.5/ext/spl/internal/
H A Demptyiterator.inc35 /** This function must not be called. It throws an exception upon access.
44 /** This function must not be called. It throws an exception upon access.

Completed in 38 milliseconds

12345678910>>...12