Home
last modified time | relevance | path

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

/php-src/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-src/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
134 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, true 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
134 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, true given
[all …]
/php-src/ext/spl/
H A Dphp_spl.stub.php6 * @param object|string $object_or_class
10 function class_implements($object_or_class, bool $autoload = true): array|false {} argument
13 * @param object|string $object_or_class
17 function class_parents($object_or_class, bool $autoload = true): array|false {} argument
20 * @param object|string $object_or_class
24 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-src/Zend/
H A Dzend_builtin_functions.stub.php44 function get_parent_class(object|string $object_or_class = UNKNOWN): string|false {} argument
46 /** @param object|string $object_or_class */
47 function is_subclass_of(mixed $object_or_class, string $class, bool $allow_string = true): bool {} argument
49 /** @param object|string $object_or_class */
50 function is_a(mixed $object_or_class, string $class, bool $allow_string = false): bool {} argument
66 function get_class_methods(object|string $object_or_class): array {} argument
68 /** @param object|string $object_or_class */
69 function method_exists($object_or_class, string $method): bool {} argument
72 * @param object|string $object_or_class
75 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-src/Zend/tests/
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, true given
93 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
H A D010.phpt93 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
94 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
95 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, string …
97 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, array g…
98 get_parent_class(): Argument #1 ($object_or_class) must be an object or a valid class name, int giv…
/php-src/ext/reflection/tests/
H A Dproperty_exists.phpt214 property_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
215 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given

Completed in 21 milliseconds