Home
last modified time | relevance | path

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

12345678910>>...21

/PHP-7.3/ext/standard/tests/general_functions/
H A Dvar_export_error2.phpt11 @$obj->p =& $obj;
12 var_export($obj, true);
/PHP-7.3/ext/reflection/tests/
H A Dbug64239.phpt16 $obj = new ReflectionClass("B");
17 print_r($obj->getMethods());
18 print_r(($method = $obj->getMethod("Bmethod")));
H A DReflectionExtension_isPersistant.phpt5 $obj = new ReflectionExtension('reflection');
6 var_dump($obj->isPersistent());
H A DReflectionExtension_isTemporary.phpt5 $obj = new ReflectionExtension('reflection');
6 var_dump($obj->isTemporary());
H A DReflectionExtension_constructor_error.phpt9 $obj = new ReflectionExtension();
15 $obj = new ReflectionExtension('foo', 'bar');
21 $obj = new ReflectionExtension([]);
/PHP-7.3/Zend/
H A Dzend_closures.h37 ZEND_API zend_function *zend_get_closure_invoke_method(zend_object *obj);
38 ZEND_API const zend_function *zend_get_closure_method_def(zval *obj);
39 ZEND_API zval* zend_get_closure_this_ptr(zval *obj);
H A Dzend_gc.c390 obj->ce->name->val, obj->handle); in gc_trace_ref()
701 ZVAL_OBJ(&tmp, obj); in gc_scan_black()
823 ZVAL_OBJ(&tmp, obj); in gc_mark_grey()
1529 GC_ADDREF(obj); in zend_gc_collect_cycles()
1530 obj->handlers->dtor_obj(obj); in zend_gc_collect_cycles()
1531 GC_DELREF(obj); in zend_gc_collect_cycles()
1572 EG(objects_store).object_buckets[obj->handle] = SET_OBJ_INVALID(obj); in zend_gc_collect_cycles()
1578 GC_ADDREF(obj); in zend_gc_collect_cycles()
1579 obj->handlers->free_obj(obj); in zend_gc_collect_cycles()
1580 GC_DELREF(obj); in zend_gc_collect_cycles()
[all …]
/PHP-7.3/Zend/tests/generators/
H A Dnested_method_calls.phpt18 function gen($obj) {
19 $obj->foo($obj->foo(yield));
/PHP-7.3/Zend/tests/
H A Dbug69989_3.phpt10 $obj = new stdClass;
11 $obj->gen = gen1($obj);
H A Dbug70262.phpt13 $obj = new Stdclass;
14 $obj->arr = $array; // make the refcount == 3;
15 return $obj;
H A Dbug65969.phpt5 $obj = new stdClass;
6 list($a,$b) = $obj->prop = [1,2];
H A Dbug68163.phpt6 $obj = (object) ['foo' => 'bar'];
9 var_dump($obj->$foo);
/PHP-7.3/ext/session/tests/
H A Dbug71972.phpt20 $_SESSION['obj'.$num] = new stdClass();
21 $_SESSION['obj'.$num]->test = new stdClass();//NOTE: No bug if try commenting out this too.
22 $_SESSION['obj'.$num]->obj1 = $_SESSION['obj1'];
/PHP-7.3/tests/classes/
H A Dclass_stdclass.phpt6 $obj = new stdClass;
8 echo get_class($obj)."\n";
H A Diterators_002.phpt7 private $obj;
10 function __construct($obj) {
12 $this->obj = $obj;
19 $more = $this->num < $this->obj->max;
/PHP-7.3/Zend/tests/object_types/
H A Dtype_hint_reflection.phpt7 public function a(object $obj);
11 public function a(object $obj) {}
14 function a(object $obj) {}
/PHP-7.3/ext/dom/
H A Dnode.c204 nodep = dom_object_get_node(obj); in dom_node_node_name_read()
286 xmlNode *nodep = dom_object_get_node(obj); in dom_node_node_value_read()
325 xmlNode *nodep = dom_object_get_node(obj); in dom_node_node_value_write()
369 nodep = dom_object_get_node(obj); in dom_node_node_type_read()
397 nodep = dom_object_get_node(obj); in dom_node_parent_node_read()
449 nodep = dom_object_get_node(obj); in dom_node_first_child_read()
480 nodep = dom_object_get_node(obj); in dom_node_last_child_read()
496 php_dom_create_object(last, retval, obj); in dom_node_last_child_read()
511 nodep = dom_object_get_node(obj); in dom_node_previous_sibling_read()
539 nodep = dom_object_get_node(obj); in dom_node_next_sibling_read()
[all …]
H A Dtypeinfo.c47 int dom_typeinfo_type_name_read(dom_object *obj, zval *retval) in dom_typeinfo_type_name_read() argument
60 int dom_typeinfo_type_namespace_read(dom_object *obj, zval *retval) in dom_typeinfo_type_namespace_read() argument
/PHP-7.3/ext/spl/tests/
H A DSplFileObject_fpassthru_basic.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
6 $obj->fpassthru();
H A DSplFileObject_getCsvControl_basic_001.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
6 var_dump($obj->getCsvControl());
H A Dobserver_004.phpt70 ["obj"]=>
80 ["obj"]=>
102 ["obj"]=>
112 ["obj"]=>
H A DSplFileObject_fscanf_basic.phpt5 $obj = New SplFileObject(dirname(__FILE__).'/SplFileObject_testinput.csv');
6 var_dump($obj->fscanf('%s'));
/PHP-7.3/ext/xsl/
H A Dxsltprocessor.c183 xmlXPathObjectPtr obj; in xsl_ext_function_php() local
216 obj = valuePop(ctxt); in xsl_ext_function_php()
217 if (obj) { in xsl_ext_function_php()
230 obj = valuePop(ctxt); in xsl_ext_function_php()
231 if (obj == NULL) { in xsl_ext_function_php()
235 switch (obj->type) { in xsl_ext_function_php()
253 if (obj->nodesetval && obj->nodesetval->nodeNr > 0) { in xsl_ext_function_php()
304 obj = valuePop(ctxt); in xsl_ext_function_php()
305 if (obj == NULL || obj->stringval == NULL) { in xsl_ext_function_php()
318 xmlXPathFreeObject(obj); in xsl_ext_function_php()
[all …]
/PHP-7.3/ext/date/
H A Dphp_date.h142 static inline php_date_obj *php_date_obj_from_obj(zend_object *obj) { in php_date_obj_from_obj() argument
143 return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std)); in php_date_obj_from_obj()
160 static inline php_timezone_obj *php_timezone_obj_from_obj(zend_object *obj) { in php_timezone_obj_from_obj() argument
161 return (php_timezone_obj*)((char*)(obj) - XtOffsetOf(php_timezone_obj, std)); in php_timezone_obj_from_obj()
173 static inline php_interval_obj *php_interval_obj_from_obj(zend_object *obj) { in php_interval_obj_from_obj() argument
174 return (php_interval_obj*)((char*)(obj) - XtOffsetOf(php_interval_obj, std)); in php_interval_obj_from_obj()
191 static inline php_period_obj *php_period_obj_from_obj(zend_object *obj) { in php_period_obj_from_obj() argument
192 return (php_period_obj*)((char*)(obj) - XtOffsetOf(php_period_obj, std)); in php_period_obj_from_obj()
/PHP-7.3/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt7 private $obj;
10 function __construct($obj) {
12 $this->obj = $obj;
19 $more = $this->num < $this->obj->max;

Completed in 63 milliseconds

12345678910>>...21