Home
last modified time | relevance | path

Searched refs:v (Results 126 – 150 of 604) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Diso8859_7.c122 int v;
126 v = (EncISO_8859_7_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
127 if ((v | BIT_CTYPE_LOWER) != 0) {
134 return (v != 0 ? TRUE : FALSE);
H A Diso8859_13.c128 int v;
137 v = (EncISO_8859_13_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
138 if ((v | BIT_CTYPE_LOWER) != 0) {
146 return (v != 0 ? TRUE : FALSE);
H A Diso8859_14.c129 int v;
138 v = (EncISO_8859_14_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
139 if ((v | BIT_CTYPE_LOWER) != 0) {
143 return (v != 0 ? TRUE : FALSE);
H A Diso8859_15.c129 int v;
138 v = (EncISO_8859_15_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
139 if ((v | BIT_CTYPE_LOWER) != 0) {
147 return (v != 0 ? TRUE : FALSE);
H A Diso8859_16.c128 int v;
137 v = (EncISO_8859_16_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
138 if ((v | BIT_CTYPE_LOWER) != 0) {
142 return (v != 0 ? TRUE : FALSE);
H A Diso8859_2.c128 int v;
137 v = (EncISO_8859_2_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
138 if ((v | BIT_CTYPE_LOWER) != 0) {
142 return (v != 0 ? TRUE : FALSE);
H A Diso8859_3.c128 int v;
137 v = (EncISO_8859_3_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
138 if ((v | BIT_CTYPE_LOWER) != 0) {
146 return (v != 0 ? TRUE : FALSE);
H A Diso8859_4.c128 int v;
137 v = (EncISO_8859_4_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
138 if ((v | BIT_CTYPE_LOWER) != 0) {
145 return (v != 0 ? TRUE : FALSE);
H A Diso8859_10.c128 int v;
137 v = (EncISO_8859_10_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
138 if ((v | BIT_CTYPE_LOWER) != 0) {
142 return (v != 0 ? TRUE : FALSE);
H A Diso8859_9.c128 int v;
137 v = (EncISO_8859_9_CtypeTable[*p] & (BIT_CTYPE_UPPER | BIT_CTYPE_LOWER));
138 if ((v | BIT_CTYPE_LOWER) != 0) {
146 return (v != 0 ? TRUE : FALSE);
/PHP-5.5/ext/gmp/
H A Dphp_gmp.h80 #define GMPG(v) TSRMG(gmp_globals_id, zend_gmp_globals *, v) argument
82 #define GMPG(v) (gmp_globals.v)
/PHP-5.5/tests/lang/
H A Dbug24640.phpt8 function test($v)
10 echo var_export($v, true) . "\n";
11 var_dump($v);
12 echo "$v\n";
13 print_r($v);
H A DforeachLoopIterator.001.phpt46 foreach ($f as $k=>$v) {
47 echo "$k => $v\n";
56 foreach ($f as $k=>$v) {
58 echo "$k => $v\n";
60 foreach ($f as $k=>$v) {
61 echo " $k => $v\n";
/PHP-5.5/ext/spl/tests/
H A Diterator_045.phpt24 foreach($ar as $k => $v)
26 echo "set($k,$v)\n";
27 $this->offsetSet($k, $v);
34 foreach($ar as $k => $v)
36 echo "unset($v)\n";
37 $this->offsetUnset($v);
44 foreach($this as $v) ;
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation10.phpt59 string(82) "This is t o test ch unk_split () with v arious 's ingle quo ted' endi ng string . "
65 string(118) "This is t@#$%^o test ch@#$%^unk_split@#$%^() with v@#$%^arious 's@#$%^ingle quo@#$%^te…
67 string(91) "This is t\to test ch\tunk_split\t() with v\tarious 's\tingle quo\tted' endi\tng string\…
69 string(91) "This is t\no test ch\nunk_split\n() with v\narious 's\ningle quo\nted' endi\nng string\…
71 string(91) "This is t\ro test ch\runk_split\r() with v\rarious 's\ringle quo\rted' endi\rng string\…
73 string(109) "This is t\r\no test ch\r\nunk_split\r\n() with v\r\narious 's\r\ningle quo\r\nted' end…
75 string(91) "This is t\0o test ch\0unk_split\0() with v\0arious 's\0ingle quo\0ted' endi\0ng string\…
79 string(118) "This is t(MSG)o test ch(MSG)unk_split(MSG)() with v(MSG)arious 's(MSG)ingle quo(MSG)te…
81 … ending string (o test ch) ending string (unk_split) ending string (() with v) ending string (ario…
83 string(217) "This is t) numbers 1234 (o test ch) numbers 1234 (unk_split) numbers 1234 (() with v) …
[all …]
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_helpers.cpp52 long v = Z_LVAL_P(calendar_zv); in datefmt_process_calendar_arg() local
53 if (v != (long)UCAL_TRADITIONAL && v != (long)UCAL_GREGORIAN) { in datefmt_process_calendar_arg()
62 } else if (v == (long)UCAL_TRADITIONAL) { in datefmt_process_calendar_arg()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h120 #define XSL_G(v) TSRMG(xsl_globals_id, zend_xsl_globals *, v) argument
122 #define XSL_G(v) (xsl_globals.v) argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt122 if ($result !== $v) {
126 gettype($v), $v,
164 foreach ($expected as $k => $v)
165 $expected[$k] = number_format(round($v), 0, '.', ',');
169 foreach ($expected as $k => $v)
174 foreach ($expected as $k => $v)
179 foreach ($expected as $k => $v)
184 foreach ($expected as $k => $v)
189 foreach ($expected as $k => $v)
194 foreach ($expected as $k => $v)
[all …]
H A Dmysqli_get_connection_stats.phpt32 foreach ($info as $k => &$v) {
34 $v = 0;
37 foreach ($info2 as $k => &$v) {
39 $v = 0;
52 foreach ($info as $k => &$v) {
54 $v = 0;
/PHP-5.5/ext/pcre/
H A Dphp_pcre.h77 # define PCRE_G(v) TSRMG(pcre_globals_id, zend_pcre_globals *, v) argument
79 # define PCRE_G(v) (pcre_globals.v)
/PHP-5.5/ext/standard/tests/array/
H A Darray_reduce_variation1.phpt14 function oneArg($v) {
15 return $v;
18 function threeArgs($v, $w, $x) {
19 return $v + $w + $x;
H A Darray_chunk_variation25.phpt5 $array = array ("p" => "A", "q" => "B", "r" => "C", "s" => "D", "u" => "E", "v" => "F");
27 ["v"]=>
96 ["v"]=>
176 ["v"]=>
241 ["v"]=>
303 ["v"]=>
365 ["v"]=>
421 ["v"]=>
/PHP-5.5/TSRM/
H A Dtsrm_win32.h71 # define TWG(v) TSRMG(win32_globals_id, tsrm_win32_globals *, v) argument
73 # define TWG(v) (win32_globals.v) argument
/PHP-5.5/Zend/
H A Dzend_signal.h68 # define SIGG(v) TSRMG(zend_signal_globals_id, zend_signal_globals_t *, v) argument
75 # define SIGG(v) (zend_signal_globals.v)
/PHP-5.5/Zend/tests/
H A Dbug31341.phpt16 foreach ($a as $v) {
17 echo("'$v'\n");

Completed in 56 milliseconds

12345678910>>...25