Home
last modified time | relevance | path

Searched refs:tables (Results 26 – 50 of 54) sorted by relevance

123

/PHP-5.3/ext/standard/tests/strings/
H A Dstrtr_variation2.phpt7 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation6.phpt7 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation3.phpt7 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation5.phpt7 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation7.phpt7 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation8.phpt7 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation9.phpt7 * Description: Translates characters in str using given translation tables
/PHP-5.3/ext/standard/tests/array/
H A Darray_search_variation2.phpt36 checking PHP type comparison tables
H A Din_array_variation2.phpt36 checking PHP type comparison tables
/PHP-5.3/ext/standard/tests/misc/
H A Dget_browser_error.phpt72 ["tables"]=>
/PHP-5.3/ext/pdo/
H A DTODO39 Look at retrieving lists of tables and other objects in the db.
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c7741 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
7745 int *erroroffset, const unsigned char *tables) in pcre_compile()
7749 int *erroroffset, const unsigned char *tables) in pcre_compile()
7765 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
7769 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
7829 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
7830 cd->lcc = tables + lcc_offset; in pcre_compile2()
7831 cd->fcc = tables + fcc_offset; in pcre_compile2()
7832 cd->cbits = tables + cbits_offset; in pcre_compile2()
7833 cd->ctypes = tables + ctypes_offset; in pcre_compile2()
[all …]
H A Dpcre_exec.c6262 const pcre_uint8 *tables; in pcre_exec() local
6394 tables = re->tables; in pcre_exec()
6407 if ((flags & PCRE_EXTRA_TABLES) != 0) tables = extra_data->tables; in pcre_exec()
6414 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()
6451 md->lcc = tables + lcc_offset; in pcre_exec()
6452 md->fcc = tables + fcc_offset; in pcre_exec()
6453 md->ctypes = tables + ctypes_offset; in pcre_exec()
H A Dpcre_internal.h2325 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ member
2348 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ member
2521 const pcre_uint8 *tables; /* Character tables */ member
H A DChangeLog95 script that generates these tables (the pcre_ucd.c file) now scans
232 17. The Unicode data tables have been updated to Unicode 6.1.0.
259 \w+ when the character tables indicated that \x{c4} was a word character.
615 1. The Unicode data tables have been updated to Unicode 6.0.0.
1101 these tables, and indeed these tables seem to approximate to ISO 8859. This
1123 1. The Unicode data tables have been updated to Unicode 5.2.0.
1710 7. Added some missing "const"s to declarations of static tables in
2332 order to be able to cut out the UTF-8 tables in the latter when UTF-8
3436 12. Added the new field "tables" to the extra data so that tables can be passed
3493 other than the default internal tables were used at compile time.
[all …]
/PHP-5.3/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt20 //Create tables here
H A Drefcur_prefetch_4.phpt17 // Creates the necessary package and tables.
H A Drefcur_prefetch_2.phpt17 // Creates the necessary package and tables.
H A Drefcur_prefetch_1.phpt17 // Creates the necessary package and tables.
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_character_set.phpt2 Fetching results from tables of different charsets.
/PHP-5.3/Zend/RFCs/
H A D002.txt29 problem by making it possible to define multiple symbol tables able to
/PHP-5.3/sapi/apache/
H A Dconfig.m4240 [ --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)], no, no)
/PHP-5.3/sapi/apache_hooks/
H A Dconfig.m4242 [ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], …
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt54 has to be explicitly enabled; it is not the default. The Unicode tables
272 pcre16_extra *extra, const unsigned char *tables);
601 pcre32_extra *extra, const unsigned char *tables);
1631 pcre_extra *extra, const unsigned char *tables);
2045 NULL); /* use default character tables */
2529 The internal tables can always be overridden by tables supplied by the
2542 tables = pcre_maketables();
2543 re = pcre_compile(..., tables);
2978 const unsigned char *tables;
3053 The tables field is used to pass a character tables pointer to
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in195 ** dropping tables are not counted.

Completed in 119 milliseconds

123