Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.1/ext/standard/tests/array/
H A Darray_map_variation2.phpt7 $arr = array("k1" => "v1","k2"=>"v2");
24 string(2) "v2"
30 string(2) "v2"
45 string(2) "v2"
59 string(2) "v2"
71 string(2) "v2"
88 string(2) "v2"
90 string(2) "v2"
106 string(2) "v2"
117 string(2) "v2"
H A Darray_walk.phpt6 function foo($v1, $v2, $v3) {
8 var_dump($v2);
15 function foo2($v1, $v2, $v3) {
H A Darray_walk_recursive1.phpt6 function foo($v1, $v2, $v3) {
8 var_dump($v2);
15 function foo2($v1, $v2, $v3) {
/PHP-8.1/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt30 $stmt->bind_result($v1, $v2);
32 var_dump($v1, $v2);
36 $stmt->bind_result($v1, $v2);
38 var_dump($v1, $v2);
46 $stmt->bind_result($v1, $v2);
48 var_dump($v1, $v2);
53 $stmt->bind_result($v1, $v2);
55 var_dump($v1, $v2);
H A Dmysqli_stmt_execute_bind_libmysql.phpt26 $stmt->bind_result($v1, $v2, $v3);
28 assert(['label'=>$v1, 'anon'=>$v2, 'num'=>$v3] === ['label'=>'a', 'anon'=>'abc', 'num'=>'42']);
H A Dbug35103.phpt41 $stmt->bind_result($v2);
47 echo $v2, "\n";
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_error4.phpt184 "version": "v2.6.1",
195 "version": "v2.5.4",
239 "version": "v2.3.1",
845 "doctrine\\/common": "v2.6.1",
846 "doctrine\\/dbal": "v2.5.4",
874 "nikic\\/php-parser": "v2.0.1",
883 "symfony\\/console": "v2.7.10",
885 "symfony\\/debug": "v2.7.10",
888 "symfony\\/finder": "v2.7.10",
893 "symfony\\/process": "v2.7.10",
[all …]
H A Dbug76514.phpt94 "version": "v2.6.1",
273 "version": "v2.0.1",
295 "version": "v2.2.1",
351 "version": "v2.8.2",
362 "version": "v2.8.2",
450 "doctrine/common": "v2.6.1",
468 "react/promise": "v2.2.1",
473 "symfony/css-selector": "v2.8.2",
509 "doctrine/common": "v2.6.1",
527 "react/promise": "v2.2.1",
[all …]
/PHP-8.1/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S51 mrc p15, 0, v2, c13, c0, #3
52 bic v2, v2, #3
55 ldr v1, [v2, #72]
82 str v1, [v2, #72]
/PHP-8.1/Zend/tests/
H A Dforeach_010.phpt8 foreach ($o as $v2) {
9 echo "$v1-$v2\n";
10 if ($v1 == 5 && $v2 == 6) {
H A Dbug60833.phpt9 $this->v2 = new SELF;
31 ["v2"]=>
H A Dbug69221.phpt14 foreach ($gen2 as $v2) {
/PHP-8.1/ext/standard/tests/streams/
H A Dbug72857.phpt7 $v2=10;
11 var_dump(stream_socket_recvfrom($fp0,$v2,$v3,$v4), $v4);
/PHP-8.1/ext/spl/tests/
H A Dheap_corruption.phpt13 public function compare($v1, $v2): int
17 if ($v1 > $v2)
21 else if ($v1 < $v2)
H A Ddllist_002.phpt16 foreach($dll as $k2=>$v2) {
17 echo "->$k2=>$v2\n";
H A Dheap_current_variation_001.phpt11 public function compare($v1, $v2): int
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_statistics.h69 uint64_t v2 = (uint64_t) (value2); \
73 if (_s2 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s2, v2); \
82 uint64_t v2 = (uint64_t) (value2); \
88 if (_s2 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s2, v2); \
/PHP-8.1/ext/sysvshm/tests/
H A Dbug72858.phpt16 $v2=0x4fffffff + 0x1337;
17 shm_attach($v1,$v2);
/PHP-8.1/ext/curl/tests/
H A Dcurl_basic_022.phpt10 curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C2=v2; expires=Thu, 31-Dec-2037 23:59:59 GMT; pat…
19 string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
/PHP-8.1/ext/standard/tests/general_functions/
H A Dhead.phpt7 $v2 = headers_list();
11 var_dump($v2);
/PHP-8.1/ext/opcache/tests/opt/
H A Dsccp_022.phpt22 foreach ($v as $v2) {}
56 0003 FE_FETCH_R V4 CV2($v2) 0005
/PHP-8.1/Zend/tests/variadic/
H A Dclosure_invoke.phpt8 $v1, $v2, $v3, $v4,
/PHP-8.1/ext/standard/
H A Dversioning.c206 char *v1, *v2; in PHP_FUNCTION() local
213 Z_PARAM_STRING(v2, v2_len) in PHP_FUNCTION()
218 compare = php_version_compare(v1, v2); in PHP_FUNCTION()
/PHP-8.1/tests/lang/
H A DforeachLoop.009.phpt19 foreach ($refedArray as $k=>&$v2) {
21 echo "key: $k; value: $v2\n";
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h619 XXH32_hash_t v2; member
633 XXH64_hash_t v2; member
1375 v2 = XXH32_round(v2, XXH_get32bits(input)); input += 4; in XXH32_endian_align()
1482 xxh_u32 v2 = state->v2; in XXH32_update() local
1488 v2 = XXH32_round(v2, XXH_readLE32(p)); p+=4; in XXH32_update()
1494 state->v2 = v2; in XXH32_update()
1913 v2 = XXH64_round(v2, XXH_get64bits(input)); input+=8; in XXH64_endian_align()
2019 xxh_u64 v2 = state->v2; in XXH64_update() local
2025 v2 = XXH64_round(v2, XXH_readLE64(p)); p+=8; in XXH64_update()
2031 state->v2 = v2; in XXH64_update()
[all …]

Completed in 40 milliseconds

12