Home
last modified time | relevance | path

Searched refs:ref1 (Results 1 – 17 of 17) sorted by relevance

/php-src/tests/lang/
H A DpassByReference_006.phpt6 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 DpassByReference_005.phpt29 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 Dcounting_of_references.phpt6 $ref1 = 1;
9 $arr = [&$ref1, &$ref1, &$ref2, &$ref2];
H A Dserialization_objects_005.phpt17 $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 Dassign_002.phpt13 $ref1 = 2.3;
14 $ref2 =& $ref1;
18 $a = $ref1;
/php-src/Zend/tests/
H A Dcall_user_func_008.phpt6 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 Dbug41566.phpt62 …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 Dbug55323.phpt22 <getObjectReturn xsi:type="ns1:Customer" id="ref1">
24 <parent href="#ref1"/>
H A Dbug50675.phpt51 …1:echoPerson><p xsi:type="ns2:Person" id="ref1"><name xsi:type="SOAP-ENC:string">name</name></p><p…
H A Dbug37013.phpt56ref1" xsi:type="SOAP-ENC:Struct"><parent id="ref2" xsi:type="SOAP-ENC:Struct"><parent xsi:nil="tru…
/php-src/ext/reflection/tests/
H A Dbug30961.phpt13 $ref1 = new ReflectionClass('a');
15 echo $ref1->getStartLine() . "\n";
H A DReflectionReference.phpt7 $ref1 =& $ary[1];
8 unset($ref1);
/php-src/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_005w.phpt23ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">ar…
25ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">ar…
H A Dr3_groupE_list_006w.phpt23ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">ar…
25ref1" 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 Dby_ref.phpt24 function test2($val1, &$ref1, $val2, &$ref2) {
25 $ref1++;
/php-src/ext/dom/tests/delayed_freeing/
H A Dentity_declaration.phpt16 $ref1 = $doc->createEntityReference("test");
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c7915 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