Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 249) sorted by path

12345678910

/PHP-7.4/
H A D.gdbinit250 ____printzv &$zvalue->value.ref->val $arg1
638 printf "looking ref %p in roots\n", $arg0
640 if $current->ref == $arg0
H A DNEWS661 . Fixed bug #79979 (passing value to by-ref param via CUFA crashes). (cmb,
701 . Fixed bug #72941 (Modifying bucket->data by-ref has no effect any longer).
2504 their parent by ref). (Nikita)
/PHP-7.4/Zend/tests/
H A D019.phpt310 echo "\n** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **\…
324 $ref_val = "new value by ref";
1320 ** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **
H A Dassign_ref_error_var_handling.phpt2 If the LHS of ref-assign ERRORs, that takes precedence over the "only variables" notice
H A Dassign_ref_to_overloaded_prop.phpt2 Cannot assign by reference to overloaded object, even if __get() returns by-ref
H A Dassign_to_obj_001.phpt2 assign to object leaks with ref
H A Dbug34358.phpt7 $ref = &$this;
H A Dbug38808.phpt2 Bug #38808 ("maybe ref" issue for current() and others)
H A Dbug43201.phpt17 $c->arr[0]["k2"] = $ref;
19 $ref = chop($undef);
20 $c->arr[$cnt]["k2"] = $ref;
29 Notice: Undefined variable: ref in %sbug43201.php on line 14
H A Dbug47353.phpt15 $ref = & $myArray[$i];
16 $ref[] = new stdClass();
H A Dbug50146.phpt10 $ref = new ReflectionObject($obj);
11 var_dump($ref->hasProperty('b'));
H A Dbug55305.phpt2 Bug #55305 (ref lost: 1st ref instantiated in class def, 2nd ref made w/o instantiating)
H A Dbug63734.phpt8 public $ref;
11 $this->ref = $this;
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 Dbug67856.phpt2 Bug #67856 (Leak when using array_reduce with by-ref function)
H A Dbug68163.phpt8 $ref =& $foo;
H A Dbug68262.phpt14 $ref =& $first->p;
15 unset($ref);
H A Dbug69376.phpt2 Bug #69376 (Wrong ref counting)
H A Dbug69376_2.phpt2 Bug #69376 (Wrong ref counting)
H A Dbug70083.phpt2 Bug #70083 (Use after free with assign by ref to overloaded objects)
H A Dbug70117.phpt13 $a = array("ref");
21 string(3) "ref"
H A Dbug71154.phpt7 foreach ($array as &$ref) {
/PHP-7.4/Zend/tests/arg_unpack/
H A Dby_ref.phpt2 Argument unpacking with by-ref arguments
H A Dtraversable_with_by_ref_parameters.phpt6 function test($val1, $val2, $val3, &$ref) {
7 $ref = 42;
/PHP-7.4/Zend/tests/arrow_functions/
H A D006.phpt9 $ref =& $id($var);
10 $ref++;

Completed in 36 milliseconds

12345678910