Home
last modified time | relevance | path

Searched defs:info (Results 51 – 75 of 78) sorted by path

1234

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c505 sljit_u32 info[4]; in get_cpu_features() local
/php-src/ext/pdo/
H A Dpdo_dbh.c104 zval ex, info; in pdo_raise_impl_error() local
135 zval info; in pdo_handle_error() local
1339 zend_internal_function_info *info = (zend_internal_function_info*)funcs->arg_info; in pdo_hash_methods() local
H A Dpdo_sqlstate.c311 const struct pdo_sqlstate_info *info; in pdo_sqlstate_init_error_table() local
324 const struct pdo_sqlstate_info *info; in pdo_sqlstate_state_to_description() local
/php-src/ext/pdo_dblib/
H A Ddblib_driver.c34 static void dblib_fetch_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in dblib_fetch_error()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c573 static char const info[] = { isc_info_sql_stmt_type }; in firebird_handle_preparer() local
1232 static void pdo_firebird_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_firebird_fetch_error_func()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c124 static void pdo_mysql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_mysql_fetch_error_func()
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c32 static void pdo_odbc_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_odbc_fetch_error_func()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c111 static void pdo_pgsql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) /* {{{ */ in pdo_pgsql_fetch_error_func()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c85 static void pdo_sqlite_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt, zval *info) in pdo_sqlite_fetch_error_func()
/php-src/ext/phar/
H A Dphar_object.c135 static int phar_file_action(phar_archive_data *phar, phar_entry_info *info, char *mime_type, int co… in phar_file_action()
312 phar_entry_info *info; in phar_do_404() local
554 phar_entry_info *info = NULL; in PHP_METHOD() local
H A Dutil.c2031 phar_entry_info *info = emalloc(sizeof(phar_entry_info)); in phar_manifest_copy_ctor() local
/php-src/ext/reflection/
H A Dphp_reflection.c6316 ZEND_METHOD(ReflectionExtension, info) in ZEND_METHOD() argument
H A Dphp_reflection.stub.php713 public function info(): void {} function in ReflectionExtension
/php-src/ext/snmp/
H A Dsnmp.stub.php213 public array $info; variable in SNMP
/php-src/ext/spl/
H A Dspl_observer.stub.php26 public function attach(object $object, mixed $info = null): void {}
47 public function setInfo(mixed $info): void {}
94 public function offsetSet($object, mixed $info = null): void {}
136 public function attachIterator(Iterator $iterator, string|int|null $info = null): void {}
/php-src/ext/standard/
H A Dimage.c412 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info) in php_read_APP()
446 static struct gfxinfo *php_handle_jpeg (php_stream * stream, zval *info) in php_handle_jpeg()
771 static struct gfxinfo *php_handle_tiff (php_stream * stream, zval *info, int motorola_intel) in php_handle_tiff()
1443 static void php_getimagesize_from_stream(php_stream *stream, char *input, zval *info, INTERNAL_FUNC… in php_getimagesize_from_stream()
1545 zval *info = NULL; in php_getimagesize_from_any() local
H A Dvar.c826 zend_property_info *info = zend_get_typed_property_info_for_slot(Z_OBJ_P(struc), val); in php_var_serialize_try_add_sleep_prop() local
/php-src/ext/standard/tests/misc/
H A Dbrowscap.ini1425 Parent=General Crawlers
1426 Browser="EarthCom"
2358 Parent=Search Engines
2359 Browser="EARTHCOM"
/php-src/ext/xml/
H A Dxml.c84 zval info; local
1330 zval *pind, *xdata, *info = NULL; in PHP_FUNCTION() local
/php-src/main/
H A Dphp_network.h258 char info[126]; member
/php-src/main/streams/
H A Dplain_wrapper.c873 SYSTEM_INFO info; in php_stdiop_set_option() local
/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c551 struct tcp_info info; in fpm_socket_get_listening_queue() local
594 struct tcp_connection_info info; in fpm_socket_get_listening_queue() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c1049 void phpdbg_signal_handler(int sig, siginfo_t *info, void *context) /* {{{ */ in phpdbg_signal_handler()
H A Dphpdbg_prompt.c1088 PHPDBG_COMMAND(info) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg_watch.c1289 … namelen, char *key, size_t keylen, HashTable *parent, zval *zv, phpdbg_watch_parse_struct *info) {
1326 …_input(char *input, size_t len, HashTable *parent, size_t i, phpdbg_watch_parse_struct *info, bool…
1330 … namelen, char *key, size_t keylen, HashTable *parent, zval *zv, phpdbg_watch_parse_struct *info) {
1361 phpdbg_watch_parse_struct info; local

Completed in 303 milliseconds

1234