Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 59) sorted by relevance

123

/PHP-8.1/ext/standard/tests/array/
H A Darray_map_variation2.phpt23 string(2) "v1"
25 string(2) "v1"
28 &string(2) "v1"
32 &string(2) "v1"
40 string(2) "v1"
50 string(2) "v1"
69 &string(2) "v1"
73 &string(2) "v1"
81 &string(2) "v1"
83 &string(2) "v1"
[all …]
H A Darray_walk.phpt6 function foo($v1, $v2, $v3) {
7 var_dump($v1);
15 function foo2($v1, $v2, $v3) {
H A Darray_walk_recursive1.phpt6 function foo($v1, $v2, $v3) {
7 var_dump($v1);
15 function foo2($v1, $v2, $v3) {
/PHP-8.1/ext/pcre/tests/
H A Dbug76514.phpt26 "version": "v1.0.0",
61 "version": "v1.2.7",
72 "version": "v1.6.0",
127 "version": "v1.16",
204 "version": "v1.4",
448 "doctrine/cache": "v1.6.0",
452 "doctrine/lexer": "v1.0.1",
453 "geoip/geoip": "v1.16",
507 "doctrine/cache": "v1.6.0",
511 "doctrine/lexer": "v1.0.1",
[all …]
H A Dpreg_match_error4.phpt151 "version": "v1.2.7",
162 "version": "v1.6.0",
173 "version": "v1.3.0",
206 "version": "v1.1.0",
217 "version": "v1.0.1",
295 "version": "v1.4.0",
463 "version": "v1.1.0",
843 "doctrine\\/cache": "v1.6.0",
848 "doctrine\\/lexer": "v1.0.1",
878 "predis\\/predis": "v1.0.3",
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf.phpt22 fscanf($fp, "%s", $v, $v1);
27 var_dump($v1);
31 $v1 = array();
34 fscanf($fp, "", $v, $v1);
39 var_dump($v1);
43 $v1 = array();
46 fscanf($fp, "%.a", $v, $v1);
51 var_dump($v1);
/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']);
/PHP-8.1/Zend/asm/
H A Djump_arm_aapcs_macho_gas.S48 push {a1,v1-v8,lr}
55 ldr v1, [v2, #72]
57 push {v1}
80 pop {v1}
82 str v1, [v2, #72]
85 pop {a4,v1-v8,lr}
H A Djump_arm_aapcs_elf_gas.S51 push {a1,v1-v8,lr}
74 pop {a4,v1-v8,lr}
H A Dmake_mips64_n64_elf_gas.S61 li $v1, 0xfffffffffffffff0
62 and $v0, $v1, $a0
/PHP-8.1/Zend/tests/
H A Dforeach_010.phpt7 foreach ($o as $v1) {
9 echo "$v1-$v2\n";
10 if ($v1 == 5 && $v2 == 6) {
H A Dbug60833.phpt8 $this->v1 = new sELF;
28 ["v1"]=>
/PHP-8.1/ext/bcmath/libbcmath/src/
H A Drecmul.c173 bc_num u0, u1, v0, v1; in _bc_rec_mul() local
198 v1 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul()
201 v1 = new_sub_num (vlen-n, 0, v->n_value); in _bc_rec_mul()
206 _bc_rm_leading_zeros (v1); in _bc_rec_mul()
209 m1zero = bc_is_zero(u1) || bc_is_zero(v1); in _bc_rec_mul()
217 bc_sub (v0, v1, &d2, 0); in _bc_rec_mul()
225 _bc_rec_mul (u1, u1->n_len, v1, v1->n_len, &m1, 0); in _bc_rec_mul()
252 bc_free_num (&v1); in _bc_rec_mul()
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug72498.phpt8 $v1 = PHP_INT_MAX;
11 var_dump(variant_date_from_timestamp($v1));
/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)
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_statistics.h68 uint64_t v1 = (uint64_t) (value1); \
72 if (_s1 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s1, v1); \
81 uint64_t v1 = (uint64_t) (value1); \
87 if (_s1 != _p_s->count) MYSQLND_STATS_UPDATE_VALUE(_p_s, _s1, v1); \
/PHP-8.1/ext/sysvshm/tests/
H A Dbug72858.phpt15 $v1=100;
17 shm_attach($v1,$v2);
/PHP-8.1/ext/curl/tests/
H A Dcurl_basic_022.phpt9 curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C1=v1; expires=Thu, 31-Dec-2037 23:59:59 GMT; pat…
17 string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
/PHP-8.1/ext/oci8/tests/
H A Dstatement_type.phpt16 "CREATE OR REPLACE PROCEDURE myproc(v1 NUMBER) as BEGIN DBMS_OUTPUT.PUT_LINE(v1); END;",
/PHP-8.1/ext/fileinfo/tests/upstream/
H A DJW07022A.mp3.result1 Audio file with ID3 version 2.2.0, contains:MPEG ADTS, layer III, v1, 96 kbps, 44.1 kHz, Monaural
/PHP-8.1/ext/standard/tests/general_functions/
H A Dhead.phpt6 $v1 = headers_sent();
10 var_dump($v1);
H A Dgetopt_004.phpt4 -v -v1 -v=10 --v --v=100
/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
212 Z_PARAM_STRING(v1, v1_len) in PHP_FUNCTION()
218 compare = php_version_compare(v1, v2); in PHP_FUNCTION()

Completed in 36 milliseconds

123