Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 50) sorted by last modified time

12

/php-src/ext/sqlite3/
H A Dsqlite3.c1245 const char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
2243 static HashTable *php_sqlite3_get_gc(zend_object *object, zval **table, int *n) in php_sqlite3_get_gc()
H A Dsqlite3.stub.php343 …public function openBlob(string $table, string $column, int $rowid, string $database = "main", int…
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite.c289 char *table, *column, *dbname = "main", *mode = "rb"; in PHP_METHOD() local
/php-src/ext/curl/
H A Dinterface.c469 static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) in curl_get_gc()
H A Dmulti.c551 static HashTable *curl_multi_get_gc(zend_object *object, zval **table, int *n) in curl_multi_get_gc()
/php-src/ext/libxml/
H A Dlibxml.c140 static void php_libxml_unlink_entity(void *data, void *table, const xmlChar *name) in php_libxml_unlink_entity()
/php-src/Zend/
H A Dzend_inheritance.c1446 zend_property_info **table, *prop; in zend_build_properties_info_table() local
1527 …zval *table = pemalloc(sizeof(zval) * (ce->default_properties_count + parent_ce->default_propertie… in zend_do_inheritance_ex() local
1579 …zval *table = pemalloc(sizeof(zval) * (ce->default_static_members_count + parent_ce->default_stati… in zend_do_inheritance_ex() local
H A Dzend_closures.c683 static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in zend_closure_get_gc()
H A Dzend_fibers.c756 static HashTable *zend_fiber_object_gc(zend_object *object, zval **table, int *num) in zend_fiber_object_gc()
H A Dzend_generators.c350 static HashTable *zend_generator_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in zend_generator_get_gc()
1082 zend_object_iterator *iterator, zval **table, int *n) in zend_generator_iterator_get_gc()
H A Dzend_gc.c789 zval *table; in gc_scan_black() local
990 zval *table; in gc_mark_grey() local
1236 zval *table; in gc_scan() local
1437 zval *table; in gc_collect_white() local
1678 zval *table; in gc_remove_nested_data_from_buffer() local
H A Dzend_object_handlers.c135 ZEND_API HashTable *zend_std_get_gc(zend_object *zobj, zval **table, int *n) /* {{{ */ in zend_std_get_gc()
H A Dzend_weakrefs.c483 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_gc()
495 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_key_entry_gc()
510 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_entry_gc()
522 HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_key_entry_gc()
557 HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **table, int *n) in zend_weakmap_get_object_entry_gc()
/php-src/ext/odbc/
H A Dodbc.stub.php376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …
/php-src/ext/pgsql/
H A Dpgsql.c5251 static inline void build_tablename(smart_str *querystr, PGconn *pg_link, const zend_string *table) … in build_tablename()
5282 PHP_PGSQL_API zend_result php_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_insert()
5400 zend_string *table; in PHP_FUNCTION() local
5550 PHP_PGSQL_API zend_result php_pgsql_update(PGconn *pg_link, const zend_string *table, zval *var_arr… in php_pgsql_update()
5621 zend_string *table; in PHP_FUNCTION() local
5661 PHP_PGSQL_API zend_result php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_delete()
5718 zend_string *table; in PHP_FUNCTION() local
5799 PHP_PGSQL_API zend_result php_pgsql_select(PGconn *pg_link, const zend_string *table, zval *ids_arr… in php_pgsql_select()
5869 zend_string *table; in PHP_FUNCTION() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dshs.h53 lexbor_shs_hash_get_static(const lexbor_shs_hash_t *table, in lexbor_shs_hash_get_static()
/php-src/ext/spl/
H A Dspl_fixedarray.c216 static HashTable* spl_fixedarray_object_get_gc(zend_object *obj, zval **table, int *n) in spl_fixedarray_object_get_gc()
H A Dspl_observer.c359 static HashTable *spl_object_storage_get_gc(zend_object *obj, zval **table, int *n) /* {{{ */ in spl_object_storage_get_gc()
/php-src/ext/dom/
H A Dxpath.c50 HashTable *dom_xpath_get_gc(zend_object *object, zval **table, int *n) in dom_xpath_get_gc()
H A Dxpath_callbacks.c115 …t_gc_for_whole_object(php_dom_xpath_callbacks *registry, zend_object *object, zval **table, int *n) in php_dom_xpath_callbacks_get_gc_for_whole_object()
/php-src/ext/sockets/
H A Dsockets.c141 static HashTable *socket_get_gc(zend_object *object, zval **table, int *n) in socket_get_gc()
/php-src/ext/ffi/
H A Dffi.c5153 static HashTable *zend_fake_get_gc(zend_object *ob, zval **table, int *n) /* {{{ */ in zend_fake_get_gc()
/php-src/ext/xsl/
H A Dxsltprocessor.c126 static void xsl_add_ns_to_map(xmlHashTablePtr table, xsltStylesheetPtr sheet, const xmlNode *cur, c… in xsl_add_ns_to_map()
138 static void xsl_build_ns_map(xmlHashTablePtr table, xsltStylesheetPtr sheet, php_dom_libxml_ns_mapp… in xsl_build_ns_map()
/php-src/ext/date/
H A Dphp_date.c1913 static HashTable *date_object_get_gc(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc()
1920 static HashTable *date_object_get_gc_timezone(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_timezone()
2184 static HashTable *date_object_get_gc_interval(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_interval()
5324 const timelib_tzdb_index_entry *table; in PHP_FUNCTION() local
5375 const timelib_tz_lookup_table *table, *entry; in PHP_FUNCTION() local
5660 static HashTable *date_object_get_gc_period(zend_object *object, zval **table, int *n) /* {{{ */ in date_object_get_gc_period()
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h83 const char *table; /* Table of column if column was a field */ member

Completed in 140 milliseconds

12