Home
last modified time | relevance | path

Searched defs:info (Results 1 – 25 of 78) sorted by last modified time

1234

/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/sapi/phpdbg/
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
H A Dphpdbg.c1049 void phpdbg_signal_handler(int sig, siginfo_t *info, void *context) /* {{{ */ in phpdbg_signal_handler()
/php-src/ext/reflection/
H A Dphp_reflection.stub.php713 public function info(): void {} function in ReflectionExtension
H A Dphp_reflection.c6325 ZEND_METHOD(ReflectionExtension, info) in ZEND_METHOD() argument
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c73 zend_error_info *info = persistent_script->warnings[i]; in free_persistent_script() local
/php-src/Zend/
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_API.c2907 zend_internal_function_info *info = (zend_internal_function_info*)ptr->arg_info; in zend_register_functions() local
H A Dzend_alloc.c184 #define ZEND_MM_LRUN_PAGES(info) (((info) & ZEND_MM_LRUN_PAGES_MASK) >> ZEND_MM_LRUN_PAGES_… argument
185 #define ZEND_MM_SRUN_BIN_NUM(info) (((info) & ZEND_MM_SRUN_BIN_NUM_MASK) >> ZEND_MM_SRUN_BIN_… argument
186 #define ZEND_MM_SRUN_FREE_COUNTER(info) (((info) & ZEND_MM_SRUN_FREE_COUNTER_MASK) >> ZEND_MM_SRUN… argument
187 #define ZEND_MM_NRUN_OFFSET(info) (((info) & ZEND_MM_NRUN_OFFSET_MASK) >> ZEND_MM_NRUN_OFFSE… argument
1357 zend_mm_page_info info; local
1431 zend_mm_page_info info = chunk->map[page_num]; local
1458 zend_mm_page_info info; local
1598 zend_mm_page_info info = chunk->map[page_num]; local
1963 zend_mm_page_info info; local
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_execute.c838 ZEND_COLD zend_never_inline void zend_verify_property_type_error(const zend_property_info *info, co… in zend_verify_property_type_error()
856 …inline void zend_magic_get_property_type_inconsistency_error(const zend_property_info *info, const… in zend_magic_get_property_type_inconsistency_error()
893 const zend_property_info *info) { in zend_readonly_property_modification_error()
898 …id ZEND_FASTCALL zend_readonly_property_indirect_modification_error(const zend_property_info *info) in zend_readonly_property_indirect_modification_error()
909 …END_FASTCALL zend_object_released_while_assigning_to_property_error(const zend_property_info *info) in zend_object_released_while_assigning_to_property_error()
993 static zend_always_inline bool i_zend_check_property_type(const zend_property_info *info, zval *pro… in i_zend_check_property_type()
1010 static zend_always_inline bool i_zend_verify_property_type(const zend_property_info *info, zval *pr… in i_zend_verify_property_type()
1020 ZEND_API bool zend_never_inline zend_verify_property_type(const zend_property_info *info, zval *pro… in zend_verify_property_type()
1024 static zend_never_inline zval* zend_assign_to_typed_prop(zend_property_info *info, zval *property_v… in zend_assign_to_typed_prop()
3517 const zend_property_info *info, const zval *zv, bool strict) { in i_zend_verify_type_assignable_zval()
H A Dzend_closures.c660 zval info; in zend_closure_get_debug_info() local
/php-src/ext/mbstring/
H A Dmbstring.c1518 php_mb_encoding_handler_info_t info; in PHP_FUNCTION() local
/php-src/ext/pcntl/
H A Dpcntl.stub.php952 function pcntl_sigwaitinfo(array $signals, &$info = []): int|false {}
955 function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = 0, int $nanoseconds = 0): i…
/php-src/Zend/Optimizer/
H A Dzend_inference.c4243 zend_ssa_var_info *info; in zend_infer_types_ex() local
4496 zend_func_info *info = ZEND_FUNC_INFO(op_array); in is_recursive_tail_call() local
4561 zend_func_info *info = ZEND_FUNC_INFO(op_array); in zend_func_return_info() local
H A Dzend_func_info.c37 uint32_t info; member
41 #define F0(name, info) \ argument
43 #define F1(name, info) \ argument
45 #define FN(name, info) \ argument
119 func_info_t *info = Z_PTR_P(zv); in zend_get_internal_func_info() local
181 zend_func_info *info = ZEND_FUNC_INFO((zend_op_array*)callee_func); in zend_get_func_info() 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_wireprotocol.c1318 MYSQLND_ERROR_INFO *info, unsigned err_no, const char *sqlstate, const char *error) in set_packet_error()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c4134 …nt zend_jit_spill_store_inv(zend_jit_ctx *jit, zend_jit_addr src, zend_jit_addr dst, uint32_t info) in zend_jit_spill_store_inv()
4163 static int zend_jit_load_reg(zend_jit_ctx *jit, zend_jit_addr src, zend_jit_addr dst, uint32_t info) in zend_jit_load_reg()
4178 static int zend_jit_store_var(zend_jit_ctx *jit, uint32_t info, int var, int ssa_var, bool set_type) in zend_jit_store_var()
4186 static int zend_jit_store_ref(zend_jit_ctx *jit, uint32_t info, int var, int32_t src, bool set_type) in zend_jit_store_ref()
4363 …c int zend_jit_store_var_if_necessary(zend_jit_ctx *jit, int var, zend_jit_addr src, uint32_t info) in zend_jit_store_var_if_necessary()
4398 static int zend_jit_load_var(zend_jit_ctx *jit, uint32_t info, int var, int ssa_var) in zend_jit_load_var()
8447 zend_func_info *info = ZEND_FUNC_INFO(op_array); local
8607 zend_func_info *info = ZEND_FUNC_INFO(op_array); local
9494 zend_func_info *info = ZEND_FUNC_INFO(op_array); local
10480 static int zend_jit_free_cv(zend_jit_ctx *jit, uint32_t info, uint32_t var)
[all …]
H A Dzend_jit_trace.c382 zend_ssa_var_info *info = &tssa->var_info[ssa_var]; in zend_jit_trace_add_op_guard() local
947 zend_ssa_var_info *info; in zend_jit_trace_copy_ssa_var_range() local
997 zend_ssa_var_info *info; in zend_jit_trace_restrict_ssa_var_info() local
1900 zend_ssa_var_info *info = &tssa->var_info[tssa->ops[idx].op1_use]; in zend_jit_trace_build_tssa() local
2002 zend_ssa_var_info *info = &tssa->var_info[tssa->ops[idx].op1_use]; in zend_jit_trace_build_tssa() local
2032 zend_ssa_var_info *info = &tssa->var_info[tssa->ops[idx].op1_use]; in zend_jit_trace_build_tssa() local
2066 uint32_t info; in zend_jit_trace_build_tssa() local
2288 zend_ssa_var_info *info = &ssa_var_info[ssa_ops[idx].op1_def]; in zend_jit_trace_build_tssa() local
4095 uint32_t info = ssa->var_info[i].type; in zend_jit_trace() local
4226 uint32_t info = ssa->var_info[phi->ssa_var].type; in zend_jit_trace() local
[all …]
H A Dzend_jit.c60 # define RC_MAY_BE_1(info) (((info) & (MAY_BE_RC1|MAY_BE_REF)) != 0) argument
61 # define RC_MAY_BE_N(info) (((info) & (MAY_BE_RCN|MAY_BE_REF)) != 0) argument
64 # define RC_MAY_BE_1(info) 1 argument
65 # define RC_MAY_BE_N(info) 1 argument
465 uint32_t j, info; in zend_ssa_cv_info() local
560 zend_property_info *info = NULL; in zend_get_known_property_info() local
623 zend_property_info *info; in zend_may_be_dynamic_property() local
2667 uint32_t info = zend_ssa_cv_info(op_array, ssa, j); in zend_jit() local
3087 zend_func_info *info; in zend_jit_script() local
/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/mysqli/
H A Dmysqli_api.c965 const char *info; in PHP_FUNCTION() local
/php-src/ext/phar/
H A Dutil.c2040 phar_entry_info *info = emalloc(sizeof(phar_entry_info)); in phar_manifest_copy_ctor() local
/php-src/ext/opcache/jit/ir/
H A Dir_disasm.c37 unsigned char info; member
298 Dl_info info; in ir_disasm_resolver() local

Completed in 265 milliseconds

1234