Home
last modified time | relevance | path

Searched refs:object (Results 226 – 250 of 2250) sorted by relevance

12345678910>>...90

/PHP-8.1/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.1/ext/standard/tests/serialize/
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.1/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.1/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()
/PHP-8.1/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.1/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.1/Zend/tests/fibers/
H A Dbacktrace-object.phpt2 Backtrace in with object as fiber callback
23 Fatal error: Uncaught Exception: test in %sbacktrace-object.php:%d
26 #1 %sbacktrace-object.php(%d): Fiber->resume()
28 thrown in %sbacktrace-object.php on line %d
/PHP-8.1/ext/ffi/tests/
H A Dbug80847.phpt43 object(FFI\CData:struct bug80847_02)#%d (1) {
45 object(FFI\CData:struct bug80847_01)#%d (2) {
52 object(FFI\CData:struct bug80847_02)#%d (1) {
54 object(FFI\CData:struct bug80847_01)#%d (2) {
61 object(FFI\CData:struct bug80847_02)#%d (1) {
63 object(FFI\CData:struct bug80847_01)#%d (2) {
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.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp46 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create() argument
61 object_init_ex(object, ce); in breakiterator_object_create()
63 breakiterator_object_construct(object, biter); in breakiterator_object_create()
66 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct() argument
97 static zend_object *BreakIterator_clone_obj(zend_object *object) in BreakIterator_clone_obj() argument
103 bio_orig = php_intl_breakiterator_fetch_object(object); in BreakIterator_clone_obj()
106 ret_val = BreakIterator_ce_ptr->create_object(object->ce); in BreakIterator_clone_obj()
137 static HashTable *BreakIterator_get_debug_info(zend_object *object, int *is_temp) in BreakIterator_get_debug_info() argument
148 bio = php_intl_breakiterator_fetch_object(object); in BreakIterator_get_debug_info()
186 static void BreakIterator_objects_free(zend_object *object) in BreakIterator_objects_free() argument
[all …]
/PHP-8.1/ext/zend_test/tests/
H A Dattribute_arguments.phpt93 object(ZendTestParameterAttribute)#%d (1) {
101 object(ZendTestParameterAttribute)#%d (1) {
109 object(ZendTestParameterAttribute)#%d (1) {
117 object(ZendTestParameterAttribute)#%d (1) {
125 object(ZendTestParameterAttribute)#%d (1) {
133 object(ZendTestParameterAttribute)#%d (1) {
142 object(ZendTestParameterAttribute)#%d (1) {
150 object(ZendTestParameterAttribute)#%d (1) {
158 object(ZendTestParameterAttribute)#%d (1) {
166 object(SomeAttribute)#%d (1) {
/PHP-8.1/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 DReflectionClass_getProperty_003.phpt95 object(ReflectionProperty)#%d (2) {
103 object(ReflectionProperty)#%d (2) {
113 object(ReflectionProperty)#%d (2) {
121 object(ReflectionProperty)#%d (2) {
131 object(ReflectionProperty)#%d (2) {
139 object(ReflectionProperty)#%d (2) {
147 object(ReflectionProperty)#%d (2) {
157 object(ReflectionProperty)#%d (2) {
165 object(ReflectionProperty)#%d (2) {
173 object(ReflectionProperty)#%d (2) {
[all …]
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 …]
/PHP-8.1/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.1/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.1/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp44 &object, IntlDateFormatter_ce_ptr ) == FAILURE) { in PHP_FUNCTION()
64 &object, IntlDateFormatter_ce_ptr ) == FAILURE) { in PHP_FUNCTION()
91 "Oz", &object, IntlDateFormatter_ce_ptr, &timezone_zv) == FAILURE) { in PHP_FUNCTION()
112 &object, IntlDateFormatter_ce_ptr ) == FAILURE) { in PHP_FUNCTION()
133 &object, IntlDateFormatter_ce_ptr ) == FAILURE) { in PHP_FUNCTION()
164 object = getThis(); in PHP_FUNCTION()
166 if (object) { in PHP_FUNCTION()
172 Z_PARAM_OBJECT_OF_CLASS(object, IntlDateFormatter_ce_ptr) in PHP_FUNCTION()
/PHP-8.1/ext/libxml/
H A Dphp_libxml.h47 zval object; member
91 typedef void * (*php_libxml_export_node) (zval *object);
93 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, v…
94 PHP_LIBXML_API int php_libxml_decrement_node_ptr(php_libxml_node_object *object);
95 PHP_LIBXML_API int php_libxml_increment_doc_ref(php_libxml_node_object *object, xmlDocPtr docp);
96 PHP_LIBXML_API int php_libxml_decrement_doc_ref(php_libxml_node_object *object);
97 PHP_LIBXML_API xmlNodePtr php_libxml_import_node(zval *object);
103 PHP_LIBXML_API void php_libxml_node_decrement_resource(php_libxml_node_object *object);
/PHP-8.1/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.1/ext/standard/tests/array/
H A Darray_walk_closure.phpt34 echo "\nclosure with object\n";
48 echo "\nfunction with object\n";
147 closure with object
150 object(stdClass)#1 (1) {
156 object(stdClass)#1 (1) {
162 object(stdClass)#1 (1) {
169 function with object
170 object(stdClass)#2 (1) {
174 object(stdClass)#2 (1) {
178 object(stdClass)#2 (1) {
[all …]
/PHP-8.1/ext/intl/calendar/
H A Dcalendar_class.cpp43 U_CFUNC void calendar_object_create(zval *object, in calendar_object_create() argument
56 object_init_ex(object, ce); in calendar_object_create()
57 calendar_object_construct(object, calendar); in calendar_object_create()
62 Calendar_object *co = php_intl_calendar_fetch_object(object); in calendar_fetch_native_calendar()
67 U_CFUNC void calendar_object_construct(zval *object, in calendar_object_construct() argument
78 static zend_object *Calendar_clone_obj(zend_object *object) in Calendar_clone_obj() argument
85 co_orig = php_intl_calendar_fetch_object(object); in Calendar_clone_obj()
88 ret_val = Calendar_ce_ptr->create_object(object->ce); in Calendar_clone_obj()
159 co = php_intl_calendar_fetch_object(object); in Calendar_get_debug_info()
234 static void Calendar_objects_free(zend_object *object) in Calendar_objects_free() argument
[all …]

Completed in 36 milliseconds

12345678910>>...90