Home
last modified time | relevance | path

Searched refs:ref (Results 101 – 125 of 364) sorted by relevance

12345678910>>...15

/PHP-8.3/Zend/tests/
H A Dbug70117.phpt13 $a = array("ref");
22 string(3) "ref"
H A Dgh11244-004.phpt2 GH-11244: Modifying a copied by-ref iterated array resets the array position (with object)
11 $ref = &$obj->$p;
H A Dbug50146.phpt10 $ref = new ReflectionObject($obj);
11 var_dump($ref->hasProperty('b'));
H A Dbug63762.phpt7 $ref = new ReflectionProperty($e, 'trace');
10 $ref->setValue($e, array(NULL));
15 $ref->setValue($e, array(array()));
19 $ref->setValue($e, array(array(
H A Dbug68262.phpt14 $ref =& $first->p;
15 unset($ref);
H A Dassign_typed_ref_result.phpt11 $ref =& $obj->prop;
12 var_dump($ref = 0);
H A Dbug47353.phpt15 $ref = & $myArray[$i];
16 $ref[] = new stdClass();
/PHP-8.3/Zend/tests/gh10168/
H A Dassign_dim_ref_with_prop_ref.phpt2 GH-10168: Assign dim ref with prop ref
H A Dassign_static_untyped_prop_ref_with_prop_ref.phpt2 GH-10168: Assign static prop ref with prop ref
H A Dassign_static_prop_ref_with_prop_ref.phpt2 GH-10168: Assign static prop ref with prop ref
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-015.phpt14 $ref = WeakReference::create($map);
20 var_dump($ref->get());
H A Dgh10043-009.phpt18 $ref = WeakReference::create($map);
25 var_dump($ref->get());
/PHP-8.3/tests/lang/
H A DpassByReference_004.phpt6 function foo(&$ref)
8 var_dump($ref);
H A DreturnByReference.003.phpt24 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
31 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
46 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
52 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.004.phpt26 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
48 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
54 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.005.phpt27 …2. Trying to assign by reference the return value of a function that returns a constant by ref:\n";
34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_static_prop_op_001.phpt12 function ref () {
20 var_dump(Foo::$s -= ref());
H A Dassign_041.phpt16 $ref =& $obj->prop;
17 var_dump($ref = $val);
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_createEntityReference_basic.phpt11 $ref = $dom->createEntityReference('nbsp');
12 $dom->appendChild($ref);
/PHP-8.3/Zend/tests/attributes/
H A D027_trailing_comma_args.phpt14 $ref = new \ReflectionClass(Foo::class);
15 $attr = $ref->getAttributes()[0];
/PHP-8.3/Zend/
H A Dzend_API.h1101 _zv = &ref->val; \
1123 _zv = &ref->val; \
1145 _zv = &ref->val; \
1167 _zv = &ref->val; \
1189 _zv = &ref->val; \
1211 _zv = &ref->val; \
1233 _zv = &ref->val; \
1255 _zv = &ref->val; \
1277 _zv = &ref->val; \
1299 _zv = &ref->val; \
[all …]
/PHP-8.3/ext/ldap/tests/
H A Dldap_first_reference_basic.phpt18 "ref" => "cn=userA,$base",
22 var_dump($ref = ldap_first_reference($link, $result));
24 ldap_parse_reference($link, $ref, $refs);
H A Dldap_parse_reference_basic.phpt18 "ref" => "cn=userA,$base",
22 $ref = ldap_first_reference($link, $result);
25 ldap_parse_reference($link, $ref, $refs),
/PHP-8.3/ext/spl/tests/
H A Drecursivedualiterator.inc19 private $ref;
45 if (empty($this->ref))
47 $this->ref = new ReflectionClass($this);
49 return $this->ref->newInstance(
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c124 zend_reference *ref; in zend_jit_unref_helper() local
127 ref = Z_REF_P(zv); in zend_jit_unref_helper()
129 if (GC_DELREF(ref) == 0) { in zend_jit_unref_helper()
1769 zend_reference *ref; in zend_jit_fetch_global_helper() local
1808 ref = Z_REF_P(value); in zend_jit_fetch_global_helper()
1810 ref = Z_REF_P(value); in zend_jit_fetch_global_helper()
1811 GC_ADDREF(ref); in zend_jit_fetch_global_helper()
1814 return ref; in zend_jit_fetch_global_helper()
2362 concat_function(&ref->val, &ref->val, val); in zend_jit_assign_op_to_typed_ref()
2655 zend_reference *ref; in zend_jit_assign_obj_op_helper() local
[all …]

Completed in 46 milliseconds

12345678910>>...15