Home
last modified time | relevance | path

Searched refs:object (Results 176 – 200 of 2336) sorted by relevance

12345678910>>...94

/PHP-7.0/tests/classes/
H A Darray_access_004.phpt5 class object implements ArrayAccess {
48 object::offsetGet(1)
50 object::offsetGet(2)
52 object::offsetGet(2)
54 Notice: Indirect modification of overloaded element of object has no effect in %sarray_access_004.p…
55 object::offsetGet(2)
H A Dthis.phpt37 $object = new Foo;
38 $object->prop = "Hello\n";
43 $object->replace($other);
44 $object->indirect($other);
46 print $object->prop; // still shows 'Hello'
48 $object->retrieve($other);
/PHP-7.0/Zend/tests/
H A Dclosure_058.phpt2 Closure 058: Closure scope and object
47 object(A)#2 (0) {
51 object(A)#2 (0) {
55 object(A)#2 (0) {
59 object(A)#2 (0) {
63 object(A)#2 (0) {
H A Dcompound_assign_failure.phpt152 object(stdClass)#%d (0) {
155 object(stdClass)#%d (0) {
158 object(stdClass)#%d (0) {
161 object(stdClass)#%d (0) {
164 object(stdClass)#%d (0) {
167 object(stdClass)#%d (0) {
170 object(stdClass)#%d (0) {
173 object(stdClass)#%d (0) {
176 object(stdClass)#%d (0) {
179 object(stdClass)#%d (0) {
[all …]
H A Dbug44660.phpt2 Bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)
31 Notice: Trying to get property of non-object in %sbug44660.php on line 6
34 Warning: Attempt to assign property of non-object in %sbug44660.php on line 9
37 Warning: Attempt to increment/decrement property of non-object in %sbug44660.php on line 12
40 Warning: Attempt to modify property of non-object in %sbug44660.php on line 15
43 Warning: Attempt to modify property of non-object in %sbug44660.php on line 18
46 Warning: Attempt to modify property of non-object in %sbug44660.php on line 21
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-7.0/ext/json/tests/
H A Dpass001.1.phpt56 \"object\":{ },
144 "object":{ },
176 object(stdClass)#%d (1) {
184 object(stdClass)#%d (0) {
198 object(stdClass)#%d (36) {
252 ["object"]=>
433 ["object"]=>
542 object(stdClass)#%d (1) {
550 object(stdClass)#%d (0) {
618 ["object"]=>
[all …]
H A Dpass001.1_64bit.phpt56 \"object\":{ },
144 "object":{ },
176 object(stdClass)#%d (1) {
184 object(stdClass)#%d (0) {
198 object(stdClass)#%d (36) {
252 ["object"]=>
433 ["object"]=>
542 object(stdClass)#%d (1) {
550 object(stdClass)#%d (0) {
618 ["object"]=>
[all …]
/PHP-7.0/ext/intl/collator/
H A Dcollator_error.c37 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
46 co = Z_INTL_COLLATOR_P(object); in PHP_FUNCTION()
68 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
77 co = Z_INTL_COLLATOR_P( object ); in PHP_FUNCTION()
/PHP-7.0/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt68 object(C)#%d (1) {
85 object(__PHP_Incomplete_Class)#%d (2) {
93 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
96 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
98 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
101 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
104 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
107 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
110 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
112 …ethod or access a property of an incomplete object. Please ensure that the class definition "C" of…
[all …]
/PHP-7.0/Zend/
H A Dzend_iterators.c27 static void iter_wrapper_free(zend_object *object);
28 static void iter_wrapper_dtor(zend_object *object);
66 static void iter_wrapper_free(zend_object *object) in iter_wrapper_free() argument
68 zend_object_iterator *iter = (zend_object_iterator*)object; in iter_wrapper_free()
72 static void iter_wrapper_dtor(zend_object *object) in iter_wrapper_dtor() argument
/PHP-7.0/ext/spl/tests/
H A Dunserialize.phpt9 // serialize an empty new object
11 // hack to instanciate an object without constructor
23 object(SplDoublyLinkedList)#%d (2) {
31 object(SplObjectStorage)#%d (1) {
37 object(ArrayObject)#%d (1) {
/PHP-7.0/ext/spl/
H A Dspl_fixedarray.c359 intern = Z_SPLFIXEDARRAY_P(object); in spl_fixedarray_object_read_dimension()
430 intern = Z_SPLFIXEDARRAY_P(object); in spl_fixedarray_object_write_dimension()
474 intern = Z_SPLFIXEDARRAY_P(object); in spl_fixedarray_object_unset_dimension()
569 zval *object = getThis(); in SPL_METHOD() local
632 zval *object = getThis(); in SPL_METHOD() local
750 zval *object = getThis(); in SPL_METHOD() local
769 zval *object = getThis(); in SPL_METHOD() local
878 object->current = 0; in spl_fixedarray_it_rewind()
891 if (object->current >= 0 && object->array && object->current < object->array->size) { in spl_fixedarray_it_valid()
929 ZVAL_LONG(key, object->current); in spl_fixedarray_it_get_current_key()
[all …]
/PHP-7.0/ext/date/tests/
H A Dbug53437.phpt32 object(DatePeriod)#1 (6) {
34 object(DateTime)#2 (3) {
43 object(DateTime)#4 (3) {
54 object(DateInterval)#5 (15) {
91 object(DatePeriod)#5 (6) {
93 object(DateTime)#10 (3) {
102 object(DateTime)#7 (3) {
113 object(DateInterval)#8 (15) {
H A DDateTimeZone_clone_basic3.phpt10 echo "\n-- Create a DateTimeZone object --\n";
32 -- Create a DateTimeZone object --
33 object(DateTimeZone)#%d (2) {
41 object(DateTimeZone)#%d (4) {
53 object(DateTimeZone)#%d (4) {
65 object(DateTimeZone)#%d (6) {
81 object(DateTimeZone)#%d (6) {
/PHP-7.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-7.0/ext/posix/tests/
H A Dposix_seteuid_error2.phpt2 Test function posix_seteuid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
32 return "Class A object";
51 *** Test substituting argument 1 with object values ***
52 Error: 2 - posix_seteuid() expects parameter 1 to be integer, object given, %s
54 Error: 2 - posix_seteuid() expects parameter 1 to be integer, object given, %s
H A Dposix_setgid_variation6.phpt2 Test function posix_setgid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
32 return "Class A object";
52 *** Test substituting argument 1 with object values ***
53 Error: 2 - posix_setgid() expects parameter 1 to be integer, object given, %s
55 Error: 2 - posix_setgid() expects parameter 1 to be integer, object given, %s
H A Dposix_setuid_error2.phpt2 Test function posix_setuid() by substituting argument 1 with object values.
15 echo "*** Test substituting argument 1 with object values ***\n";
32 return "Class A object";
51 *** Test substituting argument 1 with object values ***
52 Error: 2 - posix_setuid() expects parameter 1 to be integer, object given, %s
54 Error: 2 - posix_setuid() expects parameter 1 to be integer, object given, %s
/PHP-7.0/ext/session/tests/
H A D026.phpt51 object(a)#%d (1) {
55 object(b)#%d (1) {
57 &object(a)#%d (1) {
63 object(a)#%d (1) {
67 object(b)#%d (1) {
69 &object(a)#%d (1) {
/PHP-7.0/ext/standard/tests/array/
H A Dusort_object1.phpt2 Test usort() function : object functionality - different number of properties
15 echo "*** Testing usort() : object functionality ***\n";
87 *** Testing usort() : object functionality ***
91 object(SimpleClass1)#%d (1) {
96 object(SimpleClass1)#%d (1) {
101 object(SimpleClass1)#%d (1) {
106 object(SimpleClass1)#%d (1) {
114 object(SimpleClass2)#%d (3) {
123 object(SimpleClass2)#%d (3) {
132 object(SimpleClass2)#%d (3) {
H A Darray_unshift_object.phpt12 * an object to the $var argument
110 object(SimpleClass)#%d (1) {
126 object(SimpleClass)#%d (1) {
147 object(EmptyClass)#%d (0) {
161 object(EmptyClass)#%d (0) {
180 object(ChildClass)#%d (2) {
198 object(ChildClass)#%d (2) {
221 object(FinalClass)#%d (1) {
237 object(FinalClass)#%d (1) {
258 object(StaticClass)#%d (0) {
[all …]
/PHP-7.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) {
/PHP-7.0/ext/com_dotnet/
H A Dcom_wrapper.c42 zval object; /* the object exported */ member
94 …trace(" PHP Object:%p (name:%s) %s\n", Z_OBJ(disp->object), Z_OBJCE(disp->object)->name->val, meth…
285 …retval = zend_read_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(nam… in disp_invokeex()
287 …zend_update_property(Z_OBJCE(disp->object), &disp->object, Z_STRVAL_P(name), Z_STRLEN_P(name), &pa… in disp_invokeex()
462 if (Z_OBJPROP(disp->object)) { in generate_dispids()
496 if (Z_OBJCE(disp->object)) { in generate_dispids()
536 trace("constructing a COM wrapper for PHP object %p (%s)\n", object, Z_OBJCE_P(object)->name); in disp_constructor()
548 if (object) { in disp_constructor()
549 ZVAL_COPY(&disp->object, object); in disp_constructor()
551 ZVAL_UNDEF(&disp->object); in disp_constructor()
[all …]
/PHP-7.0/ext/simplexml/tests/
H A D022.phpt32 object(SimpleXMLElement)#%d (1) {
34 object(SimpleXMLElement)#%d (1) {
43 object(SimpleXMLElement)#%d (1) {
51 object(SimpleXMLElement)#%d (1) {
58 object(SimpleXMLElement)#%d (1) {

Completed in 100 milliseconds

12345678910>>...94