Home
last modified time | relevance | path

Searched refs:method (Results 126 – 150 of 702) sorted by relevance

12345678910>>...29

/PHP-5.5/ext/spl/tests/
H A Dbug68479.phpt6 $method = new ReflectionMethod('SplFileObject', 'fputcsv');
7 $params = $method->getParameters();
/PHP-5.5/tests/classes/
H A Dinterface_method_private.phpt2 ZE2 An interface method cannot be private
15 Fatal error: Access type for interface method if_a::err() must be omitted in %s on line %d
H A Dabstract_user_call.phpt2 ZE2 An abstrcat method cannot be called indirectly
30 Fatal error: Cannot call abstract method test_base::func() in %s on line %d
/PHP-5.5/ext/reflection/tests/
H A Dbug51911.phpt12 $method = $clazz->getMethod('x');
13 foreach ($method->getParameters() as $param) {
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-5.5/Zend/tests/generators/
H A Dbug63066.phpt2 Bug #63066 (Calling an undefined method in a generator results in a seg fault)
16 Fatal error: Call to undefined method stdClass::fatalError() in %sbug63066.php on line 5
/PHP-5.5/Zend/tests/traits/
H A Dbug60165a.phpt17 Fatal error: An alias (barA) was defined for method nonExistent(), but this method does not exist i…
H A Derror_014.phpt2 Trying to override final method
23 Fatal error: Cannot override final method baz::test() in %s on line %d
H A Dbug60165c.phpt22 Fatal error: An alias (foobar) was defined for method baz(), but this method does not exist in %s o…
/PHP-5.5/Zend/tests/traits/bugs/
H A Dalias-semantics.phpt2 … alias operation is to provide an additional identifier for the method body of the original method.
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_introspection.c100 dm->method(server, userData); in check_docs_loaded()
110 static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { in describe_method() argument
111 if(method) { in describe_method()
112 server_method* sm = find_method(server, method); in describe_method()
191 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_signature_cb() local
197 if(method) { in xi_system_method_signature_cb()
198 server_method* sm = find_method(server, method); in xi_system_method_signature_cb()
250 const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); in xi_system_method_help_cb() local
256 if(method) { in xi_system_method_help_cb()
257 server_method* sm = find_method(server, method); in xi_system_method_help_cb()
[all …]
/PHP-5.5/Zend/tests/
H A Dobjects_005.phpt2 method overloading with different method signature
H A Dobjects_002.phpt2 method overloading with different method signature
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 Dbug48215_2.phpt2 Bug #48215 - parent::method() calls __construct, case sensitive test
19 Fatal error: Call to undefined method b::b() in %s on line %d
H A Dobjects_003.phpt2 method overloading with different method signature
H A Dbug40621.phpt18 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_008.phpt2 method overloading with different method signature
H A Dobjects_009.phpt2 method overloading with different method signature
H A Dcall_user_func_004.phpt2 Calling non-static method with call_user_func()
16 Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method fo…
/PHP-5.5/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";
49 -- Testing strval() function with object which has not toString() method --
/PHP-5.5/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-5.5/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-5.5/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

Completed in 25 milliseconds

12345678910>>...29