Searched refs:ref2 (Results 1 – 20 of 20) sorted by relevance
/PHP-8.4/tests/lang/ |
H A D | passByReference_006.phpt | 6 function refs(&$ref1, &$ref2) { 8 $ref2 = "Ref2 changed"; 14 function __construct(&$ref1, &$ref2) { 16 $ref2 = "Ref2 changed"; 19 function refs(&$ref1, &$ref2) { 21 $ref2 = "Ref2 changed"; 24 static function static_refs(&$ref1, &$ref2) { 26 $ref2 = "Ref2 changed";
|
H A D | passByReference_005.phpt | 29 function rr(&$ref1, &$ref2) { 31 $ref2 = "Ref2 changed"; 64 function rr(&$ref1, &$ref2) { 66 $ref2 = "Ref2 changed"; 92 static function static_rr(&$ref1, &$ref2) { 94 $ref2 = "Ref2 changed";
|
/PHP-8.4/ext/standard/tests/serialize/ |
H A D | counting_of_references.phpt | 7 $ref2 = 2; 9 $arr = [&$ref1, &$ref1, &$ref2, &$ref2];
|
H A D | serialization_objects_005.phpt | 38 $ref2 = "ref1.original"; 39 $incomplete->p = &$ref2; 44 $ref2 = "ref1.changed";
|
/PHP-8.4/Zend/tests/ |
H A D | foreach_009.phpt | 8 foreach ($a as &$ref2) { 9 echo "$ref-$ref2\n"; 10 if ($ref == 5 && $ref2 == 6) {
|
H A D | call_user_func_008.phpt | 6 function test(&$ref1, &$ref2) { 8 $ref2 -= 42; 30 Warning: test(): Argument #2 ($ref2) must be passed by reference, value given in %s on line %d 37 Warning: test(): Argument #2 ($ref2) must be passed by reference, value given in %s on line %d 44 Warning: test(): Argument #2 ($ref2) must be passed by reference, value given in %s on line %d 51 Warning: test(): Argument #2 ($ref2) must be passed by reference, value given in %s on line %d
|
H A D | falsetoarray.phpt | 23 $ref2 = &$ref; 24 $ref2[] = 42;
|
/PHP-8.4/ext/reflection/tests/ |
H A D | bug30961.phpt | 14 $ref2 = new ReflectionClass('b'); 16 echo $ref2->getStartLine() . "\n";
|
H A D | ReflectionReference.phpt | 9 $ref2 =& $ary[2];
|
/PHP-8.4/ext/mbstring/tests/ |
H A D | gh16261.phpt | 14 $ref2 = "world"; 15 $ref3 = [&$ref2];
|
/PHP-8.4/Zend/tests/restrict_globals/ |
H A D | valid.phpt | 30 $ref2 =& $GLOBALS['x']; 31 $ref2++;
|
/PHP-8.4/ext/ldap/tests/ |
H A D | ldap_next_reference_basic.phpt | 28 var_dump($ref2 = ldap_next_reference($link, $ref)); 29 ldap_parse_reference($link, $ref2, $refs);
|
/PHP-8.4/Zend/tests/arg_unpack/ |
H A D | by_ref.phpt | 24 function test2($val1, &$ref1, $val2, &$ref2) { 26 $ref2++;
|
/PHP-8.4/ext/opcache/tests/jit/ |
H A D | assign_002.phpt | 14 $ref2 =& $ref1;
|
/PHP-8.4/ext/soap/tests/bugs/ |
H A D | bug37013.phpt | 56 …ref2" xsi:type="SOAP-ENC:Struct"><parent xsi:nil="true"/><id xsi:type="xsd:int">1</id><children SO…
|
/PHP-8.4/ext/dom/tests/delayed_freeing/ |
H A D | entity_declaration.phpt | 17 $ref2 = $doc->createEntityReference("myimage");
|
/PHP-8.4/ext/spl/tests/ |
H A D | fixedarray_001.phpt | 30 $ref2 =&$ref;
|
H A D | fixedarray_002.phpt | 57 $ref2 =&$ref;
|
/PHP-8.4/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1818 ref2 = jit_Z_PTR_ref(jit, ref2); in jit_ZVAL_PTR_DTOR() 4894 ref2 = ir_ADD_OFFSET(ref2, offsetof(zend_reference, val)); in zend_jit_inc_dec() 6092 ref2 = ir_ADD_OFFSET(ref2, offsetof(zend_reference, val)); in zend_jit_assign_op() 6479 ref2 = ir_ADD_OFFSET(ref2, offsetof(zend_reference, val)); in zend_jit_assign_to_variable() 7800 ref2 = ir_IF(ref2); in zend_jit_defined() 7801 ir_IF_TRUE(ref2); in zend_jit_defined() 7816 ir_IF_FALSE(ref2); in zend_jit_defined() 7829 ref2 = ir_IF(ref2); in zend_jit_defined() 7830 ir_IF_TRUE(ref2); in zend_jit_defined() 9279 ir_ref ref, ref2; local [all …]
|
/PHP-8.4/ext/dom/tests/ |
H A D | DOMNode_isEqualNode.phpt | 117 var_dump((new DOMEntityReference("ref"))->isEqualNode(new DOMEntityReference("ref2")));
|
Completed in 98 milliseconds