Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.h82 #define MYSQLND_INC_STATISTIC_W_VALUE2(enabler, stats, statistic1, value1, statistic2, value2) \ argument
86 uint64_t v1 = (uint64_t) (value1); \
95 #define MYSQLND_INC_STATISTIC_W_VALUE3(enabler, stats, statistic1, value1, statistic2, value2, stat… argument
99 uint64_t v1 = (uint64_t) (value1); \
H A Dmysqlnd.h272 #define MYSQLND_INC_GLOBAL_STATISTIC_W_VALUE2(statistic1, value1, statistic2, value2) \ argument
273 …LUE2(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (v…
283 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE2(conn_stats, statistic1, value1, statistic2, value2) \ argument
284 …LUE2(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (v…
285 …MYSQLND_INC_STATISTIC_W_VALUE2(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1)…
287 #define MYSQLND_INC_CONN_STATISTIC_W_VALUE3(conn_stats, statistic1, value1, statistic2, value2, sta… argument
288 …LUE3(MYSQLND_G(collect_statistics), mysqlnd_global_stats, (statistic1), (value1), (statistic2), (v…
289 …MYSQLND_INC_STATISTIC_W_VALUE3(MYSQLND_G(collect_statistics), (conn_stats), (statistic1), (value1)…
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.4/ext/standard/tests/array/
H A Darray_walk_recursive_variation5.phpt16 $value1 = 10;
18 $value3 = &$value1;
22 $input = array(&$value1, array(&$value2, -35), array(&$value3, 0), array(&$value4));
H A Darray_walk_variation5.phpt16 $value1 = 10;
18 $value3 = &$value1;
22 $input = array(&$value1, &$value2, -35, &$value3, 0, &$value4);
H A Darray_flip_variation5.phpt37 $input = array('key1' => "value1", "key2" => '2', 'key3' => 'value1');
77 ["value1"]=>
H A Dusort_variation3.phpt16 function cmp_function($value1, $value2)
18 if($value1 == $value2) {
21 else if($value1 > $value2) {
H A Dusort_variation6.phpt17 function cmp_function($value1, $value2)
19 if($value1 == $value2) {
22 else if($value1 > $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 Darray_chunk_basic2.phpt19 array('value1', "value2", "value3"),
94 string(6) "value1"
108 string(6) "value1"
H A Drsort_variation4.phpt19 $value1 = 100;
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");
42 ["value1"]=>
H A Darray_filter_variation6.phpt34 $value1 = array(1, 2, 8);
36 $input = array(&$value1, 10, &$value2, 'value');
H A Dusort_object2.phpt20 function cmp_function($value1, $value2)
22 if($value1 == $value2) {
25 else if($value1 > $value2) {
H A Darray_filter_variation3.phpt32 array('value1', "value2", '', " ", ""), // string values
107 string(6) "value1"
115 string(6) "value1"
H A Darray_chunk_basic1.phpt19 array('value1', "value2", "value3"),
73 string(6) "value1"
H A Drsort_object2.phpt24 function __construct($value1, $value2,$value3){
25 $this->public_class_value = $value1;
39 function __construct($value1, $value2,$value3){
40 $this->public_class_value = $value1;
H A Darsort_variation4.phpt20 $value1 = 100;
25 $unsorted_numerics = array( 1 => &$value1 , 2 => &$value2, 3 => &$value3);
/PHP-7.4/ext/spl/tests/
H A Dbug68128.phpt17 foreach ($rRegexIterator as $key1 => $value1) {
29 print_r($value1);
H A Dfixedarray_001.phpt8 $a[0] = "value1";
26 $a[1] = "value1";
/PHP-7.4/ext/pdo/tests/
H A Dbug_35671.phpt20 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3…
23 ":value1" => 15,
/PHP-7.4/Zend/tests/
H A Dbug46304.phpt6 define('NS1\ns2\const1','value1');
48 value1
49 value1
50 value1
/PHP-7.4/ext/opcache/tests/
H A Dphi_remove_001.phpt48 foreach ($Distribution as $key1 => $value1) {
49 foreach ($value1 as $key2 => $value2) {
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation16.phpt48 list($value1,$value2) = $c;
49 if(empty($value1) && !isset($value1)) {
791 string(7) "$value1"
876 string(7) "$value1"
927 string(7) "$value1"

Completed in 34 milliseconds

123