Home
last modified time | relevance | path

Searched refs:method (Results 226 – 250 of 847) sorted by relevance

12345678910>>...34

/PHP-7.3/ext/openssl/tests/
H A Dstream_crypto_flags_004.phpt2 Specific protocol method specification
44 // TLSv1 hello method employed in the server
47 // Should fail because the TLSv1.1 hello method is not supported
51 // Should fail because the TLSv1.2 hello method is not supported
/PHP-7.3/tests/lang/
H A DpassByReference_005.phpt96 echo "\n\n ---- Pass by ref / pass by val: static method calls ----\n";
118 echo "\n\n ---- Pass by ref / pass by val: instance method calls ----\n";
179 ---- Pass by ref / pass by val: static method calls ----
181 Deprecated: Non-static method C::v() should not be called statically in %s on line 95
185 Deprecated: Non-static method C::r() should not be called statically in %s on line 96
191 Deprecated: Non-static method C::vv() should not be called statically in %s on line 100
203 Deprecated: Non-static method C::vr() should not be called statically in %s on line 104
211 Deprecated: Non-static method C::rv() should not be called statically in %s on line 108
219 Deprecated: Non-static method C::rr() should not be called statically in %s on line 112
224 ---- Pass by ref / pass by val: instance method calls ----
/PHP-7.3/tests/classes/
H A Dabstract_by_interface_002.phpt2 ZE2 An abstract method may not be called
33 Fatal error: Class Fails contains 1 abstract method and must therefore be declared abstract or impl…
H A Dinterfaces_002.phpt2 ZE2 interface with an unimplemented method
26 Fatal error: Class Exception_foo contains 1 abstract method and must therefore be declared abstract…
H A Dabstract.phpt2 ZE2 An abstract method may not be called
28 Fatal error: Uncaught Error: Cannot call abstract method fail::show() in %s:%d
H A Dprotected_001.phpt2 ZE2 A protected method can only be called inside the class
24 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
H A Dprivate_004.phpt2 ZE2 A private method cannot be called in a derived class
30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprivate_005.phpt2 ZE2 A private method cannot be called in a derived class
30 Fatal error: Uncaught Error: Call to private method pass::show() from context 'fail' in %s:%d
H A Dprotected_001b.phpt2 ZE2 A protected method can only be called inside the class
25 Fatal error: Uncaught Error: Call to protected method pass::fail() from context '' in %s:%d
/PHP-7.3/Zend/tests/
H A Dbug43200.phpt42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
H A Dclosure_061.phpt11 public function method() {}
48 [[new Cls, 'method'], [
174 (new Cls)->method()
187 Cannot bind method Cls::method() to object of class ClsUnrelated
208 Cannot bind method SplDoublyLinkedList::count() to object of class ClsUnrelated
211 Cannot unbind $this of internal method
214 Cannot unbind $this of internal method
H A Dbug70685.phpt2 Bug #70685: Segfault for getClosure() internal method rebind with invalid $this
18 Warning: Cannot bind method SplDoublyLinkedList::count() to object of class cls in %s on line %d
H A Dcall_static_006.phpt24 Deprecated: Non-static method foo::aa() should not be called statically in %s on line %d
27 Deprecated: Non-static method foo::aa() should not be called statically in %s on line %d
/PHP-7.3/ext/standard/tests/general_functions/
H A Dget_cfg_var_basic.phpt14 echo "*** Test by calling method or function with its expected arguments ***\n";
21 *** Test by calling method or function with its expected arguments ***
H A Dbug47857.phpt18 Deprecated: Non-static method foo::bar() should not be called statically in %sbug47857.php on line …
22 Fatal error: Uncaught Error: Non-static method Exception::getMessage() cannot be called statically …
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_list.c44 …PHPDBG_LIST_COMMAND_D(method, "lists the specified method", 'm', list_method, NULL, "m", PHPD…
89 PHPDBG_LIST(method) /* {{{ */ in PHPDBG_LIST() argument
93 if (phpdbg_safe_class_lookup(param->method.class, strlen(param->method.class), &ce) == SUCCESS) { in PHPDBG_LIST()
95 char *lcname = zend_str_tolower_dup(param->method.name, strlen(param->method.name)); in PHPDBG_LIST()
100 …\"notfound\" method=\"%s::%s\"", "Could not find %s::%s", param->method.class, param->method.name); in PHPDBG_LIST()
105 …rror("list", "type=\"notfound\" class=\"%s\"", "Could not find the class %s", param->method.class); in PHPDBG_LIST()
/PHP-7.3/ext/reflection/tests/
H A Dbug37964.phpt42 Method [ <user> private method foobar ] {
46 Method [ <user, inherits foo> protected method test3 ] {
H A DReflectionMethod_invoke_basic.phpt50 echo "Public method:\n";
61 echo "\nStatic method:\n";
76 Public method:
96 Static method:
/PHP-7.3/Zend/tests/traits/
H A Derror_015.phpt2 Trying to add an alias to a trait method where there is another with same name.
26 Fatal error: Trait method test has not been applied, because there are collisions with other trait …
/PHP-7.3/ext/standard/tests/assert/
H A Dassert_variation.phpt51 echo "Reset the name of the callback routine to a class method and check that it works\n";
58 echo "Reset callback options to use a class method \n";
65 echo "Reset callback options to use an object method \n";
98 Reset the name of the callback routine to a class method and check that it works
106 Reset callback options to use a class method
119 Deprecated: Non-static method c1::assert() should not be called statically in %s on line 53
123 Reset callback options to use an object method
/PHP-7.3/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp242 U_CFUNC zend_function *IntlPartsIterator_get_method(zend_object **object_ptr, zend_string *method, … in IntlPartsIterator_get_method() argument
249 ZSTR_ALLOCA_ALLOC(lc_method_name, ZSTR_LEN(method), use_heap); in IntlPartsIterator_get_method()
250 zend_str_tolower_copy(ZSTR_VAL(lc_method_name), ZSTR_VAL(method), ZSTR_LEN(method)); in IntlPartsIterator_get_method()
255 if (ZSTR_LEN(method) == sizeof("getrulestatus") - 1 in IntlPartsIterator_get_method()
261 ret = Z_OBJ_HANDLER_P(break_iter_zv, get_method)(object_ptr, method, key); in IntlPartsIterator_get_method()
266 ret = zend_std_get_method(object_ptr, method, key); in IntlPartsIterator_get_method()
/PHP-7.3/ext/posix/tests/
H A Dposix_errno_error.phpt14 echo "*** Test by calling method or function with more than expected arguments ***\n";
21 *** Test by calling method or function with more than expected arguments ***
/PHP-7.3/ext/session/tests/
H A D025.phpt55 function method() { $this->yes++; }
64 $baz->method();
65 $arr[3]->method();
78 $baz->method();
79 $arr[3]->method();
H A D005.phpt54 function method() { $this->yes++; }
63 $_SESSION["baz"]->method();
64 $_SESSION["arr"][3]->method();
73 $_SESSION["baz"]->method();
74 $_SESSION["arr"][3]->method();
/PHP-7.3/ext/standard/tests/array/
H A Dkey_exists_error.phpt9 echo "*** Test by calling method or function with incorrect numbers of arguments ***\n";
17 *** Test by calling method or function with incorrect numbers of arguments ***

Completed in 30 milliseconds

12345678910>>...34