Home
last modified time | relevance | path

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

1234

/PHP-5.3/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt24 Method [ <internal:Reflection> static public method export ] {
38 Method [ <internal:Reflection> final private method __clone ] {
51 Method [ <internal:Reflection> public method __toString ] {
57 Method [ <internal:Reflection> public method getName ] {
63 Method [ <internal:Reflection> public method isInternal ] {
81 Method [ <internal:Reflection> public method getFileName ] {
93 Method [ <internal:Reflection> public method getEndLine ] {
111 Method [ <internal:Reflection> public method hasMethod ] {
118 Method [ <internal:Reflection> public method getMethod ] {
125 Method [ <internal:Reflection> public method getMethods ] {
[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 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_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 exception 'ReflectionException' with message 'Method TestClass::1() does not exist' in %s
92 Class and Method in same string, bad method name:
93 exception 'ReflectionException' with message '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 DReflectionMethod_getStaticVariables_basic.phpt35 echo "\nInternal Method:\n";
57 Method with no static variables:
61 Internal Method:
H A DReflectionClass_toString_002.phpt47 Method [ <user> public method f ] {
71 Method [ <user, overwrites A, prototype A> public method f ] {
95 Method [ <user, inherits B, prototype A> public method f ] {
119 Method [ <user, overwrites B, prototype A> public method f ] {
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_toString_003.phpt47 Method [ <user> private method f ] {
71 Method [ <user, overwrites A> private method f ] {
116 Method [ <user, overwrites B> private method f ] {
H A Dbug37964.phpt42 Method [ <user> private method foobar ] {
46 Method [ <user, inherits foo> protected method test3 ] {
H A DReflectionParameter_invalidMethodInConstructor.phpt29 Method C::b() does not exist
30 Method C::b() does not exist
H A D005.phpt15 /** Method A::bla()
50 string(15) "Method A::bla()"
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
/PHP-5.3/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-5.3/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> final public method getMessage ] {
80 Method [ <internal:Core> final public method getCode ] {
83 Method [ <internal:Core> final public method getFile ] {
86 Method [ <internal:Core> final public method getLine ] {
89 Method [ <internal:Core> final public method getTrace ] {
92 Method [ <internal:Core> final public method getPrevious ] {
95 Method [ <internal:Core> final public method getTraceAsString ] {
98 Method [ <internal:Core> public method __toString ] {
/PHP-5.3/Zend/tests/
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.phpt9 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
12 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
27 Method - Foo\Foo::__construct
29 Method - Foo\Foo::__construct
30 Method - Foo\Foo::Bar
H A Dns_028.inc6 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
9 echo "Method - ".__CLASS__."::".__FUNCTION__."\n";
H A Dbug43200.phpt42 Method [ <user, prototype b> public method foo ] {
46 Method [ <user, inherits c, prototype a> public method bar ] {
H A Dbug34260.phpt7 function __call($Method,$Args)
9 switch($Method)
H A Dfunction_exists_basic.phpt25 echo "Method: ";
38 Method: bool(false)
/PHP-5.3/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-5.3/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 ] {
/PHP-5.3/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-5.3/tests/classes/
H A D__call_001.phpt12 echo "Method $m called:\n";
24 Method test called:

Completed in 43 milliseconds

1234