Home
last modified time | relevance | path

Searched refs:object (Results 251 – 275 of 2250) sorted by relevance

1...<<11121314151617181920>>...90

/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_getReflectionConstants_filter.phpt38 object(ReflectionClassConstant)#%d (%d) {
45 object(ReflectionClassConstant)#%d (%d) {
54 object(ReflectionClassConstant)#%d (%d) {
61 object(ReflectionClassConstant)#%d (%d) {
70 object(ReflectionClassConstant)#%d (%d) {
77 object(ReflectionClassConstant)#%d (%d) {
H A Dbug46064_2.phpt2 Bug #46064.2 (Exception when creating ReflectionProperty object on dynamicly created property)
40 object(ReflectionProperty)#%d (2) {
46 object(ReflectionProperty)#%d (2) {
59 object(ReflectionProperty)#%d (2) {
66 object(ReflectionProperty)#%d (2) {
H A Drequest38992.phpt26 ReflectionMethod::invoke(): Argument #1 ($object) must be of type ?object, string given
27 ReflectionMethod::invokeArgs(): Argument #1 ($object) must be of type ?object, string given
H A DReflectionEnum_getCases.phpt25 object(ReflectionEnumUnitCase)#2 (2) {
32 object(ReflectionEnumUnitCase)#3 (2) {
41 object(ReflectionEnumBackedCase)#2 (2) {
48 object(ReflectionEnumBackedCase)#1 (2) {
/PHP-8.1/ext/intl/formatter/
H A Dformatter_class.c34 void NumberFormatter_object_free( zend_object *object ) in NumberFormatter_object_free() argument
36 NumberFormatter_object* nfo = php_intl_number_format_fetch_object(object); in NumberFormatter_object_free()
61 zend_object *NumberFormatter_object_clone(zend_object *object) in NumberFormatter_object_clone() argument
66 nfo = php_intl_number_format_fetch_object(object); in NumberFormatter_object_clone()
69 new_obj = NumberFormatter_ce_ptr->create_object(object->ce); in NumberFormatter_object_clone()
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_class.c32 void MessageFormatter_object_free( zend_object *object ) in MessageFormatter_object_free() argument
34 MessageFormatter_object* mfo = php_intl_messageformatter_fetch_object(object); in MessageFormatter_object_free()
59 zend_object *MessageFormatter_object_clone(zend_object *object) in MessageFormatter_object_clone() argument
64 mfo = php_intl_messageformatter_fetch_object(object); in MessageFormatter_object_clone()
67 new_obj = MessageFormatter_ce_ptr->create_object(object->ce); in MessageFormatter_object_clone()
/PHP-8.1/ext/simplexml/tests/
H A D014.phpt33 object(SimpleXMLElement)#%d (1) {
38 object(SimpleXMLElement)#%d (1) {
42 object(SimpleXMLElement)#%d (1) {
51 object(SimpleXMLElement)#%d (1) {
55 object(SimpleXMLElement)#%d (1) {
H A Dbug75245.phpt10 object(SimpleXMLElement)#1 (2) {
12 object(SimpleXMLElement)#2 (0) {
15 object(SimpleXMLElement)#3 (0) {
H A Dbug72971_2.phpt20 object(SimpleXMLElement)#2 (1) {
24 object(SimpleXMLElement)#3 (1) {
28 object(SimpleXMLElement)#3 (1) {
32 object(SimpleXMLElement)#2 (1) {
H A Dbug69491.phpt11 object(SimpleXMLElement)#1 (1) {
13 object(SimpleXMLElement)#2 (1) {
15 object(SimpleXMLElement)#3 (0) {
/PHP-8.1/ext/pdo/tests/
H A Dpdo_005.phpt56 object(stdClass)#%d (3) {
65 object(stdClass)#%d (3) {
74 object(stdClass)#%d (3) {
85 object(TestBase)#%d (3) {
94 object(TestBase)#%d (3) {
103 object(TestBase)#%d (3) {
117 object(TestDerived)#%d (5) {
130 object(TestDerived)#%d (5) {
143 object(TestDerived)#%d (5) {
/PHP-8.1/ext/curl/tests/
H A Dbug72202.phpt26 object(CurlHandle)#1 (0) {
28 object(CurlHandle)#1 (0) {
30 object(CurlHandle)#1 (0) {
32 object(CurlHandle)#1 (0) {
/PHP-8.1/Zend/tests/object_types/
H A Dreturn_type_inheritance_in_interface.phpt2 Adding interface method a object return type during inheritance is allowed
11 public function a() : object;
15 public function a() : object {
22 Fatal error: Uncaught TypeError: Two@anonymous::a(): Return value must be of type object, int retur…
H A Dreturn_type_inheritance_in_class.phpt2 Adding class method a object return type during inheritance is allowed
11 public function a() : object {}
15 public function a() : object {
22 Fatal error: Uncaught TypeError: Two@anonymous::a(): Return value must be of type object, int retur…
/PHP-8.1/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload6.phpt34 object(A)#2 (0) {
36 object(Y)#2 (0) {
38 object(X)#2 (0) {
40 object(B)#2 (0) {
/PHP-8.1/Zend/tests/
H A Dbug60833.phpt27 object(B)#%d (4) {
29 object(A)#%d (0) {
32 object(A)#%d (0) {
35 object(B)#%d (0) {
H A Dobjects_031.phpt18 object(stdClass)#%d (1) {
23 object(stdClass)#%d (0) {
26 object(stdClass)#%d (0) {
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_attr.c32 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, IntlDateFormatter_ce_p… in PHP_FUNCTION()
52 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, IntlDateFormatter_ce_p… in PHP_FUNCTION()
77 …if( zend_parse_method_parameters( ZEND_NUM_ARGS(), getThis(), "O", &object, IntlDateFormatter_ce_p… in PHP_FUNCTION()
116 &object, IntlDateFormatter_ce_ptr, &value, &value_len ) == FAILURE ) in PHP_FUNCTION()
148 &object, IntlDateFormatter_ce_ptr,&loc_type) == FAILURE ) in PHP_FUNCTION()
171 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
193 &object, IntlDateFormatter_ce_ptr,&isLenient ) == FAILURE ) in PHP_FUNCTION()
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_methods.cpp250 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
376 object = getThis(); in PHP_FUNCTION()
381 ZEND_NUM_ARGS(), object, "Oll|llll", in PHP_FUNCTION()
526 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
609 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
633 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1032 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1108 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1113 co = Z_INTL_CALENDAR_P(object); in PHP_FUNCTION()
1126 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-8.1/Zend/tests/type_declarations/intersection_types/invalid_types/
H A Dinvalid_object_type.phpt2 object type cannot take part in an intersection type
6 function foo(): object&Iterator {}
10 Fatal error: Type object cannot be part of an intersection type in %s on line %d
/PHP-8.1/ext/spl/
H A Dphp_spl.stub.php45 function spl_object_hash(object $object): string {} argument
47 function spl_object_id(object $object): int {} argument
/PHP-8.1/ext/spl/tests/
H A DSplObjectStorage_unserialize_nested.phpt23 object(SplObjectStorage)#4 (1) {
29 object(stdClass)#5 (1) {
31 object(stdClass)#6 (0) {
40 object(stdClass)#6 (0) {
/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php35 function get_class(object $object = UNKNOWN): string {} argument
39 function get_parent_class(object|string $object_or_class = UNKNOWN): string|false {}
53 function get_object_vars(object $object): array {} argument
55 function get_mangled_object_vars(object $object): array {} argument
61 function get_class_methods(object|string $object_or_class): array {}
H A Dzend_exceptions.c86 return i_get_exception_base(object); in zend_get_exception_base()
277 return object; in zend_default_exception_new_ex()
306 zval tmp, *object, *previous = NULL; in ZEND_METHOD() local
309 object = ZEND_THIS; in ZEND_METHOD()
344 zval *object = ZEND_THIS; in ZEND_METHOD() local
363 object = ZEND_THIS; in ZEND_METHOD()
399 #define GET_PROPERTY(object, id) \ argument
400 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 0, &…
402 …zend_read_property_ex(i_get_exception_base(Z_OBJ_P(object)), Z_OBJ_P(object), ZSTR_KNOWN(id), 1, &…
620 zval *object = ZEND_THIS; in ZEND_METHOD() local
[all …]
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp127 object = ZEND_THIS; in PHP_METHOD()
147 object = ZEND_THIS; in PHP_METHOD()
177 object = ZEND_THIS; in _breakiter_no_args_ret_int32()
196 object = ZEND_THIS; in _breakiter_int32_ret_int32()
257 object = ZEND_THIS; in PHP_METHOD()
288 object = ZEND_THIS; in PHP_METHOD()
311 object = ZEND_THIS; in PHP_METHOD()
338 object = ZEND_THIS; in PHP_METHOD()
361 object = ZEND_THIS; in PHP_METHOD()
368 bio = Z_INTL_BREAKITERATOR_P(object); in PHP_METHOD()
[all …]

Completed in 55 milliseconds

1...<<11121314151617181920>>...90