Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS45 tables have been updated to Unicode 7.0.0.
191 . The Unicode tables have been updated to 6.1.0.
240 The Unicode tables have been updated. The only new feature in the library is
437 the character tables as previously, add --enable-rebuild-chartables to the
456 1. The Unicode property tables have been updated to Unicode 5.0.0, which adds
493 2. The Unicode property tables have been updated to Unicode 4.1.0, and the
557 at a later time when the tables may not be at the same address. If the
558 default internal tables are used, the pointer saved with the compiled
560 special unless you are using custom tables.
719 possible to pass over a pointer to character tables built in the current
[all …]
H A Dpcre_compile.c9024 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
9028 int *erroroffset, const unsigned char *tables) in pcre_compile()
9032 int *erroroffset, const unsigned char *tables) in pcre_compile()
9048 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
9052 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
9120 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9121 cd->lcc = tables + lcc_offset; in pcre_compile2()
9122 cd->fcc = tables + fcc_offset; in pcre_compile2()
9123 cd->cbits = tables + cbits_offset; in pcre_compile2()
9124 cd->ctypes = tables + ctypes_offset; in pcre_compile2()
[all …]
H A Dpcre_exec.c6377 const pcre_uint8 *tables; in pcre_exec() local
6510 tables = re->tables; in pcre_exec()
6525 if ((flags & PCRE_EXTRA_TABLES) != 0) tables = extra_data->tables; in pcre_exec()
6541 if (tables == NULL) tables = PRIV(default_tables); in pcre_exec()
6578 md->lcc = tables + lcc_offset; in pcre_exec()
6579 md->fcc = tables + fcc_offset; in pcre_exec()
6580 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
/PHP-7.2/ext/pdo/tests/
H A Dpdo_test.inc41 // clean up any crufty test tables we might have left behind
/PHP-7.2/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-7.2/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.2/ext/standard/tests/misc/
H A Dget_browser_error.phpt72 ["tables"]=>
/PHP-7.2/ext/pdo/
H A DTODO39 Look at retrieving lists of tables and other objects in the db.
/PHP-7.2/ext/pcre/
H A Dphp_pcre.c129 if ((void*)pce->tables) pefree((void*)pce->tables, 1); in php_free_pcre_cache()
340 unsigned const char *tables = NULL; in pcre_get_compiled_regex_cache_ex() local
511 tables = pcre_maketables(); in pcre_get_compiled_regex_cache_ex()
520 tables); in pcre_get_compiled_regex_cache_ex()
531 if (tables) { in pcre_get_compiled_regex_cache_ex()
532 pefree((void*)tables, 1); in pcre_get_compiled_regex_cache_ex()
587 new_entry.tables = tables; in pcre_get_compiled_regex_cache_ex()
/PHP-7.2/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.2/ext/mysqli/tests/
H A Dmysqli_character_set.phpt2 Fetching results from tables of different charsets.
/PHP-7.2/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.2/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);
2110 NULL); /* use default character tables */
2631 tables.
2644 The internal tables can always be overridden by tables supplied by the
2657 tables = pcre_maketables();
2658 re = pcre_compile(..., tables);
[all …]

Completed in 107 milliseconds

123