Home
last modified time | relevance | path

Searched refs:x (Results 1101 – 1125 of 1169) sorted by relevance

1...<<41424344454647

/PHP-5.5/Zend/
H A Dacinclude.m443 fp_except x = (fp_except) 0;
/PHP-5.5/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-5.5/ext/mbstring/
H A Dconfig.m480 int foo(int x, ...) {
82 va_start(va, x);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h102 #define mysqlnd_debug(x) _mysqlnd_debug((x) TSRMLS_CC) argument
/PHP-5.5/ext/oci8/
H A Dconfig.m480 dnl Oracle 10g, 11g etc. The x.2 version libraries are named x.1 for drop in compatibility
/PHP-5.5/ext/opcache/
H A DREADME168 (i.e., /var/www/x blacklists all the files and directories in /var/www
169 that start with 'x'). Line starting with a ; are ignored (comments).
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c214 #define XMLRPC_IS_NUMBER(x) if (x < '0' || x > '9') return -1; in date_from_ISO8601() argument
/PHP-5.5/sapi/apache_hooks/
H A DREADME191 being handled by the standard application/x-httpd-php handler.
/PHP-5.5/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-5.5/ext/pcre/pcrelib/
H A DChangeLog85 /(?:|a|){100}x/ are analysed.
1295 "x". The similar pattern /(?=(*:x))((*:y)q|)/ did not return a mark at all.
2554 references. For example, /(\x{de})\1/8i was not matching \x{de}\x{fe}.
2883 crashed when matching a string such as a\x{2029}b (note that \x{2029} is a
3403 /(?-x: )/x
3404 /(?x)(?-x: \s*#\s*)/
3405 /((?i)[\x{c0}])/8
3406 /(?i:[\x{c0}])/8
4826 16. PCRE now gives errors for /[.x.]/ and /[=x=]/ as unsupported POSIX
5131 mode, for example: \x{100}{2,3}.
[all …]
/PHP-5.5/ext/date/lib/
H A Dparse_date.re122 #define TIMELIB_PROCESS_YEAR(x, l) { \
123 if (((x) == TIMELIB_UNSET) || ((l) >= 4)) { \
124 /* (x) = 0; */ \
125 } else if ((x) < 100) { \
126 if ((x) < 70) { \
127 (x) += 2000; \
129 (x) += 1900; \
276 { "x", 0, 10 },
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h337 extern Node* onig_node_list_add P_((Node* list, Node* x));
H A DHISTORY37 ex. /[\x{7fffffff}]/ for ASCII encoding.
517 ex. /(?x)(?<= # <any-utf-8 multibyte char>o\n~) /
582 invalid handling for /\c\x/ and /\C-\x/.
1181 /(?:()|()|()|(x)|()|())*\2b\5/.match("b")
1194 wrong fetch after (?x) option. ex. "(?x)\ta .\n+b"
1365 ex. /^(x?y)/ = "xy" fail.
1528 ex. x(/\ca/, "\001", 0, 1)
1916 2002/03/30: [new] add \x{hexadecimal-wide-char}. (thanks matz)
/PHP-5.5/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]);
H A Dhtml_entity_decode_macroman.phpt141 $ent = sprintf("&#x%X;", $u);
146 $ent = sprintf("&#x%X;", $v[0]);
H A Dhtml_entity_decode_win1251.phpt141 $ent = sprintf("&#x%X;", $u);
146 $ent = sprintf("&#x%X;", $v[0]);
/PHP-5.5/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)
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_references.phpt84 $label = 'x';
/PHP-5.5/ext/standard/tests/array/
H A Dbug34066_1.phpt224 "xmlns" => "x-schema:CL310_DezABFSchema.XML"
279 /Docs/xmlns=x-schema:CL310_DezABFSchema.XML
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI302 (ex. /(?<x>..)(?<x>..)/ ==> 2)
/PHP-5.5/build/
H A Dshtool1238 for tagfile in x \
1244 [ ".${tagfile}" = .x ] && continue
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c124 #define IS_HALFWORD(x) ((x) <= HALFWORD_MAX && (x) >= HALFWORD_MIN) argument
125 #define NOT_HALFWORD(x) ((x) > HALFWORD_MAX || (x) < HALFWORD_MIN) argument
/PHP-5.5/ext/com_dotnet/tests/
H A Dvariants.phpt36 printf("\tcode %08x\n\n", $e->getCode());

Completed in 113 milliseconds

1...<<41424344454647