Home
last modified time | relevance | path

Searched refs:value2 (Results 51 – 64 of 64) sorted by relevance

123

/PHP-7.2/ext/standard/tests/array/
H A Darray_walk_recursive_variation5.phpt17 $value2 = -20;
22 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
H A Darray_walk_variation5.phpt17 $value2 = -20;
22 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
H A Drsort_object2.phpt24 function __construct($value1, $value2,$value3){
26 $this->private_class_value = $value2;
39 function __construct($value1, $value2,$value3){
41 $this->private_class_value = $value2;
H A Darsort_variation4.phpt21 $value2 = 33;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dasort_variation4.phpt21 $value2 = 33;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dsort_variation4.phpt21 $value2 = 33;
25 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dnatcasesort_object2.phpt24 function __construct($value1, $value2,$value3){
26 $this->private_class_value = $value2;
H A Dasort_object2.phpt26 function __construct($value1, $value2,$value3){
28 $this->private_class_value = $value2;
41 function __construct($value1, $value2,$value3){
43 $this->private_class_value = $value2;
H A Dsort_object2.phpt25 function __construct($value1, $value2,$value3){
27 $this->private_class_value = $value2;
39 function __construct($value1, $value2,$value3){
41 $this->private_class_value = $value2;
H A Dusort_variation1.phpt17 function cmp_function($value1, $value2)
19 if($value1 == $value2) {
22 else if($value1 > $value2) {
H A Darray_filter_variation2.phpt15 $input = array('value1', 'value2', 'value3', 'value4');
/PHP-7.2/ext/spl/tests/
H A Dfixedarray_002.phpt54 $a[2] = "value2";
97 string(6) "value2"
H A Dbug65328.phpt292 $node2 = new Node('value2', 2);
340 [data:protected] => value2
/PHP-7.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation16.phpt48 list($value1,$value2) = $c;
802 string(7) "$value2"

Completed in 31 milliseconds

123