Home
last modified time | relevance | path

Searched refs:obj (Results 201 – 225 of 502) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/spl/tests/
H A Dbug70365.phpt5 class obj {
20 $exploit = 'a:5:{i:0;i:1;i:1;C:16:"SplObjectStorage":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj":1…
42 object(obj)#%d (1) {
H A Dbug70366.phpt5 class obj {
20 $exploit = 'a:5:{i:0;i:1;i:1;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj
43 object(obj)#%d (1) {
H A Darray_017.phpt90 $obj->setFlags($flags);
91 $obj->dump();
92 $obj->show();
104 var_dump($obj->pub1);
107 var_dump($obj->pub1);
118 $obj->dyn1 = 5;
120 check($obj, 0);
121 check($obj, 1);
125 $obj->exchange();
127 check($obj, 0);
[all …]
H A DSplObjectStorage_getHash.phpt12 public function getHash($obj) {
25 public function getHash($obj) {
39 public function getHash($obj) {
H A Dbug71838.phpt19 $obj = unserialize($serialized);
20 var_dump($obj->getA());
/PHP-7.4/Zend/tests/
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 Dbug68118.phpt7 $obj = new stdClass;
8 $obj->test = 'meow';
H A Dthis_in_catch.phpt14 $obj = new C;
15 $obj->foo();
H A Doverloaded_assign_prop_return_value.phpt8 $obj = new Overloaded;
9 $x = $obj->prop = new stdClass;
H A Dbug75420.7.phpt9 $obj = new Test;
12 $obj->$name = 1;
H A Dbug65579.phpt20 $obj = new TestClass();
21 var_dump(get_class_methods($obj));
H A Dbug26166.phpt16 private $obj;
20 $this->obj = new Foo();
25 return $this->obj->__toString();
H A Dbug75420.1.phpt10 $obj = new Test;
12 var_dump($obj->$name ?? 12);
H A Dbug75420.phpt11 $obj = new Test;
13 var_dump($obj->$name ?? 12);
/PHP-7.4/tests/lang/
H A D037.phpt25 $obj = new chld();
26 $obj->displayMe();
H A Dforeach_with_object_001.phpt12 $obj = new Test();
13 foreach ($obj->c()->a as $value) {
H A D036.phpt23 $obj = new chld();
24 $obj->displayHim();
/PHP-7.4/tests/classes/
H A Ddestructor_inheritance.phpt18 $obj = new derived;
20 unset($obj);
H A Ddestructor_visibility_003.phpt18 $obj = new Derived;
20 unset($obj); // Derived::__destruct is being called not Base::__destruct
/PHP-7.4/ext/reflection/tests/
H A DReflectionExtension_info_basic.phpt8 $obj = new ReflectionExtension('reflection');
10 $testa = $obj->info();
H A DReflectionClass_isIterateable_variation1.phpt10 function dump_iterateable($obj)
12 $reflection = new ReflectionClass($obj);
/PHP-7.4/ext/simplexml/tests/
H A Dbug46048.phpt12 $obj = simplexml_load_string($xml);
13 print_r(get_object_vars($obj));
/PHP-7.4/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt32 echo "obj\n";
38 $obj = new ObjectA();
41 $f = array('foo' => 'baz', $obj);
45 $g = array($obj, 'foo' => 'baz');
66 obj
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug73052.phpt6 class obj {
13 $poc = 'O:3:"obj":1:{';
H A Dbug73825.phpt5 $obj = unserialize('O:8:"00000000":');
6 var_dump($obj);

Completed in 25 milliseconds

12345678910>>...21