Home
last modified time | relevance | path

Searched refs:ref (Results 176 – 200 of 376) sorted by relevance

12345678910>>...16

/PHP-8.3/ext/standard/tests/serialize/
H A Dserialization_arrays_002.phpt69 echo "\n\n--- 0,1 ref 2:\n";
76 echo "\n\n--- 0,2 ref 1:\n";
83 echo "\n\n--- 1,2 ref 0:\n";
401 --- 0,1 ref 2:
445 --- 0,2 ref 1:
489 --- 1,2 ref 0:
/PHP-8.3/Zend/tests/
H A Dforeach_by_ref_to_property.phpt2 Foreach by ref assignment to property
H A Dbug68163.phpt8 $ref =& $foo;
H A Dbug69376_2.phpt2 Bug #69376 (Wrong ref counting)
H A Dbug34358.phpt7 $ref = &$this;
H A Dbug69376.phpt2 Bug #69376 (Wrong ref counting)
H A Dvarvars_by_ref.phpt7 $ref =& $name;
H A Dbug73960.phpt8 $array = $ref =& $array;
H A Ddynamic_prop_name_leak.phpt7 $ref =& $obj->$name;
H A Diterator_key_by_ref.phpt2 Iterator::key() with by-ref return
H A Dforeach.phpt2 foreach() by-ref bug
/PHP-8.3/Zend/tests/generators/
H A Dreturn_from_by_ref_generator.phpt2 Return from by-ref generator
/PHP-8.3/Zend/tests/gh10168/
H A Dassign_ref.phpt2 GH-10168: Assign ref
H A Dassign_dim_ref.phpt2 GH-10168: Assign dim ref
/PHP-8.3/ext/opcache/tests/jit/
H A Dcount_001.phpt34 public static function count_ref(array &$ref): int {
35 return count($ref);
/PHP-8.3/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-8.3/tests/lang/
H A DpassByReference_007.phpt39 function foo(&$ref) {
40 var_dump($ref);
41 $ref = "changed";
/PHP-8.3/Zend/tests/restrict_globals/
H A Dinvalid_assign_ref_rhs.phpt2 Cannot by-ref assign to $GLOBALS (RHS)
H A Dinvalid_assign_list_ref.phpt2 Cannot list-assign to $GLOBALS (by-ref)
/PHP-8.3/ext/standard/tests/array/
H A Dbug69413.phpt7 $ref =& $array[0];
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_032.phpt2 Test typed properties return by ref is allowed
/PHP-8.3/ext/soap/tests/schema/
H A Dschema025.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>
H A Dschema028.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema035.phpt2 SOAP XML Schema 35: Nested complex types (element ref + anonymous type)
20 <element ref="tns:testType2"/>
H A Dschema083.phpt13 <attribute ref="enc12:itemType" wsdl:itemType="int"/>
14 <attribute ref="enc12:arraySize" wsdl:arraySize="*"/>

Completed in 20 milliseconds

12345678910>>...16