Home
last modified time | relevance | path

Searched refs:obj (Results 1 – 25 of 474) sorted by path

12345678910>>...19

/PHP-7.0/
H A D.appveyor.yml24 PHP_BUILD_OBJ_DIR: c:\obj
H A D.gdbinit67 if $ex->This->value.obj
71 printf "%s->", $ex->This->value.obj->ce.name->val
208 set $handle = $zvalue->value.obj.handle
209 set $handlers = $zvalue->value.obj.handlers
210 set $zobj = $zvalue->value.obj
H A D.gitignore206 ext/mbstring/libmbfl/*.obj
H A DINSTALL478 2. Edit magnus.conf (for servers >= 6) or obj.conf (for servers < 6)
489 3. Configure the default object in obj.conf (for virtual server
490 classes [version 6.0+] in their vserver.obj.conf):
578 similar. Add the following line to the object in obj.conf for every
591 in obj.conf with the following:
H A DREADME.PARAMETER_PARSING_API126 zval *obj;
130 &obj, my_ce, &d) == FAILURE) {
136 If null is passed for object, obj will be set to NULL. */
137 zval *obj;
140 &obj, &arr) == FAILURE) {
/PHP-7.0/Zend/
H A DOBJECTS2_HOWTO71 $foo =& $obj->bar;
H A DZEND_CHANGES87 $obj = new MyClass();
93 $obj = new MyClass2();
97 $obj->printHello();
364 $obj->name = 'Hello';
666 $obj = foo;
668 print $obj->my_prop;
702 $obj = new Foo();
813 $obj = new Foo;
839 $this->obj = $obj;
924 $obj = new ArrayClass;
[all …]
/PHP-7.0/Zend/RFCs/
H A D001.txt70 14 function foo($obj)
72 16 $obj->setMember("foo");
85 result in the $obj->setMember("foo") call being called on a duplicate
/PHP-7.0/Zend/tests/
H A D019.phpt232 // dump the object to see that obj was not harmed
H A Dbug26166.phpt16 private $obj;
20 $this->obj = new Foo();
25 return $this->obj->__toString();
H A Dbug26229.phpt12 $obj = new array_iterator;
16 foreach ($obj as $property => $value)
H A Dbug29674.phpt23 $obj = new BaseClass;
24 $obj->printVars();
27 $obj = new ChildClass;
28 $obj->printVars();
H A Dbug32674.phpt47 $obj = new class2();
56 $obj->dummy = 'this will crash';
H A Dbug34199.phpt2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
H A Dbug37212.phpt23 public function copyValue($obj)
25 $this->value = $obj->getValue();
26 $this->value = $obj->value; // value defined in common base class
H A Dbug37632.phpt16 public function doTest(A1 $obj)
19 $obj->test();
44 static public function doTest(A2 $obj)
47 $obj->test();
H A Dbug37667.phpt16 $obj = new Test;
18 var_dump($obj->property['foo']);
19 var_dump($obj->property[2]);
21 var_dump($obj);
23 $obj->property[] = 1;
24 $obj->property[] = 2;
26 var_dump($obj);
H A Dbug38220.phpt6 public $obj;
9 echo "func1(): {$this->obj->i}\n";
13 echo "close(): {$this->obj->i}\n";
28 $drv->obj = $this;
36 // $drv->obj = null;
H A Dbug39003.phpt18 $obj = new ClassName;
19 test($obj);
H A Dbug39017.phpt2 Bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
H A Dbug39825.phpt6 $obj = (object)$array;
7 foreach ($obj as $name => $value) {
H A Dbug39990.phpt11 $obj=new Foo();
12 foreach($obj->arr as $value)
H A Dbug40757.phpt8 function getFields($obj){
9 return get_object_vars($obj);
H A Dbug41117_1.phpt10 $obj = new foo("Hello world");
H A Dbug45805.phpt23 $obj = new A;
24 $source = &$obj->getX();

Completed in 46 milliseconds

12345678910>>...19