/PHP-8.3/Zend/tests/ |
H A D | bug46304.phpt | 8 define('ns1\NS2\coNSt3','value3'); 31 value3 32 value3 33 value3
|
/PHP-8.3/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_o.phpt | 24 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 D | array_fill_object.phpt | 41 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 D | array_sum_variation5.phpt | 13 $value3 = 0; 22 4 => &$value3,
|
H A D | array_unique_variation6.phpt | 14 $value3 = 0; 23 4 => &$value3,
|
H A D | natcasesort_variation6.phpt | 13 $value3 = 555; 16 $array = array( &$value1 , &$value2, &$value3);
|
H A D | rsort_variation4.phpt | 16 $value3 = 555; 19 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
|
H A D | usort_variation9.phpt | 27 $value3 = 0; 36 4 => &$value3,
|
H A D | array_chunk_basic2.phpt | 13 array('value1', "value2", "value3"), 95 string(6) "value3" 109 string(6) "value3"
|
H A D | array_walk_recursive_variation5.phpt | 13 $value3 = &$value1; 17 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
|
H A D | array_walk_variation5.phpt | 13 $value3 = &$value1; 17 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
|
H A D | uasort_variation10.phpt | 28 $value3 = 0; 37 4 => &$value3,
|
H A D | array_map_variation8.phpt | 24 $value3 = 0; 33 4 => &$value3,
|
H A D | array_merge_recursive_variation7.phpt | 14 $value3 = 0; 23 4 => &$value3,
|
H A D | array_chunk_basic1.phpt | 13 array('value1', "value2", "value3"), 74 string(6) "value3"
|
H A D | arsort_variation4.phpt | 16 $value3 = 555; 19 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
|
H A D | asort_variation4.phpt | 16 $value3 = 555; 19 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
|
H A D | sort_variation4.phpt | 16 $value3 = 555; 19 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
|
H A D | rsort_object2.phpt | 19 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 D | natcasesort_object2.phpt | 19 function __construct($value1, $value2,$value3){ 22 $this->protected_class_value = $value3;
|
H A D | arsort_object2.phpt | 20 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 D | processinginstruction.phpt | 21 $pi->__construct('name3', 'value3'); 34 <container><?name2 value2?><?name3 value3?></container>
|
/PHP-8.3/ext/pdo/tests/ |
H A D | bug_35671.phpt | 21 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3… 26 ":value3" => 25
|
/PHP-8.3/ext/spl/tests/ |
H A D | fixedarray_001.phpt | 28 $a[3] = "value3"; 53 string(6) "value3"
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 77 …NC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument 83 uint64_t v3 = (uint64_t) (value3); \
|