Home
last modified time | relevance | path

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

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

/PHP-8.3/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-8.3/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) {
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-8.3/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.3/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"…
H A Dunserialize_subclasses.phpt18 object(C)#%d (0) {
20 object(__PHP_Incomplete_Class)#%d (1) {
24 object(__PHP_Incomplete_Class)#%d (1) {
28 object(D)#%d (0) {
/PHP-8.3/ext/com_dotnet/
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-8.3/ext/spl/
H A Dspl_fixedarray.c45 …ne HAS_FIXEDARRAY_ARRAYACCESS_OVERRIDE(object, method) UNEXPECTED((object)->ce != spl_ce_SplFixedA… argument
402 …zend_call_known_instance_method_with_1_params(object->ce->arrayaccess_funcs_ptr->zf_offsetget, obj… in spl_fixedarray_object_read_dimension()
529 intern = spl_fixed_array_from_obj(object); in spl_fixedarray_object_count_elements()
547 zval *object = ZEND_THIS; in PHP_METHOD() local
560 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
677 zval *object = ZEND_THIS; in PHP_METHOD() local
684 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
773 zval *object = ZEND_THIS; in PHP_METHOD() local
780 intern = Z_SPLFIXEDARRAY_P(object); in PHP_METHOD()
786 zval *object = ZEND_THIS; in PHP_METHOD() local
[all …]
/PHP-8.3/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 Dbug60833.phpt26 object(A)#2 (0) {
28 object(A)#2 (0) {
30 object(B)#2 (0) {
32 object(A)#2 (0) {
/PHP-8.3/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.3/Zend/tests/weakrefs/
H A Dgh10043-001.phpt25 object(WeakMap)#%d (1) {
29 object(Value)#%d (1) {
34 object(Value)#%d (1) {
40 object(WeakMap)#%d (0) {
H A Dgh10043-002.phpt25 object(WeakMap)#%d (1) {
29 object(Value)#%d (1) {
36 object(Value)#%d (1) {
43 object(WeakMap)#1 (0) {
H A Dgh10043-005.phpt30 object(WeakMap)#%d (1) {
34 object(Value)#%d (1) {
41 object(Value)#%d (1) {
48 object(WeakMap)#1 (0) {
/PHP-8.3/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.3/ext/xsl/
H A Dphp_xsl.stub.php78 public function importStylesheet(object $stylesheet): bool {}
84 public function transformToDoc(object $document, ?string $returnClass = null): object|false {}
90 public function transformToUri(object $document, string $uri): int {}
96 public function transformToXml(object $document): string|null|false {}
/PHP-8.3/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.3/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.3/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 (9) {
41 object(tidyNode)#3 (9) {
67 object(tidyNode)#4 (9) {
114 object(tidyNode)#6 (9) {
145 object(tidyNode)#2 (9) {
172 object(tidyNode)#2 (9) {
198 object(tidyNode)#3 (9) {
221 object(tidyNode)#6 (9) {
245 object(tidyNode)#4 (9) {
274 object(tidyNode)#2 (9) {
[all …]
/PHP-8.3/ext/opcache/tests/jit/
H A Dfetch_obj_001.phpt79 object(stdClass)#%d (1) {
83 object(stdClass)#%d (2) {
90 object(stdClass)#%d (2) {
98 object(stdClass)#%d (2) {
105 object(stdClass)#%d (1) {
109 object(stdClass)#%d (2) {
116 object(stdClass)#%d (2) {
124 object(stdClass)#%d (2) {
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat.c35 zval* object; in msgfmt_ctor() local
40 object = return_value; in msgfmt_ctor()
142 zval* object = NULL; in PHP_FUNCTION() local
147 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
152 mfo = Z_INTL_MESSAGEFORMATTER_P( object ); in PHP_FUNCTION()
163 zval* object = NULL; in PHP_FUNCTION() local
168 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
173 mfo = Z_INTL_MESSAGEFORMATTER_P( object ); in PHP_FUNCTION()

Completed in 30 milliseconds

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