Home
last modified time | relevance | path

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

12345678910>>...90

/PHP-8.1/ext/spl/tests/
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.1/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) {
H A Dprofile12.phpt38 object(SimpleXMLElement)#%s (0) {
40 object(SimpleXMLElement)#%s (1) {
42 object(SimpleXMLElement)#%s (2) {
49 object(SimpleXMLElement)#%s (1) {
58 object(SimpleXMLElement)#%s (2) {
65 object(SimpleXMLElement)#%s (1) {
/PHP-8.1/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.1/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-8.1/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.1/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()
531 php_com_saproxy *proxy = SA_FETCH(object); in php_com_saproxy_iter_get()
545 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…
281 …retval = zend_read_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN… in disp_invokeex()
283 …zend_update_property(Z_OBJCE(disp->object), Z_OBJ(disp->object), Z_STRVAL_P(name), Z_STRLEN_P(name… in disp_invokeex()
458 if (Z_OBJPROP(disp->object)) { in generate_dispids()
492 if (Z_OBJCE(disp->object)) { in generate_dispids()
532 trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name); in disp_constructor()
544 if (object) { in disp_constructor()
545 ZVAL_COPY(&disp->object, object); in disp_constructor()
547 ZVAL_UNDEF(&disp->object); in disp_constructor()
[all …]
/PHP-8.1/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-8.1/Zend/tests/
H A Dbug78379.phpt2 Bug #78379 (Cast to object confuses GC, causes crash)
7 $this->p = (object)["x" => [1]];
21 object(C)#%d (1) {
23 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) {
/PHP-8.1/ext/oci8/tests/
H A Dlob_null.phpt252 1 is an object: string(0) ""
253 2 is an object: string(0) ""
255 4 is an object: string(0) ""
256 5 is an object: string(0) ""
258 7 is an object: string(0) ""
259 8 is an object: string(0) ""
263 1 is an object: string(0) ""
264 2 is an object: string(0) ""
266 4 is an object: string(0) ""
267 5 is an object: string(0) ""
[all …]
/PHP-8.1/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.phpt14 echo "\nDirectly changing object values.\n";
87 Directly changing object values.
91 object(C)#%d (5) {
105 object(C)#%d (5) {
119 object(C)#%d (5) {
132 Adding properties to an an object.
145 object(C)#%d (17) {
195 object(C)#%d (17) {
232 Removing properties from an object.
234 object(C)#%d (2) {
[all …]
/PHP-8.1/Zend/tests/type_declarations/
H A Dstatic_type_return.phpt71 object(A)#3 (0) {
73 object(B)#3 (0) {
76 object(A)#3 (0) {
80 object(A)#3 (0) {
82 object(C)#3 (0) {
85 object(A)#3 (0) {
90 object(A)#1 (0) {
/PHP-8.1/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-8.1/ext/date/tests/
H A DDateTimeZone_clone_basic3.phpt10 echo "\n-- Create a DateTimeZone object --\n";
31 -- Create a DateTimeZone object --
32 object(DateTimeZone)#%d (2) {
40 object(DateTimeZone)#%d (4) {
52 object(DateTimeZone)#%d (4) {
64 object(DateTimeZone)#%d (6) {
80 object(DateTimeZone)#%d (6) {
/PHP-8.1/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-8.1/ext/date/
H A Dphp_date.c1470 if (object->end) { in date_period_it_has_more()
1471 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more()
1595 iterator->object = Z_PHPPERIOD_P(object); in date_object_period_get_iterator()
2208 return object; in php_date_instantiate()
2958 object = ZEND_THIS; in PHP_METHOD()
3013 object = ZEND_THIS; in PHP_METHOD()
3151 zval *object; in PHP_FUNCTION() local
3232 zval *object; in PHP_FUNCTION() local
3278 zval *object; in PHP_FUNCTION() local
3328 zval *object; in PHP_FUNCTION() local
[all …]
/PHP-8.1/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-8.1/Zend/tests/readonly_props/
H A Dreadonly_containing_object.phpt2 Not-modifying a readonly property holding an object
7 public readonly object $prop;
9 public function __construct(object $prop) {
50 object(stdClass)#2 (1) {
54 object(stdClass)#2 (1) {
58 object(ArrayObject)#7 (1) {
/PHP-8.1/ext/ffi/tests/
H A Dgh7867.phpt26 object(FFI\CData:char*)#%d (1) {
30 object(FFI\CData:char[4])#%d (4) {
40 object(FFI\CData:char[4])#%d (4) {
52 object(FFI\CData:char*)#%d (1) {
56 object(FFI\CData:char[4])#%d (4) {
66 object(FFI\CData:char[4])#%d (4) {

Completed in 72 milliseconds

12345678910>>...90