/PHP-7.1/ext/standard/tests/array/ |
H A D | array_map_variation2.phpt | 30 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 D | array_walk.phpt | 12 function foo($v1, $v2, $v3) { 13 var_dump($v1); 21 function foo2($v1, $v2, $v3) {
|
H A D | array_walk_recursive1.phpt | 12 function foo($v1, $v2, $v3) { 13 var_dump($v1); 21 function foo2($v1, $v2, $v3) {
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | fscanf.phpt | 25 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 D | foreach_010.phpt | 7 foreach ($o as $v1) { 9 echo "$v1-$v2\n"; 10 if ($v1 == 5 && $v2 == 6) {
|
H A D | bug60833.phpt | 8 $this->v1 = new sELF; 28 ["v1"]=>
|
H A D | bug69221.phpt | 13 foreach ($gen1 as $v1) {
|
/PHP-7.1/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 185 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 D | preg_match_error4.phpt | 151 "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 D | bug73646.phpt | 6 $v1=str_repeat("#", -1); 7 var_dump(mb_ereg_search_init($v1));
|
/PHP-7.1/ext/com_dotnet/tests/ |
H A D | bug72498.phpt | 10 $v1 = PHP_INT_MAX; 11 var_dump(variant_date_from_timestamp($v1));
|
/PHP-7.1/ext/spl/tests/ |
H A D | heap_corruption.phpt | 13 public function compare($v1, $v2) 17 if ($v1 > $v2) 21 else if ($v1 < $v2)
|
H A D | heap_current_variation_001.phpt | 11 public function compare($v1, $v2)
|
/PHP-7.1/ext/sysvshm/tests/ |
H A D | bug72858.phpt | 12 $v1=100; 14 shm_attach($v1,$v2);
|
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 86 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 D | curl_basic_022.phpt | 14 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 D | statement_type.phpt | 16 "CREATE OR REPLACE PROCEDURE myproc(v1 NUMBER) as BEGIN DBMS_OUTPUT.PUT_LINE(v1); END;",
|
H A D | statement_type_old.phpt | 23 "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 D | head.phpt | 12 $v1 = headers_sent(); 16 var_dump($v1);
|
H A D | getopt_004.phpt | 4 -v -v1 -v=10 --v --v=100
|
/PHP-7.1/Zend/tests/variadic/ |
H A D | closure_invoke.phpt | 8 $v1, $v2, $v3, $v4,
|
/PHP-7.1/ext/standard/ |
H A D | versioning.c | 213 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 D | foreachLoop.009.phpt | 11 foreach ($refedArray as $k=>$v1) { 13 echo "key: $k; value: $v1\n";
|
/PHP-7.1/sapi/fpm/ |
H A D | config.m4 | 145 …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 D | version_compare.phpt | 29 $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";
|