Home
last modified time | relevance | path

Searched refs:v (Results 176 – 200 of 679) sorted by relevance

12345678910>>...28

/PHP-8.0/ext/spl/tests/
H A Dbug74058.phpt13 public function offsetSet($x, $v)
16 return parent::offsetSet($x, $v);
33 public function offsetSet($x, $v)
36 return parent::offsetSet($x, $v);
H A Dbug81587.phpt9 foreach ($mi as $v) {
10 var_dump($v);
/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c559 uint64_t v; in mprint() local
997 v = ((((v >> 0) & 0x7f) << 0) | in cvt_id3()
1003 return v; in cvt_id3()
1913 v = 0; in file_strncmp()
1922 v = 1; in file_strncmp()
1947 v = 1; in file_strncmp()
1963 return v; in file_strncmp()
2153 v = 0; in magiccheck()
2179 v = 0; in magiccheck()
2278 v = 1; in magiccheck()
[all …]
/PHP-8.0/Zend/tests/return_types/
H A D015.phpt18 $v = new Vector;
19 var_dump($v->values());
/PHP-8.0/ext/pdo/tests/
H A Dpdo_027.phpt21 foreach ($db->query("SELECT * FROM test", PDO::FETCH_LAZY) as $v) {
22 echo "lazy: " . $v->id.$v->name."\n";
/PHP-8.0/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_tostring_exception.phpt15 $db->exec('CREATE TABLE t(id int, v varchar(255))');
17 $stmt = $db->prepare('INSERT INTO t VALUES(:i, :v)');
21 $stmt->bindParam('v', $param2);
/PHP-8.0/tests/lang/
H A DforeachLoop.006.phpt6 foreach ($a as &$k=>$v) {
7 var_dump($v);
/PHP-8.0/ext/opcache/tests/
H A Dbug66176.phpt12 function foo($v) {
14 return $a[$v];
H A Dbug75570.phpt10 foreach ($graph as $v) {
11 $graph[$v]['line'] = 1;
H A Dbug72762.phpt15 foreach ($b as $k => $v) {
17 $b[$k] = $v;
/PHP-8.0/ext/oci8/tests/
H A Dminfo.phpt10 $v = ob_get_clean();
11 $r = preg_match('/OCI8 Support .* enabled/', $v);
/PHP-8.0/Zend/tests/
H A Ddval_to_lval_64.phpt19 foreach ($values as $v) {
20 var_dump((int)$v);
H A Dforeach_by_ref_repacking_insert.phpt8 foreach ($a as $k => &$v) {
9 var_dump($v);
H A Dbug76946.phpt8 foreach ([1, $gen] as $v) {
9 yield $v;
H A Dbug69221.phpt20 foreach ($gen2 as $v) { var_dump($v); }
H A Dlist_assign_ref_string_offset_error.phpt7 $v = 'b';
9 list(&$a[$i++]) = $v;
/PHP-8.0/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
14 ["v"]=>
/PHP-8.0/ext/standard/
H A Dmt_rand.c89 #define mixBits(u, v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */ argument
91 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((uint32_t)(-(int32_t)(loBit(v))) & 0x9908b0dfU)) argument
92 #define twist_php(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((uint32_t)(-(int32_t)(loBit(u))) & 0x9908b0dfU)) argument
/PHP-8.0/Zend/tests/generators/
H A Dyield_from_deep_recursion.phpt20 foreach (gen() as $v) {
21 var_dump($v);
/PHP-8.0/ext/opcache/tests/jit/
H A Dassign_dim_003.phpt14 var_dump($a[0] = $v);
19 Warning: Undefined variable $v in %sassign_dim_003.php on line 3
/PHP-8.0/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.0/ext/ldap/
H A Dphp_ldap.h49 #define LDAPG(v) ZEND_MODULE_GLOBALS_ACCESSOR(ldap, v) argument
/PHP-8.0/sapi/cli/tests/
H A D001.phpt10 var_dump(`$php -n -v`);
17 Zend Engine v%s, Copyright (c) Zend Technologies
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt33 foreach ($after as $k => $v)
34 if ($v != 0) {
36 $k, $v);
/PHP-8.0/ext/sodium/tests/
H A Dphp_password_verify.phpt49 Hash: string(97) "$argon2id$v=19$m=65536,t=2,p=1$%s$%s"
53 Hash: string(98) "$argon2id$v=19$m=262144,t=2,p=1$%s$%s"
57 Hash: string(97) "$argon2id$v=19$m=65536,t=3,p=1$%s$%s"
61 Hash: string(98) "$argon2id$v=19$m=262144,t=3,p=1$%s$%s"

Completed in 41 milliseconds

12345678910>>...28