Home
last modified time | relevance | path

Searched refs:v (Results 451 – 475 of 721) sorted by relevance

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

/php-src/ext/phar/tests/files/
H A Dfrontcontroller6.phar1 <?php
2 Phar::webPhar("whatever", "index.php", null, array("php" => 100));
3 echo "oops did not run\n";
4 var_dump($_ENV, $_SERVER);
5 __HALT_COMPILER(); ?>
6 v���������������������a.php����b�H�����ж���������a.jpg����b�H�����ж���������a.phps����…
H A Dfrontcontroller7.phar1 <?php
2 Phar::webPhar("whatever", "index.php", null, array("php" => null));
3 echo "oops did not run\n";
4 var_dump($_ENV, $_SERVER);
5 __HALT_COMPILER(); ?>
6 v���������������������a.php���Bc�H�����ж���������a.jpg���Bc�H�����ж���������a.phps���B…
/php-src/ext/date/tests/
H A Dbug69089.phpt13 var_dump($date->format('v'));
H A Dbug75577.phpt2 Test for bug #75577: DateTime::createFromFormat does not accept 'v' format specifier
/php-src/ext/spl/tests/
H A Diterator_042.phpt32 foreach($it as $k => $v)
37 var_dump($v);
H A Diterator_052.phpt19 foreach($this as $k => $v)
22 var_dump($v);
H A Dbug54281.phpt11 foreach($it as $k=>$v) { }
H A Drecursive_tree_iterator_004.phpt28 foreach($it as $k => $v) {
H A Diterator_053.phpt19 foreach($this as $k => $v)
22 var_dump($v);
/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation10.phpt14 '<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>',
39 string(63) "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>"
/php-src/ext/mbstring/
H A Dmbstring.h118 #define MBSTRG(v) ZEND_MODULE_GLOBALS_ACCESSOR(mbstring, v) argument
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation4.phpt39 /*5*/ array('\tHello' => array("hello", 'world'), '\v\fworld' => 2.2, 'pen\n' => 111),
40 array("\tHello" => array("hello", 'world'), "\v\fworld" => 2.2, "pen\n" => 111),
169 ["\v\fworld"]=>
183 ["\v\fworld"]=>
H A Darray_unshift_variation4.phpt49 '\v\fworld' => 2.2, 'pen\n' => 33),
51 "\v\fworld" => 2.2, "pen\n" => 33),
189 ["\v\fworld"]=>
206 ["\v\fworld"]=>
/php-src/docs-old/
H A Dinput-filter.md28 #define IF_G(v) TSRMG(my_input_filter_globals_id, zend_my_input_filter_globals *, v)
30 #define IF_G(v) (my_input_filter_globals.v)
/php-src/Zend/tests/
H A Dbug30725.phpt17 foreach($it as $v)
H A Dbug39775.phpt8 $v =& $this->array;
H A Dbug47699.phpt6 static function test($v='') {
/php-src/tests/lang/
H A Dbug29566.phpt10 foreach($var['0nosuchkey'] as $v) {
H A DforeachLoopIteratorAggregate.004.phpt58 foreach($t as $k => $v) {
60 echo "double:$v:$w\n";
/php-src/Zend/tests/generators/
H A Dgh9801.phpt19 foreach(a() as $v);
/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/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h151 #define DBLIB_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dblib, v) argument
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_065.phpt11 function offsetSet($o, $v): void { print "offsetSet($v)\n"; }
/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";

Completed in 45 milliseconds

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