Home
last modified time | relevance | path

Searched refs:ref (Results 51 – 75 of 149) sorted by relevance

123456

/PHP-5.5/tests/lang/
H A DpassByReference_007.phpt39 function foo(&$ref) {
40 var_dump($ref);
41 $ref = "changed";
/PHP-5.5/ext/soap/tests/schema/
H A Dschema038.phpt2 SOAP XML Schema 38: Structure with attributes (ref)
13 <attribute ref="tns:int"/>
H A Dschema025.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema028.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema083.phpt12 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
13 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema034.phpt2 SOAP XML Schema 34: Nested complex types (element ref)
18 <element ref="tns:testType2"/>
H A Dschema035.phpt2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
19 <element ref="tns:testType2"/>
/PHP-5.5/ext/soap/tests/soap12/
H A DT59.phpt17 <item enc:id="data" xsi:type="xsd:string" enc:ref="#data">hello</item>
28 …</env:Code><env:Reason><env:Text>SOAP-ERROR: Encoding: Violation of id and ref information items '…
/PHP-5.5/tests/classes/
H A Dnew_001.phpt27 …echo "Assigning new object by ref to \$k removes it from \$f's reference set, so \$f is unchanged:…
44 Assigning new object by ref to $k removes it from $f's reference set, so $f is unchanged:
H A Dstatic_properties_004.phpt17 $ref = 'changed.one';
18 D::$p =& $ref;
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt80 echo "\n\n--- 0,1 ref 2:\n";
87 echo "\n\n--- 0,2 ref 1:\n";
94 echo "\n\n--- 1,2 ref 0:\n";
414 --- 0,1 ref 2:
458 --- 0,2 ref 1:
502 --- 1,2 ref 0:
/PHP-5.5/Zend/tests/
H A Dbug34358.phpt7 $ref = &$this;
H A Dforeach.phpt2 foreach() by-ref bug
H A Dbug38808.phpt2 Bug #38808 ("maybe ref" issue for current() and others)
H A Derrmsg_003.phpt2 errmsg: cannot reassign $this (by ref)
H A Dmagic_by_ref_002.phpt2 passing second parameter of __set() by ref
H A Dmagic_by_ref_003.phpt2 passing parameter of __get() by ref
H A Dmagic_by_ref_004.phpt2 passing parameter of __unset() by ref
H A Dmagic_by_ref_001.phpt2 passing first parameter of __set() by ref
H A Dmagic_by_ref_005.phpt2 passing parameter of __isset() by ref
H A Dmagic_by_ref_006.phpt2 passing first parameter of __call() by ref
/PHP-5.5/ext/standard/tests/array/
H A Dbug44181.phpt8 $ref = &$a;
H A Dbug44182.phpt8 $ref = &$a;
/PHP-5.5/ext/reflection/tests/
H A Dparameters_002.phpt6 function test($nix, Array $ar, &$ref, stdClass $std, NonExistingClass $na, stdClass &$opt = NULL, $…
12 …function test($nix, Array $ar, &$ref, stdClass $std, NonExistingClass $na, stdClass $opt = NULL, $…
95 getName: string(3) "ref"
161 getName: string(3) "ref"
/PHP-5.5/Zend/tests/generators/
H A Dyield_ref_function_call_by_reference.phpt2 The result of a by-ref function call can be yielded just fine

Completed in 33 milliseconds

123456