Home
last modified time | relevance | path

Searched refs:ref (Results 101 – 125 of 249) sorted by relevance

12345678910

/PHP-7.4/Zend/tests/list/
H A Dlist_reference_008.phpt31 $ref =& $a;
35 var_dump($ref);
/PHP-7.4/Zend/tests/
H A Dpow_ref.phpt9 $ref =& $b;
H A Dbw_or_assign_with_ref.phpt8 $ref =& $num2;
H A Dforeach_by_ref_to_property.phpt2 Foreach by ref assignment to property
H A Dbug67856.phpt2 Bug #67856 (Leak when using array_reduce with by-ref function)
H A Dbug68163.phpt8 $ref =& $foo;
H A Dbug69376_2.phpt2 Bug #69376 (Wrong ref counting)
H A Dvarvars_by_ref.phpt7 $ref =& $name;
H A Dbug34358.phpt7 $ref = &$this;
H A Dbug69376.phpt2 Bug #69376 (Wrong ref counting)
H A Dbug73960.phpt8 $array = $ref =& $array;
H A Dforeach.phpt2 foreach() by-ref bug
H A Dthrow_reference.phpt7 $ref =& $e;
H A Dobject_property_ref_incdec.phpt8 $ref =& $obj->cursor;
/PHP-7.4/ext/reflection/tests/
H A DReflectionReference_errors.phpt33 $ref = ReflectionReference::fromArrayElement($ary, 0);
34 var_dump(serialize($ref));
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_class_constants.phpt21 $ref = new ReflectionClass('PDO');
22 $constants = $ref->getConstants();
/PHP-7.4/Zend/tests/generators/
H A Dreturn_from_by_ref_generator.phpt2 Return from by-ref generator
/PHP-7.4/ext/soap/tests/
H A Dbug71711.phpt14 $ref = array("foo");
16 $data->prop =& $ref;
/PHP-7.4/tests/classes/
H A Dstatic_properties_004.phpt17 $ref = 'changed.one';
18 D::$p =& $ref;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt26 $ref = &$arg[0];
32 $ref = &$arg[0];
/PHP-7.4/ext/standard/tests/array/
H A Dbug69413.phpt7 $ref =& $array[0];
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_032.phpt2 Test typed properties return by ref is allowed
/PHP-7.4/Zend/tests/variadic/
H A Dby_ref_error.phpt2 By-ref variadics enforce the reference
/PHP-7.4/ext/soap/tests/schema/
H A Dschema038.phpt2 SOAP XML Schema 38: Structure with attributes (ref)
13 <attribute ref="tns:int"/>
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_arrays_003.phpt55 echo "\n\n--- 1,2 ref external:\n";
63 echo "\n\n--- 1,2,3 ref external:\n";
206 --- 1,2 ref external:
250 --- 1,2,3 ref external:

Completed in 23 milliseconds

12345678910