Home
last modified time | relevance | path

Searched refs:v (Results 601 – 625 of 722) sorted by relevance

1...<<212223242526272829

/php-src/ext/intl/tests/
H A Ddateformat_formatObject_calendar_variant5.phpt19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant_icu72-1.phpt18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
/php-src/sapi/cgi/tests/
H A Dinclude.inc12 $version = `$php_escaped -n -v`;
/php-src/ext/standard/tests/array/
H A Darsort_variation5.phpt18 "\ddd" => "\ddd", "\v" => "\v"
H A Dasort_variation5.phpt18 "\ddd" => "\ddd", "\v" => "\v"
H A Darray_reverse_variation4.phpt43 array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
44 /*8*/ array("\tHello" => 111, "re\td" => "color", "\v\fworld" => 2.2, "pen\n" => 33),
H A Darray_unshift_variation9.phpt34 1111\t\t != 2222\v\v
/php-src/ext/standard/tests/strings/
H A Dlcfirst.phpt56 public function __call($m, $v) {
59 $this->$action = $v[0];
H A Dstrip_tags_variation9.phpt13 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
/php-src/ext/sockets/
H A Dphp_sockets.h120 #define SOCKETS_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(sockets, v) argument
/php-src/docs/source/core/data-structures/
H A Dzval.rst99 } v;
119 into 3 parts. ``v.type`` stores the actual variable type, ``v.type_flags`` is used for some
120 `reference counting <todo>`__ flags, and ``v.u.extra`` is pretty much unused.
141 - Access the ``zval.u1.v.type`` part of the type flags, containing the ``IS_*`` type.
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt138 string(1) "v"
/php-src/ext/spl/tests/
H A Darray_017.phpt66 foreach($this as $n => $v)
68 var_dump(array($n => $v));
99 foreach($it as $n => $v)
101 var_dump(array($n => $v));
/php-src/ext/mbstring/ucgendat/
H A Ducgendat.php498 foreach ($arr as $v) {
499 $result[] = $v;
604 foreach ($map as $k => $v) {
606 $buckets[$h][] = [$k, $v];
/php-src/ext/pdo/
H A Dpdo_dbh.c363 zval *v; in internal_construct() local
365 if ((v = zend_hash_index_find_deref(Z_ARRVAL_P(options), PDO_ATTR_PERSISTENT)) != NULL) { in internal_construct()
366 if (Z_TYPE_P(v) == IS_STRING && in internal_construct()
367 !is_numeric_string(Z_STRVAL_P(v), Z_STRLEN_P(v), NULL, NULL, 0) && Z_STRLEN_P(v) > 0) { in internal_construct()
372 Z_STRVAL_P(v)); in internal_construct()
375 is_persistent = zval_get_long(v) ? 1 : 0; in internal_construct()
/php-src/ext/hash/
H A Dhash_md.c113 #define ROTL32(s,v) (((v) << (s)) | ((v) >> (32 - (s)))) argument
/php-src/ext/ctype/tests/
H A Dctype_space_variation3.phpt42 /*26*/ "\v\f",
/php-src/sapi/cli/tests/
H A Dbug78323.phpt55 passthru("$php -dmemory-limit=1G -v", $exitCode);
/php-src/ext/standard/
H A Dassert.c35 #define ASSERTG(v) ZEND_MODULE_GLOBALS_ACCESSOR(assert, v) argument
/php-src/ext/soap/
H A Dphp_soap.h187 #define SOAP_GLOBAL(v) ZEND_MODULE_GLOBALS_ACCESSOR(soap, v) argument
/php-src/ext/ffi/tests/
H A D040.phpt7 if (pack('S', 0xABCD) !== pack('v', 0xABCD)) {
/php-src/ext/posix/
H A Dconfig.m427 AS_IF([command -v ldd >/dev/null && ldd --version 2>&1 | grep -q "^musl"],[],
/php-src/ext/ffi/
H A Dphp_ffi.h73 #define FFI_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(ffi, v) argument
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1732 register char v = *p_orig; local
1733 if (v == 0) {
1736 if ((v >= '0' && v <= '9') ||
1737 (v >= 'a' && v <= 'z') ||
1738 (v >= 'A' && v <= 'Z') ||
1739 v == '-' ||
1740 v == '_' ||
1741 v == ' ' ||
1742 v == '=')
1744 *p_copy++ = v;
/php-src/Zend/tests/offsets/
H A Dappending_containers_in_fetch.phpt2 Appending containers via a fetch operation $c[][5] = $v;

Completed in 56 milliseconds

1...<<212223242526272829