Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...99

/php-src/ext/date/tests/
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) {
H A DcreateFromTimestamp_32bit.phpt41 DateTime::createFromTimestamp(2147483647): object(DateTime)#%d (3) {
49 DateTimeImmutable::createFromTimestamp(2147483647): object(DateTimeImmutable)#%d (3) {
57 DateTime::createFromTimestamp(-2147483647-1): object(DateTime)#%d (3) {
65 DateTimeImmutable::createFromTimestamp(-2147483647-1): object(DateTimeImmutable)#%d (3) {
73 DateTime::createFromTimestamp(2147483647.5): object(DateTime)#%d (3) {
81 DateTimeImmutable::createFromTimestamp(2147483647.5): object(DateTimeImmutable)#%d (3) {
89 DateTime::createFromTimestamp(-2147483647.5): object(DateTime)#%d (3) {
97 DateTimeImmutable::createFromTimestamp(-2147483647.5): object(DateTimeImmutable)#%d (3) {
105 DateTime::createFromTimestamp(2147483646.5): object(DateTime)#%d (3) {
113 DateTimeImmutable::createFromTimestamp(2147483646.5): object(DateTimeImmutable)#%d (3) {
/php-src/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-src/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-src/ext/standard/tests/array/
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-src/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-src/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
499 obj = (php_com_dotnet_object*) object; in com_object_count()
591 zend_object_std_dtor(object); in php_com_object_free_storage()
[all …]
H A Dcom_saproxy.c86 php_com_saproxy *proxy = (php_com_saproxy*) object; in saproxy_read_dimension()
125 php_com_saproxy_create(object, rv, offset); in saproxy_read_dimension()
201 php_com_saproxy_create(object, rv, offset); in saproxy_read_dimension()
209 php_com_saproxy *proxy = (php_com_saproxy*) object; in saproxy_write_dimension()
342 php_com_saproxy *proxy = (php_com_saproxy*) object; in saproxy_count_elements()
357 static void saproxy_free_storage(zend_object *object) in saproxy_free_storage() argument
359 php_com_saproxy *proxy = (php_com_saproxy *)object; in saproxy_free_storage()
370 zend_object_std_dtor(object); in saproxy_free_storage()
528 php_com_saproxy *proxy = SA_FETCH(object); in php_com_saproxy_iter_get()
542 Z_ADDREF_P(object); in php_com_saproxy_iter_get()
[all …]
H A Dcom_wrapper.c38 zval object; /* the object exported */ member
90 …trace(" PHP Object:%p (name:%s) %s\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val, meth…
279 …retval = zend_read_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN… in disp_invokeex()
281 …zend_update_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN_P(name… in disp_invokeex()
456 if (Z_OBJPROP(disp->object)) { in generate_dispids()
490 if (Z_OBJCE(disp->object)) { in generate_dispids()
530 trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name); in disp_constructor()
542 if (object) { in disp_constructor()
543 ZVAL_COPY(&disp->object, object); in disp_constructor()
545 ZVAL_UNDEF(&disp->object); in disp_constructor()
[all …]
/php-src/ext/session/tests/
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-src/ext/spl/
H A Dspl_fixedarray.c41 …ne HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, method) UNEXPECTED((object)->ce != spl_ce_SplFixedA… argument
397 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetget, obj… in spl_fixedarray_object_read_dimension()
522 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_count_elements()
540 zval *object = ZEND_THIS; in PHP_METHOD() local
553 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
670 zval *object = ZEND_THIS; in PHP_METHOD() local
677 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
766 zval *object = ZEND_THIS; in PHP_METHOD() local
773 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
779 zval *object = ZEND_THIS; in PHP_METHOD() local
[all …]
/php-src/tests/lang/
H A DforeachLoopObjects.006.phpt14 echo "\nSubstituting the iterated object for a different object.\n";
37 echo "\nSubstituting the iterated object for an array.\n";
54 echo "\nSubstituting the iterated array for an object.\n";
73 Substituting the iterated object for a different object.
79 object(stdClass)#%d (6) {
94 Substituting the iterated object for an array.
119 Substituting the iterated array for an object.
128 object(C)#%d (5) {
H A DforeachLoopObjects.003.phpt15 echo "\nDirectly changing object values.\n";
88 Directly changing object values.
92 object(C)#%d (5) {
106 object(C)#%d (5) {
120 object(C)#%d (5) {
133 Adding properties to an an object.
146 object(C)#%d (17) {
196 object(C)#%d (17) {
233 Removing properties from an object.
235 object(C)#%d (2) {
[all …]
/php-src/ext/spl/tests/
H A Dgh10907.phpt53 object(SplFixedArray)#2 (2) {
59 object(SplFixedArray)#1 (2) {
67 object(SplFixedArray)#2 (2) {
74 object(SplFixedArray)#1 (2) {
80 object(SplFixedArray)#2 (2) {
88 object(SplFixedArray)#1 (3) {
97 object(SplFixedArray)#2 (3) {
105 object(SplFixedArray)#1 (3) {
116 object(MySplFixedArray)#1 (5) {
128 object(MySplFixedArray)#2 (5) {
/php-src/ext/standard/tests/serialize/
H A Dincomplete_class.phpt21 object(__PHP_Incomplete_Class)#%d (0) {
23 …ed to modify a property on an incomplete object. Please ensure that the class definition "unknown"…
25 …ed to access a property on an incomplete object. Please ensure that the class definition "unknown"…
28 …ed to access a property on an incomplete object. Please ensure that the class definition "unknown"…
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload1.phpt28 object(A)#2 (0) {
30 object(B)#2 (0) {
32 object(C)#2 (0) {
34 object(C)#2 (0) {
/php-src/Zend/tests/
H A Dbug78379.phpt2 Bug #78379 (Cast to object confuses GC, causes crash)
8 $this->p = (object)["x" => [1]];
23 object(C)#%d (1) {
25 object(stdClass)#%d (1) {
H A Dclass_alias_012.phpt26 object(test\baz\foo)#%d (0) {
28 object(test\baz\foo)#%d (0) {
30 object(test\baz\foo)#%d (0) {
32 object(test\baz\foo)#%d (0) {
H A Dclosure_026.phpt2 Closure 026: Assigning a closure object to an array in $this
32 object(foo)#%d (1) {
36 object(Closure)#%d (4) {
53 object(Closure)#%d (4) {
61 object(foo)#%d (1) {
/php-src/Zend/tests/weakrefs/
H A Dgh10043-001.phpt26 object(WeakMap)#%d (1) {
30 object(Value)#%d (1) {
35 object(Value)#%d (1) {
41 object(WeakMap)#%d (0) {
H A Dgh10043-002.phpt26 object(WeakMap)#%d (1) {
30 object(Value)#%d (1) {
37 object(Value)#%d (1) {
44 object(WeakMap)#1 (0) {
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_unserialize_reference.phpt17 object(SplObjectStorage)#1 (1) {
23 object(stdClass)#2 (0) {
30 object(SplObjectStorage)#1 (1) {
36 object(stdClass)#2 (0) {
/php-src/Zend/tests/arrow_functions/
H A D005.phpt43 object(Test)#1 (0) {
45 object(Test)#1 (0) {
47 object(Test)#1 (0) {
49 object(Test)#1 (0) {
51 object(Test)#1 (0) {
/php-src/ext/dom/tests/modern/spec/
H A Dimport_entity_reference.phpt25 object(DOM\EntityReference)#3 (14) {
35 string(22) "(object value omitted)"
37 string(22) "(object value omitted)"
39 string(22) "(object value omitted)"
41 string(22) "(object value omitted)"
/php-src/ext/opcache/tests/jit/
H A Dclosure_001.phpt34 object(Closure)#3 (4) {
42 object(Foo)#1 (0) {
45 object(Closure)#3 (4) {
53 object(Foo)#1 (0) {
56 object(Closure)#3 (3) {

Completed in 42 milliseconds

1...<<11121314151617181920>>...99