Home
last modified time | relevance | path

Searched refs:v (Results 201 – 225 of 721) sorted by relevance

12345678910>>...29

/php-src/Zend/tests/generators/
H A Dyield_from_array.phpt15 foreach(gen() as $v) {
16 var_dump($v);
H A Dyield_from_deep_recursion.phpt20 foreach (gen() as $v) {
21 var_dump($v);
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_003.phpt13 var_dump($a[0] = $v);
18 Warning: Undefined variable $v in %sassign_dim_003.php on line 3
/php-src/ext/standard/tests/array/
H A Dbug22463.phpt10 function cb($v, $elem) {
11 return $v + a($elem);
/php-src/ext/opcache/tests/
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-src/Zend/tests/
H A Dgh11244-004.phpt8 foreach ($obj as $p => $v) {
9 echo "$p : $v\n";
H A Dforeach_by_ref_repacking_insert.phpt8 foreach ($a as $k => &$v) {
9 var_dump($v);
H A Ddval_to_lval_64.phpt19 foreach ($values as $v) {
20 var_dump((int)$v);
H A Dbug76946.phpt8 foreach ([1, $gen] as $v) {
9 yield $v;
/php-src/ext/spl/tests/
H A Diterator_031.phpt17 foreach($it as $k=>$v)
19 echo "$k=>$v\n";
79 foreach($ap as $k=>$v)
81 echo "$k=>$v\n";
H A Drecursive_tree_iterator_005.phpt29 foreach($it as $k => $v) {
30 var_dump($v);
33 foreach($it as $k => $v) {
38 foreach($it as $k => $v) {
H A Dgh11178.phpt18 foreach ($obj as $k => &$v) {
19 $v = 3;
/php-src/ext/sodium/tests/
H A Dphp_password_verify.phpt52 Hash: string(97) "$argon2id$v=19$m=65536,t=2,p=1$%s$%s"
56 Hash: string(98) "$argon2id$v=19$m=262144,t=2,p=1$%s$%s"
60 Hash: string(97) "$argon2id$v=19$m=65536,t=3,p=1$%s$%s"
64 Hash: string(98) "$argon2id$v=19$m=262144,t=3,p=1$%s$%s"
/php-src/ext/standard/
H A Dbasic_functions.h117 #define BG(v) ZEND_TSRMG(basic_globals_id, php_basic_globals *, v) argument
120 #define BG(v) (basic_globals.v) argument
/php-src/Zend/tests/return_types/
H A D015.phpt18 $v = new Vector;
19 var_dump($v->values());
/php-src/ext/pdo/tests/
H A Dpdo_027.phpt22 foreach ($db->query("SELECT * FROM test027", PDO::FETCH_LAZY) as $v) {
23 echo "lazy: " . $v->id.$v->name."\n";
/php-src/tests/lang/
H A DforeachLoop.006.phpt6 foreach ($a as &$k=>$v) {
7 var_dump($v);
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h96 #define mysql_stmt_attr_get(s,a,v) mysqlnd_stmt_attr_get((s), (a), (v)) argument
97 #define mysql_stmt_attr_set(s,a,v) mysqlnd_stmt_attr_set((s), (a), (v)) argument
103 #define mysql_options(c,a,v) mysqlnd_options((c), (a), (v)) argument
104 #define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v)) argument
/php-src/ext/standard/tests/general_functions/
H A Dgetopt.phpt4 -v -h -d test -m 1234 -t -j
14 ["v"]=>
/php-src/Zend/tests/offsets/
H A Dtest_offset_helpers.inc3 function get_zend_debug_type($v) {
4 if ($v === true) {
7 if ($v === false) {
10 if (is_resource($v)) {
13 return get_debug_type($v);
67 foreach (get_class_vars($o::class) as $p => $v) {
/php-src/ext/com_dotnet/tests/
H A Dbug39596.phpt11 $v = new VARIANT( $binding_string, VT_ARRAY );
12 foreach ($v AS $element) {
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_no_dynamic_property.phpt6 $v = new SensitiveParameterValue('secret');
8 $v->foo = 'bar';
/php-src/Zend/tests/in-de-crement/
H A Doss-fuzz-61469_postdec_dynamic_property_unset_error_handler.phpt13 $v = ($c->a--);
15 var_dump($v);
H A Doss-fuzz-61469_postinc_dynamic_property_unset_error_handler.phpt13 $v = ($c->a--);
15 var_dump($v);

Completed in 28 milliseconds

12345678910>>...29