Home
last modified time | relevance | path

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

12345678910>>...29

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_load_error3.phpt4 This test verifies the method detects and opening and ending tag mismatch
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error5.phpt4 This test verifies the method detects extra content at the end of the document
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error3.phpt4 This test verifies the method detects a typo in tag names
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error5.phpt4 This test verifies the method detects extra content at the end of the document
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_loadXML_error1.phpt4 This test verifies the method detects an opening and ending tag mismatch
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error1.phpt4 This test verifies the method detects an opening and ending tag mismatch
7 - LOAD_OPTIONS: the second parameter to pass to the method
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_error.phpt13 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
21 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.5/ext/standard/tests/class_object/
H A Dproperty_exists_variation1.phpt20 echo "\ntesting __get magic method\n";
31 testing __get magic method
/PHP-5.5/tests/classes/
H A Dprivate_003.phpt2 ZE2 A private method cannot be called in a derived class
36 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A Dprivate_003b.phpt2 ZE2 A private method cannot be called in a derived class
37 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
H A D__call_007.phpt24 echo "---> Invoke __call via simple method call.\n";
55 Warning: The magic method __call() must have public visibility and cannot be static in %s on line 3
56 ---> Invoke __call via simple method call.
/PHP-5.5/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
/PHP-5.5/ext/spl/tests/
H A Dspl_autoload_005.phpt51 Exception: Passed array specifies a non static method but no object (non-static method MyAutoLoader…
H A Dspl_autoload_008.phpt83 LogicException: Function 'MyAutoLoader::dynaLoad' not callable (non-static method MyAutoLoader::dyn…
103 LogicException: Passed array specifies a non static method but no object (non-static method MyAutoL…
/PHP-5.5/ext/posix/tests/
H A Dposix_seteuid_error.phpt15 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
26 *** Test by calling method or function with incorrect numbers of arguments ***
H A Dposix_setuid_error.phpt15 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
29 *** Test by calling method or function with incorrect numbers of arguments ***
H A Dposix_setgid_error.phpt14 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
25 *** Test by calling method or function with incorrect numbers of arguments ***
H A Dposix_ttyname_error.phpt17 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
29 *** Test by calling method or function with incorrect numbers of arguments ***
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_fork_basic.phpt14 echo "*** Test by calling method or function with its expected arguments, first print the child PID…
25 *** Test by calling method or function with its expected arguments, first print the child PID and t…
/PHP-5.5/scripts/dev/generate-phpt/src/texts/
H A Dhelp.txt7 -m method name ....................Name of method, eg createAttribute
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getModifierNames_basic.phpt39 foreach($obj->getMethods() as $method) {
40 …var_dump($obj->getName() . "::" . $method->getName(), Reflection::getModifierNames($method->getMod…
H A DReflectionParameter_DefaultValueConstant_basic1.phpt35 $method = new ReflectionMethod('Foo', 'baz');
36 $params = $method->getParameters();
H A D008.phpt30 string(20) "Invalid method name "
31 string(21) "Invalid method name 1"
/PHP-5.5/Zend/tests/
H A Dbug63111.phpt2 Bug #63111 (is_callable() lies for abstract static method)
35 Fatal error: Cannot call abstract method Foo::bar() in %sbug63111.php on line 20
H A Dcall_user_func_001.phpt33 Warning: call_user_func() expects parameter 1 to be a valid callback, cannot access private method
35 …nc() expects parameter 1 to be a valid callback, cannot access protected method testing\foo::prot(…

Completed in 21 milliseconds

12345678910>>...29