/PHP-8.3/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 38 static void ResourceBundle_object_free( zend_object *object ) in ResourceBundle_object_free() argument 40 ResourceBundle_object *rb = php_intl_resourcebundle_fetch_object(object); in ResourceBundle_object_free() 83 zval *object = return_value; in resourcebundle_ctor() local 84 ResourceBundle_object *rb = Z_INTL_RESOURCEBUNDLE_P( object ); in resourcebundle_ctor() 179 rb = php_intl_resourcebundle_fetch_object(object); in resourcebundle_array_fetch() 232 resourcebundle_array_fetch(object, offset, rv, 1); in resourcebundle_array_get() 242 zval * object; in PHP_FUNCTION() local 332 &object, ResourceBundle_ce_ptr ) == FAILURE ) in PHP_FUNCTION() 337 rb = Z_INTL_RESOURCEBUNDLE_P( object ); in PHP_FUNCTION() 350 &object, ResourceBundle_ce_ptr ) == FAILURE ) in PHP_FUNCTION() [all …]
|
/PHP-8.3/ext/intl/dateformat/ |
H A D | dateformat.c | 31 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION() 36 dfo = Z_INTL_DATEFORMATTER_P( object ); in PHP_FUNCTION() 51 &object, IntlDateFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION() 56 dfo = Z_INTL_DATEFORMATTER_P( object ); in PHP_FUNCTION()
|
/PHP-8.3/ext/libxml/ |
H A D | libxml.c | 156 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 D | arrayObject_exchangeArray_basic3.phpt | 2 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 D | SplFixedArray_setSize_destruct.phpt | 24 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 D | bug69264.phpt | 65 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/gmp/tests/ |
H A D | overloading_with_float_fractional.phpt | 75 object(GMP)#2 (1) { 81 object(GMP)#2 (1) { 87 object(GMP)#2 (1) { 93 object(GMP)#2 (1) { 99 object(GMP)#2 (1) { 103 object(GMP)#2 (1) { 109 object(GMP)#2 (1) { 115 object(GMP)#2 (1) { 121 object(GMP)#2 (1) { 125 object(GMP)#2 (1) { [all …]
|
/PHP-8.3/ext/simplexml/tests/ |
H A D | bug12170.phpt | 32 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 D | gh8962.phpt | 22 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 D | object_and_dnf_type.phpt | 2 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 D | object_and_dnf_type2.phpt | 2 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/array/ |
H A D | uasort_object1.phpt | 2 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 D | usort_object1.phpt | 2 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/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 77 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/tests/classes/ |
H A D | this.phpt | 35 $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 D | DateTimeImmutable_createFromInterface-001.phpt | 32 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 D | DateTime_createFromInterface-001.phpt | 32 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/tests/type_declarations/iterable/ |
H A D | iterable_alias_redundancy_object_3.phpt | 2 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 D | iterable_alias_redundancy_object_4.phpt | 2 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 D | iterable_alias_redundancy_object_5.phpt | 2 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 D | iterable_alias_redundancy_object_6.phpt | 2 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/intl/collator/ |
H A D | collator_error.c | 30 &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/ |
H A D | zend_weakrefs.c | 68 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/zend_test/tests/ |
H A D | gen_stub_test_03.phpt | 21 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 D | class_order_autoload3.phpt | 34 object(A)#2 (0) { 36 object(X)#2 (0) { 38 object(Y)#2 (0) { 40 object(B)#2 (0) { 42 object(B)#2 (0) {
|