Home
last modified time | relevance | path

Searched refs:v (Results 126 – 150 of 645) sorted by relevance

12345678910>>...26

/PHP-7.4/ext/mysqli/tests/
H A Dbug42378.phpt131 foreach ($expected as $k => $v) {
135 if ($result !== $v) {
139 gettype($v), $v,
161 foreach ($expected as $k => $v)
162 $expected[$k] = number_format(round($v), 0, '.', ',');
166 foreach ($expected as $k => $v)
167 $expected[$k] = number_format(round($v), 0, '.', ',');
171 foreach ($expected as $k => $v)
172 $expected[$k] = number_format(round($v), 0, '.', ',');
176 foreach ($expected as $k => $v)
[all …]
H A Dmysqli_get_connection_stats.phpt32 foreach ($info as $k => &$v) {
34 $v = 0;
37 foreach ($info2 as $k => &$v) {
39 $v = 0;
52 foreach ($info as $k => &$v) {
54 $v = 0;
H A Dmysqli_stmt_bind_result_format.phpt120 foreach ($expected as $k => $v) {
124 if ($result !== $v) {
128 gettype($v), $v,
166 foreach ($expected as $k => $v)
171 foreach ($expected as $k => $v)
176 foreach ($expected as $k => $v)
181 foreach ($expected as $k => $v)
186 foreach ($expected as $k => $v)
191 foreach ($expected as $k => $v)
196 foreach ($expected as $k => $v)
[all …]
/PHP-7.4/Zend/tests/
H A Dbug31341.phpt16 foreach ($a as $v) {
17 echo("'$v'\n");
H A Dforeach_015.phpt6 foreach($a as &$v) {
7 echo "$v\n";
H A Dforeach_007.phpt6 foreach($a as &$v) {
7 echo "$v\n";
H A Dbug39017.phpt2 Bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
6 foreach(($a=(object)new A()) as $v);
/PHP-7.4/ext/spl/tests/
H A Diterator_045.phpt24 foreach($ar as $k => $v)
26 echo "set($k,$v)\n";
27 $this->offsetSet($k, $v);
34 foreach($ar as $k => $v)
36 echo "unset($v)\n";
37 $this->offsetUnset($v);
44 foreach($this as $v) ;
H A Dbug49723.phpt10 foreach ($lit as $v) {
11 echo $v;
/PHP-7.4/ext/standard/tests/array/
H A Darray_reduce_variation1.phpt14 function oneArg($v) {
15 return $v;
18 function threeArgs($v, $w, $x) {
19 return $v + $w + $x;
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
27 ["v"]=>
96 ["v"]=>
176 ["v"]=>
241 ["v"]=>
303 ["v"]=>
365 ["v"]=>
421 ["v"]=>
/PHP-7.4/Zend/
H A Dzend_signal.h66 # define SIGG(v) ZEND_TSRMG_FAST(zend_signal_globals_offset, zend_signal_globals_t *, v) argument
72 # define SIGG(v) (zend_signal_globals.v)
/PHP-7.4/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "
65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…
67 string(91) "This is t\to test ch\tunk_split\t() with v\tarious 's\tingle quo\tted' endi\tng string\…
69 string(91) "This is t\no test ch\nunk_split\n() with v\narious 's\ningle quo\nted' endi\nng string\…
71 string(91) "This is t\ro test ch\runk_split\r() with v\rarious 's\ringle quo\rted' endi\rng string\…
73 string(109) "This is t\r\no test ch\r\nunk_split\r\n() with v\r\narious 's\r\ningle quo\r\nted' end…
75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…
79 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te…
81 … ending string (o test ch) ending string (unk_split) ending string (() with v) ending string (ario…
83 string(217) "This is t) numbers 1234 (o test ch) numbers 1234 (unk_split) numbers 1234 (() with v) …
[all …]
H A D004.phpt9 foreach($a as $k => $v)
10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
/PHP-7.4/Zend/tests/nullable_types/
H A Darray.phpt6 function _array_(?array $v): ?array {
7 return $v;
H A Dfloat.phpt6 function _float_(?float $v): ?float {
7 return $v;
H A Dint.phpt6 function _int_(?int $v): ?int {
7 return $v;
H A Dstring.phpt6 function _string_(?string $v): ?string {
7 return $v;
/PHP-7.4/TSRM/
H A Dtsrm_win32.h73 # define TWG(v) TSRMG_STATIC(win32_globals_id, tsrm_win32_globals *, v) argument
76 # define TWG(v) (win32_globals.v)
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c552 uint64_t v; in mprint() local
972 v = ((((v >> 0) & 0x7f) << 0) | in cvt_id3()
978 return v; in cvt_id3()
1845 v = 0; in file_strncmp()
1854 v = 1; in file_strncmp()
1876 v = 1; in file_strncmp()
1892 return v; in file_strncmp()
2081 v = 0; in magiccheck()
2107 v = 0; in magiccheck()
2206 v = 1; in magiccheck()
[all …]
/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3.h37 #define SQLITE3G(v) ZEND_MODULE_GLOBALS_ACCESSOR(sqlite3, v) argument
/PHP-7.4/tests/classes/
H A Diterators_001.phpt54 foreach($a as $v) {
55 echo "array:$v\n";
65 foreach($t as $v) {
66 echo "object:$v\n";
70 foreach($t as $v) {
72 echo "double:$v:$w\n";
77 foreach($t as $i => $v) {
78 echo "object:$i=>$v\n";
/PHP-7.4/ext/sqlite3/tests/
H A Dexception_from_toString.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
19 $stmt->bindValue('v', new throws);
/PHP-7.4/tests/lang/
H A DforeachLoopIterator.001.phpt46 foreach ($f as $k=>$v) {
47 echo "$k => $v\n";
56 foreach ($f as $k=>$v) {
58 echo "$k => $v\n";
60 foreach ($f as $k=>$v) {
61 echo " $k => $v\n";
H A DforeachLoopIteratorAggregate.003.phpt60 foreach (new A1 as $k=>$v) {
61 echo "$k => $v\n";
65 foreach (new A2 as $k=>$v) {
66 echo "$k => $v\n";
70 foreach (new A3 as $k=>$v) {
71 echo "$k => $v\n";

Completed in 39 milliseconds

12345678910>>...26