Home
last modified time | relevance | path

Searched refs:object_or_class (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/standard/tests/class_object/
H A Dget_class_methods_variation_001.phpt87 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
90 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
93 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
96 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, int gi…
99 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
102 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
105 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
108 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
111 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, float …
134 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, null g…
[all …]
H A Dmethod_exists_variation_001.phpt90 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
93 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
96 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
99 method_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
102 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
105 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
108 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
111 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
114 method_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
137 method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
[all …]
H A Dget_parent_class_variation_002.phpt90 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
93 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
96 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
99 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
102 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
105 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
108 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
111 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
114 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, float g…
137 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, null gi…
[all …]
H A Dproperty_exists_error.phpt21 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
H A Dget_class_methods_basic_001.phpt60 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, string…
/PHP-8.0/ext/spl/
H A Dphp_spl.stub.php5 /** @param object|string $object_or_class */
6 function class_implements($object_or_class, bool $autoload = true): array|false {} argument
8 /** @param object|string $object_or_class */
9 function class_parents($object_or_class, bool $autoload = true): array|false {} argument
11 /** @param object|string $object_or_class */
12 function class_uses($object_or_class, bool $autoload = true): array|false {} argument
H A Dphp_spl_arginfo.h5 ZEND_ARG_INFO(0, object_or_class)
/PHP-8.0/ext/spl/tests/
H A Dclass_implements_variation1.phpt116 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
119 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
122 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
125 class_implements(): Argument #1 ($object_or_class) must be of type object|string, int given
128 class_implements(): Argument #1 ($object_or_class) must be of type object|string, float given
131 class_implements(): Argument #1 ($object_or_class) must be of type object|string, float given
155 class_implements(): Argument #1 ($object_or_class) must be of type object|string, null given
158 class_implements(): Argument #1 ($object_or_class) must be of type object|string, null given
161 class_implements(): Argument #1 ($object_or_class) must be of type object|string, bool given
164 class_implements(): Argument #1 ($object_or_class) must be of type object|string, bool given
[all …]
H A Dclass_uses_variation1.phpt116 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given
119 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given
122 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given
125 class_uses(): Argument #1 ($object_or_class) must be of type object|string, int given
128 class_uses(): Argument #1 ($object_or_class) must be of type object|string, float given
131 class_uses(): Argument #1 ($object_or_class) must be of type object|string, float given
155 class_uses(): Argument #1 ($object_or_class) must be of type object|string, null given
158 class_uses(): Argument #1 ($object_or_class) must be of type object|string, null given
161 class_uses(): Argument #1 ($object_or_class) must be of type object|string, bool given
164 class_uses(): Argument #1 ($object_or_class) must be of type object|string, bool given
[all …]
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php34 function get_parent_class(object|string $object_or_class = UNKNOWN): string|false {} argument
36 /** @param object|string $object_or_class */
37 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {} argument
39 /** @param object|string $object_or_class */
40 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {} argument
48 function get_class_methods(object|string $object_or_class): array {} argument
50 /** @param object|string $object_or_class */
51 function method_exists($object_or_class, string $method): bool {} argument
53 /** @param object|string $object_or_class */
54 function property_exists($object_or_class, string $property): bool {} argument
H A Dzend_builtin_functions_arginfo.h57 ZEND_ARG_TYPE_MASK(0, object_or_class, MAY_BE_OBJECT|MAY_BE_STRING, NULL)
61 ZEND_ARG_TYPE_INFO(0, object_or_class, IS_MIXED, 0)
67 ZEND_ARG_TYPE_INFO(0, object_or_class, IS_MIXED, 0)
83 ZEND_ARG_TYPE_MASK(0, object_or_class, MAY_BE_OBJECT|MAY_BE_STRING, NULL)
87 ZEND_ARG_INFO(0, object_or_class)
92 ZEND_ARG_INFO(0, object_or_class)
/PHP-8.0/Zend/tests/
H A D010.phpt78 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
79 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
80 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
82 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, array g…
83 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
H A D011.phpt89 property_exists(): Argument #1 ($object_or_class) must be of type object|string, array given
90 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
91 property_exists(): Argument #1 ($object_or_class) must be of type object|string, float given
92 property_exists(): Argument #1 ($object_or_class) must be of type object|string, bool given
93 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
/PHP-8.0/ext/reflection/tests/
H A Dproperty_exists.phpt213 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
214 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given

Completed in 58 milliseconds