Home
last modified time | relevance | path

Searched refs:obj (Results 151 – 175 of 413) sorted by relevance

12345678910>>...17

/PHP-5.6/ext/standard/tests/serialize/
H A Dbug70172.phpt7 class obj implements Serializable {
25 $exploit = 'a:2:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}}';
50 object(obj)#%d (1) {
H A Dbug72610_2.phpt18 $a->obj = new Obj($a);;
24 O:8:"stdClass":1:{s:3:"obj";O:3:"Obj":1:{s:1:"a";r:1;}}
27 ["obj"]=>
H A Dbug72731.phpt6 class obj {
13 $poc = 'O:8:"stdClass":1:{i:0;O:3:"obj":1:{s:4:"ryat";R:1;}}';
H A Dserialization_objects_012.phpt17 $obj = new stdclass;
18 $a[0] = $obj;
34 $obj = new stdclass;
35 $a[0] = $obj;
50 $obj = new stdclass;
52 $contaner->a = $obj;
68 $obj = new stdclass;
70 $contaner->a = $obj;
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);
/PHP-5.6/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 Dbug39990.phpt11 $obj=new Foo();
12 foreach($obj->arr as $value)
H A Dbug68118.phpt7 $obj = new stdClass;
8 $obj->test = 'meow';
H A Dbug65579.phpt20 $obj = new TestClass();
21 var_dump(get_class_methods($obj));
/PHP-5.6/ext/reflection/tests/
H A DReflectionExtension_getName_basic.phpt8 $obj = new ReflectionExtension('reflection');
9 var_dump($obj->getName());
H A DReflectionExtension_constructor_basic.phpt8 $obj = new ReflectionExtension('reflection');
9 $test = $obj instanceof ReflectionExtension;
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-5.6/ext/xsl/
H A Dxsltprocessor.c191 xmlXPathObjectPtr obj; in xsl_ext_function_php() local
225 obj = valuePop(ctxt); in xsl_ext_function_php()
226 if (obj) { in xsl_ext_function_php()
240 obj = valuePop(ctxt); in xsl_ext_function_php()
242 if (obj == NULL) { in xsl_ext_function_php()
246 switch (obj->type) { in xsl_ext_function_php()
265 if (obj->nodesetval && obj->nodesetval->nodeNr > 0) { in xsl_ext_function_php()
310 obj = valuePop(ctxt); in xsl_ext_function_php()
311 if (obj == NULL || obj->stringval == NULL) { in xsl_ext_function_php()
312 if (obj) { in xsl_ext_function_php()
[all …]
/PHP-5.6/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt80 $obj1 = & $obj; //object $obj1 references object $obj
81 $obj2 = & $obj;
91 $obj,
105 $obj = $int_var; //$obj is lost, $obj1,$obj2,$obj3,$obj4 = 500
695 ["obj"]=>
731 ["obj"]=>
734 ["obj"]=>
738 ["obj"]=>
774 ["obj"]=>
797 ["obj"]=>
[all …]
/PHP-5.6/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');
67 obj
H A Dsizeof_object1.phpt35 $obj = new sizeof_class();
38 var_dump( sizeof($obj) );
40 var_dump( sizeof($obj, COUNT_NORMAL) );
42 var_dump( sizeof($obj, COUNT_RECURSIVE) );
/PHP-5.6/ext/spl/tests/
H A DSplObjectStorage_getHash.phpt12 public function getHash($obj) {
25 public function getHash($obj) {
39 public function getHash($obj) {
H A Dbug72122.phpt12 $obj = new CustomIterator;
13 $iterator = new IteratorIterator($obj);
/PHP-5.6/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-5.6/ext/simplexml/tests/
H A Dbug46048.phpt12 $obj = simplexml_load_string($xml);
13 print_r(get_object_vars($obj));
/PHP-5.6/ext/pdo/tests/
H A Dpdo_037.phpt14 $obj = new MyStatement;
15 var_dump($obj->foo());

Completed in 33 milliseconds

12345678910>>...17