Home
last modified time | relevance | path

Searched refs:tables (Results 51 – 56 of 56) sorted by relevance

123

/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt66 has to be explicitly enabled; it is not the default. The Unicode tables
98 data tables that are used by more than one of the exported external
289 pcre16_extra *extra, const unsigned char *tables);
620 pcre32_extra *extra, const unsigned char *tables);
1675 pcre_extra *extra, const unsigned char *tables);
2111 NULL); /* use default character tables */
2632 tables.
2645 The internal tables can always be overridden by tables supplied by the
2658 tables = pcre_maketables();
2659 re = pcre_compile(..., tables);
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c9798 const pcre_uint8 *tables = re->tables; in PRIV() local
9821 if (!tables) in PRIV()
9822 tables = PRIV(default_tables); in PRIV()
9830 common->fcc = tables + fcc_offset; in PRIV()
9831 common->lcc = (sljit_sw)(tables + lcc_offset); in PRIV()
9871 common->ctypes = (sljit_sw)(tables + ctypes_offset); in PRIV()
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1175 2004/02/19: [bug] correct ctype tables for ISO-8859-3, ISO-8859-4,
/PHP-5.5/
H A DNEWS423 . Fixed bug #69474 (ODBC: Query with same field name from two tables returns
2554 . Fixed bug #63180 (Corruption of hash tables). (Dmitry)
6888 - Fixed bug #42078 (pg_meta_data mix tables metadata from different schemas).
/PHP-5.5/build/
H A Dlibtool.m45370 # preloaded symbol tables.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic5184 # Locale data tables (MIPS and Alpha).

Completed in 146 milliseconds

123