Searched refs:ref1 (Results 1 – 11 of 11) sorted by relevance
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug41566.phpt | 61 …AP-ENC:Struct" id="ref1"><sName xsi:type="xsd:string">newUser</sName></item><item href="#ref1"/><i… 64 …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 | bug37013.phpt | 58 …ref1" xsi:type="SOAP-ENC:Struct"><parent id="ref2" xsi:type="SOAP-ENC:Struct"><parent xsi:nil="tru…
|
/PHP-5.6/ext/reflection/tests/ |
H A D | bug30961.phpt | 13 $ref1 = new ReflectionClass('a'); 15 echo $ref1->getStartLine() . "\n";
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 28 $ref1 = "ref1.original"; 29 $complete->p = &$ref1; 31 $ref1 = "ref1.changed"; 34 var_dump($ref1); 48 $ref2 = "ref1.original"; 51 $ref2 = "ref1.changed"; 54 var_dump($ref1); 74 string(13) "ref1.original" 75 string(12) "ref1.changed"
|
/PHP-5.6/tests/lang/ |
H A D | passByReference_006.phpt | 6 function refs(&$ref1, &$ref2, &$ref3, &$ref4, &$ref5) { 7 $ref1 = "Ref1 changed"; 17 function __construct(&$ref1, &$ref2, &$ref3, &$ref4, &$ref5) { 18 $ref1 = "Ref1 changed"; 25 function refs(&$ref1, &$ref2, &$ref3, &$ref4, &$ref5) { 26 $ref1 = "Ref1 changed";
|
H A D | passByReference_005.phpt | 30 function rr(&$ref1, &$ref2) { 31 $ref1 = "Ref1 changed"; 66 function rr(&$ref1, &$ref2) { 67 $ref1 = "Ref1 changed";
|
/PHP-5.6/ext/soap/tests/interop/Round3/GroupE/ |
H A D | r3_groupE_list_005w.phpt | 27 …ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">1</varInt><varString xsi:type="xsd:string">ar… 29 …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 | 27 …ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">ar… 29 …ref1" xsi:type="ns2:List"><varInt xsi:type="xsd:int">2</varInt><varString xsi:type="xsd:string">ar…
|
/PHP-5.6/Zend/tests/arg_unpack/ |
H A D | by_ref.phpt | 24 function test2($val1, &$ref1, $val2, &$ref2) { 25 $ref1++;
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regparse.c | 2299 int ref1; member 3421 tok->u.backref.ref1 = num; in fetch_token() 3492 tok->u.backref.ref1 = back_num; in fetch_token() 3514 tok->u.backref.ref1 = backs[0]; in fetch_token() 5328 (len > 1 ? tok->u.backref.refs : &(tok->u.backref.ref1)), in parse_exp()
|
Completed in 69 milliseconds