Home
last modified time | relevance | path

Searched refs:ref (Results 26 – 50 of 222) sorted by relevance

123456789

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.h67 zend_refcounted *ref; member
73 zend_refcounted *ref; /* key to fetch the collision on parents */ member
79 zend_refcounted ref; member
86 phpdbg_watchpoint_t ref; member
103 zend_refcounted ref; member
/PHP-7.3/Zend/tests/
H A Dbug63762.phpt7 $ref = new ReflectionProperty($e, 'trace');
8 $ref->setAccessible(TRUE);
11 $ref->setValue($e, array(NULL));
16 $ref->setValue($e, array(array()));
20 $ref->setValue($e, array(array(
H A Dbug72543_4.phpt6 $ref =& $arr[0];
7 unset($ref);
H A Dbug72543_1.phpt7 $ref =& $arr[0];
8 unset($ref);
H A Dbug72543_2.phpt7 $ref =& $arr[0];
8 unset($ref);
H A Dbug72543_3.phpt7 $ref =& $x->a;
8 unset($ref);
H A Dbug72543_5.phpt6 $ref =& $arr[0];
11 $ref =& $obj->prop;
H A Dbug70117.phpt13 $a = array("ref");
21 string(3) "ref"
H A Dbug68262.phpt14 $ref =& $first->p;
15 unset($ref);
/PHP-7.3/ext/xml/tests/
H A Dbug30875.phpt12 <!ENTITY ref "ent">
14 <elt att="&ref;">a&ref;</elt>
/PHP-7.3/ext/spl/tests/
H A Dfixedarray_001.phpt29 $ref = "value4";
30 $ref2 =&$ref;
31 $a[4] = $ref;
32 $ref = "value5";
/PHP-7.3/ext/reflection/tests/
H A Dbug63399.phpt25 $ref = new ReflectionClass('MyClass');
27 print_r($ref->getTraitAliases());
28 print_r($ref->getTraits());
H A Dbug70960.phpt6 $ref = new ReflectionFunction('array_unique');
7 var_dump(count($ref->getParameters()));
H A Dbug49719.phpt15 $ref = new ReflectionClass($b);
19 var_dump($ref->hasProperty('a'));
20 var_dump($ref->getProperty('a'));
H A Dbug31651.phpt11 $ref = new ReflectionClass('Test');
13 print_r($ref->getDefaultProperties());
/PHP-7.3/Zend/
H A Dzend_variables.h42 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor() local
43 if (!GC_DELREF(ref)) { in i_zval_ptr_dtor()
44 rc_dtor_func(ref); in i_zval_ptr_dtor()
46 gc_check_possible_root(ref); in i_zval_ptr_dtor()
/PHP-7.3/tests/classes/
H A Dstatic_properties_003.phpt17 $ref = 'ref';
18 $c->x =& $ref;
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
44 string(3) "ref"
/PHP-7.3/ext/standard/tests/array/
H A Dbug70910.phpt6 $ref =& $var;
11 var_dump($var === $ref);
H A Dbug70250.phpt7 $ref = &$array['key'];
9 unset($ref);
/PHP-7.3/ext/spl/internal/
H A Drecursiveregexiterator.inc51 if (empty($this->ref))
53 $this->ref = new ReflectionClass($this);
55 return $this->ref->newInstance($this->getInnerIterator()->getChildren());
58 private $ref;
/PHP-7.3/ext/ldap/tests/
H A Dldap_next_reference_basic.phpt17 "ref" => "cn=userA,$base",
22 "ref" => "cn=userB,$base",
26 $ref = ldap_first_reference($link, $result);
27 var_dump($ref2 = ldap_next_reference($link, $ref));
/PHP-7.3/tests/lang/
H A DforeachLoopObjects.006.phpt23 $ref = &$obj;
28 $ref=$obj2;
40 $ref = &$obj;
45 $ref=$a;
57 $ref = &$a;
62 $ref=$obj;
H A DpassByReference_004.phpt6 function foo(&$ref)
8 var_dump($ref);
/PHP-7.3/scripts/dev/
H A Dsearch_underscores.php49 $ref = new ReflectionClass($c); variable
50 if (!($ext = $ref->getExtensionName())) {;
51 $ext = $ref->isInternal() ? "<internal>" : "<user>";
/PHP-7.3/ext/gd/tests/
H A Dbug74031.phpt10 $ref = new ReflectionFunction('imagepng');
11 var_dump(count($ref->getParameters()));

Completed in 24 milliseconds

123456789