Home
last modified time | relevance | path

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

12345678910>>...79

/PHP-8.0/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.0/ext/simplexml/tests/
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.0/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.0/ext/tidy/tests/
H A Duninitialized.phpt2 Operations on uninitialized tidy object
27 tidy object is not initialized
28 tidy object is not initialized
29 tidy object is not initialized
H A D010.phpt15 object(tidyNode)#2 (8) {
39 object(tidyNode)#3 (9) {
65 object(tidyNode)#4 (9) {
112 object(tidyNode)#6 (9) {
143 object(tidyNode)#2 (9) {
170 object(tidyNode)#2 (9) {
196 object(tidyNode)#3 (9) {
219 object(tidyNode)#6 (9) {
243 object(tidyNode)#4 (9) {
272 object(tidyNode)#2 (9) {
[all …]
/PHP-8.0/ext/spl/tests/
H A Dbug78436.phpt13 object(SplPriorityQueue)#1 (3) {
23 object(stdClass)#2 (0) {
30 object(SplPriorityQueue)#1 (3) {
40 object(stdClass)#2 (0) {
H A Diterator_042.phpt43 object(ArrayIterator)#%d (1) {
47 object(ArrayIterator)#%d (1) {
55 object(ArrayIterator)#%d (1) {
66 object(ArrayIterator)#%d (1) {
70 object(ArrayIterator)#%d (1) {
78 object(ArrayIterator)#%d (1) {
88 object(ArrayIterator)#%d (1) {
/PHP-8.0/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.0/ext/oci8/tests/
H A Dlob_null.phpt248 1 is an object: string(0) ""
249 2 is an object: string(0) ""
251 4 is an object: string(0) ""
252 5 is an object: string(0) ""
254 7 is an object: string(0) ""
255 8 is an object: string(0) ""
259 1 is an object: string(0) ""
260 2 is an object: string(0) ""
262 4 is an object: string(0) ""
263 5 is an object: string(0) ""
[all …]
/PHP-8.0/ext/date/tests/
H A Dbug53437.phpt31 object(DatePeriod)#%d (6) {
33 object(DateTime)#%d (3) {
42 object(DateTime)#%d (3) {
53 object(DateInterval)#%d (16) {
92 object(DatePeriod)#%d (6) {
94 object(DateTime)#%d (3) {
103 object(DateTime)#%d (3) {
114 object(DateInterval)#%d (16) {
H A DDateTime_clone_basic3.phpt10 echo "\n-- Create a DateTime object --\n";
31 -- Create a DateTime object --
32 object(DateTime)#%d (3) {
42 object(DateTime)#%d (5) {
56 object(DateTime)#%d (5) {
70 object(DateTime)#%d (7) {
88 object(DateTime)#%d (7) {
/PHP-8.0/ext/reflection/tests/
H A Dbug52854.phpt20 object(Test)#%d (0) {
22 object(Test)#%d (0) {
24 object(Test)#%d (0) {
26 object(Test)#%d (0) {
H A Drequest38992.phpt26 ReflectionMethod::invoke(): Argument #1 ($object) must be of type ?object, string given
27 ReflectionMethod::invokeArgs(): Argument #1 ($object) must be of type ?object, string given
/PHP-8.0/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload2.phpt29 object(A)#2 (0) {
31 object(C)#2 (0) {
33 object(B)#2 (0) {
35 object(B)#2 (0) {
/PHP-8.0/Zend/tests/generators/
H A Dgc_with_yield_from.phpt35 object(Generator)#1 (0) {
38 object(Generator)#2 (0) {
41 object(Generator)#3 (0) {
44 object(Generator)#4 (0) {
H A Dgenerator_with_nonscalar_keys.phpt8 yield (object) ['a' => 'b'] => (object) ['b' => 'a'];
37 object(stdClass)#3 (1) {
41 object(stdClass)#4 (1) {
/PHP-8.0/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) {
H A D004.phpt55 object(FFI\CData:enum _a)#%d (1) {
59 object(FFI\CData:enum _b)#%d (1) {
63 object(FFI\CData:enum _c)#%d (1) {
67 object(FFI\CData:enum _d)#%d (1) {
71 object(FFI\CData:int32_t[1])#%d (1) {
75 object(FFI\CData:int32_t[1])#%d (1) {
79 object(FFI\CData:int32_t[2])#%d (2) {
/PHP-8.0/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()
2207 return object; in php_date_instantiate()
2937 object = ZEND_THIS; in PHP_METHOD()
2988 object = ZEND_THIS; in PHP_METHOD()
3121 zval *object; in PHP_FUNCTION() local
3202 zval *object; in PHP_FUNCTION() local
3248 zval *object; in PHP_FUNCTION() local
3298 zval *object; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/curl/tests/
H A Dcurl_share_close_basic001.phpt9 //Show that there's a curl_share object
17 object(CurlShareHandle)#1 (0) {
19 object(CurlShareHandle)#1 (0) {
/PHP-8.0/Zend/tests/
H A Dbug60833.phpt27 object(B)#%d (4) {
29 object(A)#%d (0) {
32 object(A)#%d (0) {
35 object(B)#%d (0) {

Completed in 50 milliseconds

12345678910>>...79