Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/tests/array/
H A Darray_map_variation2.phpt31 string(2) "v2"
37 string(2) "v2"
45 string(2) "v2"
61 string(2) "v2"
84 string(2) "v2"
90 string(2) "v2"
98 string(2) "v2"
114 string(2) "v2"
140 string(2) "v2"
148 string(2) "v2"
[all …]
H A Darray_walk.phpt12 function foo($v1, $v2, $v3) {
14 var_dump($v2);
21 function foo2($v1, $v2, $v3) {
H A Darray_walk_recursive1.phpt12 function foo($v1, $v2, $v3) {
14 var_dump($v2);
21 function foo2($v1, $v2, $v3) {
/PHP-7.4/ext/mysqli/tests/
H A Dps_cursor_multiple_result_sets.phpt29 $stmt->bind_result($v1, $v2);
31 var_dump($v1, $v2);
35 $stmt->bind_result($v1, $v2);
37 var_dump($v1, $v2);
45 $stmt->bind_result($v1, $v2);
47 var_dump($v1, $v2);
52 $stmt->bind_result($v1, $v2);
54 var_dump($v1, $v2);
H A Dbug35103.phpt40 $stmt->bind_result($v2);
46 echo $v2, "\n";
/PHP-7.4/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-7.4/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-7.4/ext/standard/tests/streams/
H A Dbug72857.phpt7 $v2=10;
11 var_dump(stream_socket_recvfrom($fp0,$v2,$v3,$v4), $v4);
/PHP-7.4/ext/spl/tests/
H A Dheap_corruption.phpt13 public function compare($v1, $v2)
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)
/PHP-7.4/ext/sysvshm/tests/
H A Dbug72858.phpt13 $v2=0xffffffff / 4 + 0x1337;
14 shm_attach($v1,$v2);
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_022.phpt15 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-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.h87 uint64_t v2 = (uint64_t) (value2); \
91 if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \
100 uint64_t v2 = (uint64_t) (value2); \
106 if (_s2 != _p_s->count) MYSQLND_UPDATE_VALUE_AND_CALL_TRIGGER(_p_s, _s2, v2); \
/PHP-7.4/Zend/tests/variadic/
H A Dclosure_invoke.phpt8 $v1, $v2, $v3, $v4,
/PHP-7.4/ext/standard/tests/general_functions/
H A Dhead.phpt13 $v2 = headers_list();
17 var_dump($v2);
/PHP-7.4/ext/standard/
H A Dversioning.c209 char *v1, *v2, *op = NULL; in PHP_FUNCTION() local
215 Z_PARAM_STRING(v2, v2_len) in PHP_FUNCTION()
220 compare = php_version_compare(v1, v2); in PHP_FUNCTION()
/PHP-7.4/tests/lang/
H A DforeachLoop.009.phpt19 foreach ($refedArray as $k=>&$v2) {
21 echo "key: $k; value: $v2\n";
/PHP-7.4/sapi/fpm/
H A Dconfig.m4140 long v2;
157 .piod_addr = &v2,
167 v2 = ptrace(PTRACE_PEEKDATA, child, (void *) &v1, 0);
177 return ret ? ret : (v1 != v2);
244 long v1 = (unsigned int) -1, v2 = 0;
252 if (sizeof(long) != pread(fd, &v2, sizeof(long), (uintptr_t) &v1)) {
257 return v1 != v2;
/PHP-7.4/ext/standard/tests/versioning/
H A Dversion_compare.phpt30 $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-7.4/build/
H A Dshtool1468 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-7.4/ext/bcmath/libbcmath/
H A DREADME.md45 The bcmath library is released under the GNU Lesser General Public License v2.1.

Completed in 65 milliseconds

12