Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...25

/PHP-5.5/ext/spl/tests/
H A Diterator_046.phpt24 foreach($this as $v) ;
30 foreach($this as $v)
H A Drecursive_tree_iterator_008.phpt18 foreach($it as $k => $v) {
19 echo "[$k] => $v\n";
H A Diterator_032.phpt8 foreach($it as $k=>$v)
10 echo "$k=>$v\n";
H A Dspl_recursive_iterator_iterator_key_case.phpt11 foreach($it as $k=>$v)
13 echo "$k=>$v\n";
H A Dfixedarray_019.phpt29 foreach($fa as $k=>$v) {
31 var_dump($v);
H A Diterator_050.phpt10 foreach($this as $k => $v)
13 var_dump($v);
H A Darray_020.phpt40 foreach($ar as $k => $v)
43 var_dump($v);
H A Darray_014.phpt33 foreach($it as $v)
36 var_dump($v);
H A Diterator_023.phpt116 …("ba", array("bba", "bbb"), array(array("bcaa"), array("bcba"))), array("ca"), "d")), 2) as $k=>$v)
118 if (is_array($v)) $v = join('',$v);
119 echo "$k=>$v\n";
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug47859.phpt12 var_dump(parse_ini_string('k*e*y = "v*a*lue"'));
41 string(7) "v*a*lue"
/PHP-5.5/Zend/tests/
H A Dbug32993.phpt20 foreach ($t as $v) {
21 echo "$v\n";
H A Dlsb_018.phpt39 $v = Bar::getInstance();
43 $v->identify();
51 $v->identify();
/PHP-5.5/ext/standard/tests/strings/
H A Daddcslashes_001.phpt10 $string = "goodyear12345NULL\0truefalse\a\v\f\b\n\r\t";
21 "\v",
74 string(37) "goodyear12345NULL�truefalse\a\v \b
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-5.5/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt43 foreach ($after as $k => $v)
44 if ($v != 0) {
46 $k, $v);
/PHP-5.5/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt18 var_dump(preg_replace_callback('@\b\w{1,2}\b@', 'g', array('a b3 bcd', 'v' => 'aksfjk', 12 => 'aa b…
28 ["v"]=>
/PHP-5.5/ext/mbstring/
H A Dmbstring.h203 #define MBSTRG(v) TSRMG(mbstring_globals_id, zend_mbstring_globals *, v) argument
205 #define MBSTRG(v) (mbstring_globals.v) argument
/PHP-5.5/ext/wddx/tests/
H A Dbug71587.phpt27 foreach($wddx as $k=>$v)
28 printf("Key: %s\nValue: %s\n",bin2hex($k),bin2hex($v));
/PHP-5.5/ext/xml/tests/
H A Dxml_closures_001.phpt13 while (list($k, $v) = each($attribs)) {
14 print " $k=\"$v\"";
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate.phpt15 …eateAggregate('testing', function(&$a, $b) { $a .= $b; return $a; }, function(&$v) { return $v; });
H A Dpdo_sqlite_createfunction.phpt16 $db->sqliteCreateFunction('testing', function($v) { return strtolower($v); });
/PHP-5.5/ext/gd/tests/
H A Dcolorat.phpt32 foreach ($c as $v) {
33 if ($v != 0) {
/PHP-5.5/ext/standard/
H A Drand.c147 #define mixBits(u, v) (hiBit(u)|loBits(v)) /* move hi bit of u to hi bit of v */ argument
149 #define twist(m,u,v) (m ^ (mixBits(u,v)>>1) ^ ((php_uint32)(-(php_int32)(loBit(u))) & 0x9908b0dfU)) argument
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h300 # define ODBCG(v) TSRMG(odbc_globals_id, zend_odbc_globals *, v) argument
302 # define ODBCG(v) (odbc_globals.v) argument
/PHP-5.5/ext/imap/
H A Dphp_imap.h220 # define IMAPG(v) TSRMG(imap_globals_id, zend_imap_globals *, v) argument
222 # define IMAPG(v) (imap_globals.v)

Completed in 62 milliseconds

1...<<11121314151617181920>>...25