Home
last modified time | relevance | path

Searched refs:method (Results 151 – 175 of 830) sorted by path

12345678910>>...34

/PHP-7.4/Zend/tests/
H A Ddebug_info-error-0.phpt2 Testing __debugInfo() magic method with bad returns ZERO
H A Ddebug_info-error-1.0.phpt2 Testing __debugInfo() magic method with bad returns ONE (float)
H A Ddebug_info-error-1.phpt2 Testing __debugInfo() magic method with bad returns ONE
H A Ddebug_info-error-empty_str.phpt2 Testing __debugInfo() magic method with bad returns EMPTY STRING
H A Ddebug_info-error-false.phpt2 Testing __debugInfo() magic method with bad returns FALSE
H A Ddebug_info-error-object.phpt2 Testing __debugInfo() magic method with bad returns OBJECT
H A Ddebug_info-error-resource.phpt2 Testing __debugInfo() magic method with bad returns RESOURCE
H A Ddebug_info-error-str.phpt2 Testing __debugInfo() magic method with bad returns STRING
H A Ddebug_info-error-true.phpt2 Testing __debugInfo() magic method with bad returns TRUE
H A Ddebug_info.phpt2 Testing __debugInfo() magic method
H A Ddereference_002.phpt2 Testing array dereference on method calls
H A Ddereference_003.phpt2 Testing array dereference on method calls
H A Ddereference_007.phpt2 Trying to write on method return
H A Ddereference_008.phpt2 Testing array dereference with dynamic method name and references
H A Ddereference_012.phpt2 Testing array dereferencing on return of a method with and without reference
H A Ddereference_013.phpt2 Testing array dereferencing on array returned from __call method
H A Ddynamic_call_001.phpt19 Fatal error: Uncaught Error: Non-static method foo::foo() cannot be called statically in %s:%d
H A Ddynamic_call_002.phpt2 Testing dynamic call with invalid value for method name
H A Ddynamic_call_003.phpt2 Testing dynamic call with invalid method name
H A Ddynamic_call_to_ref_returning_function.phpt24 function &method($x) {
28 var_dump((new \ReflectionMethod('Foo\Bar', 'method'))->invoke(new Bar, 42));
29 var_dump((new \ReflectionMethod('Foo\Bar', 'method'))->invokeArgs(new Bar, [42]));
H A Derrmsg_001.phpt2 errmsg: Non-abstract method must contain body
16 Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d
H A Derrmsg_005.phpt2 errmsg: can't use method return value in write context
18 Fatal error: Can't use method return value in write context in %s on line %d
H A Derrmsg_011.phpt2 errmsg: cannot redeclare (method)
H A Derrmsg_018.phpt13 Fatal error: Class test contains 1 abstract method and must therefore be declared abstract or imple…
H A Derrmsg_034.phpt15 Fatal error: Clone method test::__clone() cannot be static in %s on line %d

Completed in 61 milliseconds

12345678910>>...34