Home
last modified time | relevance | path

Searched refs:objects (Results 101 – 125 of 275) sorted by relevance

1234567891011

/PHP-5.5/ext/soap/tests/
H A Dclassmap003.phpt2 SOAP Classmap 3: encoding of inherited objects
H A Dclassmap004.phpt2 SOAP Classmap 4: encoding of objects with __get()
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_objects.phpt2 array_walk() and objects
H A Darray_walk_rec_objects.phpt2 array_walk_recursive() and objects
H A Dbug34227.phpt2 Bug #34277 (array_filter() crashes with references and objects)
H A Darray_fill_object.phpt177 $objects = array(
196 for($index = 0; $index < count($objects); $index ++)
199 $val = $objects[$index];
H A Darray_fill_object_2_4.phpt177 $objects = array(
196 for($index = 0; $index < count($objects); $index ++)
199 $val = $objects[$index];
/PHP-5.5/ext/spl/tests/
H A DarrayObject_exchangeArray_basic3.phpt10 echo "--> exchangeArray() with objects:\n";
53 --> exchangeArray() with objects:
H A Darray_013.phpt79 Catchable fatal error: ArrayIterator::append(): Cannot append properties to objects, use ArrayItera…
H A Dbug38618.phpt2 Bug #38618 (RecursiveArrayIterator::hasChildren() follows objects)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_callable_basic2.phpt2 Test is_callable() function : usage variations - on objects
10 In case of objects, $var = array($SomeObject, 'MethodName')
34 echo "\n*** Testing is_callable() on objects ***\n";
79 /* objects of different classes */
92 echo "\n** Testing normal operations of is_callable() on objects **\n";
93 $objects = array (
109 foreach($objects as $object) {
132 *** Testing is_callable() on objects ***
138 ** Testing normal operations of is_callable() on objects **
H A Dis_callable_error.phpt10 In case of objects, $var = array($SomeObject, 'MethodName')
H A Dvar_export_basic8.phpt2 var_export(): simple test with arrays and objects
/PHP-5.5/ext/date/tests/
H A Dbug43003.phpt2 Bug #43003 (Invalid timezone reported for DateTime objects constructed using a timestamp)
H A DDateTimeZone_compare_basic1.phpt2 Test of compare object handler for DateTime objects
/PHP-5.5/ext/phar/tests/
H A Dphar_unlinkarchive.phpt96 …_unlinkarchive.phar" has open file handles or objects. fclose() all file handles, and unset() all…
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt2 Test serialize() & unserialize() functions: objects (variations)
18 echo "\n--- Testing Variations in objects ---\n";
68 /* Testing serialization on all the objects through loop */
83 --- Testing Variations in objects ---
H A Dserialization_objects_003.phpt2 Test serialize() & unserialize() functions: objects (abstract classes)
/PHP-5.5/
H A DUPGRADING.INTERNALS114 Strings requiring unserialization of objects are now explicitly checked
117 objects using Serializable to disallow serialization. An object
119 string, all other objects are represented with starting "O:". Objects
/PHP-5.5/ext/spl/internal/
H A Dsplobjectstorage.inc18 * This container allows to store objects uniquly without the need to compare
84 /** @return number of objects in storage
H A Dsplstack.inc41 … throw new RuntimeException("Iterators' LIFO/FIFO modes for SplStack/SplQueue objects are frozen");
/PHP-5.5/Zend/tests/
H A Dzend2.php.txt35 Example 2: Factory method (derefencing objects returned from functions)
117 Example 5: Multiple derefencing of objects returned from methods
/PHP-5.5/tests/lang/
H A Dcompare_objects_basic1.phpt27 // Define a bunch of objects all of which will use standard compare object handler
/PHP-5.5/ext/standard/tests/strings/
H A Dimplode1.phpt70 echo "\n*** Testing implode() on objects ***\n";
71 /* checking on objects */
233 *** Testing implode() on objects ***
/PHP-5.5/ext/json/
H A DREADME23 any objects as associative arrays.

Completed in 54 milliseconds

1234567891011