Home
last modified time | relevance | path

Searched refs:v (Results 476 – 500 of 722) sorted by relevance

1...<<11121314151617181920>>...29

/php-src/ext/mysqli/tests/
H A Dbug35103.phpt28 $stmt->bind_result($v);
34 echo $v, "\n";
/php-src/tests/classes/
H A Diterators_005.phpt11 foreach($obj as $v);
H A Diterators_002.phpt60 foreach($t as $k => $v) {
62 echo "double:$v:$w\n";
/php-src/Zend/tests/
H A Dobjects_035.phpt9 public function offsetSet($n, $v): void {
H A Dobjects_032.phpt13 public function offsetSet($n, $v): void {
/php-src/ext/spl/tests/
H A Dbug70166.phpt11 $v[$i] = 'hi'.$i;
H A Dbug70169.phpt11 $v[$i] = 'hi'.$i;
H A DRecursiveIteratorIterator_dtor_order.phpt9 foreach ($it as $v) {
H A Diterator_036.phpt8 foreach($it as $v)
/php-src/ext/opcache/tests/
H A Dinvalid_array_key_type.phpt20 foreach (range(0, $undef) as $v) { }
/php-src/ext/standard/tests/array/
H A Darray_intersect_assoc_variation3.phpt31 1111\t\t != 2222\v\v
50 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted st…
51 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted st…
H A Dbug70713.phpt14 $v[$i] = 'hi'.$i;
/php-src/tests/basic/
H A Dbug71273.phpt7 …APED') . " -n -d html_errors=on -d extension_dir=a/�/w -d extension=php_kartoffelbrei.dll -v 2>&1";
/php-src/ext/opcache/tests/jit/
H A Dreg_alloc_002.phpt22 $a->process(function($i, $v) { var_dump($i); });
/php-src/ext/intl/tests/
H A Dresourcebundle.inc4 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
/php-src/ext/phar/tests/cache_list/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 …]
H A Dfrontcontroller4.phar1 <?php
2 function s($a)
3 {
4 static $b = array("/hi" => false);
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/phar/tests/files/
H A Dfrontcontroller4.phar1 <?php
2 function s($a)
3 {
4 static $b = array("/hi" => false);
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 …]
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/standard/tests/serialize/
H A Dbug68976.phpt23 $v[$i] = $fakezval.$i;
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_115.phpt18 foreach ($obj as $k => &$v) {}
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug70168.phpt11 $v[$i] = 'hi'.$i;
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_basic.phpt69 string(1) "v"
91 string(1) "v"
/php-src/ext/openssl/
H A Dphp_openssl.h84 #define OPENSSL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(openssl, v) argument
/php-src/ext/ffi/tests/
H A Dbug79571.phpt7 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {

Completed in 22 milliseconds

1...<<11121314151617181920>>...29