Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 621) sorted by path

12345678910>>...25

/PHP-5.5/
H A D.gdbinit420 dumps a function table (HashTable)
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 DREADME.STREAMS229 php_stream_ops structure, which holds the "virtual method table" for the
H A Dacinclude.m4281 dnl table. Otherwise, dynamic modules would not be able to resolve
/PHP-5.5/TSRM/
H A DTODO2 This can probably be done by more careful hash table access
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO12 handle for it, set handle and handler table as needed. Note that the
22 new object and get the handle for it, set handle and handler table as
24 constructor call. The get_constructor handler table entry should be
121 the handler table.
H A Dzend_closures.c378 static HashTable *zend_closure_get_gc(zval *obj, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_closure_get_gc() argument
382 *table = closure->this_ptr ? &closure->this_ptr : NULL; in zend_closure_get_gc()
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()
H A Dzend_gc.c282 zval **table; in zval_scan_black() local
287 if (table[i]) { in zval_scan_black()
337 zval **table; in zobj_scan_black() local
341 if (table[i]) { in zobj_scan_black()
342 pz = table[i]; in zobj_scan_black()
389 zval **table; in zval_mark_grey() local
445 zval **table; in zobj_mark_grey() local
449 if (table[i]) { in zobj_mark_grey()
450 pz = table[i]; in zobj_mark_grey()
586 zval **table; in zobj_scan() local
[all …]
H A Dzend_object_handlers.c116 ZEND_API HashTable *zend_std_get_gc(zval *object, zval ***table, int *n TSRMLS_DC) /* {{{ */ in zend_std_get_gc() argument
119 *table = NULL; in zend_std_get_gc()
126 *table = NULL; in zend_std_get_gc()
130 *table = zobj->properties_table; in zend_std_get_gc()
H A Dzend_object_handlers.h114 typedef HashTable *(*zend_object_get_gc_t)(zval *object, zval ***table, int *n TSRMLS_DC);
H A Dzend_ts_hash.h37 #define TS_HASH(table) (&(table->hash)) argument
/PHP-5.5/Zend/tests/
H A Dbug63976.phpt8 public $table = self::TABLE;
17 var_dump($bar->table);
/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/date/lib/
H A Dparse_date.re171 /* The timezone table. */
230 /* The relative text table. */
252 /* The month table. */
/PHP-5.5/ext/date/
H A Dphp_date.c2196 *table = NULL; in date_object_get_gc()
2204 *table = NULL; in date_object_get_gc_timezone()
2401 *table = NULL; in date_object_get_gc_interval()
4486 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local
4504 table = tzdb->index; in PHP_FUNCTION()
4510 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
4513 …== PHP_DATE_TIMEZONE_GROUP_ALL_W_BC || (check_id_allowed(table[i].id, what) && (tzdb->data[table[i… in PHP_FUNCTION()
4537 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
4540 table = timelib_timezone_abbreviations_list(); in PHP_FUNCTION()
4542 entry = table; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/exif/
H A Dtest.txt28 echo "<html><body><table>\n";
30 echo "</table></body></html>";
233 <table border='1' cellspacing='0' cellpadding='3' summary="EXIF headernames">
246 </table>
257 echo "<table border='1' cellspacing='0' cellpadding='3' summary='function results'>\n";
258 $tab2 = "";//"<table border='1' cellspacing='0' cellpadding='3' summary='EXIF information'>\n";
359 echo "</table>\n";
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic6128 # mbr partition table entries
8942 # table... If the GPT table has less than 128 entries, this may even
8949 ##>>&-8 use gpt-table
8954 ##>>>&-8 use gpt-table
8959 ##>>>>&-8 use gpt-table
8964 ##>>>>>&-8 use gpt-table
8969 ##>>>>>>&-8 use gpt-table
9001 0 name gpt-table
9019 >0 use gpt-table
16199 #>>16 lelong x , table: %ld
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_in.c88 int table[2][(1<< MAX_LWZ_BITS)]; member
445 sd->table[0][i] = 0; in LWZReadByte_()
446 sd->table[1][i] = i; in LWZReadByte_()
449 sd->table[0][i] = sd->table[1][0] = 0; in LWZReadByte_()
469 sd->table[0][i] = 0; in LWZReadByte_()
470 sd->table[1][i] = i; in LWZReadByte_()
473 sd->table[0][i] = sd->table[1][i] = 0; in LWZReadByte_()
512 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
513 if (code == sd->table[0][code]) { in LWZReadByte_()
516 code = sd->table[0][code]; in LWZReadByte_()
[all …]
H A Dgd_topal.c1595 int *table; local
1599 table = (int *) (*cinfo->mem->alloc_small)
1608 table = cquantize->error_limiter_storage;
1611 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */
1612 cquantize->error_limiter = table;
1619 table[in] = out;
1620 table[-in] = -out;
1625 table[in] = out;
1626 table[-in] = -out;
1631 table[in] = out;
[all …]
/PHP-5.5/ext/hash/
H A Dphp_hash_tiger_tables.h22 #define t1 (table)
23 #define t2 (table+256)
24 #define t3 (table+256*2)
25 #define t4 (table+256*3)
27 static const php_hash_uint64 table[4*256] = { variable
/PHP-5.5/ext/interbase/tests/
H A D002.phpt29 1 test table not created with isql
32 1 test table not created with isql
H A D003.phpt12 "create table test3 (
H A D005.phpt12 @ibase_query("create table test5 (i integer)");
36 echo "empty table\n";
50 echo "after rollback table empty again\n";
212 empty table
219 after rollback table empty again
H A D006.phpt13 "create table test6 (
121 /* clear table*/
179 /* prepare table */

Completed in 153 milliseconds

12345678910>>...25