Home
last modified time | relevance | path

Searched refs:object (Results 201 – 225 of 2456) sorted by relevance

12345678910>>...99

/PHP-8.3/ext/libxml/
H A Dlibxml.c156 if (object->properties) { in php_libxml_clear_object()
157 object->properties = NULL; in php_libxml_clear_object()
1298 ce = Z_OBJCE_P(object); in php_libxml_import_node()
1314 if (object->node != NULL) { in php_libxml_increment_node_ptr()
1346 if (object != NULL && object->node != NULL) { in php_libxml_decrement_node_ptr()
1355 object->node = NULL; in php_libxml_decrement_node_ptr()
1384 if (object != NULL && object->document != NULL) { in php_libxml_decrement_doc_ref()
1397 efree(object->document); in php_libxml_decrement_doc_ref()
1399 object->document = NULL; in php_libxml_decrement_doc_ref()
1450 if (object != NULL && object->node != NULL) { in php_libxml_node_decrement_resource()
[all …]
/PHP-8.3/ext/spl/tests/
H A DarrayObject_exchangeArray_basic3.phpt2 SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store.
55 object(ArrayObject)#2 (1) {
57 object(C)#3 (2) {
64 object(C)#1 (2) {
70 object(C)#3 (2) {
88 object(ArrayObject)#2 (1) {
90 object(C)#3 (2) {
97 object(C)#3 (2) {
110 object(ArrayObject)#3 (1) {
112 object(C)#2 (2) {
[all …]
H A DSplFixedArray_setSize_destruct.phpt24 object(SplFixedArray)#1 (1) {
29 object(SplFixedArray)#1 (0) {
33 object(SplFixedArray)#1 (5) {
43 object(HasDestructor)#2 (0) {
47 object(SplFixedArray)#1 (4) {
H A Dbug69264.phpt65 object(MyFileInfo)#%d (2) {
71 object(MyDoublyLinkedList)#%d (2) {
77 object(MyObjectStorage)#%d (2) {
83 object(MyMultipleIterator)#%d (2) {
89 object(MyArrayObject)#%d (2) {
95 object(MyArrayIterator)#%d (2) {
101 object(MyMaxHeap)#%d (2) {
107 object(MyPriorityQueue)#%d (2) {
/PHP-8.3/ext/simplexml/tests/
H A Dbug12170.phpt32 object(SimpleXMLElement)#2 (1) {
37 object(SimpleXMLElement)#3 (1) {
39 object(SimpleXMLElement)#5 (0) {
43 object(SimpleXMLElement)#4 (1) {
45 object(SimpleXMLElement)#5 (0) {
/PHP-8.3/Zend/tests/
H A Dgh8962.phpt22 object(Closure)#2 (2) {
26 object(Foo\Bar)#1 (0) {
29 object(Closure)#2 (1) {
33 object(Closure)#2 (1) {
37 object(Closure)#2 (1) {
/PHP-8.3/Zend/tests/type_declarations/dnf_types/redundant_types/
H A Dobject_and_dnf_type.phpt2 A DNF type which contains object is redundant
9 function test(): (A&B)|object {}
14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
H A Dobject_and_dnf_type2.phpt2 A DNF type which contains object is redundant 2
9 function test(): object|(A&B) {}
14 Fatal error: Type (A&B)|object contains both object and a class type, which is redundant in %s on l…
/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt77 object(C)#%d (1) {
94 object(__PHP_Incomplete_Class)#%d (2) {
102 …tried to access a property on an incomplete object. Please ensure that the class definition "C" of…
104 …tried to modify a property on an incomplete object. Please ensure that the class definition "C" of…
106 …tried to access a property on an incomplete object. Please ensure that the class definition "C" of…
109 …tried to access a property on an incomplete object. Please ensure that the class definition "C" of…
111 …tried to modify a property on an incomplete object. Please ensure that the class definition "C" of…
114 …tried to access a property on an incomplete object. Please ensure that the class definition "C" of…
116 …tried to modify a property on an incomplete object. Please ensure that the class definition "C" of…
120 …tried to modify a property on an incomplete object. Please ensure that the class definition "C" of…
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Duasort_object1.phpt2 Test uasort() function : object functionality
10 echo "*** Testing uasort() : object functionality ***\n";
84 *** Testing uasort() : object functionality ***
88 object(SimpleClass1)#2 (1) {
93 object(SimpleClass1)#1 (1) {
98 object(SimpleClass1)#4 (1) {
103 object(SimpleClass1)#3 (1) {
111 object(SimpleClass2)#5 (3) {
120 object(SimpleClass2)#7 (3) {
129 object(SimpleClass2)#6 (3) {
H A Dusort_object1.phpt2 Test usort() function : object functionality - different number of properties
10 echo "*** Testing usort() : object functionality ***\n";
81 *** Testing usort() : object functionality ***
85 object(SimpleClass1)#%d (1) {
90 object(SimpleClass1)#%d (1) {
95 object(SimpleClass1)#%d (1) {
100 object(SimpleClass1)#%d (1) {
108 object(SimpleClass2)#%d (3) {
117 object(SimpleClass2)#%d (3) {
126 object(SimpleClass2)#%d (3) {
/PHP-8.3/tests/classes/
H A Dthis.phpt35 $object = new Foo;
36 $object->prop = "Hello\n";
41 $object->replace($other);
42 $object->indirect($other);
44 print $object->prop; // still shows 'Hello'
46 $object->retrieve($other);
/PHP-8.3/ext/date/tests/
H A DDateTimeImmutable_createFromInterface-001.phpt32 object(DateTimeImmutable)#%d (3) {
40 object(DateTimeImmutable)#%d (3) {
48 object(DateTimeImmutable)#%d (3) {
56 object(DateTimeImmutable)#%d (3) {
64 object(DateTimeImmutable)#%d (3) {
72 object(DateTimeImmutable)#%d (3) {
H A DDateTime_createFromInterface-001.phpt32 object(DateTime)#%d (3) {
40 object(DateTime)#%d (3) {
48 object(DateTime)#%d (3) {
56 object(DateTime)#%d (3) {
64 object(DateTime)#%d (3) {
72 object(DateTime)#%d (3) {
/PHP-8.3/Zend/
H A Dzend_weakrefs.c68 void *ptr, uintptr_t tag, zend_object *object) in zend_weakref_unref_single() argument
93 zend_weakref_unref_single(ptr, tag, object); in zend_weakref_unref()
98 GC_ADD_FLAGS(object, IS_OBJ_WEAKLY_REFERENCED); in zend_weakref_register()
137 zend_weakref_unref_single(ptr, tag, object); in zend_weakref_unregister()
201 zend_weakref_unref(object, tagged_ptr); in zend_weakrefs_notify()
312 zend_weakmap *wm = zend_weakmap_from(object); in zend_weakmap_free_obj()
338 zend_weakmap *wm = zend_weakmap_from(object); in zend_weakmap_read_dimension()
369 zend_weakmap *wm = zend_weakmap_from(object); in zend_weakmap_write_dimension()
398 zend_weakmap *wm = zend_weakmap_from(object); in zend_weakmap_has_dimension()
418 zend_weakmap *wm = zend_weakmap_from(object); in zend_weakmap_unset_dimension()
[all …]
/PHP-8.3/ext/intl/collator/
H A Dcollator_error.c30 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
36 co = Z_INTL_COLLATOR_P(object); in PHP_FUNCTION()
54 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
60 co = Z_INTL_COLLATOR_P( object ); in PHP_FUNCTION()
/PHP-8.3/Zend/tests/type_declarations/iterable/
H A Diterable_alias_redundancy_object_3.phpt2 iterable type with object and class T should be redundant
6 function bar(): object|iterable|T|null {
12 Fatal error: Type Traversable|T|object|array|null contains both object and a class type, which is r…
H A Diterable_alias_redundancy_object_4.phpt2 iterable type with object and class T should be redundant
6 function bar(): iterable|object|T|null {
12 Fatal error: Type Traversable|T|object|array|null contains both object and a class type, which is r…
H A Diterable_alias_redundancy_object_5.phpt2 iterable type with object and class T should be redundant
6 function bar(): T|object|iterable|null {
12 Fatal error: Type T|Traversable|object|array|null contains both object and a class type, which is r…
H A Diterable_alias_redundancy_object_6.phpt2 iterable type with object and class T should be redundant
6 function bar(): T|iterable|object|null {
12 Fatal error: Type T|Traversable|object|array|null contains both object and a class type, which is r…
/PHP-8.3/ext/zend_test/tests/
H A Dgen_stub_test_03.phpt21 object(ZendTestRepeatableAttribute)#%d (%d) {
23 object(ZendTestRepeatableAttribute)#%d (%d) {
25 object(ZendTestRepeatableAttribute)#%d (%d) {
27 object(ZendTestPropertyAttribute)#%d (%d) {
31 object(ZendTestAttribute)#%d (%d) {
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload3.phpt34 object(A)#2 (0) {
36 object(X)#2 (0) {
38 object(Y)#2 (0) {
40 object(B)#2 (0) {
42 object(B)#2 (0) {
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_arg_eval.phpt26 object(C)#1 (1) {
30 object(C)#2 (1) {
34 object(C)#3 (1) {
38 object(C)#3 (1) {
40 object(C)#2 (1) {
/PHP-8.3/Zend/tests/generators/
H A Dgenerator_return_without_value.phpt36 object(Generator)#%d (0) {
38 object(Generator)#%d (0) {
40 object(Generator)#%d (0) {
42 object(Generator)#%d (0) {
/PHP-8.3/ext/json/tests/
H A Dpass001.phpt40 \"object\":{ },
123 "object":{ },
154 object(stdClass)#1 (1) {
162 object(stdClass)#2 (0) {
176 object(stdClass)#3 (31) {
222 ["object"]=>
360 ["object"]=>
434 object(stdClass)#5 (1) {
442 object(stdClass)#6 (0) {
502 ["object"]=>
[all …]

Completed in 42 milliseconds

12345678910>>...99