Home
last modified time | relevance | path

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

1234

/php-src/Zend/
H A Dzend.c1417 zend_error_info *info = emalloc(sizeof(zend_error_info)); in zend_error_zstr_at() local
1727 zend_error_info *info = EG(errors)[i]; in zend_free_recorded_errors() local
H A Dzend_compile.c280 const builtin_type_info *info = &builtin_types[0]; in zend_lookup_builtin_type_by_name() local
296 const confusable_type_info *info = confusable_types; in zend_is_confusable_type() local
696 zend_loop_var info = {0}; in zend_begin_loop() local
7467 static void find_implicit_binds_recursively(closure_info *info, zend_ast *ast) { in find_implicit_binds_recursively()
7520 static void find_implicit_binds(closure_info *info, zend_ast *params_ast, zend_ast *stmt_ast) in find_implicit_binds()
7537 closure_info *info, znode *closure, zend_op_array *op_array) in compile_implicit_lexical_binds()
7597 static void zend_compile_implicit_closure_uses(closure_info *info) in zend_compile_implicit_closure_uses()
7805 closure_info info; in zend_compile_func_decl() local
7958 zend_property_info *info; in zend_compile_prop_decl() local
H A Dzend.h234 } info; member
H A Dzend_object_handlers.c1744 zend_property_info *info; in zend_std_compare_objects() local
H A Dzend_gc.c118 #define GC_REF_SET_INFO(ref, info) do { \ argument
/php-src/ext/snmp/
H A Dsnmp.stub.php249 public array $info; variable in SNMP
/php-src/sapi/phpdbg/
H A Dphpdbg_prompt.c1088 PHPDBG_COMMAND(info) /* {{{ */ in PHPDBG_COMMAND() argument
H A Dphpdbg.c1049 void phpdbg_signal_handler(int sig, siginfo_t *info, void *context) /* {{{ */ in phpdbg_signal_handler()
/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.c2040 phar_entry_info *info = emalloc(sizeof(phar_entry_info)); in phar_manifest_copy_ctor() local
/php-src/ext/mysqli/
H A Dmysqli.stub.php699 public ?string $info; variable in mysqli
H A Dmysqli_api.c965 const char *info; in PHP_FUNCTION() local
/php-src/win32/
H A Dioutil.h635 … *php_win32_ioutil_realpath_ex0(const char *path, char *resolved, PBY_HANDLE_FILE_INFORMATION info) in php_win32_ioutil_realpath_ex0()
/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/standard/
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/main/streams/
H A Dplain_wrapper.c873 SYSTEM_INFO info; in php_stdiop_set_option() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_structs.h125 #define SET_EMPTY_ERROR(info) (info)->m->reset((info)) argument
126 #define SET_CLIENT_ERROR(info, err_no, sqlstate, error) (err_no)? (info)->m->set_client_error((info… argument
127 #define SET_OOM_ERROR(info) SET_CLIENT_ERROR((info), CR_OUT_OF_MEMORY, UNKNOWN_SQLSTATE, mys… argument
H A Dmysqlnd_wireprotocol.c1318 MYSQLND_ERROR_INFO *info, unsigned err_no, const char *sqlstate, const char *error) in set_packet_error()
/php-src/Zend/Optimizer/
H A Dsccp.c1774 zend_ssa_var_info *info = &ssa->var_info[var_num]; in value_from_type_and_range() local
/php-src/ext/reflection/
H A Dphp_reflection.stub.php713 public function info(): void {} function in ReflectionExtension
/php-src/ext/hash/
H A Dhash.c899 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c2553 …ZEND_FASTCALL zend_jit_assign_to_typed_prop(zval *property_val, zend_property_info *info, zval *va… in zend_jit_assign_to_typed_prop()
/php-src/ext/opcache/
H A DZendAccelerator.c682 zend_property_info *info; in accel_copy_permanent_strings() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c505 sljit_u32 info[4]; in get_cpu_features() local
/php-src/ext/mbstring/
H A Dmbstring.c1518 php_mb_encoding_handler_info_t info; in PHP_FUNCTION() local

Completed in 189 milliseconds

1234