Home
last modified time | relevance | path

Searched refs:object (Results 126 – 150 of 2192) sorted by relevance

12345678910>>...88

/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c36 zval* object; in msgfmt_ctor() local
40 object = return_value; in msgfmt_ctor()
120 zval* object = NULL; in PHP_FUNCTION() local
125 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
133 mfo = (MessageFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
148 zval* object = NULL; in PHP_FUNCTION() local
153 &object, MessageFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
161 mfo = (MessageFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_object1.phpt2 Test sizeof() function : object functionality - object with Countable interface
15 * it will return the properties of an object.
20 echo "*** Testing sizeof() : object functionality ***\n";
22 echo "-- Testing sizeof() with an object which implements Countable interface --\n";
31 return 3; // return the count of member variables in the object
47 *** Testing sizeof() : object functionality ***
48 -- Testing sizeof() with an object which implements Countable interface --
H A Darsort_object2.phpt2 Test arsort() function : object functionality - sorting objects with diff. accessibility of member …
12 * testing arsort() by providing integer/string object arrays with following flag values
17 echo "*** Testing arsort() : object functionality ***\n";
25 // initializing object member value
40 // initializing object member value
66 echo "\n-- Testing arsort() by supplying various object arrays, 'flag' value is default --\n";
68 // testing arsort() function by supplying integer object array, flag value is default
73 // testing arsort() function by supplying string object array, flag value is default
79 // testing arsort() function by supplying integer object array, flag value = SORT_REGULAR
84 // testing arsort() function by supplying string object array, flag value = SORT_REGULAR
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug42654.phpt26 object(RecursiveArrayIterator)#%d (1) {
45 object(RecursiveArrayIterator)#%d (1) {
65 object(RecursiveArrayIterator)#%d (1) {
77 object(RecursiveArrayIterator)#%d (1) {
90 object(RecursiveArrayIterator)#%d (1) {
97 object(RecursiveArrayIterator)#%d (1) {
105 object(RecursiveArrayIterator)#%d (1) {
124 object(RecursiveArrayIterator)#%d (1) {
H A DSplObjectStorage_contains_invalid_parameter.phpt2 Check that SplObjectStorage::contains generate a warning and returns NULL when passed non-object pa…
26 Warning: SplObjectStorage::contains() expects parameter 1 to be object, array given in %s on line %d
29 Warning: SplObjectStorage::contains() expects parameter 1 to be object, boolean given in %s on line…
32 Warning: SplObjectStorage::contains() expects parameter 1 to be object, %unicode_string_optional% g…
35 Warning: SplObjectStorage::contains() expects parameter 1 to be object, integer given in %s on line…
38 Warning: SplObjectStorage::contains() expects parameter 1 to be object, double given in %s on line …
41 Warning: SplObjectStorage::contains() expects parameter 1 to be object, null given in %s on line %d
H A DSplObjectStorage_detach_invalid_parameter.phpt2 Check that SplObjectStorage::detach generate a warning and returns NULL when passed non-object param
26 Warning: SplObjectStorage::detach() expects parameter 1 to be object, array given in %s on line %d
29 Warning: SplObjectStorage::detach() expects parameter 1 to be object, boolean given in %s on line %d
32 Warning: SplObjectStorage::detach() expects parameter 1 to be object, %unicode_string_optional% giv…
35 Warning: SplObjectStorage::detach() expects parameter 1 to be object, integer given in %s on line %d
38 Warning: SplObjectStorage::detach() expects parameter 1 to be object, double given in %s on line %d
41 Warning: SplObjectStorage::detach() expects parameter 1 to be object, null given in %s on line %d
H A DarrayObject_exchangeArray_basic3.phpt2 SPL: ArrayObject::exchangeArray() basic usage with object as underlying data store.
54 object(ArrayObject)#2 (1) {
56 object(C)#3 (2) {
63 object(C)#1 (2) {
69 object(C)#3 (2) {
86 object(ArrayObject)#2 (1) {
88 object(C)#3 (2) {
95 object(C)#3 (2) {
113 object(ArrayObject)#3 (1) {
115 object(C)#2 (2) {
[all …]
H A DSplObjectStorage_offsetGet_invalid_parameter.phpt2 Check that SplObjectStorage::offsetGet generate a warning and return NULL when passed non-object pa…
28 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, array given in %s on line …
31 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, boolean given in %s on lin…
34 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, %unicode_string_optional% …
37 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, integer given in %s on lin…
40 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, double given in %s on line…
43 Warning: SplObjectStorage::offsetGet() expects parameter 1 to be object, null given in %s on line %d
/PHP-5.5/Zend/tests/
H A Dclosure_026.phpt2 Closure 026: Assigning a closure object to an array in $this
31 object(foo)#%d (1) {
35 object(Closure)#%d (1) {
46 object(Closure)#%d (1) {
48 object(foo)#%d (1) {
/PHP-5.5/ext/date/tests/
H A DDateTime_setDate_variation1.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A DDateTime_setDate_variation2.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A DDateTime_setDate_variation3.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A DDateTime_setTime_variation1.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A DDateTime_setTime_variation2.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A DDateTime_setTime_variation3.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A Ddate_isodate_set_variation2.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A Ddate_isodate_set_variation3.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
H A Ddate_isodate_set_variation4.phpt24 return "Class A object";
84 // object data
116 object(DateTime)#%d (3) {
126 object(DateTime)#%d (3) {
136 object(DateTime)#%d (3) {
146 object(DateTime)#%d (3) {
156 object(DateTime)#%d (3) {
166 object(DateTime)#%d (3) {
176 object(DateTime)#%d (3) {
206 object(DateTime)#%d (3) {
[all …]
/PHP-5.5/Zend/
H A Dzend_interfaces.c146 zval *object = (zval*)iter->it.data; in zend_user_it_dtor() local
149 zval_ptr_dtor(&object); in zend_user_it_dtor()
159 zval *object = (zval*)iter->it.data; in zend_user_it_valid() local
178 zval *object = (zval*)iter->it.data; in zend_user_it_get_current_data() local
201 zval *object = (zval*)iter->it.data; in zend_user_it_get_current_key() local
221 zval *object = (zval*)iter->it.data; in zend_user_it_move_forward() local
232 zval *object = (zval*)iter->it.data; in zend_user_it_rewind() local
260 Z_ADDREF_P(object); in zend_user_it_get_iterator()
261 iterator->it.data = (void*)object; in zend_user_it_get_iterator()
263 iterator->ce = Z_OBJCE_P(object); in zend_user_it_get_iterator()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getProperties_001.phpt42 &object(ReflectionProperty)#%d (2) {
49 &object(ReflectionProperty)#%d (2) {
59 &object(ReflectionProperty)#%d (2) {
66 &object(ReflectionProperty)#%d (2) {
76 &object(ReflectionProperty)#%d (2) {
83 &object(ReflectionProperty)#%d (2) {
93 &object(ReflectionProperty)#%d (2) {
100 &object(ReflectionProperty)#%d (2) {
110 &object(ReflectionProperty)#%d (2) {
117 &object(ReflectionProperty)#%d (2) {
/PHP-5.5/ext/standard/tests/strings/
H A Dbasename_error.phpt18 $object = new stdclass;
22 var_dump( basename( $object, "bar" ) );
23 var_dump( basename( $object ) );
24 var_dump( basename( $object, $object ) );
25 var_dump( basename( "bar", $object ) );
47 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
50 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
53 Warning: basename() expects parameter 1 to be string, object given in %s on line %d
56 Warning: basename() expects parameter 2 to be string, object given in %s on line %d
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetservbyname_variation6.phpt2 Test function getservbyname() by substituting argument 1 with object values.
7 echo "*** Test substituting argument 1 with object values ***\n";
15 return "Class A object";
34 *** Test substituting argument 1 with object values ***
37 Warning: getservbyname() expects parameter 1 to be string, object given in %s.php on line %d
H A Dgetservbyname_variation13.phpt2 Test function getservbyname() by substituting argument 2 with object values.
7 echo "*** Test substituting argument 2 with object values ***\n";
15 return "Class A object";
34 *** Test substituting argument 2 with object values ***
37 Warning: getservbyname() expects parameter 2 to be string, object given in %s.php on line %d
/PHP-5.5/ext/simplexml/tests/
H A D016.phpt32 object(SimpleXMLElement)#%d (1) {
36 object(SimpleXMLElement)#%d (1) {
40 object(SimpleXMLElement)#%d (1) {
45 object(SimpleXMLElement)#%d (1) {
49 object(SimpleXMLElement)#%d (1) {
53 object(SimpleXMLElement)#%d (1) {
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt46 \"object\":{ },
129 "object":{ },
160 object(stdClass)#1 (1) {
168 object(stdClass)#2 (0) {
182 object(stdClass)#3 (31) {
228 ["object"]=>
366 ["object"]=>
440 object(stdClass)#5 (1) {
448 object(stdClass)#6 (0) {
508 ["object"]=>
[all …]

Completed in 39 milliseconds

12345678910>>...88