Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 56) sorted by last modified time

123

/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m4242 [ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], no…
/PHP-5.5/sapi/apache/
H A Dconfig.m4240 [ --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)], no, no)
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtr_error.phpt6 * Description: Translates characters in str using given translation tables
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_variation3.phpt7 * Description: Translates characters in str using given translation tables
H A Dstrtr_variation4.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_variation6.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.5/ext/standard/tests/misc/
H A Dget_browser_basic.phpt61 ["tables"]=>
131 ["tables"]=>
203 ["tables"]=>
275 ["tables"]=>
343 ["tables"]=>
419 ["tables"]=>
491 ["tables"]=>
563 ["tables"]=>
635 ["tables"]=>
707 ["tables"]=>
[all …]
H A Dget_browser_error.phpt72 ["tables"]=>
H A Dget_browser_variation1.phpt60 ["tables"]=>
140 ["tables"]=>
202 ["tables"]=>
274 ["tables"]=>
346 ["tables"]=>
412 ["tables"]=>
494 ["tables"]=>
570 ["tables"]=>
640 ["tables"]=>
704 ["tables"]=>
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Din_array_variation2.phpt36 checking PHP type comparison tables
H A Darray_search_variation2.phpt36 checking PHP type comparison tables
/PHP-5.5/ext/pdo/
H A DTODO39 Look at retrieving lists of tables and other objects in the db.
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c96 if ((void*)pce->tables) pefree((void*)pce->tables, 1); in php_free_pcre_cache()
265 unsigned const char *tables = NULL; in pcre_get_compiled_regex_cache() local
415 tables = pcre_maketables(); in pcre_get_compiled_regex_cache()
423 tables); in pcre_get_compiled_regex_cache()
428 if (tables) { in pcre_get_compiled_regex_cache()
429 pefree((void*)tables, 1); in pcre_get_compiled_regex_cache()
467 new_entry.tables = tables; in pcre_get_compiled_regex_cache()
H A Dphp_pcre.h49 unsigned const char *tables; member
/PHP-5.5/ext/pcre/tests/
H A Dlocales.phpt13 // this tests if the cache is working correctly, as the char tables
/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()
H A Dpcre_study.c1467 const pcre_uint8 *tables; in pcre_study() local
1513 tables = re->tables; in pcre_study()
1516 if (tables == NULL) in pcre_study()
1518 (void *)(&tables)); in pcre_study()
1520 if (tables == NULL) in pcre_study()
1522 (void *)(&tables)); in pcre_study()
1524 if (tables == NULL) in pcre_study()
1526 (void *)(&tables)); in pcre_study()
1529 compile_block.lcc = tables + lcc_offset; in pcre_study()
1530 compile_block.fcc = tables + fcc_offset; in pcre_study()
[all …]
H A Dpcre_internal.h2348 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ member
2372 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ member
2577 const pcre_uint8 *tables; /* Character tables */ member
H A Dpcre_compile.c8961 int *erroroffset, const unsigned char *tables) in pcre_compile() argument
8965 int *erroroffset, const unsigned char *tables) in pcre_compile()
8969 int *erroroffset, const unsigned char *tables) in pcre_compile()
8985 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2() argument
8989 const char **errorptr, int *erroroffset, const unsigned char *tables) in pcre_compile2()
9057 if (tables == NULL) tables = PRIV(default_tables); in pcre_compile2()
9058 cd->lcc = tables + lcc_offset; in pcre_compile2()
9059 cd->fcc = tables + fcc_offset; in pcre_compile2()
9060 cd->cbits = tables + cbits_offset; in pcre_compile2()
9061 cd->ctypes = tables + ctypes_offset; in pcre_compile2()
[all …]

Completed in 171 milliseconds

123