Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 1987) sorted by path

12345678910>>...80

/PHP-7.4/
H A D.gdbinit118 printf "object[%p]", $zvalue
206 printf "object"
521 Takes a pointer to an object's property and prints the property information
H A D.gitattributes1 # Replace $Id$ strings with 40-character hexadecimal blob object name.
H A D.gitignore35 # Library object files generated during build process
38 # Temporary library object files generated by compiler and libtool due to failure
41 # Standard object files generated during build process
78 # Directories for shared object files and headers generated by `./configure`
214 # Standard object files generated by Visual Studio
H A DCODING_STANDARDS.md306 /* {{{ proto object imap_header(int stream_id, int msg_no [, int from_length [, int subject_length …
307 Returns a header object with the defined parameters */
H A DNEWS532 . Fixed bug #80411 (References to null-serialized object break serialize()).
608 . Fixed bug #80186 (Segfault when iterating over FFI object). (Nikita)
901 . Fixed bug #79477 (casting object into array creates references). (Nikita)
931 . Fixed bug #79528 (Different object of the same xml between 7.4.5 and
1363 . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
1376 . Fixed bug #78531 (Crash when using undefined variable as object). (Dmitry)
1862 . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
2561 . Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
2599 . Export internal structures and accessor helpers for GMP object. (Sara)
2752 . Fixed bug #50675 (SoapClient can't handle object references correctly).
H A DUPGRADING45 . The "creating default object from empty value" warning is now consistently
67 longer leave behind accessible properties on the object.
124 Before: ReflectionMethod::getClosure($object)
125 After: ReflectionMethod::getClosure($object = null)
136 returned the values of the wrapped array/object unless the STD_PROP_LIST
141 * Potentially others working on object properties as a list.
343 . A new mechanism for custom object serialization has been added, which
346 // Returns array containing all the necessary state of the object.
349 // Restores the object state from the given data array.
444 Reflection object and convert it to string instead:
[all …]
H A DUPGRADING.INTERNALS10 g. Required object handlers
71 f. A new, optional object handler with the signature
117 g. The following object handlers are now required (must be non-NULL):
136 It is recommended to initialize object handler structures by copying the
137 std object handlers and only overwriting those you want to change.
171 m. The write_property() object handler now returns the assigned value (after
/PHP-7.4/Zend/tests/
H A D007.phpt30 Warning: Variable passed to each() is not an array or object in %s on line %d
33 Warning: Variable passed to each() is not an array or object in %s on line %d
H A D009.phpt47 Warning: get_class() called without object from outside a class in %s on line %d
50 Warning: get_class() expects parameter 1 to be object, string given in %s on line %d
55 Warning: get_class() expects parameter 1 to be object, null given in %s on line %d
H A D011.phpt75 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
78 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
81 Warning: First parameter must either be an object or the name of an existing class in %s on line %d
H A D016.phpt2 isset() with object properties when operating on non-object
H A D019.phpt218 // use unset/empty/isset to check the object
219 var_dump($point1); // dump the object
221 // check the object and member that is not set
232 // dump the object to see that obj was not harmed
251 //unset the object and check
255 // dump to see that object is unset
1221 object(Point)#%d (3) {
1243 object(Point)#%d (3) {
1251 object(Point)#%d (2) {
1259 object(Point)#%d (0) {
[all …]
H A D024.phpt44 Notice: Trying to get property '1' of non-object in %s on line %d
47 Notice: Trying to get property '1' of non-object in %s on line %d
54 Notice: Trying to get property '1' of non-object in %s on line %d
56 Notice: Trying to get property '' of non-object in %s on line %d
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
21 Notice: Trying to get property 'a' of non-object in %s on line %d
24 Warning: Creating default object from empty value in %s on line %d
H A D029.phpt2 Testing assign to property of an object in an array
21 object(stdClass)#1 (1) {
23 object(stdClass)#2 (0) {
29 object(stdClass)#1 (2) {
31 object(stdClass)#2 (0) {
34 object(stdClass)#3 (0) {
40 object(stdClass)#1 (3) {
42 object(stdClass)#2 (0) {
45 object(stdClass)#3 (0) {
48 object(stdClass)#2 (0) {
H A D030.phpt2 Overriding $this in catch and checking the object properties later.
H A D033.phpt56 Notice: Trying to get property 'foo' of non-object in %s on line %d
58 Warning: Creating default object from empty value in %s on line %d
60 Warning: Creating default object from empty value in %s on line %d
H A DArrayAccess_indirect_append.phpt2 Using indirect append on ArrayAccess object
29 object(AA)#1 (1) {
/PHP-7.4/Zend/tests/anon/
H A D001.phpt7 object(class@%s)#%d (0) {
H A D003.phpt14 object(class@%s)#1 (1) {
18 object(class@%s)#1 (1) {
22 object(class@%s)#1 (1) {
26 object(class@%s)#1 (1) {
30 object(class@%s)#1 (1) {
34 object(class@%s)#1 (1) {
38 object(class@%s)#1 (1) {
42 object(class@%s)#1 (1) {
46 object(class@%s)#1 (1) {
50 object(class@%s)#1 (1) {
H A D004.phpt13 /* create a proxy object implementing array access */
H A D005.phpt14 /* create a child object implementing array access */
H A D006.phpt13 object(class@%s)#1 (0) {
H A D007.phpt21 object(class@%s)#2 (0) {
H A D012.phpt8 object(class@anonymous)#1 (1) {

Completed in 49 milliseconds

12345678910>>...80