/PHP-8.2/ext/standard/tests/class_object/ |
H A D | get_class_methods_variation_001.phpt | 87 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 D | method_exists_variation_001.phpt | 90 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 D | get_parent_class_variation_002.phpt | 90 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 D | property_exists_error.phpt | 21 property_exists(): Argument #1 ($object_or_class) must be of type object|string, int given
|
H A D | get_class_methods_basic_001.phpt | 60 get_class_methods(): Argument #1 ($object_or_class) must be an object or a valid class name, string…
|
/PHP-8.2/ext/spl/ |
H A D | php_spl.stub.php | 6 * @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 D | php_spl_arginfo.h | 5 ZEND_ARG_INFO(0, object_or_class)
|
/PHP-8.2/ext/spl/tests/ |
H A D | class_implements_variation1.phpt | 116 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 D | class_uses_variation1.phpt | 116 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.2/Zend/ |
H A D | zend_builtin_functions.stub.php | 44 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 71 /** @param object|string $object_or_class */ 72 function property_exists($object_or_class, string $property): bool {} argument
|
H A D | zend_builtin_functions_arginfo.h | 57 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.2/Zend/tests/ |
H A D | 010.phpt | 78 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 D | 011.phpt | 89 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.2/ext/reflection/tests/ |
H A D | property_exists.phpt | 214 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
|