Searched refs:ref1 (Results 1 – 17 of 17) sorted by relevance
/php-src/tests/lang/ |
H A D | passByReference_006.phpt | 6 function refs(&$ref1, &$ref2) { 7 $ref1 = "Ref1 changed"; 14 function __construct(&$ref1, &$ref2) { 15 $ref1 = "Ref1 changed"; 19 function refs(&$ref1, &$ref2) { 20 $ref1 = "Ref1 changed"; 24 static function static_refs(&$ref1, &$ref2) { 25 $ref1 = "Ref1 changed";
|
H A D | passByReference_005.phpt | 29 function rr(&$ref1, &$ref2) { 30 $ref1 = "Ref1 changed"; 64 function rr(&$ref1, &$ref2) { 65 $ref1 = "Ref1 changed"; 92 static function static_rr(&$ref1, &$ref2) { 93 $ref1 = "Ref1 changed";
|
/php-src/ext/standard/tests/serialize/ |
H A D | counting_of_references.phpt | 6 $ref1 = 1; 9 $arr = [&$ref1, &$ref1, &$ref2, &$ref2];
|
H A D | serialization_objects_005.phpt | 17 $ref1 = "ref1.original"; 18 $complete->p = &$ref1; 20 $ref1 = "ref1.changed"; 23 var_dump($ref1); 38 $ref2 = "ref1.original"; 44 $ref2 = "ref1.changed"; 51 var_dump($ref1); 83 string(13) "ref1.original" 84 string(12) "ref1.changed"
|
/php-src/ext/opcache/tests/jit/ |
H A D | assign_002.phpt | 13 $ref1 = 2.3; 14 $ref2 =& $ref1; 18 $a = $ref1;
|
/php-src/Zend/tests/ |
H A D | call_user_func_008.phpt | 6 function test(&$ref1, &$ref2) { 7 $ref1 += 42; 28 Warning: test(): Argument #1 ($ref1) must be passed by reference, value given in %s on line %d 35 Warning: test(): Argument #1 ($ref1) must be passed by reference, value given in %s on line %d 42 Warning: test(): Argument #1 ($ref1) must be passed by reference, value given in %s on line %d 49 Warning: test(): Argument #1 ($ref1) must be passed by reference, value given in %s on line %d
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug41566.phpt | 62 …AP-ENC:Struct" id="ref1"><sName xsi:type="xsd:string">newUser</sName></item><item href="#ref1"/><i… 65 …truct" enc:id="ref1"><sName xsi:type="xsd:string">newUser</sName></item><item enc:ref="#ref1"/><it…
|
H A D | bug55323.phpt | 22 <getObjectReturn xsi:type="ns1:Customer" id="ref1"> 24 <parent href="#ref1"/>
|
H A D | bug50675.phpt | 51 …1:echoPerson><p xsi:type="ns2:Person" id="ref1"><name xsi:type="SOAP-ENC:string">name</name></p><p…
|
H A D | bug37013.phpt | 56 …ref1" xsi:type="SOAP-ENC:Struct"><parent id="ref2" xsi:type="SOAP-ENC:Struct"><parent xsi:nil="tru…
|
/php-src/ext/reflection/tests/ |
H A D | bug30961.phpt | 13 $ref1 = new ReflectionClass('a'); 15 echo $ref1->getStartLine() . "\n";
|
H A D | ReflectionReference.phpt | 7 $ref1 =& $ary[1]; 8 unset($ref1);
|
/php-src/ext/soap/tests/interop/Round3/GroupE/ |
H A D | r3_groupE_list_005w.phpt | 23 …ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">ar… 25 …ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">ar…
|
H A D | r3_groupE_list_006w.phpt | 23 …ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">ar… 25 …ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">ar…
|
/php-src/Zend/tests/arg_unpack/ |
H A D | by_ref.phpt | 24 function test2($val1, &$ref1, $val2, &$ref2) { 25 $ref1++;
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | entity_declaration.phpt | 16 $ref1 = $doc->createEntityReference("test");
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 7915 ir_ref end1 = IR_UNUSED, ref1 = IR_UNUSED; in zend_jit_guard_fetch_result_type() local 7945 ref1 = ref; in zend_jit_guard_fetch_result_type() 7975 ref = ir_PHI_2(IR_ADDR, ref, ref1); in zend_jit_guard_fetch_result_type()
|
Completed in 67 milliseconds