Home
last modified time | relevance | path

Searched refs:value3 (Results 1 – 25 of 31) sorted by relevance

12

/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt28 protected $value3 = 20;
126 ["value3":protected]=>
157 ["value3":protected]=>
177 ["value3":protected]=>
197 ["value3":protected]=>
217 ["value3":protected]=>
243 ["value3":protected]=>
263 ["value3":protected]=>
288 ["value3":protected]=>
308 ["value3":protected]=>
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Darray_fill_object.phpt46 function __construct($value1 , $value2 , $value3)
49 $this->member2 = $value3;
74 function __construct($value1 , $value2 , $value3)
77 $this->member1 = $value3;
102 function __construct($value1 , $value2 , $value3)
105 $this->member1 = $value3;
118 function __construct($value1 , $value2 , $value3)
122 $this->member3 = $value3;
131 function __construct($value1 , $value2 , $value3 , $value4)
133 parent::__construct($value1 , $value2 , $value3);
H A Darray_sum_variation5.phpt18 $value3 = 0;
27 4 => &$value3,
H A Darray_unique_variation6.phpt19 $value3 = 0;
28 4 => &$value3,
H A Dnatcasesort_variation6.phpt18 $value3 = 555;
21 $array = array( &$value1 , &$value2, &$value3);
H A Darray_chunk_basic2.phpt19 array('value1', "value2", "value3"),
101 string(6) "value3"
115 string(6) "value3"
H A Drsort_variation4.phpt21 $value3 = 555;
24 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dusort_variation9.phpt32 $value3 = 0;
41 4 => &$value3,
H A Darray_map_variation8.phpt29 $value3 = 0;
38 4 => &$value3,
H A Darray_merge_recursive_variation7.phpt19 $value3 = 0;
28 4 => &$value3,
H A Darray_walk_recursive_variation5.phpt18 $value3 = &$value1;
22 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
H A Darray_walk_variation5.phpt18 $value3 = &$value1;
22 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
H A Duasort_variation10.phpt40 $value3 = 0;
49 4 => &$value3,
H A Darray_chunk_basic1.phpt19 array('value1', "value2", "value3"),
80 string(6) "value3"
H A Drsort_object2.phpt24 function __construct($value1, $value2,$value3){
27 $this->protected_class_value = $value3;
39 function __construct($value1, $value2,$value3){
42 $this->protected_class_value = $value3;
H A Darsort_variation4.phpt22 $value3 = 555;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dasort_variation4.phpt22 $value3 = 555;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dsort_variation4.phpt22 $value3 = 555;
25 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dnatcasesort_object2.phpt24 function __construct($value1, $value2,$value3){
27 $this->protected_class_value = $value3;
H A Dasort_object2.phpt26 function __construct($value1, $value2,$value3){
29 $this->protected_class_value = $value3;
41 function __construct($value1, $value2,$value3){
44 $this->protected_class_value = $value3;
/PHP-7.4/ext/pdo/tests/
H A Dbug_35671.phpt20 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3
25 ":value3" => 25
/PHP-7.4/Zend/tests/
H A Dbug46304.phpt8 define('ns1\NS2\coNSt3','value3');
54 value3
55 value3
56 value3
/PHP-7.4/ext/spl/tests/
H A Dfixedarray_001.phpt28 $a[3] = "value3";
54 string(6) "value3"
H A Dfixedarray_002.phpt55 $a[3] = "value3";
98 string(6) "value3"
/PHP-7.4/ext/standard/tests/network/
H A Dsetcookie_error.phpt15 setcookie('name3', 'value3', ['path' => '/path/', 'foo' => 'bar']);
42 string(37) "Set-Cookie: name3=value3; path=/path/"

Completed in 35 milliseconds

12