Home
last modified time | relevance | path

Searched refs:x (Results 1351 – 1375 of 1389) sorted by relevance

1...<<515253545556

/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c2162 goodchar(unsigned char x, const char *extra) in goodchar() argument
2164 return (isascii(x) && isalnum(x)) || strchr(extra, x); in goodchar()
/PHP-7.2/
H A Dconfigure.ac736 [AC_TRY_LINK([],[int x;__sync_fetch_and_add(&x,1);],ac_cv_func_sync_fetch_and_add=yes,ac_cv_func_sy…
752 if test "x$php_crypt_r" = "x1"; then
1396 chmod +x meta_ccld
H A DEXTENSIONS156 COMMENT: Use PostgreSQL 7.0.x or later. PostgreSQL 6.5.3 or less have fatal bug.
H A Dserver-tests.php337 $headers['Content-Type'] = 'application/x-www-form-urlencoded';
H A DREADME.RELEASE_PROCESS122 2. Update ``web/php.git/include/version.inc`` (x=major version number)
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re164 /* date parser's scan function too large for VC6 - VC7.x
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt2256 (5) \x matches a lower case "x" character unless it is followed by two
5006 \cx "control-x", where x is any ASCII character
5736 (?=[\x80-\x{7ff}])(\C)(\C) |
5737 (?=[\x{800}-\x{ffff}])(\C)(\C)(\C) |
5738 (?=[\x{10000}-\x{1fffff}])(\C)(\C)(\C)(\C))
5776 or by using the \x{ escaping mechanism.
5989 x for PCRE_EXTENDED
6113 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x
7697 \x where x is non-alphanumeric is a literal x
7704 \cx "control-x", where x is any ASCII character
[all …]
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_lexer.c15 #define YYSETCONDITION(x) LEX(state) = x; argument
/PHP-7.2/ext/standard/tests/file/
H A Dfscanf_variation55.phpt48 $int_formats = array( "%d", "%f", "%s", "%o", "%x", "%u", "%c", "%e");
/PHP-7.2/ext/standard/
H A Dconfig.m4245 … "$ac_cv_crypt_sha512" = "no" || test "$ac_cv_crypt_sha256" = "no" || test "x$php_crypt_r" = "x0";…
H A Dbasic_functions.c1639 ZEND_ARG_INFO(0, x)
1762 ZEND_ARG_INFO(0, x)
3623 #define REGISTER_MATH_CONSTANT(x) REGISTER_DOUBLE_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
H A Dstring.c375 #define REGISTER_NL_LANGINFO_CONSTANT(x) REGISTER_LONG_CONSTANT(#x, x, CONST_CS | CONST_PERSISTENT) in PHP_MINIT_FUNCTION() argument
/PHP-7.2/Zend/
H A Dzend_ini_scanner.c64 #define yyless(x) do { YYCURSOR = (unsigned char*)yytext + x; \ argument
65 yyleng = (unsigned int)x; } while(0)
H A Dzend_virtual_cwd.c70 #define realpath(x,y) strcpy(y,x) argument
/PHP-7.2/ext/standard/tests/array/
H A Dbug34066.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
280 /Docs/@xmlns=x-schema:CL310_DezABFSchema.XML
/PHP-7.2/ext/odbc/
H A Dconfig.m4398 if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libiodbc ; then
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt232 HIRAGANA_QUATERNARY_MODE - Compatibility with JIS x 4061 requires the introduction of an additional
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c433 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_or() local
437 switch (x) { in zend_ssa_range_or()
481 int x = ((a < 0) ? 8 : 0) | in zend_ssa_range_and() local
485 switch (x) { in zend_ssa_range_and()
/PHP-7.2/ext/pcre/tests/
H A D005.phpt68 $gcc_regex = '/^((.+)(\(\.text\+0x[[:xdigit:]]+\))?: In function [`\'](\w+)\':\s+)?'.
/PHP-7.2/ext/wddx/tests/
H A Dbug37569.phpt241 <wddxPacket version='1.0'><header/><data><string>x</string></data></wddxPacket>
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput12100 /(?:|a|){100}x/S++
102 /(x(?1)){4}/S++
107 /((?(?!))x)(?'name')(?1)/S++
H A Dtestoutput12196 /(?:|a|){100}x/S++
198 /(x(?1)){4}/S++
204 /((?(?!))x)(?'name')(?1)/S++
/PHP-7.2/ext/oci8/
H A Doci8.c58 #define Z_ADDREF_P(x) ZVAL_ADDREF(x) argument
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_compile.c586 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) argument
/PHP-7.2/ext/standard/tests/misc/
H A Duser_agents.txt98 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90)
99 Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; Creative)
948 Mozilla/5.0 zgrab/0.x

Completed in 191 milliseconds

1...<<515253545556