Home
last modified time | relevance | path

Searched refs:x (Results 1751 – 1775 of 1828) sorted by relevance

1...<<71727374

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h99 ic.x = chars; in FF_FUN()
/php-src/ext/exif/
H A Dexif.c1686 static size_t float_to_size_t(float x) { in float_to_size_t() argument
1687 if (x < 0.0f || zend_isnan(x)) { in float_to_size_t()
1689 } else if (x > (float) SIZE_MAX) { in float_to_size_t()
1692 return (size_t) x; in float_to_size_t()
1696 static size_t double_to_size_t(double x) { in double_to_size_t() argument
1697 if (x < 0.0 || zend_isnan(x)) { in double_to_size_t()
1699 } else if (x > (double) SIZE_MAX) { in double_to_size_t()
1702 return (size_t) x; in double_to_size_t()
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini3053 [FDM 1.x]
15401 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.4*) Gecko/*]
15484 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.5*) Gecko/*]
15567 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.6*) Gecko/*]
15650 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.7*) Gecko/*]
15737 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.8*) Gecko/*]
15824 [Mozilla/5.0 (Windows; ?; Win 9x 4.90; *rv:1.9*) Gecko/*]
15931 [Mozilla/4.0 (compatible; MSIE 5.5; *AOL 9.0; *Win 9x 4.90*)*]
16109 [Mozilla/4.0 (compatible; MSIE 6.0; *AOL 9.0; *Win 9x 4.90*)*]
16287 [Mozilla/4.0 (compatible; MSIE 7.0; *AOL 9.0; *Win 9x 4.90*)*]
[all …]
/php-src/ext/ldap/tests/
H A DREADME.md43 ou: extldap" | ldapadd -c -x -H ldap://localhost:389 -D "dc=admin,dc=nodomain" -w password
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_parse_options.phpt33 Dom\HTMLDocument::{$method}("x", $options);
/php-src/build/
H A Dpkg.m466 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
111 test "x$?" != "x0" && pkg_failed=yes ],
H A Dax_func_which_gethostbyname_r.m431 # Autoconf 2.5x, and updated for 2.68 by Daniel Richard G.
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua2026 r = "reg", R = "eax", C = "cl", x = "mem", m = "mrm", i = "imm",
2271 local x = align
2274 x = x / 2
2275 if x == 1 then
/php-src/ext/zend_test/tests/
H A Dstrings_marked_as_utf8.phpt60 $s = "f" . "x" . "o";
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt14 printf("0x%X: %s\n", $i, $enc);
/php-src/ext/openssl/tests/
H A Dopenssl_error_string_basic_openssl3.phpt75 $enc_key = str_repeat('x', 40);
H A Dopenssl_error_string_basic.phpt75 $enc_key = str_repeat('x', 40);
/php-src/ext/standard/tests/file/
H A Dfscanf_variation51.phpt24 $formats = array( "%d", "%f", "%e", "%u", " %s", "%x", "%o");
31 "x", "xb", "xt"
/php-src/
H A DCONTRIBUTING.md45 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as these
359 | PHP-8.3 | Is used to release the PHP 8.3.x series. This is a current stable version and is open…
360 | PHP-8.2 | Is used to release the PHP 8.2.x series. This is a current stable version and is open…
361 | PHP-8.1 | Is used to release the PHP 8.1.x series. This is an old stable version and is open fo…
H A D.gdbinit490 printf " flags = 0x%x (", $pi->flags
/php-src/.github/scripts/windows/
H A Dtest_task.bat54 7z x -oC:\Firebird Firebird.zip
/php-src/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt105 $ent = sprintf("&#x%X;", $u);
110 $ent = sprintf("&#x%X;", $v[0]);
H A Dhtml_entity_decode_iso8859-15.phpt105 $ent = sprintf("&#x%X;", $u);
110 $ent = sprintf("&#x%X;", $v[0]);
/php-src/ext/date/lib/
H A Dparse_date.re109 #define TIMELIB_PROCESS_YEAR(x, l) { \
110 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
111 /* (x) = 0; */ \
112 } else if ((x) < 100) { \
113 if ((x) < 70) { \
114 (x) += 2000; \
116 (x) += 1900; \
288 { "x", 0, 10 },
2156 {'x', TIMELIB_FORMAT_YEAR_EXPANDED},
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt84 $label = 'x';
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt20 // -Linux6\sqlncli-11.0.1790.0.tar.gz (it calls RHEL6.x 'Linux6' for some reason)
/php-src/ext/standard/
H A Dstring.c4069 static zend_always_inline quad_word aarch64_contains_slash_chars(uint8x16_t x) { argument
4070 uint8x16_t s0 = vceqq_u8(x, vdupq_n_u8('\0'));
4071 uint8x16_t s1 = vceqq_u8(x, vdupq_n_u8('\''));
4072 uint8x16_t s2 = vceqq_u8(x, vdupq_n_u8('\"'));
4073 uint8x16_t s3 = vceqq_u8(x, vdupq_n_u8('\\'));
4160 uint8x16_t x = vld1q_u8((uint8_t *)source); local
4161 res = aarch64_contains_slash_chars(x);
4165 vst1q_u8((uint8_t*)target, x);
4211 uint8x16_t x = vld1q_u8((uint8_t *)str); local
4213 vst1q_u8(q.mem, vceqq_u8(x, vdupq_n_u8('\\')));
[all …]
H A Durl_scanner_ex.re340 #define scdebug(x) printf x
342 #define scdebug(x)
/php-src/ext/standard/tests/array/
H A Dbug34066_1.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
279 /Docs/xmlns=x-schema:CL310_DezABFSchema.XML
/php-src/ext/mbstring/tests/
H A Dgb18030_2022_encoding.phpt209 if (sscanf($line, "%x\t%x", $codepoint, $char) == 2) {

Completed in 211 milliseconds

1...<<71727374