Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-7.4/Zend/tests/
H A Dbug69996.phpt6 function method($cache) {
17 method($cache);
H A Dbug76869.phpt2 Bug #76869 (Incorrect bypassing protected method accessibilty check)
23 Exception: Call to protected method B::f() from context ''
H A Dobjects_002.phpt2 method overloading with different method signature
H A Dbug70681.phpt2 Bug #70681: Segfault when binding $this of internal instance method to null
15 Warning: Cannot unbind $this of internal method in %s on line %d
H A Dobjects_004.phpt2 method overloading with different method signature
H A Dbug32429.phpt2 Bug #32429 (method_exists() always return TRUE if __call method exists)
16 throw new Exception('Call to undefined method'.get_class($this).'::'.$name.'()');
H A Dobjects_003.phpt2 method overloading with different method signature
H A Dobjects_008.phpt2 method overloading with different method signature
H A Dbug74408.phpt23 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
25 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in %sb…
27 Deprecated: Non-static method ErrorHandling::error_handler() should not be called statically in Unk…
/PHP-7.4/Zend/tests/function_arguments/
H A Dcall_with_trailing_comma_basic.phpt2 Allow trailing commas in function and method calls
38 'method',
79 string(6) "method"
/PHP-7.4/tests/classes/
H A Dabstract_derived.phpt2 ZE2 A derived class with an abstract method must be abstract
17 Fatal error: Class derived contains 1 abstract method and must therefore be declared abstract or im…
H A Dfinal_redeclare.phpt2 ZE2 A final method may not be overwritten
23 Fatal error: Cannot override final method pass::show() in %s on line 12
H A Dabstract_redeclare.phpt2 ZE2 A method cannot be redeclared abstract
19 Fatal error: Class fail contains 1 abstract method and must therefore be declared abstract or imple…
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…
/PHP-7.4/Zend/tests/traits/
H A Derror_012.phpt2 Trying to access a protected trait method
19 Fatal error: Uncaught Error: Call to protected method bar::test() from context '' in %s:%d
H A Dbug60165c.phpt21 Fatal error: An alias (foobar) was defined for method baz(), but this method does not exist in %s o…
/PHP-7.4/ext/pdo/tests/
H A Dpdo_037.phpt2 Crash when calling a method of a class that inherits PDOStatement
19 Fatal error: Uncaught Error: Call to undefined method MyStatement::foo() in %s:%d
/PHP-7.4/ext/intl/uchar/tests/
H A Dbug70453.phpt7 $method = new ReflectionMethod('IntlChar', 'foldCase');
8 $param = $method->getParameters()[1];
/PHP-7.4/ext/standard/tests/streams/
H A Dbug71245.phpt9 'method' => 'GET',
27 [method] => GET
/PHP-7.4/ext/opcache/tests/
H A Dpreload_trait_multiple_fixup.inc4 public function method() {
22 public function method() {
/PHP-7.4/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt38 Method [ <internal:standard> public method close ] {
45 Method [ <internal:standard> public method rewind ] {
52 Method [ <internal:standard> public method read ] {
/PHP-7.4/ext/standard/tests/strings/
H A Dstrval_error.phpt16 // no toString() method defined
30 // Testing strval with a object which has no toString() method
31 echo "\n-- Testing strval() function with object which has not toString() method --\n";
53 -- Testing strval() function with object which has not toString() method --
/PHP-7.4/ext/reflection/tests/
H A DReflectionParameter_002.phpt19 $method = new ReflectionMethod('ReflectTestClass', 'staticMethod');
21 $parameters = $method->getParameters();
34 $method = new ReflectionMethod('ReflectTestClass', 'instanceMethod');
36 $parameters = $method->getParameters();
/PHP-7.4/ext/standard/tests/class_object/
H A Dmethod_exists_variation_003.phpt5 /* Prototype : proto bool method_exists(object object, string method)
6 * Description: Checks if the class method exists
/PHP-7.4/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

Completed in 32 milliseconds

12345678910>>...34