Home
last modified time | relevance | path

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

123

/PHP-7.1/ext/pdo/tests/
H A Dpdo_test.inc41 // clean up any crufty test tables we might have left behind
/PHP-7.1/ext/standard/tests/strings/
H A Dstrtr_variation1.phpt7 * Description: Translates characters in str using given translation tables
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-7.1/ext/standard/tests/array/
H A Din_array_variation2.phpt36 checking PHP type comparison tables
/PHP-7.1/ext/standard/tests/misc/
H A Dget_browser_error.phpt72 ["tables"]=>
/PHP-7.1/ext/pcre/
H A Dphp_pcre.c128 if ((void*)pce->tables) pefree((void*)pce->tables, 1); in php_free_pcre_cache()
334 unsigned const char *tables = NULL; in pcre_get_compiled_regex_cache() local
504 tables = pcre_maketables(); in pcre_get_compiled_regex_cache()
513 tables); in pcre_get_compiled_regex_cache()
524 if (tables) { in pcre_get_compiled_regex_cache()
525 pefree((void*)tables, 1); in pcre_get_compiled_regex_cache()
581 new_entry.tables = tables; in pcre_get_compiled_regex_cache()
/PHP-7.1/ext/pdo/
H A DTODO39 Look at retrieving lists of tables and other objects in the db.
/PHP-7.1/ext/standard/html_tables/mappings/
H A DROMAN.TXT52 # These mapping tables and character lists are subject to change.
53 # The latest tables should be available from the following:
58 # tables, see the file "README.TXT".
75 # the conventions of the standard UTC mapping tables. However, the
95 # Turkish, Romanian, and other encodings. Separate mapping tables
/PHP-7.1/ext/oci8/tests/
H A Drefcur_prefetch_3.phpt28 //Create tables here
H A Drefcur_prefetch_4.phpt24 // Creates the necessary package and tables.
H A Drefcur_prefetch_2.phpt24 // Creates the necessary package and tables.
H A Drefcur_prefetch_1.phpt24 // Creates the necessary package and tables.
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_character_set.phpt2 Fetching results from tables of different charsets.
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c8973 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
8977 int *erroroffset, const unsigned char *tables) in pcre_compile()
8981 int *erroroffset, const unsigned char *tables) in pcre_compile()
8997 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
9001 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
9069 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9070 cd->lcc = tables + lcc_offset; in pcre_compile2()
9071 cd->fcc = tables + fcc_offset; in pcre_compile2()
9072 cd->cbits = tables + cbits_offset; in pcre_compile2()
9073 cd->ctypes = tables + ctypes_offset; in pcre_compile2()
[all …]
H A Dpcre_exec.c6375 const pcre_uint8 *tables; in pcre_exec() local
6508 tables = re->tables; in pcre_exec()
6523 if ((flags & PCRE_EXTRA_TABLES) != 0) tables = extra_data->tables; in pcre_exec()
6539 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()
6576 md->lcc = tables + lcc_offset; in pcre_exec()
6577 md->fcc = tables + fcc_offset; in pcre_exec()
6578 md->ctypes = tables + ctypes_offset; in pcre_exec()
H A Dpcre_internal.h2344 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ member
2368 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ member
2573 const pcre_uint8 *tables; /* Character tables */ member
H A DChangeLog423 16. The Unicode data tables have been updated to Unicode 7.0.0.
748 run time, and that the facility to pass tables to pcre_exec() and
1031 script that generates these tables (the pcre_ucd.c file) now scans
1168 17. The Unicode data tables have been updated to Unicode 6.1.0.
1551 1. The Unicode data tables have been updated to Unicode 6.0.0.
2037 these tables, and indeed these tables seem to approximate to ISO 8859. This
2059 1. The Unicode data tables have been updated to Unicode 5.2.0.
2647 7. Added some missing "const"s to declarations of static tables in
4373 12. Added the new field "tables" to the extra data so that tables can be passed
4430 other than the default internal tables were used at compile time.
[all …]
/PHP-7.1/Zend/RFCs/
H A D002.txt29 problem by making it possible to define multiple symbol tables able to
/PHP-7.1/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 …]

Completed in 140 milliseconds

123