Home
last modified time | relevance | path

Searched refs:obj (Results 226 – 250 of 474) sorted by relevance

12345678910>>...19

/PHP-7.0/ext/standard/tests/strings/
H A Dbug70436.phpt6 class obj implements Serializable
28 $inner = 'C:3:"obj":3:{ryat';
29 $exploit = 'a:4:{i:0;i:1;i:1;C:3:"obj":'.strlen($inner).':{'.$inner.'}i:2;s:'.strlen($fakezval).':"…
/PHP-7.0/ext/json/tests/
H A Dpass003.phpt19 $obj = json_decode($test);
20 var_dump($obj);
26 $obj_enc = json_encode($obj);
33 $obj = json_decode($obj_enc);
34 var_dump($obj);
H A Dbug73113.phpt17 $obj = new JsonSerializableObject();
19 echo json_encode($obj);
/PHP-7.0/ext/spl/tests/
H A Dspl_autoload_007.phpt23 $obj = new MyAutoLoader;
34 array($obj, 'notExist'),
35 array($obj, 'noAccess'),
36 array($obj, 'autoLoad'),
37 array($obj, 'dynaLoad'),
/PHP-7.0/ext/pdo/tests/
H A Dpdo_037.phpt14 $obj = new MyStatement;
15 var_dump($obj->foo());
/PHP-7.0/Zend/tests/
H A Dbug75420.11.phpt12 $obj = new Test;
14 var_dump(empty($obj[$name]));
H A Dbug75420.10.phpt12 $obj = new Test;
15 var_dump($obj[$name] ?? 12);
H A Dbug75420.12.phpt12 $obj = new Test;
15 var_dump(empty($obj[$name]));
H A Dbug26229.phpt12 $obj = new array_iterator;
16 foreach ($obj as $property => $value)
H A Dbug34199.phpt2 Bug #34199 (if($obj)/if(!$obj) inconsistency because of cast handler)
H A Dbug37632.phpt16 public function doTest(A1 $obj)
19 $obj->test();
44 static public function doTest(A2 $obj)
47 $obj->test();
H A Dbug65911.phpt16 $obj = new B();
17 $obj->go();
H A Doffset_bool.phpt19 $obj = new stdClass;
20 var_dump($bool[$obj]);
H A Doffset_long.phpt19 $obj = new stdClass;
20 var_dump($long[$obj]);
H A Doffset_null.phpt19 $obj = new stdClass;
20 var_dump($null[$obj]);
H A Dforeach_004.phpt26 $obj = new IT($trap);
29 foreach ($obj as $key => &$val) echo "$val\n";
33 unset($obj);
/PHP-7.0/ext/standard/tests/array/
H A Dbug43505.phpt15 $obj = new Test();
21 $t = count($obj);
/PHP-7.0/tests/classes/
H A Dfactory_and_singleton_005.phpt13 $obj = new test;
14 $obj = NULL;
H A Dfactory_and_singleton_006.phpt13 $obj = new test;
14 $obj = NULL;
H A Ddestructor_visibility_001.phpt17 $obj = new Derived;
19 unset($obj);
H A Diterators_005.phpt11 $obj = new test;
13 foreach($obj as $v);
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug35895.phpt19 $obj = new Child();
20 serialize($obj);
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_object.phpt16 $obj = mysqli_fetch_object($res);
17 var_dump(gettype($obj));
/PHP-7.0/ext/xmlreader/
H A Dphp_xmlreader.h54 static inline xmlreader_object *php_xmlreader_fetch_object(zend_object *obj) { in php_xmlreader_fetch_object() argument
55 return (xmlreader_object *)((char*)(obj) - XtOffsetOf(xmlreader_object, std)); in php_xmlreader_fetch_object()
/PHP-7.0/ext/intl/resourcebundle/
H A Dresourcebundle_class.h35 static inline ResourceBundle_object *php_intl_resourcebundle_fetch_object(zend_object *obj) { in php_intl_resourcebundle_fetch_object() argument
36 return (ResourceBundle_object *)((char*)(obj) - XtOffsetOf(ResourceBundle_object, zend)); in php_intl_resourcebundle_fetch_object()

Completed in 22 milliseconds

12345678910>>...19