Home
last modified time | relevance | path

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

12

/PHP-8.0/Zend/tests/
H A Dbug46304.phpt8 define('ns1\NS2\coNSt3','value3');
31 value3
32 value3
33 value3
/PHP-8.0/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt21 protected $value3 = 20;
119 ["value3":protected]=>
150 ["value3":protected]=>
170 ["value3":protected]=>
190 ["value3":protected]=>
210 ["value3":protected]=>
236 ["value3":protected]=>
256 ["value3":protected]=>
281 ["value3":protected]=>
301 ["value3":protected]=>
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Darray_sum_variation5.phpt13 $value3 = 0;
22 4 => &$value3,
H A Darray_fill_object.phpt41 function __construct($value1 , $value2 , $value3)
44 $this->member2 = $value3;
69 function __construct($value1 , $value2 , $value3)
72 $this->member1 = $value3;
97 function __construct($value1 , $value2 , $value3)
100 $this->member1 = $value3;
113 function __construct($value1 , $value2 , $value3)
117 $this->member3 = $value3;
126 function __construct($value1 , $value2 , $value3 , $value4)
128 parent::__construct($value1 , $value2 , $value3);
H A Darray_unique_variation6.phpt14 $value3 = 0;
23 4 => &$value3,
H A Dnatcasesort_variation6.phpt13 $value3 = 555;
16 $array = array( &$value1 , &$value2, &$value3);
H A Drsort_variation4.phpt16 $value3 = 555;
19 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dusort_variation9.phpt27 $value3 = 0;
36 4 => &$value3,
H A Darray_walk_recursive_variation5.phpt13 $value3 = &$value1;
17 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
H A Darray_walk_variation5.phpt13 $value3 = &$value1;
17 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
H A Darray_chunk_basic2.phpt13 array('value1', "value2", "value3"),
95 string(6) "value3"
109 string(6) "value3"
H A Duasort_variation10.phpt28 $value3 = 0;
37 4 => &$value3,
H A Darray_map_variation8.phpt24 $value3 = 0;
33 4 => &$value3,
H A Darray_merge_recursive_variation7.phpt14 $value3 = 0;
23 4 => &$value3,
H A Darray_chunk_basic1.phpt13 array('value1', "value2", "value3"),
74 string(6) "value3"
H A Darsort_variation4.phpt16 $value3 = 555;
19 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dasort_variation4.phpt16 $value3 = 555;
19 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
H A Dsort_variation4.phpt16 $value3 = 555;
19 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Drsort_object2.phpt19 function __construct($value1, $value2,$value3){
22 $this->protected_class_value = $value3;
34 function __construct($value1, $value2,$value3){
37 $this->protected_class_value = $value3;
H A Dnatcasesort_object2.phpt19 function __construct($value1, $value2,$value3){
22 $this->protected_class_value = $value3;
H A Darsort_object2.phpt20 function __construct($value1, $value2,$value3){
23 $this->protected_class_value = $value3;
35 function __construct($value1, $value2,$value3){
38 $this->protected_class_value = $value3;
H A Dasort_object2.phpt20 function __construct($value1, $value2,$value3){
23 $this->protected_class_value = $value3;
35 function __construct($value1, $value2,$value3){
38 $this->protected_class_value = $value3;
H A Dsort_object2.phpt19 function __construct($value1, $value2,$value3){
22 $this->protected_class_value = $value3;
33 function __construct($value1, $value2,$value3){
36 $this->protected_class_value = $value3;
/PHP-8.0/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-8.0/ext/spl/tests/
H A Dfixedarray_001.phpt28 $a[3] = "value3";
53 string(6) "value3"

Completed in 23 milliseconds

12