Home
last modified time | relevance | path

Searched refs:method (Results 251 – 275 of 847) sorted by relevance

1...<<11121314151617181920>>...34

/PHP-7.3/tests/classes/
H A Dbug27504.phpt23 …rray() expects parameter 1 to be a valid callback, cannot access private method foo::bar() in %s o…
25 Fatal error: Uncaught Error: Call to private method foo::bar() from context '' in %s:%d
H A Dprivate_004b.phpt2 ZE2 A private method cannot be called in a derived class
33 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_002.phpt2 ZE2 A private method cannot be called in another class
33 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_003.phpt2 ZE2 A private method cannot be called in a derived class
34 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_003b.phpt2 ZE2 A private method cannot be called in a derived class
35 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprotected_002.phpt2 ZE2 A protected method cannot be called in another class
33 Fatal error: Uncaught Error: Call to protected method pass::show() from context 'fail' in %s:%d
/PHP-7.3/Zend/tests/
H A Dbug69212.phpt7 public static function __callStatic($method, $args) {}
8 public function __call($method, $args) {}
H A Dindirect_method_call_002.phpt2 Indirect method call with chaining
32 Fatal error: Uncaught Error: Call to undefined method foo::www() in %s:%d
H A Dbug63111.phpt2 Bug #63111 (is_callable() lies for abstract static method)
34 Fatal error: Uncaught Error: Cannot call abstract method Foo::bar() in %sbug63111.php:20
/PHP-7.3/Zend/tests/traits/
H A Dinheritance003.phpt2 Trait method overrides base class method and satisfies prototype
/PHP-7.3/ext/standard/tests/general_functions/
H A Dproc_nice_error.phpt9 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
22 *** Test by calling method or function with incorrect numbers of arguments ***
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-7.3/ext/dom/tests/
H A DDOMDocument_loadXML_error4.phpt4 This test verifies the method detects an unsupported xml version
7 - LOAD_OPTIONS: the second parameter to pass to the method
H A DDOMDocument_load_error4.phpt4 This test verifies the method detects an unsupported xml version
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_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
/PHP-7.3/ext/standard/tests/class_object/
H A Dproperty_exists_variation1.phpt20 echo "\ntesting __get magic method\n";
31 testing __get magic method
/PHP-7.3/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-7.3/ext/mysqli/tests/
H A Dmysqli_next_result.phpt76 …ore_results()/mysqli::more_results() to check whether to call this function/method in %s on line %d
78 …ore_results()/mysqli::more_results() to check whether to call this function/method in %s on line %d
80 …ore_results()/mysqli::more_results() to check whether to call this function/method in %s on line %d
82 …ore_results()/mysqli::more_results() to check whether to call this function/method in %s on line %d
84 …ore_results()/mysqli::more_results() to check whether to call this function/method in %s on line %d
/PHP-7.3/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 ***
/PHP-7.3/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-7.3/ext/spl/tests/
H A Dspl_autoload_005.phpt51 Exception: Passed array specifies a non static method but no object (non-static method MyAutoLoader…

Completed in 31 milliseconds

1...<<11121314151617181920>>...34