Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/standard/tests/array/
H A Darray_map_variation2.phpt30 string(2) "v1"
32 string(2) "v1"
35 &string(2) "v1"
39 &string(2) "v1"
56 string(2) "v1"
66 string(2) "v1"
83 string(2) "v1"
85 string(2) "v1"
88 &string(2) "v1"
92 &string(2) "v1"
[all …]
H A Darray_walk.phpt12 function foo($v1, $v2, $v3) {
13 var_dump($v1);
21 function foo2($v1, $v2, $v3) {
H A Darray_walk_recursive1.phpt12 function foo($v1, $v2, $v3) {
13 var_dump($v1);
21 function foo2($v1, $v2, $v3) {
/PHP-7.1/ext/standard/tests/file/
H A Dfscanf.phpt25 var_dump(fscanf($fp, "%s", $v, $v1));
27 var_dump($v1);
31 $v1 = array();
33 var_dump(fscanf($fp, "", $v, $v1));
35 var_dump($v1);
39 $v1 = array();
41 var_dump(fscanf($fp, "%.a", $v, $v1));
43 var_dump($v1);
/PHP-7.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"]=>
H A Dbug69221.phpt13 foreach ($gen1 as $v1) {
/PHP-7.1/ext/bcmath/libbcmath/src/
H A Drecmul.c185 bc_num u0, u1, v0, v1; in _bc_rec_mul() local
210 v1 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul()
213 v1 = new_sub_num (vlen-n, 0, v->n_value); in _bc_rec_mul()
218 _bc_rm_leading_zeros (v1); in _bc_rec_mul()
221 m1zero = bc_is_zero(u1) || bc_is_zero(v1); in _bc_rec_mul()
229 bc_sub (v0, v1, &d2, 0); in _bc_rec_mul()
237 _bc_rec_mul (u1, u1->n_len, v1, v1->n_len, &m1, 0); in _bc_rec_mul()
264 bc_free_num (&v1); in _bc_rec_mul()
/PHP-7.1/ext/pcre/tests/
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-7.1/ext/mbstring/tests/
H A Dbug73646.phpt6 $v1=str_repeat("#", -1);
7 var_dump(mb_ereg_search_init($v1));
/PHP-7.1/ext/com_dotnet/tests/
H A Dbug72498.phpt10 $v1 = PHP_INT_MAX;
11 var_dump(variant_date_from_timestamp($v1));
/PHP-7.1/ext/spl/tests/
H A Dheap_corruption.phpt13 public function compare($v1, $v2)
17 if ($v1 > $v2)
21 else if ($v1 < $v2)
H A Dheap_current_variation_001.phpt11 public function compare($v1, $v2)
/PHP-7.1/ext/sysvshm/tests/
H A Dbug72858.phpt12 $v1=100;
14 shm_attach($v1,$v2);
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_statistics.h86 uint64_t v1 = (uint64_t) (value1); \
90 if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
99 uint64_t v1 = (uint64_t) (value1); \
105 if (_s1 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s1, v1); \
/PHP-7.1/ext/curl/tests/
H A Dcurl_basic_022.phpt14 curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C1=v1; expires=Thu, 31-Dec-2037 23:59:59 GMT; pat…
22 string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
/PHP-7.1/ext/oci8/tests/
H A Dstatement_type.phpt16 "CREATE OR REPLACE PROCEDURE myproc(v1 NUMBER) as BEGIN DBMS_OUTPUT.PUT_LINE(v1); END;",
H A Dstatement_type_old.phpt23 "CREATE OR REPLACE PROCEDURE myproc(v1 NUMBER) as BEGIN DBMS_OUTPUT.PUT_LINE(v1); END;",
/PHP-7.1/ext/standard/tests/general_functions/
H A Dhead.phpt12 $v1 = headers_sent();
16 var_dump($v1);
H A Dgetopt_004.phpt4 -v -v1 -v=10 --v --v=100
/PHP-7.1/Zend/tests/variadic/
H A Dclosure_invoke.phpt8 $v1, $v2, $v3, $v4,
/PHP-7.1/ext/standard/
H A Dversioning.c213 char *v1, *v2, *op = NULL; in PHP_FUNCTION() local
218 if (zend_parse_parameters(argc, "ss|s", &v1, &v1_len, &v2, in PHP_FUNCTION()
222 compare = php_version_compare(v1, v2); in PHP_FUNCTION()
/PHP-7.1/tests/lang/
H A DforeachLoop.009.phpt11 foreach ($refedArray as $k=>$v1) {
13 echo "key: $k; value: $v1\n";
/PHP-7.1/sapi/fpm/
H A Dconfig.m4145 …long v1 = (unsigned int) -1; /* copy will fail if sizeof(long) == 8 and we've got "int ptrace()" */
162 .piod_offs = &v1,
164 .piod_len = sizeof(v1)
173 v2 = ptrace(PTRACE_PEEKDATA, child, (void *) &v1, 0);
183 return ret ? ret : (v1 != v2);
250 long v1 = (unsigned int) -1, v2 = 0;
258 if (sizeof(long) != pread(fd, &v2, sizeof(long), (uintptr_t) &v1)) {
263 return v1 != v2;
/PHP-7.1/ext/standard/tests/versioning/
H A Dversion_compare.phpt29 $v1 = "1.0$f1";
31 $test = version_compare($v1, $v2, $op) ? "true" : "false";
32 printf("%7s %2s %-7s : %s\n", $v1, $op, $v2, $test);
37 function test($v1, $v2) {
38 $compare = version_compare($v1, $v2);
41 print "$v1 < $v2\n";
44 print "$v1 > $v2\n";
48 print "$v1 = $v2\n";

Completed in 51 milliseconds

12