Home
last modified time | relevance | path

Searched refs:table (Results 601 – 621 of 621) sorted by relevance

1...<<2122232425

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_big_prepare.phpt22 require('table.inc');
/PHP-5.5/
H A DREADME.STREAMS229 php_stream_ops structure, which holds the "virtual method table" for the
H A Dphp.ini-development1148 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
1846 ; The maximum number of keys (scripts) in the OPcache hash table.
H A Dphp.ini-production1148 ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
1846 ; The maximum number of keys (scripts) in the OPcache hash table.
H A DNEWS2502 . Fixed Bug #63149 getColumnMeta should return the table name
3240 hash_values from the literals table.
3251 opcode operands into a separate literal table. (Dmitry)
3715 when get_properties returns a hash table with (inaccessible) dynamic
4755 . Fixed bug #52981 (Unicode casing table was out-of-date. Updated with
5345 - Fixed bug #50195 (pg_copy_to() fails when table name contains schema. (Ilia)
5413 - Fixed bug #46478 (htmlentities() uses obsolete mapping table for character
6067 - Added table info to PDO::getColumnMeta() with SQLite. (Martin Jansen, Scott)
7444 - Implemented FR #41416 (getColumnMeta() should also return table name). (Tony)
7653 and MySQL's NDB table handler). (Ilia)
[all …]
H A Dltmain.sh4588 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
H A Dacinclude.m4281 dnl table. Otherwise, dynamic modules would not be able to resolve
/PHP-5.5/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-5.5/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-5.5/ext/simplexml/
H A Dsimplexml.c1198 static HashTable * sxe_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ { in sxe_get_gc() argument
1202 *table = NULL; in sxe_get_gc()
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja18 to UNICODE table). The basic design aproach is to allow for other
/PHP-5.5/Zend/
H A Dzend_compile.c4640 HashTable *table; in zend_do_early_binding() local
4651 table = CG(function_table); in zend_do_early_binding()
4657 table = CG(class_table); in zend_do_early_binding()
4689 table = CG(class_table); in zend_do_early_binding()
4704 …zend_hash_quick_del(table, Z_STRVAL(CONSTANT(opline->op1.constant)), Z_STRLEN(CONSTANT(opline->op1… in zend_do_early_binding()
/PHP-5.5/win32/
H A Dinstall.txt319 server, and enable it to run PHP. Choose a web server from the table of
951 these extensions. The Windows PHP Extensions table lists extensions
993 The following table describes some of the extensions available and
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput12416 Food is on the foo table
2417 0: foo table
2419 2: table
H A Dtestoutput83096 Food is on the foo table
3097 0: foo table
H A Dtestinput82049 Food is on the foo table
H A Dtestinput11621 Food is on the foo table
/PHP-5.5/ext/standard/
H A Dbasic_functions.c1515 ZEND_ARG_INFO(0, table)
H A Dhtml_tables.h1138 const entity_stage3_row *table; member
/PHP-5.5/build/
H A Dlibtool.m42985 # have problems creating the table of contents. If linking a library
5676 # have problems creating the table of contents. If linking a library
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c12656 char *table; /* The table or view to which the trigger applies */ member
112338 && 0==sqlite3StrICmp(pTrig->table, pTab->zName)
112520 pTrigger->table = sqlite3DbStrDup(db, pTableName->a[0].zName);
112591 pTrig->table, z);
112607 pTab = sqlite3HashFind(&pLink->pTabSchema->tblHash, pLink->table);
112747 sqlite3DbFree(db, pTrigger->table);
112804 return sqlite3HashFind(&pTrigger->pTabSchema->tblHash, pTrigger->table);

Completed in 605 milliseconds

1...<<2122232425