Home
last modified time | relevance | path

Searched refs:table (Results 576 – 600 of 613) sorted by relevance

1...<<2122232425

/PHP-7.0/ext/mbstring/oniguruma/
H A Doniguruma.h345 void onigenc_set_default_caseconv_table P_((const OnigUChar* table));
H A Dregparse.c362 onig_st_lookup_strend(hash_table_type* table, const UChar* str_key, in onig_st_lookup_strend() argument
370 return onig_st_lookup(table, (st_data_t )(&key), value); in onig_st_lookup_strend()
374 onig_st_insert_strend(hash_table_type* table, const UChar* str_key, in onig_st_insert_strend() argument
383 result = onig_st_insert(table, (st_data_t )key, value); in onig_st_insert_strend()
/PHP-7.0/ext/oci8/tests/
H A Ddbmsoutput.phpt21 "create or replace type dorow as table of varchar2(4000)",
92 $s = oci_parse($c, "select * from table(mydofetch())");
H A Dbug43492.phpt14 "DROP table bug43492_tab",
66 "DROP table bug43492_tab"
H A Dbug43492_2.phpt18 "DROP table bug43492_tab",
57 "DROP table bug43492_tab"
/PHP-7.0/ext/standard/html_tables/mappings/
H A D8859-1.TXT27 # This table contains the data the Unicode Consortium has on how
H A D8859-15.TXT28 # This table contains the data the Unicode Consortium has on how
H A DKOI8-R.TXT27 # This table contains the data the Unicode Consortium has on how
H A DROMAN.TXT74 # Control character mappings are not shown in this table, following
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt24 require('table.inc');
H A Dmysqli_stmt_big_prepare.phpt22 require('table.inc');
/PHP-7.0/
H A D.gdbinit404 dumps a function table (HashTable)
H A DREADME.STREAMS229 php_stream_ops structure, which holds the "virtual method table" for the
H A DNEWS734 properties hash table). (Nikita)
2365 . Fixed bug #69371 (Hash table collision leads to inaccessible array keys).
2433 . Refactor MIME type handling to use a hash table instead of linear search.
2616 . Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
/PHP-7.0/ext/pcre/pcrelib/
H A DREADME251 form of a property table); only the basic two-letter properties such as Lu
806 build the table sources. This means that the default C locale which is set for
825 respectively. The next table consists of three 32-byte bit maps which identify
830 The final 256-byte table has bits indicating various character types, as
H A DHACKING363 in the group name table of the first entry for the requred name, followed by
496 names table, and the number of groups with the same name.
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.re280 * have that tag in our table. If we might modify it,
/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c1162 add_property_stringl(value, "table", (field->table ? field->table : ""), field->table_length);
/PHP-7.0/ext/date/lib/
H A Dparse_date.re177 /* The timezone table. */
236 /* The relative text table. */
258 /* The month table. */
/PHP-7.0/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9503 const unsigned short *table = tilegx_bundle_decoder_fsms[pipe]; in find_opcode() local
9508 unsigned short bitspec = table[index]; in find_opcode()
9512 unsigned short next = table[index + 1 + bitfield]; in find_opcode()
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt417 The name-to-number translation table that is maintained for named sub-
419 function returns the length of each entry in the table as the number of
748 The name-to-number translation table that is maintained for named sub-
750 function returns the length of each entry in the table as the number of
2409 The following table lists the error codes than may be returned by
2744 passing a NULL table pointer.
2942 each entry in the table is eight bytes long. The table is as follows,
3988 name-to-number translation table.
4809 less than 128 via a lookup table.
5451 in the Unicode table.
[all …]
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c1259 static HashTable *sxe_get_gc(zval *object, zval **table, int *n) /* {{{ */ { in sxe_get_gc() argument
1263 *table = NULL; in sxe_get_gc()
/PHP-7.0/Zend/
H A Dzend_compile.c1074 HashTable *table; in zend_do_early_binding() local
1085 table = CG(function_table); in zend_do_early_binding()
1091 table = CG(class_table); in zend_do_early_binding()
1123 table = CG(class_table); in zend_do_early_binding()
1138 zend_hash_del(table, Z_STR_P(CT_CONSTANT(opline->op1))); in zend_do_early_binding()
/PHP-7.0/sapi/phpdbg/
H A Dxml.md136 - symbol_table: no symbol table present (not yet initiailized or already destructed)
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja18 to UNICODE table). The basic design aproach is to allow for other

Completed in 210 milliseconds

1...<<2122232425