Home
last modified time | relevance | path

Searched refs:v (Results 76 – 100 of 604) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/intl/
H A Dphp_intl.h59 #define INTL_G(v) TSRMG(intl_globals_id, zend_intl_globals *, v) argument
61 #define INTL_G(v) (intl_globals.v)
/PHP-5.5/ext/bcmath/
H A Dphp_bcmath.h52 # define BCG(v) TSRMG(bcmath_globals_id, zend_bcmath_globals *, v) argument
54 # define BCG(v) (bcmath_globals.v)
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet.h56 # define COMG(v) TSRMG(com_dotnet_globals_id, zend_com_dotnet_globals *, v) argument
58 # define COMG(v) (com_dotnet_globals.v)
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.h54 #define AP(v) TSRMG(php_apache_info_id, php_apache_info_struct *, v) argument
57 #define AP(v) (php_apache_info.v) argument
/PHP-5.5/ext/ereg/
H A Dphp_ereg.h57 #define EREG(v) TSRMG(ereg_globals_id, zend_ereg_globals *, v) argument
59 #define EREG(v) (ereg_globals.v) argument
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetopt_003.phpt4 -vvv --v -a value --another value -1111 -2 --12 --0 --0 --1 -v
10 var_dump(getopt("2a:vcd1", array("another:", 12, 0, 1, "v")));
14 ["v"]=>
/PHP-5.5/ext/oci8/tests/
H A Dserverversion.phpt17 $v = oci_server_version($c);
18 var_dump(str_replace("\n", "", $v));
20 $v = ociserverversion($c);
21 var_dump(str_replace("\n", "", $v));
/PHP-5.5/Zend/tests/
H A Dbug67633.phpt17 foreach(id($array) as &$v) {
18 $v .= 'q';
22 foreach(ref_id($array) as &$v) {
23 $v .= 'q';
H A Dclosure_006.phpt6 $getClosure = function ($v) {
7 return function () use ($v) {
8 echo "Hello World: $v!\n";
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.006.phpt25 foreach ($obj as $v) {
26 var_dump($v);
27 if ($v==$obj->b) {
42 foreach ($obj as $v) {
43 var_dump($v);
44 if ($v==="Original b") {
59 foreach ($a as $v) {
60 var_dump($v);
61 if ($v===2) {
H A Dbug24658.phpt18 $v = new foo();
20 no_typehint($v);
21 typehint($v);
22 no_typehint_ref($v);
23 typehint_ref($v);
H A Dbug24396.phpt8 foreach($arr as $k=>$v) {
11 echo "($k => $v)\n";
13 $$k = $v;
H A DforeachLoop.011.phpt8 foreach ($a as $v) {
9 var_dump($v);
18 foreach ($a as $v) {
19 var_dump($v);
/PHP-5.5/ext/simplexml/
H A Dphp_simplexml.h75 #define SIMPLEXML_G(v) TSRMG(simplexml_globals_id, zend_simplexml_globals *, v) argument
77 #define SIMPLEXML_G(v) (simplexml_globals.v) argument
/PHP-5.5/ext/spl/tests/
H A Diterator_005.phpt17 foreach(new IteratorIterator($it) as $v)
19 var_dump($v);
33 foreach(new IteratorIterator($it) as $v)
35 var_dump($v);
/PHP-5.5/ext/enchant/
H A Dphp_enchant.h67 #define ENCHANT_G(v) TSRMG(enchant_globals_id, zend_enchant_globals *, v) argument
69 #define ENCHANT_G(v) (enchant_globals.v) argument
/PHP-5.5/ext/zlib/
H A Dphp_zlib.h71 # define ZLIBG(v) TSRMG(zlib_globals_id, zend_zlib_globals *, v) argument
73 # define ZLIBG(v) (zlib_globals.v) argument
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_50323.phpt23 foreach ($parts as $k => $v) {
24 $tmp = explode('=', $v);
30 foreach ($new_options as $k => $v)
31 $options[$k] = $v;
34 foreach ($options as $k => $v)
35 $dsn .= sprintf('%s=%s;', $k, $v);
/PHP-5.5/ext/standard/tests/strings/
H A Dpack.phpt93 print_r(unpack("v", pack("v", 65534)));
94 print_r(unpack("v", pack("v", 65537)));
95 print_r(unpack("v", pack("v", 0)));
96 print_r(unpack("v", pack("v", -1000)));
97 print_r(unpack("v", pack("v", -64434)));
98 print_r(unpack("v", pack("v", -65535)));
/PHP-5.5/ext/tidy/
H A Dphp_tidy.h43 #define TG(v) TSRMG(tidy_globals_id, zend_tidy_globals *, v) argument
45 #define TG(v) (tidy_globals.v)
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation23.phpt5 $array = array ("p" => 1, "q" => 2, "r" => 3, "s" => 4, "u" => 5, "v" => 6);
27 ["v"]=>
96 ["v"]=>
176 ["v"]=>
241 ["v"]=>
303 ["v"]=>
365 ["v"]=>
421 ["v"]=>
/PHP-5.5/ext/json/
H A Dphp_json.h47 # define JSON_G(v) TSRMG(json_globals_id, zend_json_globals *, v) argument
49 # define JSON_G(v) (json_globals.v)
/PHP-5.5/ext/pdo/
H A Dphp_pdo.h60 # define PDOG(v) TSRMG(pdo_globals_id, zend_pdo_globals *, v) argument
62 # define PDOG(v) (pdo_globals.v)
/PHP-5.5/ext/spl/
H A Dphp_spl.h76 # define SPL_G(v) TSRMG(spl_globals_id, zend_spl_globals *, v) argument
79 # define SPL_G(v) (spl_globals.v)
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h79 #define AP2(v) TSRMG(php_apache2_info_id, php_apache2_info_struct *, v) argument
82 #define AP2(v) (php_apache2_info.v) argument

Completed in 25 milliseconds

12345678910>>...25