Home
last modified time | relevance | path

Searched refs:Method (Results 1 – 25 of 107) sorted by relevance

12345

/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt57 Method [ <internal:Reflection> public method getName ] {
63 Method [ <internal:Reflection> public method isInternal ] {
75 Method [ <internal:Reflection> public method isAnonymous ] {
87 Method [ <internal:Reflection> public method isCloneable ] {
93 Method [ <internal:Reflection> public method getFileName ] {
105 Method [ <internal:Reflection> public method getEndLine ] {
123 Method [ <internal:Reflection> public method hasMethod ] {
130 Method [ <internal:Reflection> public method getMethod ] {
137 Method [ <internal:Reflection> public method getMethods ] {
234 Method [ <internal:Reflection> public method isTrait ] {
[all …]
H A DReflectionMethod_basic2.phpt57 string(%d) "Method [ <user, inherits TestClass> public method foo ] {
73 string(%d) "Method [ <user> static public method stat ] {
79 string(%d) "Method [ <user> static public method stat ] {
89 string(%d) "Method [ <user> private method priv ] {
95 string(%d) "Method [ <user> private method priv ] {
105 string(%d) "Method [ <user> protected method prot ] {
111 string(%d) "Method [ <user> protected method prot ] {
137 string(%d) "Method [ <user> abstract public method int ] {
143 string(%d) "Method [ <user> abstract public method int ] {
177 string(%d) "Method [ <user, dtor> public method __destruct ] {
[all …]
H A Dbug33389.phpt43 Method [ <user> public method foo1 ] {
51 Method [ <user> public method foo2 ] {
59 Method [ <user> public method foo3 ] {
67 Method [ <user> public method foo4 ] {
75 Method [ <user> public method foo5 ] {
83 Method [ <user> public method bar ] {
91 Method [ <user> public method foo ] {
H A DReflectionMethod_constructor_error1.phpt47 echo "\nClass and Method in same string, bad method name:\n";
53 echo "\nClass and Method in same string, bad class name:\n";
59 echo "\nClass and Method in same string (ok):\n";
83 ReflectionException: Method TestClass::1() does not exist in %s
92 Class and Method in same string, bad method name:
93 ReflectionException: Method TestClass::foop::dedoop() does not exist in %s
97 Class and Method in same string, bad class name:
102 Class and Method in same string (ok):
H A Dbug45765.phpt50 Method [ <user> public method test ] {
58 Method [ <user> public method test2 ] {
66 Method [ <user> public method test3 ] {
74 Method [ <user> public method test4 ] {
H A DReflectionMethod_defaultArg.phpt24 Method [ <user> private method bar ] {
31 Method [ <user> private method bar ] {
38 Method [ <user> private method bar ] {
H A Dtraits001.phpt41 Method [ <user> public method someMethod ] {
62 Method [ <user> public method someOtherMethod ] {
66 Method [ <user> public method someMethod ] {
H A DReflectionMethod_getStaticVariables_basic.phpt35 echo "\nInternal Method:\n";
57 Method with no static variables:
61 Internal Method:
H A DReflectionClass_toString_002.phpt45 Method [ <user> public method f ] {
69 Method [ <user, overwrites A, prototype A> public method f ] {
93 Method [ <user, inherits B, prototype A> public method f ] {
117 Method [ <user, overwrites B, prototype A> public method f ] {
H A Dbug74949.phpt21 Method [ <internal> public method __invoke ] {
24 Method Closure::__invoke does not have a prototype
H A DReflectionClass_getMethod_002.phpt65 Method does not exist
66 Method 1 does not exist
67 Method 1.5 does not exist
68 Method 1 does not exist
H A DReflectionClass_getMethod_001.phpt68 --> Check for doesntExist(): Method doesntExist does not exist
88 --> Check for doesntExist(): Method doesntExist does not exist
108 --> Check for doesntExist(): Method doesntExist does not exist
128 --> Check for doesntExist(): Method doesntExist does not exist
148 --> Check for doesntExist(): Method doesntExist does not exist
168 --> Check for doesntExist(): Method doesntExist does not exist
H A DReflectionClass_toString_003.phpt45 Method [ <user> private method f ] {
69 Method [ <user, overwrites A> private method f ] {
114 Method [ <user, overwrites B> private method f ] {
/PHP-7.2/ext/oci8/tests/
H A Dreflection2.phpt30 Method [ <internal%s> public method load ] {
36 Method [ <internal%s> public method tell ] {
42 Method [ <internal%s> public method truncate ] {
49 Method [ <internal%s> public method erase ] {
57 Method [ <internal%s> public method flush ] {
83 Method [ <internal%s> public method read ] {
90 Method [ <internal%s> public method eof ] {
96 Method [ <internal%s> public method seek ] {
104 Method [ <internal%s> public method write ] {
119 Method [ <internal%s> public method size ] {
[all …]
/PHP-7.2/Zend/tests/
H A Dindirect_call_from_constant.phpt10 echo "Method called!\n";
24 Method called!
25 Method called!
26 Method called!
27 Method called!
H A Dns_028.phpt9 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
12 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
22 Method - Foo::__construct
24 Method - Foo\Foo::__construct
25 Method - Foo\Foo::Bar
H A Dns_026.phpt11 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
14 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
29 Method - Foo\Foo::__construct
31 Method - Foo\Foo::__construct
32 Method - Foo\Foo::Bar
H A Dns_028.inc6 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
9 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
/PHP-7.2/sapi/cli/tests/
H A D005.phpt65 Method [ <internal:Core> final private method __clone ] {
68 Method [ <internal:Core, ctor> public method __construct ] {
77 Method [ <internal:Core> public method __wakeup ] {
80 Method [ <internal:Core, prototype Throwable> final public method getMessage ] {
83 Method [ <internal:Core, prototype Throwable> final public method getCode ] {
86 Method [ <internal:Core, prototype Throwable> final public method getFile ] {
89 Method [ <internal:Core, prototype Throwable> final public method getLine ] {
92 Method [ <internal:Core, prototype Throwable> final public method getTrace ] {
95 Method [ <internal:Core, prototype Throwable> final public method getPrevious ] {
98 Method [ <internal:Core, prototype Throwable> final public method getTraceAsString ] {
[all …]
/PHP-7.2/ext/snmp/tests/
H A Dreflection.phpt25 Method [ <internal:snmp, ctor> public method __construct ] {
36 Method [ <internal:snmp> public method close ] {
42 Method [ <internal:snmp> public method setSecurity ] {
55 Method [ <internal:snmp> public method get ] {
63 Method [ <internal:snmp> public method getnext ] {
71 Method [ <internal:snmp> public method walk ] {
81 Method [ <internal:snmp> public method set ] {
90 Method [ <internal:snmp> public method getErrno ] {
96 Method [ <internal:snmp> public method getError ] {
/PHP-7.2/ext/standard/tests/url/
H A Dget_headers_error_003.phpt7 php_cli_server_start('header("X-Request-Method: ".$_SERVER["REQUEST_METHOD"]);');
17 echo $headers["X-Request-Method"]."\n";
21 echo $headers["X-Request-Method"]."\n";
/PHP-7.2/ext/standard/tests/array/
H A Darray_shift_variation5.phpt21 echo "\n-- Incorrect Method: --\n";
26 echo "\n-- Correct Method: --\n";
36 -- Incorrect Method: --
43 -- Correct Method: --
/PHP-7.2/tests/classes/
H A D__call_001.phpt10 echo "Method $m called:\n";
22 Method test called:
/PHP-7.2/ext/pdo/tests/
H A Dbug_44409.phpt24 printf("Method called: %s()\n", __METHOD__);
34 printf("Method called: %s(%s)\n", __METHOD__, var_export($dat, true));
44 Method called: bug44409::unserialize('Data from DB')
/PHP-7.2/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 ] {

Completed in 50 milliseconds

12345