Home
last modified time | relevance | path

Searched refs:v (Results 501 – 525 of 739) sorted by relevance

1...<<21222324252627282930

/php-src/ext/phar/tests/files/
H A Dfrontcontroller3.phar1 <?php
2 function s($a)
3 {
4 static $b = array("/hi" => "a.phps");
5 if (isset($b[$a])) return $b[$a];
6 return $a;
7 }
8 Phar::webPhar("whatever", "/index.php", null, array(), "s");
9 echo "oops did not run\n";
10 var_dump($_ENV, $_SERVER);
[all …]
/php-src/ext/spl/tests/
H A Diterator_036.phpt8 foreach($it as $v)
H A Dbug73209.phpt17 foreach($iterator as $k=>$v) {
H A Diterator_014.phpt71 …r(array("a", array("ba", array("bba", "bbb"), array(array("bcaa"))), array("ca"), "d"))) as $k=>$v)
73 echo "$k=>$v\n";
H A Diterator_047.phpt43 foreach(new RecursiveIteratorIterator($this) as $k => $v)
46 var_dump($v);
H A Dfixedarray_002.phpt17 public function offsetSet($n, $v): void {
19 parent::offsetSet($n, $v);
/php-src/ext/ffi/tests/
H A Dbug79571.phpt7 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_001.phpt20 foreach ($a as $k => $v) {
/php-src/tests/classes/
H A Diterators_002.phpt60 foreach($t as $k => $v) {
62 echo "double:$v:$w\n";
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt69 string(1) "v"
91 string(1) "v"
/php-src/ext/standard/tests/array/
H A Darray_intersect_assoc_variation7.phpt49 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"),
50 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'),
64 "f4" => 33333333.333, 111 => "\tHello", 3 => 'pen\n', '\v\fworld',
H A Darray_intersect_assoc_variation8.phpt49 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"),
50 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'),
64 "f4" => 33333333.333, 111 => "\tHello", 3 => 'pen\n', '\v\fworld',
H A Darray_merge_recursive_variation5.phpt43 /*5*/ array(111 => "\tHello", "array" => "col\tor", 2 => "\v\fworld", 3 => "\tHello"),
44 array(111 => '\tHello', 'array' => 'col\tor', 2 => '\v\fworld', 3 => '\tHello'),
283 string(9) "\v\fworld"
303 string(9) "\v\fworld"
H A Darray_unshift_variation5.phpt54 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"),
55 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'),
271 string(9) "\v\fworld"
288 string(9) "\v\fworld"
H A Darray_intersect_assoc_variation4.phpt31 1111\t\t != 2222\v\v
59 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
60 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…
H A Darray_pad_variation6.phpt32 1111\t\t != 2222\v\v
51 … array("a\v\f", "aaaa\r", "b\tbbb", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted strings
52 … array('a\v\f', 'aaaa\r', 'b\tbbb', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted strings
269 string(5) "a\v\f"
287 string(5) "a\v\f"
/php-src/ext/pgsql/tests/
H A D28large_object_import_oid.phpt8 $v = pg_version($conn);
9 if (version_compare("8.4devel", $v["client"]) > 0) die("skip - requires pg client >= 8.4\n");
10 if (version_compare("8.4devel", $v["server"]) > 0) die("skip - requires pg server >= 8.4\n");
/php-src/ext/soap/tests/bugs/
H A Dbug47021.phpt21 foreach ($chunks as $k => $v) {
22 $chunks[$k] = sprintf("%08x\r\n%s\r\n", strlen($v), $v);
/php-src/ext/xml/tests/
H A Dxml001.phpt39 foreach ($attribs as $k => $v) {
40 print " $k=\"$v\"";
H A Dxml003.phpt19 foreach ($attribs as $k => $v) {
20 print " $k=\"$v\"";
/php-src/ext/openssl/
H A Dphp_openssl.h86 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v) argument
/php-src/Zend/tests/
H A Dstring_offset_errors.phpt30 foreach (gen() as $v) {}
H A Dbug64555.phpt13 foreach ($a as $k => $v) {
/php-src/ext/standard/tests/general_functions/
H A Dphp_uname_basic.phpt16 var_dump(php_uname('v'));
/php-src/ext/date/tests/
H A Dtimezone_open_warning.phpt5 $timezones = [ "+02:30", "Europe/Kyiv", 2.5, /*"Europe/K\0v",*/ "99:60", "Europe/Lviv" ];

Completed in 53 milliseconds

1...<<21222324252627282930