Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...30

/php-src/ext/gd/libgd/
H A Dgd_gif_in.c560 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 Diterators_005.phpt11 foreach($obj as $v);
/php-src/ext/spl/tests/
H A Dbug70166.phpt11 $v[$i] = 'hi'.$i;
H A Dbug70169.phpt11 $v[$i] = 'hi'.$i;
H A Diterator_053.phpt19 foreach($this as $k => $v)
22 var_dump($v);
H A DRecursiveIteratorIterator_dtor_order.phpt9 foreach ($it as $v) {
/php-src/ext/opcache/tests/
H A Dinvalid_array_key_type.phpt20 foreach (range(0, $undef) as $v) { }
/php-src/Zend/tests/objects/
H A Dobjects_035.phpt9 public function offsetSet($n, $v): void {
H A Dobjects_032.phpt13 public function offsetSet($n, $v): void {
/php-src/tests/lang/
H A DforeachLoopIteratorAggregate.004.phpt58 foreach($t as $k => $v) {
60 echo "double:$v:$w\n";
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_065.phpt11 function offsetSet($o, $v): void { print "offsetSet($v)\n"; }
H A Dtyped_properties_115.phpt18 foreach ($obj as $k => &$v) {}
/php-src/ext/mysqlnd/
H A Dmysqlnd_statistics.h59 uint64_t v = (uint64_t) (value); \
60 MYSQLND_STATS_UPDATE_VALUE(_p_s, _s, v); \
/php-src/ext/mysqli/tests/
H A Dbug35103.phpt28 $stmt->bind_result($v);
34 echo $v, "\n";
/php-src/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h153 #define DBLIB_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dblib, v) argument
/php-src/ext/standard/tests/array/
H A Dbug70713.phpt14 $v[$i] = 'hi'.$i;
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…
/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 …]
/php-src/ext/standard/tests/serialize/
H A Dbug68976.phpt23 $v[$i] = $fakezval.$i;
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug70168.phpt11 $v[$i] = 'hi'.$i;

Completed in 27 milliseconds

1...<<11121314151617181920>>...30