Home
last modified time | relevance | path

Searched refs:obj (Results 126 – 150 of 390) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/spl/tests/
H A DSplFileObject_getCsvControl_basic_001.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
6 var_dump($obj->getCsvControl());
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 DSplFileObject_fscanf_basic.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
6 var_dump($obj->fscanf('%s'));
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 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 DSplFixedArray_serialize.phpt8 $obj = new stdClass;
9 $obj->prop = 'value';
13 $array[3] = $obj;
H A DSplObjectStorage_getHash.phpt12 public function getHash($obj) {
25 public function getHash($obj) {
39 public function getHash($obj) {
/PHP-5.5/ext/json/tests/
H A Dpass002.phpt13 $obj = json_decode($test);
14 var_dump($obj);
20 $obj_enc = json_encode($obj);
27 $obj = json_decode($obj_enc);
28 var_dump($obj);
/PHP-5.5/tests/classes/
H A Diterators_002.phpt9 private $obj;
12 function __construct($obj) {
14 $this->obj = $obj;
21 $more = $this->num < $this->obj->max;
H A Diterators_003.phpt9 private $obj;
12 function __construct($obj) {
14 $this->obj = $obj;
20 $more = $this->num < $this->obj->max;
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt44 $obj = new object_temp("$dirname/symlink_link_linkinfo_is_link_link.tmp");
48 var_dump( symlink($filename, $obj->linkname) );
50 var_dump( linkinfo($obj->linkname) );
52 var_dump( is_link($obj->linkname) );
54 unlink($obj->linkname);
61 var_dump( link($filename, $obj->linkname) );
63 var_dump( linkinfo($obj->linkname) );
65 var_dump( is_link($obj->linkname) );
67 unlink($obj->linkname);
/PHP-5.5/ext/dom/
H A Dnode.c206 nodep = dom_object_get_node(obj); in dom_node_node_name_read()
293 nodep = dom_object_get_node(obj); in dom_node_node_value_read()
337 nodep = dom_object_get_node(obj); in dom_node_node_value_write()
386 nodep = dom_object_get_node(obj); in dom_node_node_type_read()
417 nodep = dom_object_get_node(obj); in dom_node_parent_node_read()
451 nodep = dom_object_get_node(obj); in dom_node_child_nodes_read()
483 nodep = dom_object_get_node(obj); in dom_node_first_child_read()
520 nodep = dom_object_get_node(obj); in dom_node_last_child_read()
557 nodep = dom_object_get_node(obj); in dom_node_previous_sibling_read()
591 nodep = dom_object_get_node(obj); in dom_node_next_sibling_read()
[all …]
H A Dtypeinfo.c49 int dom_typeinfo_type_name_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_typeinfo_type_name_read() argument
63 int dom_typeinfo_type_namespace_read(dom_object *obj, zval **retval TSRMLS_DC) in dom_typeinfo_type_namespace_read() argument
/PHP-5.5/Zend/tests/
H A Dbug39825.phpt6 $obj = (object)$array;
7 foreach ($obj as $name => $value) {
H A Dbug39017.phpt2 Bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
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';
/PHP-5.5/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) {
/PHP-5.5/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;
/PHP-5.5/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.5/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.5/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 switch (obj->type) { in xsl_ext_function_php()
261 if (obj->nodesetval && obj->nodesetval->nodeNr > 0) { in xsl_ext_function_php()
306 obj = valuePop(ctxt); in xsl_ext_function_php()
307 if (obj == NULL || obj->stringval == NULL) { in xsl_ext_function_php()
308 if (obj) { in xsl_ext_function_php()
324 xmlXPathFreeObject(obj); in xsl_ext_function_php()
[all …]

Completed in 56 milliseconds

12345678910>>...16