Home
last modified time | relevance | path

Searched refs:v (Results 251 – 275 of 721) sorted by relevance

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

/php-src/Zend/tests/
H A Dbug34467.phpt17 foreach (array (1,2,3) as $abc->k => $abc->v) {
18 var_dump($abc->k,$abc->v);
H A Ddval_to_lval_32.phpt21 foreach ($values as $v) {
22 var_dump((int)$v);
H A Dbug40705.phpt7 foreach ($array as $k => $v) {
16 foreach ($foo as $k => $v) {
H A Dgh12826.phpt15 foreach($test as $k => &$v) { // Mind the reference!
26 unset($v);
/php-src/Zend/tests/in-de-crement/
H A Doss-fuzz-61865_postdec_declared_property_unset_error_handler.phpt14 $v = ($c->a--);
16 var_dump($v);
H A Doss-fuzz-61865_postinc_declared_property_unset_error_handler.phpt14 $v = ($c->a++);
16 var_dump($v);
/php-src/ext/sodium/tests/
H A Dutils.phpt19 $v = "\xFF\xFF\x80\x01\x02\x03\x04\x05\x06\x07";
20 $v .= "\x08";
21 sodium_increment($v);
22 var_dump(bin2hex($v));
26 sodium_add($v, $w);
27 var_dump(bin2hex($v));
/php-src/Zend/tests/type_declarations/dnf_types/variance/
H A Dvalid2.phpt12 public function foo(X|(A&B) $v): X|(A&B) {}
17 public function foo((B&A)|X $v): (B&A)|X {}
/php-src/ext/standard/tests/array/
H A Dbug35014.phpt17 foreach ($tests as $v) {
18 var_dump(array_product($v));
H A Dbug35014_64bit.phpt19 foreach ($tests as $v) {
20 var_dump(array_product($v));
H A Dbug12776.phpt14 $arr=array('k'=>'v');
23 val: v; key: k
/php-src/ext/pgsql/tests/
H A Dbug76548.phpt13 $result = pg_query($conn, 'SELECT v FROM (VALUES (1), (2), (3)) AS t(v)');
/php-src/ext/opcache/jit/
H A Dzend_jit.h146 # define JIT_G(v) ZEND_TSRMG(jit_globals_id, zend_jit_globals *, v) argument
149 # define JIT_G(v) (jit_globals.v) argument
/php-src/tests/lang/operators/
H A Doverloaded_property_ref.phpt9 function __set($x, $v) { $this->bar = $v; }
/php-src/ext/spl/tests/
H A Dheap_007.phpt18 $v = $h->current();
19 echo "$k=>$v\n";
H A Diterator_048.phpt10 foreach(new RecursiveIteratorIterator($this) as $k => $v)
13 var_dump($v);
H A Dpqueue_003.phpt17 $v = $h->current();
18 echo "$k=>$v\n";
H A Diterator_040.phpt19 foreach($it as $k => $v)
24 var_dump($v);
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_keeps_object_alive.phpt52 $v = main();
54 var_dump($v->getValue()->getId());
58 unset($v);
/php-src/ext/pcntl/
H A Dphp_pcntl.h59 #define PCNTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(pcntl, v) argument
/php-src/ext/intl/
H A Dphp_intl.h62 #define INTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(intl, v) argument
/php-src/ext/pdo_pgsql/tests/
H A Dconfig.inc14 foreach ($config['ENV'] as $k => $v) {
15 putenv("$k=$v");
/php-src/ext/gd/tests/
H A Dimagewbmp-mb.phpt18 foreach ($c as $v) {
19 if ($v != 0) {
H A Dimagewbmp.phpt18 foreach ($c as $v) {
19 if ($v != 0) {
/php-src/ext/date/tests/
H A Dbug35425.phpt9 foreach (array('B','d','h','H','i','I','L','m','s','t','U','w','W','y','Y','z','Z') as $v) {
10 var_dump(idate($v, $time));

Completed in 26 milliseconds

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