/PHP-5.6/ext/standard/tests/array/ |
H A D | array_map_variation2.phpt | 32 string(2) "v2" 38 string(2) "v2" 46 string(2) "v2" 62 string(2) "v2" 94 string(2) "v2" 100 string(2) "v2" 108 string(2) "v2" 124 string(2) "v2" 150 string(2) "v2" 158 string(2) "v2" [all …]
|
H A D | array_walk.phpt | 12 function foo($v1, $v2, $v3) { 14 var_dump($v2); 21 function foo2($v1, $v2, $v3) {
|
H A D | array_walk_recursive1.phpt | 12 function foo($v1, $v2, $v3) { 14 var_dump($v2); 21 function foo2($v1, $v2, $v3) {
|
/PHP-5.6/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 | dllist_002.phpt | 16 foreach($dll as $k2=>$v2) { 17 echo "->$k2=>$v2\n";
|
H A D | heap_current_variation_001.phpt | 11 public function compare($v1, $v2)
|
/PHP-5.6/Zend/tests/ |
H A D | bug60833.phpt | 9 $this->v2 = new SELF; 31 ["v2"]=>
|
H A D | bug69221.phpt | 14 foreach ($gen2 as $v2) {
|
/PHP-5.6/ext/curl/tests/ |
H A D | curl_basic_022.phpt | 15 curl_setopt($ch, CURLOPT_COOKIELIST, 'Set-Cookie: C2=v2; expires=Thu, 31-Dec-2037 23:59:59 GMT; pat… 24 string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 95 uint64_t v2 = (uint64_t) (value2); \ 99 if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \ 108 uint64_t v2 = (uint64_t) (value2); \ 114 if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | head.phpt | 13 $v2 = headers_list(); 17 var_dump($v2);
|
/PHP-5.6/Zend/tests/variadic/ |
H A D | closure_invoke.phpt | 8 $v1, $v2, $v3, $v4,
|
/PHP-5.6/ext/standard/ |
H A D | versioning.c | 213 char *v1, *v2, *op = NULL; in PHP_FUNCTION() local 218 if (zend_parse_parameters(argc TSRMLS_CC, "ss|s", &v1, &v1_len, &v2, in PHP_FUNCTION() 222 compare = php_version_compare(v1, v2); in PHP_FUNCTION()
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | bug35103.phpt | 40 $stmt->bind_result($v2); 46 echo $v2, "\n";
|
/PHP-5.6/tests/lang/ |
H A D | foreachLoop.009.phpt | 19 foreach ($refedArray as $k=>&$v2) { 21 echo "key: $k; value: $v2\n";
|
/PHP-5.6/sapi/fpm/ |
H A D | config.m4 | 146 long v2; 163 .piod_addr = &v2, 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-5.6/ext/standard/tests/versioning/ |
H A D | version_compare.phpt | 30 $v2 = "1.0$f2"; 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";
|
/PHP-5.6/build/ |
H A D | shtool | 1468 unset v1; unset v2; unset v3 1475 ST="[Apple ]<${UNAME_SYSTEM} ${v1}>${v2+.$v2}${v3+[.$v3]}" 1487 unset v1; unset v2; unset v3 1494 SP="[Apple ]Mac OS X ${v1}${v2+.$v2}${v3+[.$v3]}" 1509 unset v1; unset v2; unset v3 1516 ST="Cygwin ${v1}${v2+.$v2}${v3+[.$v3]}"
|
/PHP-5.6/ext/date/lib/ |
H A D | timezonedb.h | 4 # define FOR_V2(v2,v1) v2 argument 6 # define FOR_V2(v2,v1) v1
|
/PHP-5.6/ext/mbstring/oniguruma/ |
H A D | regcomp.c | 4033 if (v2 <= 0) return -1; in comp_distance_value() 4037 v2 *= distance_value(d2); in comp_distance_value() 4039 if (v2 > v1) return 1; in comp_distance_value() 4040 if (v2 < v1) return -1; in comp_distance_value() 4286 int v1, v2; in select_opt_exact_info() local 4289 v2 = alt->len; in select_opt_exact_info() 4291 if (v2 == 0) { in select_opt_exact_info() 4298 else if (v1 <= 2 && v2 <= 2) { in select_opt_exact_info() 4304 if (alt->len > 1) v2 += 5; in select_opt_exact_info() 4384 int v1, v2; in select_opt_map_info() local [all …]
|
/PHP-5.6/ |
H A D | config.sub | 212 os=-sco3.2v2
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapilib.c | 1974 int compareValueLocation(const void * v1, const void *v2 ) in compareValueLocation() argument 1977 ((const struct _headerInfo *)v2)->_value; in compareValueLocation()
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 997 >1 byte &0x08 \b, v2 2388 >>>4 byte 0x14 \b, at least v2.0 to extract 3930 # (v2 and above) 4764 # cracklib: file (1) magic for cracklib v2.7 7869 >0x64 beshort &0x2004 v2 dirs) 10407 >8 string LWO2 \b, LWO2 3-D object, v2 14369 >4 belong 2 (v2) 14633 >>>>0x86 byte 1 v2.4 16272 0 string #\ v2\ git\ bundle\n Git bundle 17071 >>19 search/4096 \<gnc-v2 GnuCash file [all …]
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 61671 int saved_v2 = pCheck->v2; 61712 pCheck->v2 = i; 61895 pCheck->v2 = saved_v2; 61938 sCheck.v2 = 0; 65783 int v2; 65791 v2++; 65793 if( v2>1 ){ 68195 const void *v1, *v2; 68206 n2 = v2==0 ? 0 : c2.n; 72964 v2 = 2; [all …]
|