Home
last modified time | relevance | path

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

12345678910>>...88

/PHP-5.5/
H A D.gdbinit59 if $t->object
69 set $handle = $t->object.value.obj.handle
70 set $handlers = $t->object.value.obj.handlers
71 set $zobj = (zend_object *)$eg.objects_store.object_buckets[$handle].bucket.obj.object
122 printf "object[%p]", $zvalue
215 printf "object"
H A DCODING_STANDARDS264 …/* {{{ proto object imap_header(int stream_id, int msg_no [, int from_length [, int subject_length…
265 Returns a header object with the defined parameters */
H A DINSTALL249 Alternatively, to install PHP as a static object:
341 advantages and drawbacks of each method. Building as a shared object
693 3. Configure the default object in obj.conf (for virtual server
727 the following line to your default object:
782 similar. Add the following line to the object in obj.conf for every
H A DNEWS2905 member of a null object). (Laruence)
3056 object). (Laruence)
3569 member of a null object). (Laruence)
4866 with SoapClient object). (Dmitry)
5968 timestamp belonging to a date object.
6134 object's destructor). (Dmitry)
6677 object variables). (Felipe)
8957 object). (Dmitry)
9428 - Fixed bug #33999 (object remains object when cast to int). (Dmitry)
9697 __call if object is overloaded). (Dmitry)
[all …]
H A DREADME.EXT_SKEL78 bool, double, float, string, array, object or mixed.
100 It can be any of int, double, string, bool, array, object, resource, mixed
H A DREADME.PARAMETER_PARSING_API53 A - array or object (zval *)
60 H - array or HASH_OF(object) (returned as HashTable*)
63 o - object of any type (zval*)
64 O - object of specific type given by class entry (zval*, zend_class_entry)
126 /* Gets an object of class specified by my_ce, and an optional double. */
136 /* Gets an object or null, and an array.
137 If null is passed for object, obj will be set to NULL. */
H A DREADME.namespaces124 new B(); // first tries to create object of class "B" defined in namespace "A"
125 // then creates object of internal class "B"
126 new \B(); // creates object of class "B" defined in global scope
131 new A(); // first tries to create object of class "A" from namespace "A" (A\A)
132 // then creates object of internal class "A"
H A DUPGRADING148 NULL and if the calendar passed is an IntlCalendar object -- in this
164 accept an IntlCalendar object, in which case its time zone is
169 IntlCalendar object for formatting.
181 object for safer file uploads (see
220 unserializer, it can leave the object of such internal class in an
225 unserialize() is not a valid serialization of any object. Since there
H A DUPGRADING.INTERNALS11 f. unserialization of manipulated object strings
112 f. unserialization of manipulated object strings
115 whether the object they contain implements the Serializable interface.
117 objects using Serializable to disallow serialization. An object
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO1 Creating an object
11 The function should create a new zval, create new object and get the
13 handle is the only ID of the object, so it should be enough to
32 to the object is created. This does not create a new object - both
33 zvals still refer to the same object.
38 delete_obj should destroy an object, all references to it become
50 write_property is used to directly write object's property by
74 if $foo is an object (e.g., proxy object from get_property_ptr) it
87 object constructor.
112 The object is represented by the following structure:
[all …]
H A DZEND_CHANGES14 can think of a handle as an object's ID).
27 object to change the original object.
39 $object = new Foo;
40 $object->prop = 'Hello';
45 $object->replace($other);
47 print $object->prop; // still shows 'Hello'
261 function foo(ClassName $object) {
267 function foo($object) {
333 $copy_of_object = clone $object;
436 last reference to an object is destroyed the object's
[all …]
/PHP-5.5/Zend/RFCs/
H A D001.txt1 Revamped object model using object handles
8 engine) the object model's design is that instantiated objects are
27 de-referencing method return values, tight control of object
35 handle to the object instead of the object itself. When this handle is
37 copied/sent/assigned. The object itself is never copied nor
49 $object = new MyClass(); $object->method();
75 19 $object = new MyClass();
76 20 $object->setMember("bar");
77 21 foo($object);
78 22 print $object->getMember();
[all …]
H A D002.txt160 implemented in the new ZE2 object model.
/PHP-5.5/Zend/tests/
H A D007.phpt28 Warning: Variable passed to each() is not an array or object in %s on line %d
31 Warning: Variable passed to each() is not an array or object in %s on line %d
H A D009.phpt41 Warning: get_class() called without object from outside a class in %s on line %d
44 Warning: get_class() expects parameter 1 to be object, string 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.phpt40 Notice: Trying to get property of non-object in %s on line %d
43 Notice: Trying to get property of non-object in %s on line %d
48 Notice: Trying to get property of non-object in %s on line %d
50 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 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.
34 object(Exception)#%d (7) {
H A D033.phpt27 Notice: Trying to get property of non-object in %s on line %d
29 Warning: Creating default object from empty value in %s on line %d
31 Warning: Creating default object from empty value in %s on line %d
H A Dbug24884.phpt27 object(Test)#%d (0) {
H A Dbug26077.phpt2 Bug #26077 (Memory leaks when creating an instance of an object)

Completed in 69 milliseconds

12345678910>>...88