Home
last modified time | relevance | path

Searched refs:method (Results 201 – 225 of 847) sorted by relevance

12345678910>>...34

/PHP-7.3/Zend/tests/
H A Dbug72496.phpt2 Bug #72496 (declare public method with signature incompatible with parent private method should not…
H A Dobjects_006.phpt2 method overloading with different method signature
H A Dobjects_007.phpt2 method overloading with different method signature
H A Dcall_user_func_004.phpt2 Calling non-static method with call_user_func()
16 Deprecated: %son-static method foo::teste() should not be called statically in %s on line %d
H A Dbug40621.phpt18 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 Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
19 Fatal error: Uncaught Error: Call to undefined method b::b() in %s:%d
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
/PHP-7.3/Zend/tests/generators/
H A Dbug63066.phpt2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
16 Fatal error: Uncaught Error: Call to undefined method stdClass::fatalError() in %sbug63066.php:5
/PHP-7.3/ext/date/tests/
H A Dcall_function_from_method.phpt2 Call to date function from a method and call to date method from call_user_func
/PHP-7.3/tests/lang/
H A Dbug7515.phpt8 function method() {}
18 $o->root->method();
/PHP-7.3/tests/classes/
H A Dabstract_user_call.phpt2 ZE2 An abstrcat method cannot be called indirectly
30 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot call abstract method t…
H A Dabstract_by_interface_001.phpt2 ZE2 An abstract method may not be called
33 Fatal error: Class Fails contains 1 abstract method and must therefore be declared abstract or impl…
H A Dprivate_001.phpt2 ZE2 A private method can only be called inside the class
24 Fatal error: Uncaught Error: Call to private method pass::show() from context '' in %s:%d
/PHP-7.3/ext/reflection/tests/
H A Dbug51905.phpt16 $method = $clazz->getMethod('x');
17 foreach ($method->getParameters() as $param) {
H A Dbug66430.phpt20 $method = $reflection->getMethod("bravo");
21 $closure = $method->getClosure($alpha);
25 echo "reflection of alpha.bravo: ", $method->invoke($alpha).PHP_EOL;
/PHP-7.3/ext/standard/tests/general_functions/
H A D010.phpt23 Exception: Non-static method test::__call() cannot be called statically
26 Fatal error: Non-static method test::__call() cannot be called statically in %s on line %d
/PHP-7.3/ext/dom/tests/
H A DDOMDocument_loadXML_basic.phpt4 This test verifies the basic behaviour of the method
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_basic.phpt4 This test verifies the basic behaviour of the method
7 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-7.3/ext/standard/tests/streams/
H A Dstream_context_set_option_basic.phpt11 var_dump(stream_context_set_option($context, 'http', 'method', 'POST'));
30 ["method"]=>
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt93 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
96 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
98 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
101 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
104 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
107 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
110 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
112 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
115 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
117 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
[all …]
/PHP-7.3/ext/posix/tests/
H A Dposix_errno_basic.phpt14 echo "*** Test by calling method or function with its expected arguments ***\n";
21 *** Test by calling method or function with its expected arguments ***
H A Dposix_setgid_basic.phpt15 echo "*** Test by calling method or function with its expected arguments ***\n";
24 *** Test by calling method or function with its expected arguments ***
/PHP-7.3/Zend/tests/traits/
H A Dlanguage011.phpt2 Aliasing on conflicting method should not cover up conflict.
30 Fatal error: Trait method sayHello has not been applied, because there are collisions with other tr…
/PHP-7.3/tests/output/
H A Dob_start_basic_005.phpt2 ob_start(): non-static method as static callbacks.
28 Warning: ob_start(): non-static method C::h() should not be called statically in %s on line 20
H A Dob_start_error_004.phpt2 Test ob_start() with non existent callback method.
18 Warning: ob_start(): class 'C' does not have a method 'f' in %s on line %d

Completed in 25 milliseconds

12345678910>>...34