Home
last modified time | relevance | path

Searched refs:v (Results 626 – 650 of 739) sorted by relevance

1...<<21222324252627282930

/php-src/ext/standard/tests/strings/
H A Dstrip_tags_variation9.phpt13 "<html>\t\r\v The quick brown fo\fx jumped over the lazy dog</p>",
/php-src/sapi/cli/tests/
H A Dbug78323.phpt55 passthru("$php -dmemory-limit=1G -v", $exitCode);
/php-src/ext/standard/tests/array/
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
H A Drsort_variation5.phpt13 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
/php-src/ext/soap/
H A Dphp_soap.h187 #define SOAP_GLOBAL(v) ZEND_MODULE_GLOBALS_ACCESSOR(soap, v) argument
/php-src/ext/standard/
H A Dassert.c35 #define ASSERTG(v) ZEND_MODULE_GLOBALS_ACCESSOR(assert, 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.m446 AS_IF([command -v ldd >/dev/null && ldd --version 2>&1 | grep ^musl >/dev/null 2>&1],
/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.c1710 register char v = *p_orig; local
1711 if (v == 0) {
1714 if ((v >= '0' && v <= '9') ||
1715 (v >= 'a' && v <= 'z') ||
1716 (v >= 'A' && v <= 'Z') ||
1717 v == '-' ||
1718 v == '_' ||
1719 v == ' ' ||
1720 v == '=')
1722 *p_copy++ = v;
H A Dmysqlnd.h202 #define mysqlnd_options4(conn, opt, k, v) ((conn)->data)->m->set_client_option_2d((conn)->data, (op… argument
313 #define MYSQLND_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(mysqlnd, v) argument
/php-src/Zend/tests/offsets/
H A Dappending_containers_in_fetch.phpt2 Appending containers via a fetch operation $c[][5] = $v;
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4229 test(const int c, volatile int v)
233 static_assert(is_same<int, decltype(v)>::value == false, "");
235 auto av = v;
242 static_assert(is_same<int, decltype(add(c, v))>::value == true, "");
243 return (sumf > 0.0) ? sumi : add(c, v);
733 [[maybe_unused]] auto v = i;
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt6 FPM\Tester::skipIfShellCommandFails('lsof -v', 'lsof-org/lsof');
/php-src/ext/fileinfo/libmagic/
H A DLICENSE1 $File: COPYING,v 1.2 2018/09/09 20:33:28 christos Exp $
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_ppc.lua1419 for k,v in pairs(map_op) do
1420 if type(v) == "string" and sub(v, -1) == "." then
1421 local v2 = sub(v, 1, 7)..char(byte(v, 8)+1)..sub(v, 9, -2)
1425 for k,v in pairs(t) do
1426 map_op[k] = v
H A Ddasm_x86.lua533 if vex.v then
534 reg = vex.v.reg
536 if reg < 0 then reg = 0; vreg = vex.v.vreg end
1883 local map_vexarg = { u = false, v = 1, V = 2, w = 3 }
1950 local v = map_vexarg[c]
1951 if v then v = remove(args, v) end
1959 vex = { m = m, p = p, v = v }
H A Ddasm_mips.lua438 for k,v in pairs({
590 }) do map_op[k] = v end
594 for k,v in pairs({
825 }) do map_op[k] = v end
/php-src/ext/standard/tests/serialize/
H A Dserialization_arrays_005.phpt13 foreach($b as $k=>$v) {
14 if (is_array($v)){
/php-src/ext/openssl/
H A Dopenssl_pwhash.c277 uint32_t v, threads; in php_openssl_argon2_get_info() local
281 …if (FAILURE == php_openssl_argon2_extract(hash, &v, &memory_cost, &time_cost, &threads, NULL, NULL… in php_openssl_argon2_get_info()
/php-src/ext/spl/tests/SplObjectStorage/
H A DSplObjectStorage_coalesce.phpt6 $v = $i . '_';
/php-src/ext/com_dotnet/
H A Dcom_persist.c640 if (V_VT(&obj->v) != VT_DISPATCH || V_DISPATCH(&obj->v) == NULL) { in CPH_METHOD()
646 helper->unk = (IUnknown*)V_DISPATCH(&obj->v); in CPH_METHOD()
/php-src/ext/gd/libgd/
H A Dgd.c354 v = MAX3 (R, G, B); in RGB_to_HWB()
355 b = 1 - v; in RGB_to_HWB()
356 if (v == w) { in RGB_to_HWB()
412 v = 1 - b;
414 RETURN_RGB(v, v, v);
425 RETURN_RGB(v, n, w);
427 RETURN_RGB(n, v, w);
429 RETURN_RGB(w, v, n);
431 RETURN_RGB(w, n, v);
433 RETURN_RGB(n, w, v);
[all …]
/php-src/ext/spl/tests/
H A Diterator_037.phpt19 foreach($it as $v)

Completed in 47 milliseconds

1...<<21222324252627282930