Home
last modified time | relevance | path

Searched refs:value2 (Results 26 – 50 of 64) sorted by relevance

123

/PHP-7.2/Zend/tests/
H A Dbug46304.phpt7 define('ns1\ns2\const2','value2');
46 value2
47 value2
48 value2
/PHP-7.2/ext/standard/tests/array/
H A Duasort_variation1.phpt17 /* Prototype : int cmp_function(mixed $value1, mixed $value2)
18 * Parameters : $value1 and $value2 - values to be compared
20 * 1 - if value1 is greater than value2
21 * -1 - if value1 is less than value2
22 * Description : compares value1 and value2
24 function cmp_function($value1, $value2)
26 if($value1 == $value2) {
29 else if($value1 > $value2) {
H A Dusort_variation10.phpt16 function cmp($value1, $value2)
18 if($value1 == $value2) {
21 else if($value1 > $value2) {
H A Darray_sum_variation5.phpt17 $value2 = 100;
25 2 => &$value2,
H A Dusort_error2.phpt18 function cmp($value1, $value2)
20 if($value1 == $value2) {
23 else if($value1 > $value2) {
H A Dusort_variation3.phpt16 function cmp_function($value1, $value2)
18 if($value1 == $value2) {
21 else if($value1 > $value2) {
H A Dnatcasesort_variation6.phpt17 $value2 = 33;
21 $array = array( &$value1 , &$value2, &$value3);
H A Dusort_variation6.phpt17 function cmp_function($value1, $value2)
19 if($value1 == $value2) {
22 else if($value1 > $value2) {
H A Darsort_object2.phpt26 function __construct($value1, $value2,$value3){
28 $this->private_class_value = $value2;
41 function __construct($value1, $value2,$value3){
43 $this->private_class_value = $value2;
H A Darray_chunk_basic2.phpt19 array('value1', "value2", "value3"),
96 string(6) "value2"
110 string(6) "value2"
H A Dusort_basic.phpt16 function cmp($value1, $value2)
18 if($value1 == $value2) {
21 else if($value1 > $value2) {
H A Dusort_variation4.phpt16 function cmp_function($value1, $value2)
18 if($value1 == $value2) {
21 else if($value1 > $value2) {
H A Drsort_variation4.phpt20 $value2 = 33;
24 $unsorted_numerics = array( &$value1 , &$value2, &$value3);
H A Dusort_variation5.phpt16 function cmp_function($value1, $value2)
18 if($value1 == $value2) {
21 else if($value1 > $value2) {
H A Darray_flip_basic.phpt17 $input = array('value1', "value2");
44 ["value2"]=>
H A Darray_filter_variation6.phpt35 $value2 = array(5, 6, 4);
36 $input = array(&$value1, 10, &$value2, 'value');
H A Darray_filter_variation3.phpt32 array('value1', "value2", '', " ", ""), // string values
109 string(6) "value2"
117 string(6) "value2"
H A Dusort_object2.phpt20 function cmp_function($value1, $value2)
22 if($value1 == $value2) {
25 else if($value1 > $value2) {
H A Darray_chunk_basic1.phpt19 array('value1', "value2", "value3"),
75 string(6) "value2"
/PHP-7.2/ext/dba/tests/
H A Dbug71514.phpt15 dba_replace('foo', 'value2', $db);
22 string(6) "value2"
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_statistics.h82 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument
87 uint64_t v2 = (uint64_t) (value2); \
95 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument
100 uint64_t v2 = (uint64_t) (value2); \
H A Dmysqlnd.h272 #define MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(statistic1, value1, statistic2, value2) \ argument
273 …YSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (value2))
283 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument
284 …LND_G(collect_statistics), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (value2)); \
285 …ALUE2(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1), (statistic2), (value2));
287 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
288 …tatistics), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (value2), (statistic3), (v…
289 …ollect_statistics), (conn_stats), (statistic1), (value1), (statistic2), (value2), (statistic3), (v…
295 #define MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(statistic1, value1, statistic2, value2) argument
298 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) argument
[all …]
/PHP-7.2/ext/pdo/tests/
H A Dbug_35671.phpt20 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3…
24 ":value2" => 20,
/PHP-7.2/ext/spl/tests/
H A Dfixedarray_001.phpt27 $a[2] = "value2";
53 string(6) "value2"
/PHP-7.2/ext/opcache/tests/
H A Dphi_remove_001.phpt49 foreach ($value1 as $key2 => $value2) {
50 $Distribution[$key1][$key2] = round($value2 / $pct_data_scanned);

Completed in 105 milliseconds

123