Home
last modified time | relevance | path

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

12

/PHP-8.3/Zend/tests/
H A Dbug46304.phpt8 define('ns1\NS2\coNSt3','value3');
31 value3
32 value3
33 value3
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt24 protected $value3 = 20;
123 ["value3":protected]=>
154 ["value3":protected]=>
174 ["value3":protected]=>
194 ["value3":protected]=>
214 ["value3":protected]=>
240 ["value3":protected]=>
260 ["value3":protected]=>
285 ["value3":protected]=>
305 ["value3":protected]=>
[all …]
/PHP-8.3/ext/standard/tests/array/
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_sum_variation5.phpt13 $value3 = 0;
22 4 => &$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_chunk_basic2.phpt13 array('value1', "value2", "value3"),
95 string(6) "value3"
109 string(6) "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 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;
/PHP-8.3/ext/dom/tests/manually_call_constructor/
H A Dprocessinginstruction.phpt21 $pi->__construct('name3', 'value3');
34 <container><?name2 value2?><?name3 value3?></container>
/PHP-8.3/ext/pdo/tests/
H A Dbug_35671.phpt21 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3
26 ":value3" => 25
/PHP-8.3/ext/spl/tests/
H A Dfixedarray_001.phpt28 $a[3] = "value3";
53 string(6) "value3"
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h77 …NC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument
83 uint64_t v3 = (uint64_t) (value3); \

Completed in 126 milliseconds

12