Home
last modified time | relevance | path

Searched refs:v (Results 401 – 425 of 722) sorted by relevance

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

/php-src/ext/spl/tests/
H A Dbug71153.phpt9 foreach (new ArrayIterator([]) as $v) {}
H A Dfixedarray_021.phpt46 foreach ($e as $k=>&$v) {
47 var_dump($v);
H A DRecursiveIteratorIterator_not_initialized.phpt9 foreach ($it as $v) {}
/php-src/Zend/tests/list/
H A Dlist_reference_006.phpt8 function offsetSet ($k, $v): void { $this->s[$k] = $v; }
/php-src/ext/pdo/tests/
H A Dpdo_031.phpt38 …siveArrayIterator($stmt->fetchAll(PDO::FETCH_ASSOC)), RecursiveTreeIterator::BYPASS_KEY) as $c=>$v)
40 echo "$v [$c]\n";
/php-src/ext/pcre/
H A Dphp_pcre.h91 #define PCRE_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcre, v) argument
/php-src/ext/fileinfo/
H A Dmagicdata.patch27 -# $File: sgml,v 1.48 2023/01/18 16:10:21 christos Exp $
28 +# $File: sgml,v 1.49 2023/08/05 14:34:47 christos Exp $
/php-src/Zend/tests/
H A Diterator_key_by_ref.phpt11 foreach (new Test([0]) as $k => $v) {
H A Dforeach_over_null.phpt7 foreach (null as $v) {
H A Dbug75420.8.phpt6 public function __set($x,$v) { $GLOBALS["obj"] = 24; var_dump($this); }
H A Dbug76901.phpt8 foreach ($it as $v) {
H A Derrmsg_042.phpt7 foreach ($a as &$k=>$v) {
H A Dgc_047.phpt8 foreach($a as &$v) {
/php-src/ext/opcache/tests/jit/
H A Dfetch_r_001.phpt9 $x = [&$v];
H A Dassign_op_004.phpt10 $a =& $v;
/php-src/ext/standard/tests/array/
H A Darray_map_variation4.phpt47 array('\tHello' => 111, 're\td' => 'color', '\v\fworld' => 2.2, 'pen\n' => 33),
48 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
106 ["\v\fworld"]=>
H A Darray_map_variation5.phpt51 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"),
52 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'),
135 string(9) "\v\fworld"
H A Darray_reverse_variation5.phpt50 array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"),
51 /*8*/ array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'),
252 string(9) "\v\fworld"
263 string(9) "\v\fworld"
274 string(9) "\v\fworld"
H A Darray_pad_variation3.phpt84 /*26*/ "\v\fHello\t world!! \rstring\n",
85 '\v\fHello\t world!! \rstring\n',
745 string(30) "\v\fHello\t world!! \rstring\n"
747 string(30) "\v\fHello\t world!! \rstring\n"
751 string(30) "\v\fHello\t world!! \rstring\n"
753 string(30) "\v\fHello\t world!! \rstring\n"
/php-src/ext/random/
H A Dgammasection.c52 static void splitint64(uint64_t v, double *vhi, double *vlo) in splitint64() argument
54 *vhi = v >> 2; in splitint64()
55 *vlo = v & UINT64_C(0x3); in splitint64()
/php-src/Zend/tests/try/
H A Dtry_finally_021.phpt7 foreach ($array as $v) {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt94 foreach ($info as $k => $v) {
95 if (false === stristr($msg, (string)$v)) {
97 $v, $msg);
131 foreach ($info as $k => $v) {
132 if (false === stristr($msg, (string)$v)) {
134 $v, $msg);
/php-src/ext/com_dotnet/tests/
H A Dvariants_x64.phpt15 $v = new VARIANT();
16 if (VT_EMPTY != variant_get_type($v)) {
25 $v = new VARIANT($val);
26 if ($t != variant_get_type($v)) {
27 printf("Bork: [%d] %d: %s\n", $t, variant_get_type($v), $val);
28 print $v . "\n";
36 echo "$op: " . call_user_func('variant_' . $op, $v, $op2) . "\n";
39 echo "\tvariant_$op($v, $op2)\n";
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c878 movedesc(void *v, int i, int fd) in movedesc() argument
891 close(v ? fd : fd); in movedesc()
896 closedesc(void *v, int fd) in closedesc() argument
902 close(v ? fd : fd); in closedesc()
907 handledesc(void *v, int fd, int fdp[3][2]) in handledesc() argument
911 movedesc(v, STDIN_FILENO, fd); in handledesc()
913 movedesc(v, STDIN_FILENO, fdp[STDIN_FILENO][0]); in handledesc()
915 closedesc(v, fdp[STDIN_FILENO][1]); in handledesc()
921 movedesc(v, STDOUT_FILENO, fdp[STDOUT_FILENO][1]); in handledesc()
923 closedesc(v, fdp[STDOUT_FILENO][0]); in handledesc()
[all …]
/php-src/ext/phar/tests/cache_list/files/
H A Dfrontcontroller2.phar1 <?php
2 Phar::webPhar("whatever", "a.php");
3 echo "oops did not run\n";
4 var_dump($_ENV, $_SERVER);
5 __HALT_COMPILER(); ?>
6 v���������������������a.php����G�����ж���������a.jpg����G�����ж���������a.phps����…

Completed in 34 milliseconds

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