Searched refs:v (Results 476 – 500 of 739) sorted by relevance
1...<<11121314151617181920>>...30
/php-src/ext/gd/libgd/ |
H A D | gd_gif_in.c | 560 int v; in ReadImage() local 600 while ((v = LWZReadByte(fd, &sd, FALSE, c, ZeroDataBlockP)) >= 0) { in ReadImage() 601 if (v >= gdMaxColors) { in ReadImage() 602 v = 0; in ReadImage() 605 if (im->open[v]) { in ReadImage() 606 im->open[v] = 0; in ReadImage() 608 gdImageSetPixel(im, xpos, ypos, v); in ReadImage()
|
/php-src/tests/classes/ |
H A D | iterators_005.phpt | 11 foreach($obj as $v);
|
/php-src/ext/spl/tests/ |
H A D | bug70166.phpt | 11 $v[$i] = 'hi'.$i;
|
H A D | bug70169.phpt | 11 $v[$i] = 'hi'.$i;
|
H A D | iterator_053.phpt | 19 foreach($this as $k => $v) 22 var_dump($v);
|
H A D | RecursiveIteratorIterator_dtor_order.phpt | 9 foreach ($it as $v) {
|
/php-src/ext/opcache/tests/ |
H A D | invalid_array_key_type.phpt | 20 foreach (range(0, $undef) as $v) { }
|
/php-src/Zend/tests/objects/ |
H A D | objects_035.phpt | 9 public function offsetSet($n, $v): void {
|
H A D | objects_032.phpt | 13 public function offsetSet($n, $v): void {
|
/php-src/tests/lang/ |
H A D | foreachLoopIteratorAggregate.004.phpt | 58 foreach($t as $k => $v) { 60 echo "double:$v:$w\n";
|
/php-src/Zend/tests/type_declarations/ |
H A D | typed_properties_065.phpt | 11 function offsetSet($o, $v): void { print "offsetSet($v)\n"; }
|
H A D | typed_properties_115.phpt | 18 foreach ($obj as $k => &$v) {}
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_statistics.h | 59 uint64_t v = (uint64_t) (value); \ 60 MYSQLND_STATS_UPDATE_VALUE(_p_s, _s, v); \
|
/php-src/ext/mysqli/tests/ |
H A D | bug35103.phpt | 28 $stmt->bind_result($v); 34 echo $v, "\n";
|
/php-src/ext/pdo_dblib/ |
H A D | php_pdo_dblib_int.h | 153 #define DBLIB_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dblib, v) argument
|
/php-src/ext/standard/tests/array/ |
H A D | bug70713.phpt | 14 $v[$i] = 'hi'.$i;
|
H A D | array_intersect_assoc_variation3.phpt | 31 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…
|
/php-src/tests/basic/ |
H A D | bug71273.phpt | 7 …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 D | reg_alloc_002.phpt | 22 $a->process(function($i, $v) { var_dump($i); });
|
/php-src/ext/intl/tests/ |
H A D | resourcebundle.inc | 4 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
|
/php-src/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller3.phar | 1 <?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 D | frontcontroller4.phar | 1 <?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 D | frontcontroller4.phar | 1 <?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/standard/tests/serialize/ |
H A D | bug68976.phpt | 23 $v[$i] = $fakezval.$i;
|
/php-src/ext/spl/tests/SplObjectStorage/ |
H A D | bug70168.phpt | 11 $v[$i] = 'hi'.$i;
|
Completed in 27 milliseconds
1...<<11121314151617181920>>...30