Home
last modified time | relevance | path

Searched refs:value1 (Results 1 – 25 of 64) sorted by path

123

/PHP-7.4/Zend/tests/
H A Dbug46304.phpt6 define('NS1\ns2\const1','value1');
48 value1
49 value1
50 value1
/PHP-7.4/ext/dba/tests/
H A Dbug71514.phpt14 dba_insert('foo', 'value1', $db);
/PHP-7.4/ext/mysqlnd/
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 …]
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); \
/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/pcre/pcre2lib/
H A Dpcre2_jit_compile.c9448 sljit_sw value1; in compile_callout_matchingpath() local
9462 value1 = (*cc == OP_CALLOUT) ? cc[1 + 2 * LINK_SIZE] : 0; in compile_callout_matchingpath()
9463 OP1(SLJIT_MOV_U32, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_number), SLJIT_IMM, value1); in compile_callout_matchingpath()
9478 value1 = 0; in compile_callout_matchingpath()
9484 value1 = (sljit_sw) (cc + (1 + 4*LINK_SIZE) + 1); in compile_callout_matchingpath()
9489 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(callout_string), SLJIT_IMM, value1); in compile_callout_matchingpath()
/PHP-7.4/ext/pcre/tests/
H A Dpreg_split_basic.phpt9 $string = 'this is a_list: value1, Test__, string; Hello, world!_(parentheses)';
22 string(7) " value1"
42 string(54) "this is a_list: value1, Test__, string; Hello, world!_"
52 string(67) "this is a_list: value1, Test__, string; Hello, world!_(parentheses)"
/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/ext/spl/
H A Dspl_heap.c1155 ZEND_ARG_INFO(0, value1)
/PHP-7.4/ext/spl/tests/
H A DarrayObject_uasort_basic1.phpt15 function cmp($value1, $value2) {
16 if($value1 == $value2) {
19 else if($value1 < $value2) {
H A DarrayObject_uksort_basic1.phpt14 function cmp($value1, $value2) {
15 if($value1 == $value2) {
18 else if($value1 < $value2) {
H A Dbug65328.phpt290 $node1 = new Node('value1', 1);
330 [data:protected] => value1
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";
H A Dfixedarray_002.phpt35 $a[0] = "value1";
53 $a[1] = "value1";
/PHP-7.4/ext/standard/tests/array/
H A Darray_chunk_basic1.phpt19 array('value1', "value2", "value3"),
73 string(6) "value1"
H A Darray_chunk_basic2.phpt19 array('value1', "value2", "value3"),
94 string(6) "value1"
108 string(6) "value1"
H A Darray_fill_object.phpt34 function __construct($value1 , $value2)
36 $this->member1 = $value1;
46 function __construct($value1 , $value2 , $value3)
48 parent::__construct($value1 , $value2);
62 function __construct($value1 , $value2)
64 $this->member1 = $value1;
76 parent::__construct($value1 , $value2);
90 function __construct($value1 , $value2)
92 $this->member1 = $value1;
104 parent::__construct($value1 , $value2);
[all …]
H A Darray_filter_variation3.phpt32 array('value1', "value2", '', " ", ""), // string values
107 string(6) "value1"
115 string(6) "value1"
H A Darray_filter_variation6.phpt34 $value1 = array(1, 2, 8);
36 $input = array(&$value1, 10, &$value2, 'value');
H A Darray_flip_basic.phpt17 $input = array('value1', "value2");
42 ["value1"]=>
H A Darray_flip_variation5.phpt37 $input = array('key1' => "value1", "key2" => '2', 'key3' => 'value1');
77 ["value1"]=>
H A Darray_map_variation8.phpt27 $value1 = 10;
H A Darray_merge_recursive_variation7.phpt17 $value1 = 10;
H A Darray_sum_variation5.phpt16 $value1 = -5;
19 $value4 = &$value1;

Completed in 66 milliseconds

123