Home
last modified time | relevance | path

Searched refs:v (Results 201 – 225 of 722) sorted by last modified time

12345678910>>...29

/php-src/Zend/tests/
H A Dgh11244-004.phpt8 foreach ($obj as $p => $v) {
9 echo "$p : $v\n";
H A Dgh11222.phpt8 foreach ($a as $k => &$v) {
17 echo "$k => $v\n";
/php-src/ext/exif/
H A Dexif.c100 #define EXIF_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(exif, v) in ZEND_DECLARE_MODULE_GLOBALS() argument
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_format.phpt120 foreach ($expected as $k => $v) {
124 if ($result !== $v) {
128 gettype($v), $v,
166 foreach ($expected as $k => $v)
171 foreach ($expected as $k => $v)
176 foreach ($expected as $k => $v)
181 foreach ($expected as $k => $v)
186 foreach ($expected as $k => $v)
191 foreach ($expected as $k => $v)
196 foreach ($expected as $k => $v)
[all …]
H A Dmysqli_stmt_bind_param_references.phpt63 $label = 'v';
185 public $bar = 'v';
H A Dmysqli_fetch_field_flags.phpt190 foreach ($column_def as $k => $v) {
191 $create .= sprintf('%s, ', $v);
H A Dmysqli_fetch_field_types.phpt53 foreach ($datatypes as $k => $v) {
55 $code_name = (is_array($v)) ? $v[0] : $v;
H A Dmysqli_class_mysqli_interface.phpt118 foreach ($variables as $var => $v) {
137 foreach ($variables as $var => $v) {
H A Dbug42378.phpt131 foreach ($expected as $k => $v) {
135 if ($result !== $v) {
139 gettype($v), $v,
161 foreach ($expected as $k => $v)
162 $expected[$k] = number_format(round($v), 0, '.', ',');
166 foreach ($expected as $k => $v)
167 $expected[$k] = number_format(round($v), 0, '.', ',');
171 foreach ($expected as $k => $v)
172 $expected[$k] = number_format(round($v), 0, '.', ',');
176 foreach ($expected as $k => $v)
[all …]
H A Dbug35103.phpt28 $stmt->bind_result($v);
34 echo $v, "\n";
/php-src/main/
H A Dphp_globals.h27 # define PG(v) ZEND_TSRMG_FAST(core_globals_offset, php_core_globals *, v) argument
31 # define PG(v) (core_globals.v) argument
/php-src/ext/ffi/tests/
H A D040.phpt7 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
H A D005.phpt12 $v = $ffi->new("int[2]");
13 $v[1] = 42;
14 $m[1] = $v;
H A D006.phpt11 $v = $ffi->new("int*[2]");
12 $v[1] = $ffi->new("int[1]", false);
13 $v[1][0] = 42;
14 var_dump($v);
15 FFI::free($v[1]);
16 var_dump($v);
H A D007.phpt11 $v = $ffi->new("int*[3]");
12 $v[0] = $ffi->new("int[1]", false);
13 $v[1] = $ffi->new("int[1]", false);
14 $v[2] = $v[1];
15 $v[1][0] = 42;
16 var_dump($v[0] == $v[1]);
17 var_dump($v[1] == $v[2]);
18 FFI::free($v[0]);
19 FFI::free($v[1]);
/php-src/ext/dba/
H A Ddba.c64 #define DBA_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(dba, v) argument
/php-src/ext/com_dotnet/
H A Dcom_typeinfo.c315 if (V_VT(&obj->v) == VT_DISPATCH) { in php_com_locate_typeinfo()
319 …if (SUCCEEDED(IDispatch_QueryInterface(V_DISPATCH(&obj->v), &IID_IProvideClassInfo2, (void**)&pci2… in php_com_locate_typeinfo()
323 …if (!gotguid && SUCCEEDED(IDispatch_QueryInterface(V_DISPATCH(&obj->v), &IID_IProvideClassInfo, (v… in php_com_locate_typeinfo()
335 IDispatch_GetTypeInfo(V_DISPATCH(&obj->v), 0, LANG_NEUTRAL, &typeinfo); in php_com_locate_typeinfo()
345 if (V_VT(&obj->v) == VT_DISPATCH) { in php_com_locate_typeinfo()
346 IDispatch_GetTypeInfo(V_DISPATCH(&obj->v), 0, LANG_NEUTRAL, &typeinfo); in php_com_locate_typeinfo()
/php-src/ext/standard/
H A Dassert.c35 #define ASSERTG(v) ZEND_MODULE_GLOBALS_ACCESSOR(assert, v) argument
/php-src/Zend/
H A Dzend_virtual_cwd.h242 # define CWDG(v) ZEND_TSRMG_FAST(cwd_globals_offset, virtual_cwd_globals *, v) argument
245 # define CWDG(v) (cwd_globals.v) argument
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt138 string(1) "v"
H A Drange_inputs_string_basic.phpt69 string(1) "v"
91 string(1) "v"
H A Dbug24220.phpt60 string(1) "v"
H A Dbug54459.phpt7 foreach (range(90, 100, .1) as $i => $v){
8 echo $i, ' = ', $v, PHP_EOL;
10 foreach (range("90", "100", .1) as $i => $v){
11 echo $i, ' = ', $v, PHP_EOL;
/php-src/ext/mbstring/
H A Dmbstring.h118 #define MBSTRG(v) ZEND_MODULE_GLOBALS_ACCESSOR(mbstring, v) argument
/php-src/ext/json/
H A Dphp_json.h96 #define JSON_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(json, v) argument

Completed in 49 milliseconds

12345678910>>...29