Home
last modified time | relevance | path

Searched refs:x (Results 1301 – 1325 of 1389) sorted by relevance

1...<<515253545556

/PHP-7.2/ext/mysqli/tests/
H A Dlocal_infile_tools.inc62 if (!fwrite($fp, "97;'x';\n") ||
/PHP-7.2/ext/openssl/
H A Dopenssl.c688 static int X509_get_signature_nid(const X509 *x) in X509_get_signature_nid() argument
690 return OBJ_obj2nid(x->sig_alg->algorithm); in X509_get_signature_nid()
2708 X509* x = sk_X509_pop(sk); in php_sk_X509_free() local
2709 if (!x) break; in php_sk_X509_free()
2710 X509_free(x); in php_sk_X509_free()
4381 zval *x; in PHP_FUNCTION() local
4425 Z_TYPE_P(x) == IS_STRING && in PHP_FUNCTION()
4434 group, pnt, BN_bin2bn((unsigned char*) Z_STRVAL_P(x), Z_STRLEN_P(x), NULL), in PHP_FUNCTION()
4853 BIGNUM *x = BN_new(); in PHP_FUNCTION() local
4882 OPENSSL_GET_BN(ec, x, x); in PHP_FUNCTION()
[all …]
/PHP-7.2/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-7.2/ext/ldap/tests/
H A DREADME43 ou: extldap" | ldapadd -c -x -H ldap://localhost:389 -D "dc=admin,dc=nodomain" -w password
/PHP-7.2/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt20 printf("0x%X: %s\n", $i, $enc);
/PHP-7.2/
H A DCONTRIBUTING.md23 Pull requests should *never* be submitted against `PHP-x.y.z` branches, as
/PHP-7.2/ext/curl/
H A Dconfig.m413 if test -x "$PKG_CONFIG"; then
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput1490 A\x{123}B
93 /\x{100}/I
H A Dgrepoutput665 The quick brown f�x jumps over the lazy dog.
668 The quick brown f�x jumps over the lazy dog.
671 The quick brown f�x jumps over the lazy dog.
/PHP-7.2/ext/mbstring/
H A Dconfig.m485 int foo(int x, ...) {
87 va_start(va, x);
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c211 #define XMLRPC_IS_NUMBER(x) if (x < '0' || x > '9') return -1; in date_from_ISO8601() argument
/PHP-7.2/ext/ftp/tests/
H A Dserver.inc46 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 .\r\n");
47 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 ..\r\n");
48 fputs($fs, "drwxr-x--- 3 owner group 4096 Jul 12 12:16 public_ftp\r\n");
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_error_string_basic.phpt71 $enc_key = str_repeat('x', 40);
/PHP-7.2/TSRM/m4/
H A Dgethostbyname.m431 # Autoconf 2.5x, and updated for 2.68 by Daniel Richard G.
/PHP-7.2/Zend/
H A Dacinclude.m452 fp_except x = (fp_except) 0;
/PHP-7.2/ext/opcache/
H A DREADME173 (i.e., /var/www/x blacklists all the files and directories in /var/www
174 that start with 'x'). Line starting with a ; are ignored (comments).
/PHP-7.2/ext/exif/
H A Dtest.txt296 $error = "<b style='color:green'>$t_width x $t_height</b><br>$error";
300 $res_exif_thumbnail = $t_width . " x " . $t_height;
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.c336 #define scdebug(x) printf x argument
338 #define scdebug(x) argument
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog79 \x{ff}.
271 /(?:|a|){100}x/ are analysed.
1481 "x". The similar pattern /(?=(*:x))((*:y)q|)/ did not return a mark at all.
2740 references. For example, /(\x{de})\1/8i was not matching \x{de}\x{fe}.
3069 crashed when matching a string such as a\x{2029}b (note that \x{2029} is a
3589 /(?-x: )/x
3590 /(?x)(?-x: \s*#\s*)/
3591 /((?i)[\x{c0}])/8
3592 /(?i:[\x{c0}])/8
5012 16. PCRE now gives errors for /[.x.]/ and /[=x=]/ as unsupported POSIX
[all …]
/PHP-7.2/ext/gmp/
H A Dgmp.c38 #define GMP_ABS(x) ((x) >= 0 ? (x) : -(x)) argument
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.h338 extern Node* onig_node_list_add P_((Node* list, Node* x));
/PHP-7.2/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt105 $ent = sprintf("&#x%X;", $u);
110 $ent = sprintf("&#x%X;", $v[0]);
/PHP-7.2/ext/date/lib/
H A Dparse_date.re108 #define TIMELIB_PROCESS_YEAR(x, l) { \
109 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
110 /* (x) = 0; */ \
111 } else if ((x) < 100) { \
112 if ((x) < 70) { \
113 (x) += 2000; \
115 (x) += 1900; \
272 { "x", 0, 10 },
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL202 is something like `gnu-as' or `x' (for the X Window System). The
208 you can use the `configure' options `--x-includes=DIR' and
209 `--x-libraries=DIR' to specify their locations.
/PHP-7.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt19 // -Linux6\sqlncli-11.0.1790.0.tar.gz (it calls RHEL6.x 'Linux6' for some reason)

Completed in 229 milliseconds

1...<<515253545556