Home
last modified time | relevance | path

Searched refs:objects (Results 26 – 50 of 293) sorted by relevance

12345678910>>...12

/PHP-7.1/Zend/RFCs/
H A D001.txt8 engine) the object model's design is that instantiated objects are
11 functions, objects are handled very similarly to the way other
14 approach Java takes is different where one refers to objects by handle
15 and not by value (one can think of a handle as an objects' ID).
45 After this change the basic use of objects will be almost identical to
47 into awkward and confusing copying & destructing of objects. In order
80 Without the new Java-like handles, at line 20 the objects' data member
82 representation of objects in the Zend Engine 1.0, the object is marked
91 realized this can usually be solved by always passing objects by
100 developers tighter control of when objects are created and duplicated.
/PHP-7.1/ext/date/tests/
H A DDateTimeZone_clone_basic3.phpt2 Test clone of DateTimeZOne objects
8 echo "*** Testing clone on DateTime objects ***\n";
30 *** Testing clone on DateTime objects ***
H A DDateTime_clone_basic3.phpt2 Test clone of DateTime objects
8 echo "*** Testing clone on DateTime objects ***\n";
30 *** Testing clone on DateTime objects ***
H A DDateTime_fix_createFromFormat.phpt9 echo "*** Testing clone on DateTime objects ***\n";
26 *** Testing clone on DateTime objects ***
/PHP-7.1/ext/standard/tests/strings/
H A Daddcslashes_002.phpt14 echo "\n*** Testing addcslashes() with objects ***\n";
31 *** Testing addcslashes() with objects ***
/PHP-7.1/ext/standard/tests/array/
H A Dusort_object1.phpt11 * Pass an array of objects which have a different number of properties
29 // comparison function for SimpleClass2 objects which has more than one member
66 // array of SimpleClass objects with only one property
76 // array of SimpleClass objects having more than one properties
H A Drsort_object1.phpt11 * Test basic functionality of rsort() with objects
16 // class declaration for integer objects
27 // class declaration for string objects
43 // array of integer objects
50 // array of string objects
H A Dkrsort_object.phpt2 Test krsort() function : object functionality - sort objects
10 * testing krsort() by providing array of integer/string objects with following flag values:
17 // class declaration for integer objects
27 // class declaration for string objects
43 // array of integer objects with different key values
50 // array of string objects with different key values
H A Dksort_object.phpt2 Test ksort() function : object functionality - sort objects
10 * testing ksort() by providing array ofinteger/string objects with following flag values:
17 // class declaration for integer objects
28 // class declaration for string objects
44 // array of integer objects
51 // array of string objects
H A Darray_search_variation3.phpt25 /* checking for objects in array_search() */
26 echo "\n*** Testing objects with array_search() ***\n";
50 *** Testing objects with array_search() ***
H A Din_array_variation3.phpt28 /* checking for objects in in_array() */
29 echo "\n*** Testing objects with in_array() ***\n";
53 *** Testing objects with in_array() ***
H A Dsort_object1.phpt2 Test sort() function : object functionality - sorting objects, 'sort_flags' as default/SORT_REGULAR
16 // class declaration for integer objects
27 // class declaration for string objects
43 // array of integer objects
50 // array of string objects
H A Dasort_object1.phpt2 Test asort() function : object functionality - sort objects
19 // class declaration for integer objects
30 // class declaration for string objects
46 // array of integer objects
53 // array of string objects
H A Drsort_object2.phpt11 * Test functionality of rsort() with objects where properties have different visibilities
16 // class declaration for integer objects
32 // class declaration for string objects
52 // array of integer objects
61 // array of string objects
H A Dvar_export.phpt2 var_export() and objects with numeric indexes properties
H A Dasort_object2.phpt2 Test asort() function : object functionality - sorting objects with diff. accessibility of member v…
19 // class declaration for integer objects
34 // class declaration for string objects
53 // array of integer objects
59 // array of string objects
H A Dsort_object2.phpt2 Test sort() function : object functionality - sorting objects with diff. accessibility of member va…
17 // class declaration for integer objects
32 // class declaration for string objects
52 // array of integer objects
60 // array of string objects
/PHP-7.1/ext/standard/tests/general_functions/
H A Dvar_export_basic6.phpt2 Test var_export() function with valid objects
11 echo "*** Testing var_export() with valid objects ***\n";
92 /* Loop to check for above objects with var_export() */
93 echo "\n*** Output for objects ***\n";
106 *** Testing var_export() with valid objects ***
108 *** Output for objects ***
/PHP-7.1/ext/standard/tests/serialize/
H A Dserialization_objects_001.phpt2 Test serialize() & unserialize() functions: objects
18 echo "\n--- Testing objects ---\n";
44 --- Testing objects ---
/PHP-7.1/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
28 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
/PHP-7.1/ext/intl/
H A DTODO4 -- Accept and produce DateTime objects in 5.3 and 6
/PHP-7.1/Zend/
H A DOBJECTS2_HOWTO66 referencing for your objects, you can set this handler to NULL.
96 == operation, === compares objects by handles, i.e., return true if
97 and only if it's really the same object. Note that objects from
119 handle is an ID of the object among the objects of the same type (not
145 See zend_object_handlers.h for prototypes. All objects are passed as zval's.
174 proxy objects from get_property_ptr, but also may be used for
178 proxy objects from get_property_ptr.
195 compare_objects - compares if two objects are equal
/PHP-7.1/Zend/tests/
H A Dbug30080.phpt2 Bug #30080 (Passing array or non array of objects)
H A Dbug33318.phpt8 Fatal error: Uncaught Error: Can only throw objects in %sbug33318.php:2
/PHP-7.1/ext/gmp/
H A Dbug67917.phpt2 Bug #67917: Using GMP objects with overloaded operators can cause memory exhaustion

Completed in 39 milliseconds

12345678910>>...12