Home
last modified time | relevance | path

Searched refs:v (Results 326 – 350 of 721) sorted by relevance

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

/php-src/ext/xml/tests/
H A Dxml_closures_001.phpt13 foreach ($attribs as $k => $v) {
14 print " $k=\"$v\"";
/php-src/ext/gd/tests/
H A Dcolorat.phpt30 foreach ($c as $v) {
31 if ($v != 0) {
/php-src/ext/spl/tests/
H A Dbug69970.phpt25 foreach ($rit as $k => $v) {
26 echo ($rit->getDepth()) . "$k=>$v\n";
H A Darray_014.phpt33 foreach($it as $v)
36 var_dump($v);
H A Darray_020.phpt40 foreach($ar as $k => $v)
43 var_dump($v);
H A Diterator_050.phpt10 foreach($this as $k => $v)
13 var_dump($v);
H A Diterator_051.phpt10 foreach($this as $k => $v)
13 var_dump($v);
H A Drecursive_tree_iterator_008.phpt18 foreach($it as $k => $v) {
19 echo "[$k] => $v\n";
/php-src/Zend/tests/
H A Dbug32993.phpt20 foreach ($t as $v) {
21 echo "$v\n";
H A Dclosure_040.phpt10 public function __construct($v) {
11 $this->x = $v;
/php-src/ext/pdo_sqlite/tests/subclasses/
H A Dpdosqlite_001.phpt15 $db->createFunction('testing', function($v) { return strtolower($v); }, 1, Pdo\Sqlite::DETERMINISTI…
/php-src/ext/opcache/jit/ir/
H A Dir_ra.c97 uint32_t v = 0; in ir_assign_virtual_registers() local
107 vregs[i] = v; in ir_assign_virtual_registers()
125 ival->vreg = v; in ir_new_live_range()
548 if (v) { in ir_add_fusion_ranges()
754 if (v) { in ir_compute_live_ranges()
824 if (v) { in ir_compute_live_ranges()
992 if (v) { in ir_compute_live_sets()
1206 if (v) { in ir_add_fusion_ranges()
1372 if (v) { in ir_compute_live_ranges()
3459 uint32_t v; in ir_assign_bound_spill_slots() local
[all …]
/php-src/ext/random/
H A Dengine_mt19937.c98 #define mixBits(u, v) (hiBit(u) | loBits(v)) /* move hi bit of u to hi bit of v */ argument
100 #define twist(m,u,v) (m ^ (mixBits(u,v) >> 1) ^ ((uint32_t)(-(int32_t)(loBit(v))) & 0x9908b0dfU)) argument
101 #define twist_php(m,u,v) (m ^ (mixBits(u,v) >> 1) ^ ((uint32_t)(-(int32_t)(loBit(u))) & 0x9908b0df… argument
/php-src/tests/lang/
H A DforeachLoopIterator.002.phpt16 foreach ($f as $k=>&$v) {
17 echo "$k => $v\n";
/php-src/ext/standard/tests/password/
H A Dpassword_get_info_argon2.phpt11 var_dump(password_get_info('$argon2i$v=19$m=65536,t=3,p=1$SWhIcG5MT21Pc01PbWdVZw$WagZELICsz7jlqOR2Y…
12 var_dump(password_get_info('$argon2id$v=19$m=1024,t=2,p=2$Zng1U1RHS0h1aUJjbGhPdA$ajQnG5s01Ws1ad8xv+…
/php-src/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createfunction_with_flags.phpt19 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); }, 1, PDO::SQLITE_DETERM…
/php-src/ext/standard/
H A Dphp_array.h70 #define ARRAYG(v) ZEND_MODULE_GLOBALS_ACCESSOR(array, v) argument
/php-src/ext/dom/tests/modern/spec/
H A Ddom_parsing_gh45.phpt9 $root->firstChild->setAttributeNS('u1', 'name', 'v');
18 <el1 xmlns:p="u1" xmlns:q="u1"><el2 xmlns:q="u2" p:name="v"/></el1>
/php-src/ext/filter/
H A Dphp_filter.h62 #define IF_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(filter, v) argument
/php-src/ext/intl/tests/
H A Dcpbi_parts_iterator.phpt15 foreach ($it as $k => $v) {
16 echo "$k. $v (" . sprintf("U+%04X", $it->getBreakIterator()->getLastCodePoint()) .
/php-src/Zend/tests/generators/
H A Dyield_from_backtrace.phpt19 foreach (gen() as $v) {
20 var_dump($v);
/php-src/ext/standard/tests/strings/
H A Daddcslashes_002.phpt8 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
29 string(44) "goodyear12345NULL\000truefalse\a\v\f\b\n\r\t"
/php-src/ext/zend_test/
H A Dphp_test.h69 #define ZT_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(zend_test, v) argument
/php-src/ext/standard/tests/array/
H A Darray_intersect_variation5.phpt35 '\v\fworld' => 2.2, 'pen\n' => 33),
37 "\v\fworld" => 2.2, "pen\n" => 33),
102 ["\v\fworld"]=>
108 ["\v\fworld"]=>
H A Darray_intersect_variation7.phpt49 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3 => "pen\n"),
50 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3 => 'pen\n'),
63 $arr2 = array(1, 2, 1.2, 2.3333, "col\tor", '\v\fworld', $fp,
149 string(9) "\v\fworld"
153 string(9) "\v\fworld"

Completed in 35 milliseconds

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