Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...94

/PHP-7.0/ext/soap/tests/
H A Dany.phpt59 object(stdClass)#5 (1) {
61 object(stdClass)#6 (1) {
65 object(SOAPComplexType)#7 (3) {
76 object(stdClass)#8 (1) {
78 object(stdClass)#9 (1) {
82 object(SOAPComplexType)#10 (3) {
/PHP-7.0/ext/spl/tests/
H A DarrayObject_clone_basic3.phpt25 object(C)#1 (5) {
37 object(ArrayObject)#2 (1) {
39 object(C)#1 (5) {
52 object(ArrayObject)#3 (1) {
54 object(ArrayObject)#2 (1) {
56 object(C)#1 (5) {
70 object(ArrayObject)#4 (1) {
H A Dbug60201.phpt15 object(ReflectionParameter)#%d (1) {
20 object(ReflectionParameter)#%d (1) {
25 object(ReflectionParameter)#%d (1) {
H A Dbug69108.phpt10 $object = new StdClass();
11 $a[] = $object;
12 $b->attach($object);
H A DarrayObject_clone_basic2.phpt2 SPL: Cloning an instance of ArrayObject which wraps an object.
19 object(C)#1 (3) {
27 object(ArrayObject)#2 (1) {
29 object(C)#1 (3) {
38 object(ArrayObject)#3 (1) {
H A Darray_022.phpt49 object(MyArrayObject)#%d (1) {
53 object(MyArrayObject)#%d (2) {
60 object(MyArrayIterator)#%d (1) {
64 object(MyArrayIterator)#%d (2) {
/PHP-7.0/ext/standard/tests/array/
H A Darray_map_object3.phpt2 Test array_map() function : object functionality - class methods as callback function
11 * Testing array_map() for object functionality with following callback function variations:
12 * 1) child class method using parent object
13 * 2) parent class method using child object
56 echo "-- accessing parent method using child class object --\n";
59 echo "-- accessing child method using parent class object --\n";
79 -- accessing parent method using child class object --
88 -- accessing child method using parent class object --
/PHP-7.0/Zend/tests/
H A Dbug29210.phpt67 $object = new test_class;
68 $object->test();
69 if (is_callable(array($object,'test_func1'))) {
70 $object->test_func1();
74 if (is_callable(array($object,'test_func2'))) {
75 $object->test_func2();
89 $object = new foo();
90 $object->test();
H A Deach_002.phpt2 Testing each() with array and object
23 object(stdClass)#1 (0) {
26 object(stdClass)#1 (0) {
/PHP-7.0/tests/classes/
H A Darray_access_011.phpt10 private $object;
14 function __construct(ArrayAccess $object, array &$array, $element)
17 $this->object = $object;
115 object(ArrayAccessReferenceProxy)#%d (3) {
116 ["object":"ArrayAccessReferenceProxy":private]=>
117 object(Peoples)#%d (1) {
160 object(ArrayAccessReferenceProxy)#%d (3) {
161 ["object":"ArrayAccessReferenceProxy":private]=>
162 object(Peoples)#%d (1) {
H A Dclone_004.phpt2 ZE2 object cloning, 4
42 object(test)#1 (2) {
59 object(test)#2 (2) {
76 object(test)#2 (2) {
/PHP-7.0/ext/intl/
H A DERROR.CONVENTIONS34 :: The last is ALSO stored in the object whose method call triggered the error,
45 The global error and the object error can be SIMULTANEOUSLY set with these
60 These methods are used to retrieve the error codes stored in the object's
70 They instead destroy the object to that the result of new IntlClass() can
76 the object's private error
83 void intl_errors_reset(intl_error* err ); /* reset global and object error */
90 way to reset the object's internal error code. Instead, resetting of the
91 object's internal error code is done upon fetching the object from its zval.
98 object = getThis();
109 BREAKITER_METHOD_FETCH_OBJECT; /* macro also resets object's error */
[all …]
/PHP-7.0/ext/spl/
H A Dspl_heap.c151 if (object) { in spl_ptr_heap_zval_max_cmp()
175 if (object) { in spl_ptr_heap_zval_min_cmp()
206 if (object) { in spl_ptr_pqueue_zval_cmp()
460 spl_heap_object *intern = Z_SPLHEAP_P(object); in spl_heap_object_count_elements()
900 zval *element = &object->heap->elements[0]; in spl_heap_it_get_current_data()
902 if (object->heap->flags & SPL_HEAP_CORRUPTED) { in spl_heap_it_get_current_data()
918 zval *element = &object->heap->elements[0]; in spl_pqueue_it_get_current_data()
920 if (object->heap->flags & SPL_HEAP_CORRUPTED) { in spl_pqueue_it_get_current_data()
941 ZVAL_LONG(key, object->heap->count - 1); in spl_heap_it_get_current_key()
1098 ZVAL_COPY(&iterator->intern.it.data, object); in spl_heap_get_iterator()
[all …]
/PHP-7.0/ext/gmp/tests/
H A Dcomparison.phpt21 object(GMP)#1 (1) {
28 object(GMP)#2 (1) {
33 object(GMP)#3 (1) {
H A Dgmp_php_int_max.phpt17 object(GMP)#%d (%d) {
21 object(GMP)#%d (%d) {
25 object(GMP)#%d (%d) {
/PHP-7.0/ext/sqlite3/
H A Dsqlite3.c102 zval *object = getThis(); local
192 zval *object = getThis(); local
221 zval *object = getThis(); local
264 zval *object = getThis(); local
282 zval *object = getThis(); local
304 zval *object = getThis(); local
326 zval *object = getThis(); local
354 zval *object = getThis(); local
427 zval *object = getThis(); local
469 zval *object = getThis(); local
[all …]
/PHP-7.0/ext/intl/formatter/
H A Dformatter_main.c49 object = return_value; in numfmt_ctor()
118 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
126 nfo = Z_INTL_NUMBERFORMATTER_P(object); in PHP_FUNCTION()
145 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
153 nfo = Z_INTL_NUMBERFORMATTER_P(object); in PHP_FUNCTION()
/PHP-7.0/ext/standard/tests/class_object/
H A Dget_class_error_001.phpt5 /* Prototype : proto string get_class([object object])
15 $object = new stdclass();
17 var_dump( get_class($object, $extra_arg) );
/PHP-7.0/ext/intl/collator/
H A Dcollator_attr.c42 &object, Collator_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
73 &object, Collator_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION()
103 &object, Collator_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
132 &object, Collator_ce_ptr, &strength ) == FAILURE ) in PHP_FUNCTION()
/PHP-7.0/ext/session/tests/
H A D019.phpt52 &object(TFoo)#%d (1) {
57 &object(TFoo)#%d (1) {
64 &object(TFoo)#%d (1) {
69 &object(TFoo)#%d (1) {
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_getProperty_003.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 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-7.0/ext/simplexml/tests/
H A Dsimplexml_load_file.phpt13 object(SimpleXMLElement)#1 (1) {
17 object(SimpleXMLElement)#2 (2) {
24 object(SimpleXMLElement)#3 (2) {
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug27469.phpt14 object(__PHP_Incomplete_Class)#1 (1) {
19 object(__PHP_Incomplete_Class)#1 (1) {
24 object(__PHP_Incomplete_Class)#1 (1) {
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp49 U_CFUNC void breakiterator_object_create(zval *object, in breakiterator_object_create() argument
64 object_init_ex(object, ce); in breakiterator_object_create()
66 breakiterator_object_construct(object, biter); in breakiterator_object_create()
69 U_CFUNC void breakiterator_object_construct(zval *object, in breakiterator_object_construct() argument
98 static zend_object *BreakIterator_clone_obj(zval *object) in BreakIterator_clone_obj() argument
104 bio_orig = Z_INTL_BREAKITERATOR_P(object); in BreakIterator_clone_obj()
107 ret_val = BreakIterator_ce_ptr->create_object(Z_OBJCE_P(object)); in BreakIterator_clone_obj()
150 bio = Z_INTL_BREAKITERATOR_P(object); in BreakIterator_get_debug_info()
188 static void BreakIterator_objects_dtor(zend_object *object) in BreakIterator_objects_dtor() argument
190 zend_objects_destroy_object(object); in BreakIterator_objects_dtor()
[all …]

Completed in 36 milliseconds

1...<<11121314151617181920>>...94