/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_o.phpt | 28 protected $value3 = 20; 126 ["value3":protected]=> 143 ["value3":protected]=> 175 ["value3":protected]=> 213 ["value3":protected]=> 251 ["value3":protected]=> 497 ["value3":protected]=> 535 ["value3":protected]=> 578 ["value3":protected]=> 616 ["value3":protected]=> [all …]
|
/PHP-5.6/Zend/tests/ |
H A D | bug46304.phpt | 8 define('ns1\NS2\coNSt3','value3'); 49 value3 50 value3 51 value3
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 103 …NC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument 109 uint64_t v3 = (uint64_t) (value3); \ 144 …C_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, statistic3, value3) \ argument 145 …), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (value2), (statistic3), (value3)); \ 146 …statistics), (conn_stats), (statistic1), (value1), (statistic2), (value2), (statistic3), (value3)); 156 …INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, statistic3, value3) argument
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_fill_object.phpt | 48 function __construct($value1 , $value2 , $value3) 51 $this->member2 = $value3; 76 function __construct($value1 , $value2 , $value3) 79 $this->member1 = $value3; 104 function __construct($value1 , $value2 , $value3) 107 $this->member1 = $value3; 120 function __construct($value1 , $value2 , $value3) 124 $this->member3 = $value3; 133 function __construct($value1 , $value2 , $value3 , $value4) 135 parent::__construct($value1 , $value2 , $value3);
|
H A D | array_fill_object_2_4.phpt | 48 function __construct($value1 , $value2 , $value3) 51 $this->member2 = $value3; 76 function __construct($value1 , $value2 , $value3) 79 $this->member1 = $value3; 104 function __construct($value1 , $value2 , $value3) 107 $this->member1 = $value3; 120 function __construct($value1 , $value2 , $value3) 124 $this->member3 = $value3; 133 function __construct($value1 , $value2 , $value3 , $value4) 135 parent::__construct($value1 , $value2 , $value3);
|
H A D | array_sum_variation5.phpt | 18 $value3 = 0; 27 4 => &$value3,
|
H A D | array_unique_variation6.phpt | 19 $value3 = 0; 28 4 => &$value3,
|
H A D | natcasesort_variation6.phpt | 18 $value3 = 555; 21 $array = array( &$value1 , &$value2, &$value3);
|
H A D | arsort_object2.phpt | 26 function __construct($value1, $value2,$value3){ 29 $this->protected_class_value = $value3; 41 function __construct($value1, $value2,$value3){ 44 $this->protected_class_value = $value3;
|
H A D | array_chunk_basic2.phpt | 19 array('value1', "value2", "value3"), 101 string(6) "value3" 115 string(6) "value3"
|
H A D | rsort_variation4.phpt | 21 $value3 = 555; 24 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
|
H A D | usort_variation9.phpt | 32 $value3 = 0; 41 4 => &$value3,
|
H A D | array_merge_recursive_variation7.phpt | 19 $value3 = 0; 28 4 => &$value3,
|
H A D | array_map_variation8.phpt | 29 $value3 = 0; 38 4 => &$value3,
|
H A D | array_walk_recursive_variation5.phpt | 18 $value3 = &$value1; 22 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
|
H A D | array_walk_variation5.phpt | 18 $value3 = &$value1; 22 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
|
H A D | uasort_variation10.phpt | 40 $value3 = 0; 49 4 => &$value3,
|
H A D | array_chunk_basic1.phpt | 19 array('value1', "value2", "value3"), 80 string(6) "value3"
|
H A D | rsort_object2.phpt | 24 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 D | arsort_variation4.phpt | 22 $value3 = 555; 25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
|
H A D | asort_variation4.phpt | 22 $value3 = 555; 25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
|
H A D | sort_variation4.phpt | 22 $value3 = 555; 25 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
|
H A D | natcasesort_object2.phpt | 24 function __construct($value1, $value2,$value3){ 27 $this->protected_class_value = $value3;
|
/PHP-5.6/ext/pdo/tests/ |
H A D | bug_35671.phpt | 20 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3… 25 ":value3" => 25
|
/PHP-5.6/ext/spl/tests/ |
H A D | fixedarray_001.phpt | 28 $a[3] = "value3"; 54 string(6) "value3"
|