Home
last modified time | relevance | path

Searched refs:value1 (Results 51 – 65 of 65) sorted by relevance

123

/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_basic1.phpt19 array('value1', "value2", "value3"),
73 string(6) "value1"
H A Drsort_object2.phpt24 function __construct($value1, $value2,$value3){
25 $this->public_class_value = $value1;
39 function __construct($value1, $value2,$value3){
40 $this->public_class_value = $value1;
H A Darsort_variation4.phpt20 $value1 = 100;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dasort_variation4.phpt20 $value1 = 100;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dsort_variation4.phpt20 $value1 = 100;
25 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dnatcasesort_object2.phpt24 function __construct($value1, $value2,$value3){
25 $this->public_class_value = $value1;
H A Dasort_object2.phpt26 function __construct($value1, $value2,$value3){
27 $this->public_class_value = $value1;
41 function __construct($value1, $value2,$value3){
42 $this->public_class_value = $value1;
H A Dsort_object2.phpt25 function __construct($value1, $value2,$value3){
26 $this->public_class_value = $value1;
39 function __construct($value1, $value2,$value3){
40 $this->public_class_value = $value1;
H A Darray_unique_variation6.phpt17 $value1 = 10;
H A Dusort_variation1.phpt17 function cmp_function($value1, $value2)
19 if($value1 == $value2) {
22 else if($value1 > $value2) {
H A Darray_map_variation8.phpt27 $value1 = 10;
H A Darray_merge_recursive_variation7.phpt17 $value1 = 10;
H A Darray_filter_variation2.phpt15 $input = array('value1', 'value2', 'value3', 'value4');
/PHP-5.5/ext/spl/tests/
H A Dfixedarray_002.phpt32 $a[0] = "value1";
50 $a[1] = "value1";
H A Dbug65328.phpt290 $node1 = new Node('value1', 1);
330 [data:protected] => value1

Completed in 47 milliseconds

123