Home
last modified time | relevance | path

Searched refs:v (Results 151 – 175 of 719) sorted by relevance

12345678910>>...29

/PHP-8.2/ext/standard/tests/array/
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
27 ["v"]=>
91 ["v"]=>
171 ["v"]=>
236 ["v"]=>
298 ["v"]=>
360 ["v"]=>
416 ["v"]=>
/PHP-8.2/ext/dl_test/
H A Dphp_dl_test.h34 #define DT_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dl_test, v) argument
/PHP-8.2/Zend/tests/type_declarations/
H A Dstandalone_null.phpt6 function test(null $v): null {
7 return $v;
/PHP-8.2/Zend/tests/type_declarations/literal_types/
H A Dtrue_standalone.phpt6 function test(true $v): true {
7 return $v;
H A Dfalse_standalone.phpt6 function test(false $v): false {
7 return $v;
/PHP-8.2/Zend/tests/
H A Dassign_dim_op_same_var.phpt8 foreach ($ary as $v) {
9 var_dump($v);
H A Dforeach_015.phpt6 foreach($a as &$v) {
7 echo "$v\n";
H A Dforeach_007.phpt6 foreach($a as &$v) {
7 echo "$v\n";
H A Dbug39017.phpt2 Bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)
6 foreach(($a=(object)new A()) as $v);
/PHP-8.2/Zend/tests/nullable_types/
H A Dstring.phpt6 function _string_(?string $v): ?string {
7 return $v;
/PHP-8.2/ext/standard/tests/strings/
H A D004.phpt9 foreach($a as $k => $v)
10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
/PHP-8.2/tests/lang/
H A DforeachLoopIterator.001.phpt46 foreach ($f as $k=>$v) {
47 echo "$k => $v\n";
56 foreach ($f as $k=>$v) {
58 echo "$k => $v\n";
60 foreach ($f as $k=>$v) {
61 echo " $k => $v\n";
H A DforeachLoopIteratorAggregate.003.phpt60 foreach (new A1 as $k=>$v) {
61 echo "$k => $v\n";
65 foreach (new A2 as $k=>$v) {
66 echo "$k => $v\n";
70 foreach (new A3 as $k=>$v) {
71 echo "$k => $v\n";
/PHP-8.2/ext/opcache/tests/jit/
H A Dpreload_bug80634.inc5 public function __construct(int $v) {
7 $this->current = $v;
H A Dfetch_list_r_001.phpt11 $v = 'a';
12 list($$v) = "";
/PHP-8.2/ext/com_dotnet/tests/
H A Dbug79248.phpt7 $v = new variant([], VT_ARRAY);
8 foreach ($v as $el) {
/PHP-8.2/ext/spl/tests/
H A Dbug49723.phpt10 foreach ($lit as $v) {
11 echo $v;
H A Dbug74058.phpt13 public function offsetSet($x, $v): void
16 parent::offsetSet($x, $v);
33 public function offsetSet($x, $v): void
36 parent::offsetSet($x, $v);
/PHP-8.2/ext/sqlite3/tests/
H A Dexception_from_toString.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
19 $stmt->bindValue('v', new throws);
/PHP-8.2/build/
H A Dshtool1311 SP="[Sun ]Solaris $v"
1327 v=`/sbin/uname -v`
1342 v="${UNAME_RELEASE}"
1344 v=`echo "${v}" | sed -e 's;^\([0-9][0-9]*\.[0-9][0-9]*\).*$;\1;'`
1361 ST="[SGI ]IRIX ${v}"
1362 v="${UNAME_RELEASE}"
1363 SP="[SGI ]IRIX ${v}"
1398 case "${v}" in
1417 ST="[HP ]Tru64 ${v}"
1478 if [ ".$v" = . ]; then
[all …]
/PHP-8.2/Zend/tests/type_declarations/dnf_types/
H A Ddnf_2_intersection.phpt15 function foo1((X&Y)|(W&Z) $v): (X&Y)|(W&Z) {
16 return $v;
18 function foo2((W&Z)|(X&Y) $v): (W&Z)|(X&Y) {
19 return $v;
/PHP-8.2/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt43 Hash: string(96) "$argon2i$v=19$m=65536,t=4,p=1$%s$%s"
47 Hash: string(96) "$argon2i$v=19$m=65536,t=8,p=1$%s$%s"
51 Hash: string(97) "$argon2i$v=19$m=131072,t=4,p=1$%s$%s"
55 Hash: string(97) "$argon2i$v=19$m=131072,t=8,p=1$%s$%s"
H A Dphp_password_hash_argon2id.phpt42 Hash: string(97) "$argon2id$v=19$m=65536,t=4,p=1$%s$%s"
46 Hash: string(97) "$argon2id$v=19$m=65536,t=8,p=1$%s$%s"
50 Hash: string(98) "$argon2id$v=19$m=131072,t=4,p=1$%s$%s"
54 Hash: string(98) "$argon2id$v=19$m=131072,t=8,p=1$%s$%s"
/PHP-8.2/ext/gmp/
H A Dphp_gmp.h37 #define GMPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(gmp, v) argument
/PHP-8.2/ext/sqlite3/
H A Dphp_sqlite3.h35 #define SQLITE3G(v) ZEND_MODULE_GLOBALS_ACCESSOR(sqlite3, v) argument

Completed in 33 milliseconds

12345678910>>...29