Home
last modified time | relevance | path

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

12345678910>>...88

/PHP-5.5/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 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) {
H A D007.phpt97 object(NoCtor)#%d (0) {
109 object(WithCtor)#%d (0) {
117 object(WithCtor)#%d (0) {
127 object(WithCtor)#%d (0) {
139 object(WithCtorWithArgs)#%d (0) {
147 object(WithCtorWithArgs)#%d (0) {
157 object(WithCtorWithArgs)#%d (0) {
/PHP-5.5/Zend/tests/generators/
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-5.5/ext/date/tests/
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) {
H A Dbug52113.phpt35 object(DateInterval)#3 (15) {
84 ))object(DateInterval)#5 (15) {
116 object(DatePeriod)#6 (6) {
118 object(DateTime)#4 (3) {
131 object(DateInterval)#7 (15) {
168 object(DateInterval)#8 (15) {
200 object(DatePeriod)#9 (6) {
202 object(DateTime)#6 (3) {
215 object(DateInterval)#7 (15) {
H A DDateTimeZone_construct_basic.phpt6 * Description: Returns new DateTimeZone object
24 object(DateTimeZone)#%d (2) {
30 object(DateTimeZone)#%d (2) {
36 object(DateTimeZone)#%d (2) {
/PHP-5.5/ext/spl/tests/
H A Darray_022.phpt49 object(MyArrayObject)#%d (1) {
53 object(MyArrayObject)#%d (3) {
65 object(MyArrayIterator)#%d (1) {
69 object(MyArrayIterator)#%d (3) {
75 object(MyArrayIterator)#%d (1) {
H A DSplObjectStorage_unserialize_nested.phpt23 object(SplObjectStorage)#4 (1) {
29 object(stdClass)#5 (1) {
31 object(stdClass)#6 (0) {
40 object(stdClass)#6 (0) {
H A Dobserver_003.phpt25 foreach($storage as $object)
27 var_dump($object->test);
37 foreach($storage2 as $object)
39 var_dump($object->test);
H A DSplFixedArray_construct_param_SplFixedArray.phpt2 Create an SplFixedArray using an SplFixedArray object.
11 Warning: SplFixedArray::__construct() expects parameter 1 to be long, object given in %s on line %d
12 object(SplFixedArray)#1 (0) {
H A Dbug61453.phpt8 $object = new StdClass;
10 if(isset($objects[$object])){
14 $objects[$object] = 1;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt86 printf("Creating an object, serializing it and writing it to DB...\n");
88 $obj = myclass::singleton('Creating object');
95 printf("\nUnserializing the previously serialized object...\n");
125 Creating an object, serializing it and writing it to DB...
126 myclass::singleton(Creating object)
127 myclass::__construct(Creating object)
130 Unserializing the previously serialized object...
132 object(myclass)#4 (1) {
139 object(myclass)#%d (1) {
144 Using PDO::FETCH_CLASS to fetch the object from DB and unserialize it...
[all …]
/PHP-5.5/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) {
H A Deach_002.phpt2 Testing each() with array and object
21 object(stdClass)#1 (0) {
24 object(stdClass)#1 (0) {
/PHP-5.5/ext/com_dotnet/
H A Dcom_saproxy.c93 php_com_saproxy *proxy = SA_FETCH(object); in saproxy_read_dimension()
129 php_com_saproxy_create(object, return_value, offset TSRMLS_CC); in saproxy_read_dimension()
205 php_com_saproxy_create(object, return_value, offset TSRMLS_CC); in saproxy_read_dimension()
213 php_com_saproxy *proxy = SA_FETCH(object); in saproxy_write_dimension()
318 static HashTable *saproxy_properties_get(zval *object TSRMLS_DC) in saproxy_properties_get()
365 php_com_saproxy *proxy = SA_FETCH(object); in saproxy_count_elements()
404 static void saproxy_free_storage(void *object TSRMLS_DC) in saproxy_free_storage()
406 php_com_saproxy *proxy = (php_com_saproxy *)object; in saproxy_free_storage()
422 php_com_saproxy *proxy = (php_com_saproxy *)object; in saproxy_clone()
556 php_com_saproxy *proxy = SA_FETCH(object); in php_com_saproxy_iter_get()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c68 spl_fixedarray_object *object; member
217 efree(object); in spl_fixedarray_object_free_storage()
582 zval *object = getThis(); in SPL_METHOD() local
643 zval *object = getThis(); in SPL_METHOD() local
777 zval *object = getThis(); in SPL_METHOD() local
796 zval *object = getThis(); in SPL_METHOD() local
906 iterator->object->current = 0; in spl_fixedarray_it_rewind()
920 …if (iterator->object->current >= 0 && iterator->object->array && iterator->object->current < itera… in spl_fixedarray_it_valid()
959 ZVAL_LONG(key, iterator->object->current); in spl_fixedarray_it_get_current_key()
973 iterator->object->current++; in spl_fixedarray_it_move_forward()
[all …]
/PHP-5.5/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-5.5/tests/classes/
H A Darray_access_010.phpt10 private $object;
13 function __construct(ArrayAccess $object, array &$element)
16 $this->object = $object;
106 object(ArrayReferenceProxy)#%d (2) {
107 ["object":"ArrayReferenceProxy":private]=>
108 object(Peoples)#%d (1) {
146 object(ArrayReferenceProxy)#%d (2) {
147 ["object":"ArrayReferenceProxy":private]=>
148 object(Peoples)#%d (1) {
/PHP-5.5/ext/intl/formatter/
H A Dformatter_main.c49 object = return_value; in numfmt_ctor()
106 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
114 nfo = (NumberFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
133 &object, NumberFormatter_ce_ptr ) == FAILURE ) in PHP_FUNCTION()
141 nfo = (NumberFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
/PHP-5.5/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) {
/PHP-5.5/ext/standard/tests/file/
H A Dfstat_variation6.phpt2 Test function fstat() by substituting argument 1 with object values.
22 return "Class A object";
42 Error: 2 - fstat() expects parameter 1 to be resource, object given, %s(%d)
44 Error: 2 - fstat() expects parameter 1 to be resource, object given, %s(%d)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dget_cfg_var_variation6.phpt2 Test function get_cfg_var() by substituting argument 1 with object values.
14 echo "*** Test substituting argument 1 with object values ***\n";
40 *** Test substituting argument 1 with object values ***
43 Warning: get_cfg_var() expects parameter 1 to be string, object given in %s.php on line %d

Completed in 55 milliseconds

12345678910>>...88