Home
last modified time | relevance | path

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

12345678910>>...80

/PHP-7.4/ext/standard/tests/serialize/
H A Dincomplete_class.phpt17 object(__PHP_Incomplete_Class)#%d (0) {
20 …od or access a property of an incomplete object. Please ensure that the class definition "unknown"…
22 …od or access a property of an incomplete object. Please ensure that the class definition "unknown"…
25 …od or access a property of an incomplete object. Please ensure that the class definition "unknown"…
H A Dserialize_globals_var_refs.phpt16 object(stdClass)#1 (0) {
18 object(stdClass)#2 (1) {
20 object(stdClass)#1 (0) {
/PHP-7.4/ext/spl/tests/
H A Diterator_042.phpt45 object(ArrayIterator)#%d (1) {
49 object(ArrayIterator)#%d (1) {
57 object(ArrayIterator)#%d (1) {
68 object(ArrayIterator)#%d (1) {
72 object(ArrayIterator)#%d (1) {
80 object(ArrayIterator)#%d (1) {
90 object(ArrayIterator)#%d (1) {
H A DSplObjectStorage_unserialize_nested.phpt22 object(SplObjectStorage)#4 (1) {
28 object(stdClass)#5 (1) {
30 object(stdClass)#6 (0) {
39 object(stdClass)#6 (0) {
H A Dbug61453.phpt8 $object = new StdClass;
10 if(isset($objects[$object])){
14 $objects[$object] = 1;
/PHP-7.4/ext/date/tests/
H A DDateTime_clone_basic3.phpt10 echo "\n-- Create a DateTime object --\n";
32 -- Create a DateTime object --
33 object(DateTime)#%d (3) {
43 object(DateTime)#%d (5) {
57 object(DateTime)#%d (5) {
71 object(DateTime)#%d (7) {
89 object(DateTime)#%d (7) {
H A DDateTime_construct_basic1.phpt6 * Description: Returns new DateTime object
26 object(DateTime)#%d (3) {
34 object(DateTime)#%d (3) {
42 object(DateTime)#%d (3) {
50 object(DateTime)#%d (3) {
H A Dtimezone_open_basic1.phpt6 * Description: Returns new DateTimeZone object
21 object(DateTimeZone)#%d (2) {
27 object(DateTimeZone)#%d (2) {
33 object(DateTimeZone)#%d (2) {
/PHP-7.4/ext/ffi/tests/
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-7.4/ext/date/
H A Dphp_date.c1946 if (object->end) { in date_period_it_has_more()
1947 return object->current->sse < object->end->sse ? SUCCESS : FAILURE; in date_period_it_has_more()
2038 Z_ADDREF_P(object); in date_object_period_get_iterator()
2041 iterator->object = Z_PHPPERIOD_P(object); in date_object_period_get_iterator()
2664 return object; in php_date_instantiate()
3326 Z_ADDREF_P(object); in PHP_FUNCTION()
3535 zval *object; in PHP_FUNCTION() local
3622 zval *object; in PHP_FUNCTION() local
3672 zval *object; in PHP_FUNCTION() local
3726 zval *object; in PHP_FUNCTION() local
[all …]
/PHP-7.4/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) {
H A Dobjects_031.phpt18 object(stdClass)#%d (1) {
23 object(stdClass)#%d (0) {
26 object(stdClass)#%d (0) {
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_object1.phpt2 Test array_walk() function : object functionality
11 * Pasing object in place of 'input' argument to test object functionatlity
14 echo "*** Testing array_walk() : object functionality ***\n";
45 // object for 'input' argument
53 *** Testing array_walk() : object functionality ***
H A Darray_walk_recursive_object1.phpt2 Test array_walk_recursive() function : object functionality
10 /* Passing object in place of an 'input' argument to test object functionality
12 echo "*** Testing array_walk_recursive() : object functionality ***\n";
43 // object for 'input' argument
51 *** Testing array_walk_recursive() : object functionality ***
H A Duasort_object1.phpt2 Test uasort() function : object functionality
15 echo "*** Testing uasort() : object functionality ***\n";
96 *** Testing uasort() : object functionality ***
100 object(SimpleClass1)#2 (1) {
105 object(SimpleClass1)#1 (1) {
110 object(SimpleClass1)#4 (1) {
115 object(SimpleClass1)#3 (1) {
123 object(SimpleClass2)#5 (3) {
132 object(SimpleClass2)#7 (3) {
141 object(SimpleClass2)#6 (3) {
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt84 printf("Creating an object, serializing it and writing it to DB...\n");
86 $obj = myclass::singleton('Creating object');
93 printf("\nUnserializing the previously serialized object...\n");
123 Creating an object, serializing it and writing it to DB...
124 myclass::singleton(Creating object)
125 myclass::__construct(Creating object)
128 Unserializing the previously serialized object...
130 object(myclass)#4 (1) {
137 object(myclass)#%d (1) {
142 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
[all …]
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c55 zval *object = getThis();
293 FILEINFO_DECLARE_INIT_OBJECT(object) in PHP_FUNCTION()
302 if (object) { in PHP_FUNCTION()
319 if (object) { in PHP_FUNCTION()
328 if (object) { in PHP_FUNCTION()
347 if (object) { in PHP_FUNCTION()
360 if (object) { in PHP_FUNCTION()
369 if (object) { in PHP_FUNCTION()
406 FILEINFO_DECLARE_INIT_OBJECT(object) in PHP_FUNCTION()
408 if (object) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getProperty_004.phpt99 object(ReflectionProperty)#%d (2) {
107 object(ReflectionProperty)#%d (2) {
117 object(ReflectionProperty)#%d (2) {
125 object(ReflectionProperty)#%d (2) {
135 object(ReflectionProperty)#%d (2) {
143 object(ReflectionProperty)#%d (2) {
151 object(ReflectionProperty)#%d (2) {
161 object(ReflectionProperty)#%d (2) {
169 object(ReflectionProperty)#%d (2) {
177 object(ReflectionProperty)#%d (2) {
[all …]
H A Dbug46064_2.phpt2 Bug #46064.2 (Exception when creating ReflectionProperty object on dynamicly created property)
41 object(ReflectionProperty)#%d (2) {
47 object(ReflectionProperty)#%d (2) {
60 object(ReflectionProperty)#%d (2) {
67 object(ReflectionProperty)#%d (2) {
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c33 int transliterator_object_construct( zval *object, in transliterator_object_construct() argument
59 zend_update_property(Transliterator_ce_ptr, object, in transliterator_object_construct()
101 static void Transliterator_objects_free( zend_object *object ) in Transliterator_objects_free() argument
103 Transliterator_object* to = php_intl_transliterator_fetch_object(object); in Transliterator_objects_free()
133 static zend_object *Transliterator_clone_obj( zval *object ) in Transliterator_clone_obj() argument
140 to_orig = Z_INTL_TRANSLITERATOR_P( object ); in Transliterator_clone_obj()
142 ret_val = Transliterator_ce_ptr->create_object( Z_OBJCE_P( object ) ); in Transliterator_clone_obj()
224 retval = zend_std_get_property_ptr_ptr( object, member, type, cache_slot ); in Transliterator_get_property_ptr_ptr()
249 retval = zend_std_read_property( object, member, type, cache_slot, rv ); in Transliterator_read_property()
260 static zval *Transliterator_write_property( zval *object, zval *member, zval *value, void **cache_s… in Transliterator_write_property() argument
[all …]
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp264 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
412 object = getThis(); in PHP_FUNCTION()
415 if (ZEND_NUM_ARGS() > (object ? 6 : 7) || in PHP_FUNCTION()
421 if (!object) { in PHP_FUNCTION()
477 object = getThis(); in PHP_FUNCTION()
479 if (ZEND_NUM_ARGS() > (object ? 2 :3) || in PHP_FUNCTION()
485 if (!object) { in PHP_FUNCTION()
1208 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1288 &object, Calendar_ce_ptr) == FAILURE) { in PHP_FUNCTION()
1295 co = Z_INTL_CALENDAR_P(object); in PHP_FUNCTION()
[all …]
/PHP-7.4/Zend/tests/return_types/
H A Dgenerators001.phpt23 object(Generator)#%d (%d) {
25 object(Generator)#%d (%d) {
27 object(Generator)#%d (%d) {
/PHP-7.4/ext/pdo/tests/
H A Dpdo_005.phpt55 object(stdClass)#%d (3) {
64 object(stdClass)#%d (3) {
73 object(stdClass)#%d (3) {
84 object(TestBase)#%d (3) {
93 object(TestBase)#%d (3) {
102 object(TestBase)#%d (3) {
116 object(TestDerived)#%d (5) {
129 object(TestDerived)#%d (5) {
142 object(TestDerived)#%d (5) {
/PHP-7.4/ext/simplexml/tests/
H A D014.phpt34 object(SimpleXMLElement)#%d (1) {
39 object(SimpleXMLElement)#%d (1) {
43 object(SimpleXMLElement)#%d (1) {
52 object(SimpleXMLElement)#%d (1) {
56 object(SimpleXMLElement)#%d (1) {
/PHP-7.4/ext/standard/tests/strings/
H A Dbug22224.phpt2 Bug #22224 (implode changes object references in array)
26 &object(foo)#%d (0) {
29 &object(foo)#%d (0) {

Completed in 79 milliseconds

12345678910>>...80