Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-7.0/
H A D.gdbinit404 dumps a function table (HashTable)
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)
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-7.0/TSRM/
H A DTODO2 This can probably be done by more careful hash table access
/PHP-7.0/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.c476 static HashTable *zend_closure_get_gc(zval *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc() argument
480 *table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL; in zend_closure_get_gc()
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()
H A Dzend_generators.c197 static HashTable *zend_generator_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc() argument
200 *table = &generator->value; in zend_generator_get_gc()
H A Dzend_inheritance.c794 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance() local
796 end = table + parent_ce->default_properties_count; in zend_do_inheritance()
798 ce->default_properties_table = table; in zend_do_inheritance()
837 …zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_stati… in zend_do_inheritance() local
839 end = table + parent_ce->default_static_members_count; in zend_do_inheritance()
841 ce->default_static_members_table = table; in zend_do_inheritance()
H A Dzend_object_handlers.c129 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n) /* {{{ */ in zend_std_get_gc() argument
132 *table = NULL; in zend_std_get_gc()
139 *table = NULL; in zend_std_get_gc()
143 *table = zobj->properties_table; in zend_std_get_gc()
H A Dzend_object_handlers.h120 typedef HashTable *(*zend_object_get_gc_t)(zval *object, zval **table, int *n);
H A Dzend_ts_hash.h37 #define TS_HASH(table) (&(table->hash)) argument
/PHP-7.0/Zend/tests/
H A Dbug63976.phpt8 public $table = self::TABLE;
17 var_dump($bar->table);
/PHP-7.0/Zend/tests/use_const/
H A Dno_global_fallback.phpt2 non-existent imported constants should not be looked up in the global table
/PHP-7.0/Zend/tests/use_function/
H A Dno_global_fallback.phpt2 non-existent imported functions should not be looked up in the global table
H A Dno_global_fallback2.phpt2 non-existent imported functions should not be looked up in the global table
/PHP-7.0/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-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/date/
H A Dphp_date.c2215 *table = NULL; in date_object_get_gc()
2222 *table = NULL; in date_object_get_gc_timezone()
2402 *table = NULL; in date_object_get_gc_interval()
4614 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local
4632 table = tzdb->index; in PHP_FUNCTION()
4638 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
4642 add_next_index_string(return_value, table[i].id); in PHP_FUNCTION()
4665 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
4668 table = timelib_timezone_abbreviations_list(); in PHP_FUNCTION()
4670 entry = table; in PHP_FUNCTION()
[all …]
/PHP-7.0/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-7.0/ext/fileinfo/tests/
H A Dmagic7629 0 name partition-table
7777 >>>446 use partition-table
10077 # table... If the GPT table has less than 128 entries, this may even
10084 ##>>&-8 use gpt-table
10089 ##>>>&-8 use gpt-table
10094 ##>>>>&-8 use gpt-table
10099 ##>>>>>&-8 use gpt-table
10104 ##>>>>>>&-8 use gpt-table
10136 0 name gpt-table
10153 >0 use gpt-table
[all …]
/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c88 int table[2][(1<< MAX_LWZ_BITS)]; member
448 sd->table[0][i] = 0; in LWZReadByte_()
449 sd->table[1][i] = i; in LWZReadByte_()
452 sd->table[0][i] = sd->table[1][0] = 0; in LWZReadByte_()
472 sd->table[0][i] = 0; in LWZReadByte_()
473 sd->table[1][i] = i; in LWZReadByte_()
476 sd->table[0][i] = sd->table[1][i] = 0; in LWZReadByte_()
515 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
516 if (code == sd->table[0][code]) { in LWZReadByte_()
519 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-7.0/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

Completed in 222 milliseconds

12345678910>>...25