Home
last modified time | relevance | path

Searched refs:method (Results 151 – 175 of 847) sorted by relevance

12345678910>>...34

/PHP-7.3/Zend/tests/
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 Dbug69427.phpt2 Bug #69427 (Segfault on magic method __call of private method in superclass)
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 Dbug71414.phpt2 Bug #71414 (Interface method override inherited method and implemented in a trait causes fatal erro…
H A Dmethods-on-non-objects.phpt7 $x->method();
11 Fatal error: Uncaught Error: Call to a member function method() on null in %s:%d
H A Dobjects_005.phpt2 method overloading with different method signature
H A Dexception_017.phpt31 Exception: Cannot call abstract method C::foo() in %sexception_017.php on line %d
34 Exception: Cannot call abstract method C::foo()
36 Fatal error: Uncaught Error: Cannot call abstract method C::foo() in %sexception_017.php:%d
/PHP-7.3/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt6 function call(ReflectionGenerator $ref, $method, $rec = true) {
8 call($ref, $method, false);
11 var_dump($ref->$method());
H A DReflectionType_001.phpt67 echo "** Function/method return type $idx\n";
156 ** Function/method return type 0
158 ** Function/method return type 1
163 ** Function/method return type 2
168 ** Function/method return type 3
173 ** Function/method return type 4
178 ** Function/method return type 5
183 ** Function/method return type 6
H A DReflectionClass_getExtensionName_basic.phpt2 ReflectionClass::getExtensionName() method - basic test for getExtensionName() method
H A Dbug33312.phpt11 $method = $class->getMethod('bar');
13 foreach ($method->getParameters() as $parameter) {
H A Dbug67068.phpt6 public function method() {}
10 $reflector = new \ReflectionMethod($object, 'method');
H A DReflectionClass_getExtension_basic.phpt2 ReflectionClass::getExtension() method - basic test for getExtension() method
H A Dbug51911.phpt12 $method = $clazz->getMethod('x');
13 foreach ($method->getParameters() as $param) {
/PHP-7.3/ext/intl/tests/
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt38 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
41 string(81) "intlcal_field_difference: Call to ICU method has failed: U_ILLEGAL_ARGUMENT_ERROR"
42 string(81) "intlcal_field_difference: Call to ICU method has failed: U_ILLEGAL_ARGUMENT_ERROR"
/PHP-7.3/Zend/tests/anon/
H A D002.phpt8 public function method();
12 public function method(){
/PHP-7.3/ext/mysqli/tests/
H A Dbug74595.phpt10 $method = $class->getMethod('query');
11 var_dump($method->getParameters());
/PHP-7.3/ext/standard/tests/class_object/
H A Dmethod_exists_basic_001.phpt38 foreach ($methods as $method) {
39 echo "Does C::$method exist? ";
40 var_dump(method_exists("C", $method));
45 foreach ($methods as $method) {
46 echo "Does C::$method exist? ";
47 var_dump(method_exists($myC, $method));
/PHP-7.3/Zend/tests/traits/
H A Derror_013.phpt2 Trying to use static as method modifier
19 Fatal error: Cannot use 'static' as method modifier in %s on line %d
H A Dinheritance001.phpt2 Trait method overwridden by a method defined in the class.
H A Dbug60165a.phpt16 Fatal error: An alias (barA) was defined for method nonExistent(), but this method does not exist i…
/PHP-7.3/ext/spl/tests/
H A Dbug60201.phpt6 $method = new ReflectionMethod('SplFileObject', 'setCsvControl');
7 $params = $method->getParameters();
H A Dbug68479.phpt6 $method = new ReflectionMethod('SplFileObject', 'fputcsv');
7 $params = $method->getParameters();
/PHP-7.3/ext/session/tests/
H A Dsession_basic4.phpt40 <form action="" method="post">
52 <form action="" method="post">
60 <form action="" method="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type…
64 <form action="" method="post"><input type="hidden" name="testvar1" value="testvalue1" /><input type…
/PHP-7.3/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.

Completed in 24 milliseconds

12345678910>>...34