Home
last modified time | relevance | path

Searched refs:object (Results 226 – 250 of 2456) sorted by relevance

12345678910>>...99

/PHP-8.3/ext/spl/tests/
H A DArrayObject_proptable_canonicalization.phpt2 When ArrayObject wraps an object, we should use proptable canonicalization
19 object(stdClass)#1 (1) {
23 object(stdClass)#1 (1) {
32 object(stdClass)#1 (0) {
H A DSplFixedArray_immediate_gc.phpt17 // As of php 8.3, this only contain object properties (dynamic properties and declared subclass pro…
21 object(SplFixedArray)#2 (1) {
23 object(HasDestructor)#1 (0) {
29 object(SplFixedArray)#2 (1) {
31 object(stdClass)#3 (0) {
H A Dbug49263.phpt20 object(SplObjectStorage)#2 (1) {
26 object(stdClass)#1 (0) {
33 object(stdClass)#3 (0) {
40 object(stdClass)#3 (0) {
45 object(stdClass)#1 (0) {
H A Dunserialize.phpt9 // serialize an empty new object
11 // hack to instantiate an object without constructor
22 object(SplDoublyLinkedList)#%d (2) {
30 object(SplObjectStorage)#%d (1) {
36 object(ArrayObject)#%d (1) {
/PHP-8.3/ext/ldap/tests/
H A Dldap_connect_variation.phpt33 object(LDAP\Connection)#%d (0) {
35 object(LDAP\Connection)#%d (0) {
37 object(LDAP\Connection)#%d (0) {
39 object(LDAP\Connection)#%d (0) {
41 object(LDAP\Connection)#%d (0) {
/PHP-8.3/ext/reflection/tests/
H A Dnew_in_attributes.phpt44 object(stdClass)#3 (0) {
47 object(MyAttribute)#4 (2) {
51 object(stdClass)#5 (0) {
58 object(stdClass)#2 (0) {
63 object(MyAttribute)#10 (2) {
67 object(stdClass)#11 (0) {
/PHP-8.3/ext/session/tests/
H A D006.phpt53 object(a)#%d (1) {
57 object(b)#%d (1) {
59 &object(a)#%d (1) {
65 object(a)#%d (1) {
69 object(b)#%d (1) {
71 &object(a)#%d (1) {
H A D026.phpt54 object(a)#%d (1) {
58 object(b)#%d (1) {
60 &object(a)#%d (1) {
66 object(a)#%d (1) {
70 object(b)#%d (1) {
72 &object(a)#%d (1) {
/PHP-8.3/Zend/tests/
H A Dclosure_058.phpt2 Closure 058: Closure scope and object
48 object(A)#2 (0) {
52 object(A)#2 (0) {
56 object(A)#2 (0) {
60 object(A)#2 (0) {
64 object(A)#2 (0) {
/PHP-8.3/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt5 echo "\n\n-- Var export on a simple object --\n";
26 -- Var export on a simple object --
27 (object) array(
34 (object) array(
54 (object) array(
61 (object) array(
/PHP-8.3/ext/date/tests/
H A DDateTimeImmutable_createFromInterface-002.phpt34 object(MyDateTimeImmutable)#%d (3) {
42 object(MyDateTimeImmutable)#%d (3) {
50 object(MyDateTimeImmutable)#%d (3) {
58 object(MyDateTimeImmutable)#%d (3) {
66 object(MyDateTimeImmutable)#%d (3) {
74 object(MyDateTimeImmutable)#%d (3) {
H A DDateTime_createFromInterface-002.phpt34 object(MyDateTime)#%d (3) {
42 object(MyDateTime)#%d (3) {
50 object(MyDateTime)#%d (3) {
58 object(MyDateTime)#%d (3) {
66 object(MyDateTime)#%d (3) {
74 object(MyDateTime)#%d (3) {
H A Dbug53437_var0.phpt31 object(DatePeriod)#%d (%d) {
33 object(DateTime)#%d (%d) {
42 object(DateTime)#%d (%d) {
53 object(DateInterval)#%d (%d) {
82 object(DatePeriod)#%d (%d) {
84 object(DateTime)#%d (%d) {
93 object(DateTime)#%d (%d) {
104 object(DateInterval)#%d (%d) {
/PHP-8.3/ext/standard/tests/array/
H A Darray_unshift_object.phpt7 * an object to the $var argument
105 object(SimpleClass)#%d (1) {
121 object(SimpleClass)#%d (1) {
142 object(EmptyClass)#%d (0) {
156 object(EmptyClass)#%d (0) {
175 object(ChildClass)#%d (2) {
193 object(ChildClass)#%d (2) {
216 object(FinalClass)#%d (1) {
232 object(FinalClass)#%d (1) {
253 object(StaticClass)#%d (0) {
[all …]
H A Dcompact_this.phpt2 compact() with object context
34 object(class@anonymous)#1 (0) {
39 object(class@anonymous)#1 (0) {
44 object(class@anonymous)#1 (0) {
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp43 U_CFUNC void calendar_object_create(zval *object, in calendar_object_create() argument
56 object_init_ex(object, ce); in calendar_object_create()
57 calendar_object_construct(object, calendar); in calendar_object_create()
62 Calendar_object *co = php_intl_calendar_fetch_object(object); in calendar_fetch_native_calendar()
67 U_CFUNC void calendar_object_construct(zval *object, in calendar_object_construct() argument
78 static zend_object *Calendar_clone_obj(zend_object *object) in Calendar_clone_obj() argument
85 co_orig = php_intl_calendar_fetch_object(object); in Calendar_clone_obj()
88 ret_val = Calendar_ce_ptr->create_object(object->ce); in Calendar_clone_obj()
159 co = php_intl_calendar_fetch_object(object); in Calendar_get_debug_info()
234 static void Calendar_objects_free(zend_object *object) in Calendar_objects_free() argument
[all …]
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()
417 object = getThis(); in PHP_METHOD()
440 object = getThis(); in PHP_METHOD()
578 "O", &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1084 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1160 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1165 co = Z_INTL_CALENDAR_P(object); in PHP_FUNCTION()
1178 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/simplexml/tests/
H A D022.phpt31 object(SimpleXMLElement)#%d (1) {
33 object(SimpleXMLElement)#%d (1) {
42 object(SimpleXMLElement)#%d (1) {
50 object(SimpleXMLElement)#%d (1) {
57 object(SimpleXMLElement)#%d (1) {
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_allowed.phpt28 object(stdClass)#3 (0) {
30 object(stdClass)#2 (0) {
32 object(stdClass)#3 (0) {
34 object(stdClass)#1 (0) {
/PHP-8.3/ext/json/tests/
H A Dpass001.1.phpt49 \"object\":{ },
137 "object":{ },
169 object(stdClass)#%d (1) {
177 object(stdClass)#%d (0) {
191 object(stdClass)#%d (36) {
245 ["object"]=>
426 ["object"]=>
535 object(stdClass)#%d (1) {
543 object(stdClass)#%d (0) {
611 ["object"]=>
[all …]
H A Dpass001.1_64bit.phpt53 \"object\":{ },
141 "object":{ },
173 object(stdClass)#%d (1) {
181 object(stdClass)#%d (0) {
195 object(stdClass)#%d (36) {
249 ["object"]=>
430 ["object"]=>
539 object(stdClass)#%d (1) {
547 object(stdClass)#%d (0) {
615 ["object"]=>
[all …]
/PHP-8.3/ext/ffi/tests/
H A D040.phpt54 object(FFI\CData:int32_t)#%d (1) {
58 object(FFI\CType:int32_t)#%d (0) {
60 object(FFI\CData:int8_t[4])#%d (4) {
70 object(FFI\CData:int32_t*)#%d (1) {
74 object(FFI\CData:int32_t)#%d (1) {
83 object(FFI\CType:int32_t)#%d (0) {
85 object(FFI\CData:int8_t[4])#%d (4) {
95 object(FFI\CData:int32_t*)#%d (1) {
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp46 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create() argument
61 object_init_ex(object, ce); in breakiterator_object_create()
63 breakiterator_object_construct(object, biter); in breakiterator_object_create()
66 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct() argument
97 static zend_object *BreakIterator_clone_obj(zend_object *object) in BreakIterator_clone_obj() argument
103 bio_orig = php_intl_breakiterator_fetch_object(object); in BreakIterator_clone_obj()
106 ret_val = BreakIterator_ce_ptr->create_object(object->ce); in BreakIterator_clone_obj()
137 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info() argument
148 bio = php_intl_breakiterator_fetch_object(object); in BreakIterator_get_debug_info()
186 static void BreakIterator_objects_free(zend_object *object) in BreakIterator_objects_free() argument
[all …]
/PHP-8.3/ext/com_dotnet/
H A Dcom_handlers.c36 obj = (php_com_dotnet_object*) object; in com_property_read()
51 php_com_saproxy_create(object, rv, &zv); in com_property_read()
65 obj = (php_com_dotnet_object*) object; in com_property_write()
87 obj = (php_com_dotnet_object*) object; in com_read_dimension()
106 php_com_saproxy_create(object, rv, offset); in com_read_dimension()
123 obj = (php_com_dotnet_object*) object; in com_write_dimension()
190 obj = (php_com_dotnet_object*) object; in com_property_exists()
251 zval *object = getThis(); in PHP_FUNCTION() local
498 obj = (php_com_dotnet_object*) object; in com_object_count()
590 zend_object_std_dtor(object); in php_com_object_free_storage()
[all …]
/PHP-8.3/ext/oci8/tests/
H A Dlob_null.phpt253 1 is an object: string(0) ""
254 2 is an object: string(0) ""
256 4 is an object: string(0) ""
257 5 is an object: string(0) ""
259 7 is an object: string(0) ""
260 8 is an object: string(0) ""
264 1 is an object: string(0) ""
265 2 is an object: string(0) ""
267 4 is an object: string(0) ""
268 5 is an object: string(0) ""
[all …]

Completed in 36 milliseconds

12345678910>>...99