SYMBOL INDEX (26244 symbols across 1565 files) FILE: TSRM/TSRM.c type tsrm_tls_entry (line 27) | typedef struct _tsrm_tls_entry tsrm_tls_entry; type _tsrm_tls_entry (line 32) | struct _tsrm_tls_entry { type tsrm_resource_type (line 40) | typedef struct { function TSRM_API (line 119) | TSRM_API bool tsrm_startup(int expected_threads, int expected_resources,... function ts_free_resources (line 164) | static void ts_free_resources(tsrm_tls_entry *thread_resources) function TSRM_API (line 183) | TSRM_API void tsrm_shutdown(void) function TSRM_API (line 239) | TSRM_API void tsrm_env_lock(void) { function TSRM_API (line 243) | TSRM_API void tsrm_env_unlock(void) { function tsrm_update_active_threads (line 248) | static void tsrm_update_active_threads(void) function TSRM_API (line 277) | TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_... function TSRM_API (line 315) | TSRM_API void tsrm_reserve(size_t size) function TSRM_API (line 323) | TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *off... function set_thread_local_storage_resource_to (line 371) | static void set_thread_local_storage_resource_to(tsrm_tls_entry *thread_... function allocate_new_resource (line 378) | static void allocate_new_resource(tsrm_tls_entry **thread_resources_ptr,... function TSRM_API (line 417) | TSRM_API void *ts_resource_ex(ts_rsrc_id id, THREAD_T *th_id) function ts_free_thread (line 510) | void ts_free_thread(void) function ts_free_id (line 544) | void ts_free_id(ts_rsrc_id id) function TSRM_API (line 579) | TSRM_API void ts_apply_for_id(ts_rsrc_id id, void (*cb)(void *)) function TSRM_API (line 606) | TSRM_API THREAD_T tsrm_thread_id(void) function TSRM_API (line 617) | TSRM_API MUTEX_T tsrm_mutex_alloc(void) function TSRM_API (line 635) | TSRM_API void tsrm_mutex_free(MUTEX_T mutexp) function TSRM_API (line 656) | TSRM_API int tsrm_mutex_lock(MUTEX_T mutexp) function TSRM_API (line 672) | TSRM_API int tsrm_mutex_unlock(MUTEX_T mutexp) function TSRM_API (line 687) | TSRM_API int tsrm_sigmask(int how, const sigset_t *set, sigset_t *oldset) function TSRM_API (line 696) | TSRM_API void *tsrm_set_new_thread_begin_handler(tsrm_thread_begin_func_... function TSRM_API (line 705) | TSRM_API void *tsrm_set_new_thread_end_handler(tsrm_thread_end_func_t ne... function TSRM_API (line 714) | TSRM_API void *tsrm_set_shutdown_handler(tsrm_shutdown_func_t shutdown_h... function tsrm_error (line 728) | int tsrm_error(int level, const char *format, ...) function tsrm_error_set (line 748) | void tsrm_error_set(int level, const char *debug_filename) function TSRM_API (line 768) | TSRM_API void *tsrm_get_ls_cache(void) function TSRM_API (line 775) | TSRM_API size_t tsrm_get_ls_cache_tcb_offset(void) function TSRM_API (line 826) | TSRM_API bool tsrm_is_main_thread(void) function TSRM_API (line 831) | TSRM_API bool tsrm_is_shutdown(void) function TSRM_API (line 836) | TSRM_API const char *tsrm_api_name(void) function TSRM_API (line 845) | TSRM_API bool tsrm_is_managed_thread(void) FILE: TSRM/TSRM.h type tsrm_intptr_t (line 38) | typedef intptr_t tsrm_intptr_t; type tsrm_uintptr_t (line 39) | typedef uintptr_t tsrm_uintptr_t; type ts_rsrc_id (line 60) | typedef int ts_rsrc_id; FILE: TSRM/tsrm_win32.c function tsrm_win32_ctor (line 41) | static void tsrm_win32_ctor(tsrm_win32_globals *globals) function tsrm_win32_dtor (line 63) | static void tsrm_win32_dtor(tsrm_win32_globals *globals) function TSRM_API (line 89) | TSRM_API void tsrm_win32_startup(void) function TSRM_API (line 98) | TSRM_API void tsrm_win32_shutdown(void) function PSID (line 140) | PSID tsrm_win32_get_token_sid(HANDLE hToken) function TSRM_API (line 190) | TSRM_API int tsrm_win32_access(const char *pathname, int mode) function process_pair (line 372) | static process_pair *process_get(FILE *stream) function shm_pair (line 400) | static shm_pair *shm_get(key_t key, void *addr) function HANDLE (line 434) | static HANDLE dupHandle(HANDLE fh, BOOL inherit) function TSRM_API (line 443) | TSRM_API FILE *popen(const char *command, const char *type) function TSRM_API (line 449) | TSRM_API FILE *popen_ex(const char *command, const char *type, const cha... function TSRM_API (line 596) | TSRM_API int pclose(FILE *stream) function key_t (line 622) | static key_t tsrm_choose_random_shm_key(key_t prev_key) { function TSRM_API (line 635) | TSRM_API int shmget(key_t key, size_t size, int flags) function TSRM_API (line 725) | TSRM_API void *shmat(int key, const void *shmaddr, int flags) function TSRM_API (line 741) | TSRM_API int shmdt(const void *shmaddr) function TSRM_API (line 762) | TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) function zend_always_inline (line 793) | static zend_always_inline void UnixTimeToFileTime(time_t t, LPFILETIME p... function TSRM_API (line 804) | TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {... FILE: TSRM/tsrm_win32.h type ipc_perm (line 25) | struct ipc_perm { type shmid_ds (line 35) | struct shmid_ds { type process_pair (line 46) | typedef struct { type shm_pair (line 51) | typedef struct { type tsrm_win32_globals (line 57) | typedef struct { type utimbuf (line 100) | struct utimbuf type shmid_ds (line 105) | struct shmid_ds FILE: Zend/Optimizer/block_pass.c function zend_optimizer_get_persistent_constant (line 33) | bool zend_optimizer_get_persistent_constant(zend_string *name, zval *res... function strip_leading_nops (line 65) | static void strip_leading_nops(zend_op_array *op_array, zend_basic_block... function strip_nops (line 75) | static void strip_nops(zend_op_array *op_array, zend_basic_block *b) function get_const_switch_target (line 109) | static int get_const_switch_target(zend_cfg *cfg, zend_op_array *op_arra... function zend_optimize_block (line 134) | static void zend_optimize_block(zend_basic_block *block, zend_op_array *... function assemble_code_blocks (line 935) | static void assemble_code_blocks(zend_cfg *cfg, zend_op_array *op_array,... function zend_always_inline (line 1110) | static zend_always_inline zend_basic_block *get_target_block(const zend_... function zend_always_inline (line 1126) | static zend_always_inline zend_basic_block *get_follow_block(const zend_... function zend_always_inline (line 1142) | static zend_always_inline zend_basic_block *get_next_block(const zend_cf... function zend_always_inline (line 1163) | static zend_always_inline bool in_hitlist(int target, int *jmp_hitlist, ... function zend_jmp_optimization (line 1182) | static void zend_jmp_optimization(zend_basic_block *block, zend_op_array... function zend_t_usage (line 1409) | static void zend_t_usage(zend_cfg *cfg, zend_op_array *op_array, zend_bi... function zend_merge_blocks (line 1613) | static void zend_merge_blocks(zend_op_array *op_array, zend_cfg *cfg, ui... function zend_optimize_cfg (line 1673) | void zend_optimize_cfg(zend_op_array *op_array, zend_optimizer_ctx *ctx) FILE: Zend/Optimizer/compact_literals.c type literal_info (line 38) | typedef struct _literal_info { function type_num_classes (line 46) | static size_t type_num_classes(const zend_op_array *op_array, uint32_t a... function add_static_slot (line 90) | static uint32_t add_static_slot(HashTable *hash, function bias_key (line 119) | static inline void bias_key(zend_string *key, uint32_t bias) function zend_string (line 126) | static zend_string *create_str_cache_key(zval *literal, uint8_t num_rela... function zend_optimizer_compact_literals (line 154) | void zend_optimizer_compact_literals(zend_op_array *op_array, zend_optim... FILE: Zend/Optimizer/compact_vars.c function zend_optimizer_compact_vars (line 25) | void zend_optimizer_compact_vars(zend_op_array *op_array) { FILE: Zend/Optimizer/dce.c type context (line 49) | typedef struct { function is_bad_mod (line 62) | static inline bool is_bad_mod(const zend_ssa *ssa, int use, int def) { function may_have_side_effects (line 74) | static inline bool may_have_side_effects( function zend_always_inline (line 273) | static zend_always_inline void add_to_worklists(context *ctx, int var_nu... function add_to_phi_worklist_no_val (line 286) | static inline void add_to_phi_worklist_no_val(context *ctx, int var_num) { function zend_always_inline (line 293) | static zend_always_inline void add_operands_to_worklists(context *ctx, z... function zend_always_inline (line 317) | static zend_always_inline void add_phi_sources_to_worklists(context *ctx... function is_var_dead (line 325) | static inline bool is_var_dead(context *ctx, int var_num) { function try_remove_var_def (line 340) | static bool try_remove_var_def(context *ctx, int free_var, int use_chain... function zend_always_inline (line 392) | static zend_always_inline bool may_be_refcounted(uint32_t type) { function is_free_of_live_var (line 396) | static inline bool is_free_of_live_var(context *ctx, zend_op *opline, ze... function dce_instr (line 413) | static bool dce_instr(context *ctx, zend_op *opline, zend_ssa_op *ssa_op) { function get_common_phi_source (line 466) | static inline int get_common_phi_source(zend_ssa *ssa, zend_ssa_phi *phi) { function try_remove_trivial_phi (line 486) | static void try_remove_trivial_phi(context *ctx, zend_ssa_phi *phi) { function may_break_varargs (line 506) | static inline bool may_break_varargs(const zend_op_array *op_array, cons... function may_throw_dce_exception (line 522) | static inline bool may_throw_dce_exception(const zend_op *opline) { function dce_optimize_op_array (line 526) | int dce_optimize_op_array(zend_op_array *op_array, zend_optimizer_ctx *o... FILE: Zend/Optimizer/dfa_pass.c function zend_result (line 41) | zend_result zend_dfa_analyze_op_array(zend_op_array *op_array, zend_opti... function zend_ssa_remove_nops (line 113) | static void zend_ssa_remove_nops(zend_op_array *op_array, zend_ssa *ssa,... function safe_instanceof (line 257) | static bool safe_instanceof(zend_class_entry *ce1, zend_class_entry *ce2) { function can_elide_list_type (line 268) | static inline bool can_elide_list_type( function can_elide_return_type_check (line 294) | static inline bool can_elide_return_type_check( function opline_supports_assign_contraction (line 321) | static bool opline_supports_assign_contraction( function variable_defined_or_used_in_range (line 383) | static bool variable_defined_or_used_in_range(zend_ssa *ssa, int var, in... function zend_dfa_optimize_calls (line 401) | int zend_dfa_optimize_calls(zend_op_array *op_array, zend_ssa *ssa) function zend_always_inline (line 482) | static zend_always_inline void take_successor_0(zend_ssa *ssa, int block... function zend_always_inline (line 492) | static zend_always_inline void take_successor_1(zend_ssa *ssa, int block... function zend_always_inline (line 503) | static zend_always_inline void take_successor_ex(zend_ssa *ssa, int bloc... function compress_block (line 516) | static void compress_block(zend_op_array *op_array, zend_basic_block *bl... function replace_predecessor (line 529) | static void replace_predecessor(zend_ssa *ssa, int block_id, int old_pre... function zend_ssa_replace_control_link (line 580) | static void zend_ssa_replace_control_link(zend_op_array *op_array, zend_... function zend_ssa_unlink_block (line 653) | static void zend_ssa_unlink_block(zend_op_array *op_array, zend_ssa *ssa... function zend_dfa_optimize_jmps (line 686) | static int zend_dfa_optimize_jmps(zend_op_array *op_array, zend_ssa *ssa) function zend_dfa_try_to_replace_result (line 965) | static bool zend_dfa_try_to_replace_result(zend_op_array *op_array, zend... function zend_dfa_optimize_op_array (line 1037) | void zend_dfa_optimize_op_array(zend_op_array *op_array, zend_optimizer_... function zend_optimize_dfa (line 1665) | void zend_optimize_dfa(zend_op_array *op_array, zend_optimizer_ctx *ctx) FILE: Zend/Optimizer/escape_analysis.c function zend_always_inline (line 34) | static zend_always_inline void union_find_init(int *parent, int *size, i... function zend_always_inline (line 45) | static zend_always_inline int union_find_root(int *parent, int i) /* {{{ */ function zend_always_inline (line 59) | static zend_always_inline void union_find_unite(int *parent, int *size, ... function zend_result (line 76) | static zend_result zend_build_equi_escape_sets(int *parent, zend_op_arra... function is_allocation_def (line 150) | static bool is_allocation_def(zend_op_array *op_array, zend_ssa *ssa, in... function is_local_def (line 221) | static bool is_local_def(zend_op_array *op_array, zend_ssa *ssa, int def... function is_escape_use (line 271) | static bool is_escape_use(zend_op_array *op_array, zend_ssa *ssa, int us... function zend_result (line 382) | zend_result zend_ssa_escape_analysis(const zend_script *script, zend_op_... FILE: Zend/Optimizer/nop_removal.c function zend_optimizer_nop_removal (line 33) | void zend_optimizer_nop_removal(zend_op_array *op_array, zend_optimizer_... FILE: Zend/Optimizer/optimize_func_calls.c type optimizer_call_info (line 31) | typedef struct _optimizer_call_info { function zend_delete_call_instructions (line 40) | static void zend_delete_call_instructions(zend_op_array *op_array, zend_... function zend_try_inline_call (line 79) | static void zend_try_inline_call(zend_op_array *op_array, zend_op *fcall... function has_known_send_mode (line 138) | static bool has_known_send_mode(const optimizer_call_info *info, uint32_... function zend_optimize_func_calls (line 151) | void zend_optimize_func_calls(zend_op_array *op_array, zend_optimizer_ct... FILE: Zend/Optimizer/optimize_temp_vars_5.c function zend_optimize_temporary_variables (line 43) | void zend_optimize_temporary_variables(zend_op_array *op_array, zend_opt... FILE: Zend/Optimizer/pass1.c function replace_by_const_or_qm_assign (line 43) | static void replace_by_const_or_qm_assign(zend_op_array *op_array, zend_... function zend_optimizer_pass1 (line 60) | void zend_optimizer_pass1(zend_op_array *op_array, zend_optimizer_ctx *ctx) FILE: Zend/Optimizer/pass3.c function zend_always_inline (line 34) | static zend_always_inline bool in_hitlist(zend_op *target, zend_op **jmp... function zend_optimizer_pass3 (line 53) | void zend_optimizer_pass3(zend_op_array *op_array, zend_optimizer_ctx *ctx) FILE: Zend/Optimizer/sccp.c type sccp_ctx (line 78) | typedef struct _sccp_ctx { function scp_dump_value (line 101) | static void scp_dump_value(zval *zv) { function empty_partial_array (line 119) | static void empty_partial_array(zval *zv) function dup_partial_array (line 125) | static void dup_partial_array(zval *dst, const zval *src) function empty_partial_object (line 131) | static void empty_partial_object(zval *zv) function dup_partial_object (line 137) | static void dup_partial_object(zval *dst, const zval *src) function value_known (line 143) | static inline bool value_known(zval *zv) { function set_value (line 149) | static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, const zval... function zval (line 189) | static zval *get_op1_value(sccp_ctx *ctx, zend_op *opline, const zend_ss... function zval (line 199) | static zval *get_op2_value(sccp_ctx *ctx, const zend_op *opline, const z... function can_replace_op1 (line 209) | static bool can_replace_op1( function can_replace_op2 (line 279) | static bool can_replace_op2( function try_replace_op1 (line 292) | static bool try_replace_op1( function try_replace_op2 (line 305) | static bool try_replace_op2( function zend_result (line 318) | static inline zend_result ct_eval_binary_op(zval *result, uint8_t binop,... function zend_result (line 327) | static inline zend_result ct_eval_bool_cast(zval *result, zval *op) { function zend_result (line 343) | static inline zend_result zval_to_string_offset(zend_long *result, zval ... function zend_result (line 359) | static inline zend_result fetch_array_elem(zval **result, zval *op1, zva... function zend_result (line 389) | static inline zend_result ct_eval_fetch_dim(zval *result, zval *op1, zva... function zend_result (line 410) | static inline zend_result ct_eval_isset_isempty(zval *result, uint32_t e... function zend_result (line 426) | static inline zend_result ct_eval_isset_dim(zval *result, uint32_t exten... function zend_result (line 445) | static inline zend_result ct_eval_del_array_elem(zval *result, const zva... function zend_result (line 479) | static inline zend_result ct_eval_add_array_elem(zval *result, zval *val... function zend_result (line 528) | static inline zend_result ct_eval_add_array_unpack(zval *result, zval *a... function zend_result (line 550) | static inline zend_result ct_eval_assign_dim(zval *result, zval *value, ... function zend_result (line 589) | static inline zend_result fetch_obj_prop(zval **result, zval *op1, zval ... function zend_result (line 599) | static inline zend_result ct_eval_fetch_obj(zval *result, zval *op1, zva... function zend_result (line 610) | static inline zend_result ct_eval_isset_obj(zval *result, uint32_t exten... function zend_result (line 626) | static inline zend_result ct_eval_del_obj_prop(zval *result, const zval ... function zend_result (line 640) | static inline zend_result ct_eval_add_obj_prop(zval *result, zval *value... function zend_result (line 653) | static inline zend_result ct_eval_assign_obj(zval *result, zval *value, ... function zend_result (line 666) | static inline zend_result ct_eval_incdec(zval *result, uint8_t opcode, z... function ct_eval_type_check (line 693) | static inline void ct_eval_type_check(zval *result, uint32_t type_mask, ... function zend_result (line 703) | static inline zend_result ct_eval_in_array(zval *result, uint32_t extend... function zend_result (line 738) | static inline zend_result ct_eval_array_key_exists(zval *result, zval *o... function can_ct_eval_func_call (line 758) | static bool can_ct_eval_func_call(zend_function *func, zend_string *name... function zend_result (line 792) | static inline zend_result ct_eval_func_call_ex( function zend_result (line 852) | static inline zend_result ct_eval_func_call( function sccp_visit_instr (line 871) | static void sccp_visit_instr(scdf_ctx *scdf, zend_op *opline, zend_ssa_o... function zval (line 1770) | static zval *value_from_type_and_range(sccp_ctx *ctx, int var_num, zval ... function sccp_mark_feasible_successors (line 1822) | static void sccp_mark_feasible_successors( function join_hash_tables (line 1949) | static void join_hash_tables(HashTable *ret, HashTable *ht1, HashTable *... function zend_result (line 1972) | static zend_result join_partial_arrays(zval *a, zval *b) function zend_result (line 1989) | static zend_result join_partial_objects(zval *a, zval *b) function join_phi_values (line 2005) | static void join_phi_values(zval *a, zval *b, bool escape) { function sccp_visit_phi (line 2037) | static void sccp_visit_phi(scdf_ctx *scdf, zend_ssa_phi *phi) { function remove_call (line 2082) | static int remove_call(sccp_ctx *ctx, zend_op *opline, zend_ssa_op *ssa_op) function try_remove_definition (line 2121) | static int try_remove_definition(sccp_ctx *ctx, int var_num, zend_ssa_va... function replace_constant_operands (line 2369) | static int replace_constant_operands(sccp_ctx *ctx) { function sccp_context_init (line 2436) | static void sccp_context_init(zend_optimizer_ctx *ctx, sccp_ctx *sccp, function sccp_context_free (line 2460) | static void sccp_context_free(sccp_ctx *sccp) { function sccp_optimize_op_array (line 2467) | int sccp_optimize_op_array(zend_optimizer_ctx *ctx, zend_op_array *op_ar... FILE: Zend/Optimizer/scdf.c function scdf_mark_edge_feasible (line 54) | void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to) { function scdf_init (line 82) | void scdf_init(zend_optimizer_ctx *ctx, scdf_ctx *scdf, zend_op_array *o... function scdf_solve (line 103) | void scdf_solve(scdf_ctx *scdf, const char *name) { function is_live_loop_var_free (line 187) | static bool is_live_loop_var_free( function kept_alive_by_loop_var_free (line 208) | static bool kept_alive_by_loop_var_free(scdf_ctx *scdf, const zend_basic... function cleanup_loop_var_free_block (line 223) | static uint32_t cleanup_loop_var_free_block(scdf_ctx *scdf, zend_basic_b... function scdf_remove_unreachable_blocks (line 259) | uint32_t scdf_remove_unreachable_blocks(scdf_ctx *scdf) { FILE: Zend/Optimizer/scdf.h type scdf_ctx (line 24) | typedef struct _scdf_ctx { function scdf_add_to_worklist (line 55) | static inline void scdf_add_to_worklist(scdf_ctx *scdf, int var_num) { function scdf_add_def_to_worklist (line 69) | static inline void scdf_add_def_to_worklist(scdf_ctx *scdf, int var_num) { function scdf_edge (line 78) | static inline uint32_t scdf_edge(const zend_cfg *cfg, int from, int to) { function scdf_is_edge_feasible (line 92) | static inline bool scdf_is_edge_feasible(const scdf_ctx *scdf, int from,... FILE: Zend/Optimizer/ssa_integrity.c function is_in_use_chain (line 24) | static inline bool is_in_use_chain(zend_ssa *ssa, int var, int check) { function is_in_phi_use_chain (line 34) | static inline bool is_in_phi_use_chain(zend_ssa *ssa, int var, zend_ssa_... function is_used_by_op (line 44) | static inline bool is_used_by_op(zend_ssa *ssa, int op, int check) { function is_defined_by_op (line 51) | static inline bool is_defined_by_op(zend_ssa *ssa, int op, int check) { function is_in_phi_sources (line 58) | static inline bool is_in_phi_sources(zend_ssa *ssa, zend_ssa_phi *phi, i... function is_in_predecessors (line 68) | static inline bool is_in_predecessors(zend_cfg *cfg, zend_basic_block *b... function is_in_successors (line 78) | static inline bool is_in_successors(zend_basic_block *block, int check) { function is_var_type (line 88) | static inline bool is_var_type(uint8_t type) { function is_defined (line 92) | static inline bool is_defined(const zend_ssa *ssa, const zend_op_array *... function ssa_verify_integrity (line 116) | void ssa_verify_integrity(zend_op_array *op_array, zend_ssa *ssa, const ... FILE: Zend/Optimizer/zend_call_graph.c function zend_op_array_calc (line 29) | static void zend_op_array_calc(zend_op_array *op_array, void *context) function zend_op_array_collect (line 35) | static void zend_op_array_collect(zend_op_array *op_array, void *context) function ZEND_API (line 46) | ZEND_API void zend_analyze_calls(zend_arena **arena, zend_script *script... function zend_is_indirectly_recursive (line 172) | static bool zend_is_indirectly_recursive(zend_op_array *root, zend_op_ar... function zend_analyze_recursion (line 198) | static void zend_analyze_recursion(zend_call_graph *call_graph) function zend_sort_op_arrays (line 234) | static void zend_sort_op_arrays(zend_call_graph *call_graph) function ZEND_API (line 241) | ZEND_API void zend_build_call_graph(zend_arena **arena, zend_script *scr... function ZEND_API (line 253) | ZEND_API void zend_analyze_call_graph(zend_arena **arena, zend_script *s... function ZEND_API (line 265) | ZEND_API zend_call_info **zend_build_call_map(zend_arena **arena, zend_f... FILE: Zend/Optimizer/zend_call_graph.h type zend_send_arg_info (line 26) | typedef struct _zend_send_arg_info { type _zend_call_info (line 30) | struct _zend_call_info { type _zend_func_info (line 46) | struct _zend_func_info { type zend_call_graph (line 56) | typedef struct _zend_call_graph { FILE: Zend/Optimizer/zend_cfg.c function zend_mark_reachable (line 27) | static void zend_mark_reachable(zend_op *opcodes, zend_cfg *cfg, zend_ba... function zend_mark_reachable_blocks (line 107) | static void zend_mark_reachable_blocks(const zend_op_array *op_array, ze... function zend_cfg_remark_reachable_blocks (line 232) | void zend_cfg_remark_reachable_blocks(const zend_op_array *op_array, zen... function initialize_block (line 255) | static void initialize_block(zend_basic_block *block) { function ZEND_API (line 273) | ZEND_API void zend_build_cfg(zend_arena **arena, const zend_op_array *op... function ZEND_API (line 595) | ZEND_API void zend_cfg_build_predecessors(zend_arena **arena, zend_cfg *... function compute_postnum_recursive (line 657) | static void compute_postnum_recursive( function ZEND_API (line 676) | ZEND_API void zend_cfg_compute_dominators_tree(const zend_op_array *op_a... function dominates (line 769) | static bool dominates(zend_basic_block *blocks, int a, int b) /* {{{ */ function ZEND_API (line 778) | ZEND_API void zend_cfg_identify_loops(const zend_op_array *op_array, zen... FILE: Zend/Optimizer/zend_cfg.h type zend_basic_block (line 42) | typedef struct _zend_basic_block { type zend_cfg (line 84) | typedef struct _zend_cfg { FILE: Zend/Optimizer/zend_dfg.c function zend_always_inline (line 22) | static zend_always_inline void _zend_dfg_add_use_def_op(const zend_op_ar... function ZEND_API (line 246) | ZEND_API void zend_dfg_add_use_def_op(const zend_op_array *op_array, con... function zend_build_dfg (line 252) | void zend_build_dfg(const zend_op_array *op_array, const zend_cfg *cfg, ... FILE: Zend/Optimizer/zend_dfg.h type zend_dfg (line 25) | typedef struct _zend_dfg { FILE: Zend/Optimizer/zend_dump.c function zend_dump_ht (line 28) | void zend_dump_ht(HashTable *ht) function zend_dump_const (line 51) | void zend_dump_const(const zval *zv) function zend_dump_class_fetch_type (line 85) | static void zend_dump_class_fetch_type(uint32_t fetch_type) function zend_dump_unused_op (line 118) | static void zend_dump_unused_op(const zend_op *opline, znode_op op, uint... function ZEND_API (line 140) | ZEND_API void zend_dump_var(const zend_op_array *op_array, uint8_t var_t... function zend_dump_range (line 153) | static void zend_dump_range(const zend_ssa_range *r) function zend_dump_type_info (line 175) | static void zend_dump_type_info(uint32_t info, zend_class_entry *ce, int... function zend_dump_ssa_var_info (line 359) | static void zend_dump_ssa_var_info(const zend_ssa *ssa, int ssa_var_num,... function ZEND_API (line 369) | ZEND_API void zend_dump_ssa_var(const zend_op_array *op_array, const zen... function zend_dump_type_constraint (line 394) | static void zend_dump_type_constraint(const zend_op_array *op_array, con... function zend_dump_range_constraint (line 400) | static void zend_dump_range_constraint(const zend_op_array *op_array, co... function ZEND_API (line 442) | ZEND_API void zend_dump_op(const zend_op_array *op_array, const zend_bas... function ZEND_API (line 759) | ZEND_API void zend_dump_op_line(const zend_op_array *op_array, const zen... function zend_dump_block_info (line 783) | static void zend_dump_block_info(const zend_cfg *cfg, int n, uint32_t du... function zend_dump_block_header (line 881) | static void zend_dump_block_header(const zend_cfg *cfg, const zend_op_ar... function zend_dump_op_array_name (line 917) | void zend_dump_op_array_name(const zend_op_array *op_array) function ZEND_API (line 930) | ZEND_API void zend_dump_op_array(const zend_op_array *op_array, uint32_t... function zend_dump_dominators (line 1163) | void zend_dump_dominators(const zend_op_array *op_array, const zend_cfg ... function zend_dump_ssa_variables (line 1178) | void zend_dump_ssa_variables(const zend_op_array *op_array, const zend_s... function zend_dump_var_set (line 1203) | static void zend_dump_var_set(const zend_op_array *op_array, const char ... function zend_dump_dfg (line 1222) | void zend_dump_dfg(const zend_op_array *op_array, const zend_cfg *cfg, c... function zend_dump_phi_placement (line 1238) | void zend_dump_phi_placement(const zend_op_array *op_array, const zend_s... FILE: Zend/Optimizer/zend_func_info.c type func_info_t (line 34) | typedef struct _func_info_t { function zend_range_info (line 52) | static uint32_t zend_range_info(const zend_call_info *call_info, const z... function zend_get_internal_func_info (line 101) | uint32_t zend_get_internal_func_info( function ZEND_API (line 132) | ZEND_API uint32_t zend_get_func_info( function zend_func_info_add (line 201) | static void zend_func_info_add(const func_info_t *func_infos, size_t n) function zend_result (line 214) | zend_result zend_func_info_startup(void) function zend_result (line 231) | zend_result zend_func_info_shutdown(void) FILE: Zend/Optimizer/zend_func_info.h type zend_func_info (line 44) | typedef struct _zend_func_info zend_func_info; type zend_call_info (line 45) | typedef struct _zend_call_info zend_call_info; FILE: Zend/Optimizer/zend_inference.c function add_will_overflow (line 165) | static inline bool add_will_overflow(zend_long a, zend_long b) { function sub_will_overflow (line 170) | static inline bool sub_will_overflow(zend_long a, zend_long b) { function zend_ssa_check_scc_var (line 178) | static void zend_ssa_check_scc_var(const zend_op_array *op_array, zend_s... function ZEND_API (line 219) | ZEND_API void zend_ssa_find_sccs(const zend_op_array *op_array, zend_ssa... type zend_scc_iterator (line 260) | typedef struct _zend_scc_iterator { function zend_scc_next (line 269) | static int zend_scc_next(const zend_op_array *op_array, zend_ssa *ssa, i... function zend_ssa_check_scc_var (line 388) | static void zend_ssa_check_scc_var(const zend_op_array *op_array, zend_s... function ZEND_API (line 443) | ZEND_API void zend_ssa_find_sccs(const zend_op_array *op_array, zend_ssa... function ZEND_API (line 490) | ZEND_API void zend_ssa_find_false_dependencies(const zend_op_array *op_a... function zend_ulong (line 546) | static zend_ulong minOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_u... function zend_ulong (line 570) | static zend_ulong maxOR(zend_ulong a, zend_ulong b, zend_ulong c, zend_u... function zend_ulong (line 593) | static zend_ulong minAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_... function zend_ulong (line 616) | static zend_ulong maxAND(zend_ulong a, zend_ulong b, zend_ulong c, zend_... function zend_ssa_range_or (line 653) | static void zend_ssa_range_or(zend_long a, zend_long b, zend_long c, zen... function zend_ssa_range_and (line 701) | static void zend_ssa_range_and(zend_long a, zend_long b, zend_long c, ze... function zend_abs_range (line 738) | static inline bool zend_abs_range( function zend_long (line 760) | static inline zend_long safe_shift_left(zend_long n, zend_long s) { function shift_left_overflows (line 764) | static inline bool shift_left_overflows(zend_long n, zend_long s) { function float_div (line 775) | static void float_div(zend_long a, zend_long b, zend_long *r1, zend_long... function zend_inference_calc_binary_op_range (line 786) | static bool zend_inference_calc_binary_op_range( function zend_inference_calc_range (line 1071) | static bool zend_inference_calc_range(const zend_op_array *op_array, con... function ZEND_API (line 1252) | ZEND_API bool zend_inference_propagate_range(const zend_op_array *op_arr... function zend_inference_init_range (line 1600) | static void zend_inference_init_range(const zend_op_array *op_array, zen... function zend_inference_widening_meet (line 1616) | static bool zend_inference_widening_meet(zend_ssa_var_info *var_info, ze... function zend_ssa_range_widening (line 1648) | static bool zend_ssa_range_widening(const zend_op_array *op_array, zend_... function zend_inference_narrowing_meet (line 1661) | static bool zend_inference_narrowing_meet(zend_ssa_var_info *var_info, z... function zend_ssa_range_narrowing (line 1693) | static bool zend_ssa_range_narrowing(const zend_op_array *op_array, zend... function zend_check_inner_cycles (line 1717) | static bool zend_check_inner_cycles(const zend_op_array *op_array, zend_... function zend_infer_ranges_warmup (line 1729) | static void zend_infer_ranges_warmup(const zend_op_array *op_array, zend... function zend_infer_ranges (line 1827) | static void zend_infer_ranges(const zend_op_array *op_array, zend_ssa *s... function get_ssa_alias_types (line 1944) | static uint32_t get_ssa_alias_types(zend_ssa_alias_kind alias) { function add_usages (line 2031) | static void add_usages(const zend_op_array *op_array, zend_ssa *ssa, zen... function emit_type_narrowing_warning (line 2084) | static void emit_type_narrowing_warning(const zend_op_array *op_array, z... function ZEND_FASTCALL (line 2098) | ZEND_FASTCALL zend_array_type_info(const zval *zv) function ZEND_API (line 2132) | ZEND_API uint32_t zend_array_element_type(uint32_t t1, uint8_t op_type, ... function assign_dim_array_result_type (line 2193) | static uint32_t assign_dim_array_result_type( function assign_dim_result_type (line 2238) | static uint32_t assign_dim_result_type( function binary_op_result_type (line 2259) | static uint32_t binary_op_result_type( function zend_convert_type_declaration_mask (line 2358) | static uint32_t zend_convert_type_declaration_mask(uint32_t type_mask) { function zend_convert_type (line 2375) | static uint32_t zend_convert_type(const zend_script *script, zend_type t... function ZEND_API (line 2405) | ZEND_API uint32_t zend_fetch_arg_info_type(const zend_script *script, co... function zend_property_info (line 2410) | static const zend_property_info *lookup_prop_info(const zend_class_entry... function zend_property_info (line 2437) | static const zend_property_info *zend_fetch_prop_info(const zend_op_arra... function zend_property_info (line 2460) | static const zend_property_info *zend_fetch_static_prop_info(const zend_... function zend_fetch_prop_type (line 2496) | static uint32_t zend_fetch_prop_type(const zend_script *script, const ze... function result_may_be_separated (line 2508) | static bool result_may_be_separated(zend_ssa *ssa, zend_ssa_op *ssa_op) function zend_always_inline (line 2527) | static zend_always_inline zend_result _zend_update_type_info( function ZEND_API (line 4118) | ZEND_API zend_result zend_update_type_info( function get_class_entry_rank (line 4130) | static uint32_t get_class_entry_rank(zend_class_entry *ce) { function zend_class_entry (line 4142) | static zend_class_entry *join_class_entries( function safe_instanceof (line 4176) | static bool safe_instanceof(zend_class_entry *ce1, zend_class_entry *ce2) { function zend_result (line 4187) | static zend_result zend_infer_types_ex(const zend_op_array *op_array, co... function is_narrowable_instr (line 4271) | static bool is_narrowable_instr(zend_op *opline) { function is_effective_op1_double_cast (line 4276) | static bool is_effective_op1_double_cast(zend_op *opline, zval *op2) { function is_effective_op2_double_cast (line 4282) | static bool is_effective_op2_double_cast(zend_op *opline, zval *op1) { function can_convert_to_double (line 4309) | static bool can_convert_to_double( function zend_result (line 4441) | static zend_result zend_type_narrowing(const zend_op_array *op_array, co... function is_recursive_tail_call (line 4494) | static bool is_recursive_tail_call(const zend_op_array *op_array, function zend_get_return_info_from_signature_only (line 4515) | uint32_t zend_get_return_info_from_signature_only( function ZEND_API (line 4542) | ZEND_API void zend_init_func_return_info( function zend_func_return_info (line 4556) | static void zend_func_return_info(const zend_op_array *op_array, function zend_result (line 4713) | static zend_result zend_infer_types(const zend_op_array *op_array, const... function zend_mark_cv_references (line 4746) | static void zend_mark_cv_references(const zend_op_array *op_array, const... function ZEND_API (line 4884) | ZEND_API zend_result zend_ssa_inference(zend_arena **arena, const zend_o... function ZEND_API (line 4925) | ZEND_API bool zend_may_throw_ex(const zend_op *opline, const zend_ssa_op... function ZEND_API (line 5340) | ZEND_API bool zend_may_throw(const zend_op *opline, const zend_ssa_op *s... FILE: Zend/Optimizer/zend_inference.h function zend_always_inline (line 148) | static zend_always_inline uint32_t _const_op_type(const zval *zv) { function zend_always_inline (line 165) | static zend_always_inline uint32_t get_ssa_var_info(const zend_ssa *ssa,... function zend_always_inline (line 209) | static zend_always_inline bool zend_add_will_overflow(zend_long a, zend_... function zend_always_inline (line 213) | static zend_always_inline bool zend_sub_will_overflow(zend_long a, zend_... FILE: Zend/Optimizer/zend_optimizer.c function zend_optimizer_collect_constant (line 44) | void zend_optimizer_collect_constant(zend_optimizer_ctx *ctx, zval *name... function zend_result (line 56) | zend_result zend_optimizer_eval_binary_op(zval *result, uint8_t opcode, ... function zend_result (line 67) | zend_result zend_optimizer_eval_unary_op(zval *result, uint8_t opcode, z... function zend_result (line 83) | zend_result zend_optimizer_eval_cast(zval *result, uint32_t type, zval *... function zend_result (line 115) | zend_result zend_optimizer_eval_strlen(zval *result, const zval *op1) /*... function zend_result (line 125) | zend_result zend_optimizer_eval_special_func_call( function zend_optimizer_get_collected_constant (line 203) | bool zend_optimizer_get_collected_constant(HashTable *constants, zval *n... function zend_optimizer_convert_to_free_op1 (line 214) | void zend_optimizer_convert_to_free_op1(zend_op_array *op_array, zend_op... function zend_optimizer_add_literal (line 233) | int zend_optimizer_add_literal(zend_op_array *op_array, const zval *zv) function zend_optimizer_add_literal_string (line 243) | static inline int zend_optimizer_add_literal_string(zend_op_array *op_ar... function drop_leading_backslash (line 250) | static inline void drop_leading_backslash(zval *val) { function alloc_cache_slots (line 258) | static inline uint32_t alloc_cache_slots(zend_op_array *op_array, uint32... function zend_optimizer_update_op1_const (line 277) | bool zend_optimizer_update_op1_const(zend_op_array *op_array, function zend_optimizer_update_op2_const (line 438) | bool zend_optimizer_update_op2_const(zend_op_array *op_array, function zend_optimizer_replace_by_const (line 620) | bool zend_optimizer_replace_by_const(zend_op_array *op_array, function zend_optimizer_migrate_jump (line 708) | void zend_optimizer_migrate_jump(zend_op_array *op_array, zend_op *new_o... function zend_optimizer_shift_jump (line 753) | void zend_optimizer_shift_jump(zend_op_array *op_array, zend_op *opline,... function zend_optimizer_ignore_class (line 797) | static bool zend_optimizer_ignore_class(zval *ce_zv, zend_string *filename) function zend_optimizer_ignore_function (line 812) | static bool zend_optimizer_ignore_function(zval *fbc_zv, zend_string *fi... function zend_class_entry (line 833) | zend_class_entry *zend_optimizer_get_class_entry( function zend_class_entry (line 852) | zend_class_entry *zend_optimizer_get_class_entry_from_op1( function zend_class_constant (line 869) | const zend_class_constant *zend_fetch_class_const_info( function zend_function (line 921) | zend_function *zend_optimizer_get_called_func( function zend_optimizer_classify_function (line 1035) | uint32_t zend_optimizer_classify_function(zend_string *name, uint32_t nu... function zend_op (line 1055) | zend_op *zend_optimizer_get_loop_var_def(const zend_op_array *op_array, ... function zend_optimize (line 1067) | static void zend_optimize(zend_op_array *op_array, function zend_revert_pass_two (line 1185) | static void zend_revert_pass_two(zend_op_array *op_array) function zend_redo_pass_two (line 1215) | static void zend_redo_pass_two(zend_op_array *op_array) function zend_redo_pass_two_ex (line 1325) | static void zend_redo_pass_two_ex(zend_op_array *op_array, zend_ssa *ssa) function zend_optimize_op_array (line 1467) | static void zend_optimize_op_array(zend_op_array *op_array, function zend_adjust_fcall_stack_size (line 1484) | static void zend_adjust_fcall_stack_size(zend_op_array *op_array, zend_o... function zend_adjust_fcall_stack_size_graph (line 1504) | static void zend_adjust_fcall_stack_size_graph(zend_op_array *op_array) function needs_live_range (line 1523) | static bool needs_live_range(zend_op_array *op_array, zend_op *def_oplin... function zend_foreach_op_array_helper (line 1543) | static void zend_foreach_op_array_helper( function zend_foreach_op_array (line 1551) | void zend_foreach_op_array(zend_script *script, zend_op_array_func_t fun... function step_optimize_op_array (line 1591) | static void step_optimize_op_array(zend_op_array *op_array, void *contex... function step_adjust_fcall_stack_size (line 1595) | static void step_adjust_fcall_stack_size(zend_op_array *op_array, void *... function step_dump_after_optimizer (line 1599) | static void step_dump_after_optimizer(zend_op_array *op_array, void *con... function zend_optimizer_call_registered_passes (line 1603) | static void zend_optimizer_call_registered_passes(zend_script *script, v... function ZEND_API (line 1613) | ZEND_API void zend_optimize_script(zend_script *script, zend_long optimi... function ZEND_API (line 1775) | ZEND_API int zend_optimizer_register_pass(zend_optimizer_pass_t pass) function ZEND_API (line 1791) | ZEND_API void zend_optimizer_unregister_pass(int idx) function zend_result (line 1796) | zend_result zend_optimizer_startup(void) function zend_result (line 1801) | zend_result zend_optimizer_shutdown(void) FILE: Zend/Optimizer/zend_optimizer.h type zend_script (line 86) | typedef struct _zend_script { FILE: Zend/Optimizer/zend_optimizer_internal.h type zend_optimizer_ctx (line 46) | typedef struct _zend_optimizer_ctx { function zend_optimizer_is_loop_var_free (line 76) | static inline bool zend_optimizer_is_loop_var_free(const zend_op *opline) { FILE: Zend/Optimizer/zend_ssa.c function dominates (line 28) | static bool dominates(const zend_basic_block *blocks, int a, int b) { function will_rejoin (line 35) | static bool will_rejoin( function needs_pi (line 61) | static bool needs_pi(const zend_op_array *op_array, const zend_dfg *dfg,... function zend_ssa_phi (line 93) | static zend_ssa_phi *add_pi( function pi_range (line 132) | static void pi_range( function pi_range_equals (line 150) | static inline void pi_range_equals(zend_ssa_phi *phi, int var, zend_long... function pi_range_not_equals (line 153) | static inline void pi_range_not_equals(zend_ssa_phi *phi, int var, zend_... function pi_range_min (line 156) | static inline void pi_range_min(zend_ssa_phi *phi, int var, zend_long va... function pi_range_max (line 159) | static inline void pi_range_max(zend_ssa_phi *phi, int var, zend_long va... function pi_type_mask (line 163) | static void pi_type_mask(zend_ssa_phi *phi, uint32_t type_mask) { function pi_not_type_mask (line 172) | static inline void pi_not_type_mask(zend_ssa_phi *phi, uint32_t type_mas... function mask_for_type_check (line 176) | static inline uint32_t mask_for_type_check(uint32_t type) { function find_adjusted_tmp_var (line 186) | static int find_adjusted_tmp_var(const zend_op_array *op_array, uint32_t... function place_essa_pis (line 242) | static void place_essa_pis( function zend_always_inline (line 544) | static zend_always_inline int _zend_ssa_rename_op(const zend_op_array *o... function ZEND_API (line 814) | ZEND_API int zend_ssa_rename_op(const zend_op_array *op_array, const zen... function zend_ssa_rename_in_block (line 820) | static void zend_ssa_rename_in_block(const zend_op_array *op_array, uint... function zend_result (line 914) | static zend_result zend_ssa_rename(const zend_op_array *op_array, uint32... function ZEND_API (line 996) | ZEND_API zend_result zend_build_ssa(zend_arena **arena, const zend_scrip... function ZEND_API (line 1144) | ZEND_API void zend_ssa_compute_use_def_chains(zend_arena **arena, const ... function zend_ssa_unlink_use_chain (line 1262) | void zend_ssa_unlink_use_chain(zend_ssa *ssa, int op, int var) /* {{{ */ function zend_ssa_replace_use_chain (line 1301) | void zend_ssa_replace_use_chain(zend_ssa *ssa, int op, int new_op, int v... function zend_ssa_remove_instr (line 1341) | void zend_ssa_remove_instr(zend_ssa *ssa, zend_op *opline, zend_ssa_op *... function zend_ssa_phi (line 1372) | static inline zend_ssa_phi **zend_ssa_next_use_phi_ptr(zend_ssa *ssa, in... function zend_ssa_remove_use_of_phi_source (line 1391) | static inline void zend_ssa_remove_use_of_phi_source(zend_ssa *ssa, zend... function zend_ssa_remove_uses_of_phi_sources (line 1403) | static void zend_ssa_remove_uses_of_phi_sources(zend_ssa *ssa, zend_ssa_... function zend_ssa_remove_phi_from_block (line 1412) | static void zend_ssa_remove_phi_from_block(zend_ssa *ssa, zend_ssa_phi *... function zend_ssa_remove_defs_of_instr (line 1424) | void zend_ssa_remove_defs_of_instr(zend_ssa *ssa, zend_ssa_op *ssa_op) /... function zend_ssa_remove_phi_source (line 1441) | static inline void zend_ssa_remove_phi_source(zend_ssa *ssa, zend_ssa_ph... function zend_ssa_remove_phi (line 1470) | void zend_ssa_remove_phi(zend_ssa *ssa, zend_ssa_phi *phi) /* {{{ */ function zend_ssa_remove_uses_of_var (line 1482) | void zend_ssa_remove_uses_of_var(zend_ssa *ssa, int var_num) /* {{{ */ function zend_ssa_remove_predecessor (line 1515) | void zend_ssa_remove_predecessor(zend_ssa *ssa, int from, int to) /* {{{ */ function zend_ssa_remove_block (line 1561) | void zend_ssa_remove_block(zend_op_array *op_array, zend_ssa *ssa, int i... function zend_ssa_remove_block_from_cfg (line 1590) | void zend_ssa_remove_block_from_cfg(zend_ssa *ssa, int i) /* {{{ */ function propagate_phi_type_widening (line 1643) | static void propagate_phi_type_widening(zend_ssa *ssa, int var) /* {{{ */ function zend_ssa_rename_var_uses (line 1655) | void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, bool upda... FILE: Zend/Optimizer/zend_ssa.h type zend_ssa_range (line 25) | typedef struct _zend_ssa_range { type zend_ssa_negative_lat (line 32) | typedef enum _zend_ssa_negative_lat { type zend_ssa_range_constraint (line 42) | typedef struct _zend_ssa_range_constraint { type zend_ssa_type_constraint (line 51) | typedef struct _zend_ssa_type_constraint { type zend_ssa_pi_constraint (line 56) | typedef union _zend_ssa_pi_constraint { type zend_ssa_phi (line 62) | typedef struct _zend_ssa_phi zend_ssa_phi; type _zend_ssa_phi (line 63) | struct _zend_ssa_phi { type zend_ssa_block (line 78) | typedef struct _zend_ssa_block { type zend_ssa_op (line 82) | typedef struct _zend_ssa_op { type zend_ssa_alias_kind (line 94) | typedef enum _zend_ssa_alias_kind { type zend_ssa_escape_state (line 100) | typedef enum _zend_ssa_escape_state { type zend_ssa_var (line 107) | typedef struct _zend_ssa_var { type zend_ssa_var_info (line 121) | typedef struct _zend_ssa_var_info { type zend_ssa (line 135) | typedef struct _zend_ssa { function zend_always_inline (line 162) | static zend_always_inline void _zend_ssa_remove_def(zend_ssa_var *var) function zend_always_inline (line 170) | static zend_always_inline void zend_ssa_remove_result_def(zend_ssa *ssa,... function zend_always_inline (line 177) | static zend_always_inline void zend_ssa_remove_op1_def(zend_ssa *ssa, ze... function zend_always_inline (line 184) | static zend_always_inline void zend_ssa_remove_op2_def(zend_ssa *ssa, ze... function zend_always_inline (line 193) | static zend_always_inline int zend_ssa_next_use(const zend_ssa_op *ssa_o... function zend_always_inline (line 205) | static zend_always_inline zend_ssa_phi* zend_ssa_next_use_phi(const zend... function zend_always_inline (line 220) | static zend_always_inline bool zend_ssa_is_no_val_use(const zend_op *opl... function zend_always_inline (line 239) | static zend_always_inline void zend_ssa_rename_defs_of_instr(zend_ssa *s... FILE: Zend/Optimizer/zend_worklist.h type zend_worklist_stack (line 25) | typedef struct _zend_worklist_stack { function zend_worklist_stack_prepare (line 40) | static inline void zend_worklist_stack_prepare(zend_arena **arena, zend_... function zend_worklist_stack_push (line 49) | static inline void zend_worklist_stack_push(zend_worklist_stack *stack, ... function zend_worklist_stack_peek (line 55) | static inline int zend_worklist_stack_peek(const zend_worklist_stack *st... function zend_worklist_stack_pop (line 61) | static inline int zend_worklist_stack_pop(zend_worklist_stack *stack) type zend_worklist (line 67) | typedef struct _zend_worklist { function zend_worklist_prepare (line 83) | static inline void zend_worklist_prepare(zend_arena **arena, zend_workli... function zend_worklist_len (line 90) | static inline int zend_worklist_len(const zend_worklist *worklist) function zend_worklist_push (line 95) | static inline bool zend_worklist_push(zend_worklist *worklist, int i) function zend_worklist_peek (line 108) | static inline int zend_worklist_peek(const zend_worklist *worklist) function zend_worklist_pop (line 113) | static inline int zend_worklist_pop(zend_worklist *worklist) FILE: Zend/bench.php function simple (line 6) | function simple() { function simplecall (line 18) | function simplecall() { function hallo (line 25) | function hallo($a) { function simpleucall (line 28) | function simpleucall() { function simpleudcall (line 35) | function simpleudcall() { function hallo2 (line 40) | function hallo2($a) { function mandel (line 45) | function mandel() { function mandel2 (line 85) | function mandel2() { function Ack (line 99) | function Ack($m, $n){ function ackermann (line 105) | function ackermann($n) { function ary (line 112) | function ary($n) { function ary2 (line 125) | function ary2($n) { function ary3 (line 158) | function ary3($n) { function fibo_r (line 174) | function fibo_r($n){ function fibo (line 178) | function fibo($n) { function hash1 (line 185) | function hash1($n) { function hash2 (line 198) | function hash2($n) { function gen_random (line 213) | function gen_random ($n) { function heapsort_r (line 218) | function heapsort_r($n, &$ra) { function heapsort (line 250) | function heapsort($N) { function mkmatrix (line 267) | function mkmatrix ($rows, $cols) { function mmult (line 278) | function mmult ($rows, $cols, $m1, $m2) { function matrix (line 292) | function matrix($n) { function nestedloop (line 304) | function nestedloop($n) { function sieve (line 318) | function sieve($n) { function strcat (line 337) | function strcat($n) { function gethrtime (line 348) | function gethrtime() function start_test (line 354) | function start_test() function end_test (line 360) | function end_test($start, $name) function total (line 374) | function total() FILE: Zend/micro_bench.php function hallo (line 3) | function hallo() { function simpleucall (line 6) | function simpleucall($n) { function simpleudcall (line 11) | function simpleudcall($n) { function hallo2 (line 16) | function hallo2() { function simpleicall (line 19) | function simpleicall($n) { class Foo (line 24) | class Foo { method read_static (line 29) | static function read_static($n) { method write_static (line 35) | static function write_static($n) { method isset_static (line 41) | static function isset_static($n) { method empty_static (line 47) | static function empty_static($n) { method f (line 53) | static function f() { method call_static (line 56) | static function call_static($n) { method read_prop (line 62) | function read_prop($n) { method write_prop (line 68) | function write_prop($n) { method assign_add_prop (line 74) | function assign_add_prop($n) { method pre_inc_prop (line 80) | function pre_inc_prop($n) { method pre_dec_prop (line 86) | function pre_dec_prop($n) { method post_inc_prop (line 92) | function post_inc_prop($n) { method post_dec_prop (line 98) | function post_dec_prop($n) { method isset_prop (line 104) | function isset_prop($n) { method empty_prop (line 110) | function empty_prop($n) { method g (line 116) | function g() { method call (line 119) | function call($n) { method read_const (line 125) | function read_const($n) { function read_static (line 133) | function read_static($n) { function write_static (line 139) | function write_static($n) { function isset_static (line 145) | function isset_static($n) { function empty_static (line 151) | function empty_static($n) { function call_static (line 157) | function call_static($n) { function create_object (line 163) | function create_object($n) { function read_const (line 171) | function read_const($n) { function read_auto_global (line 177) | function read_auto_global($n) { function read_global_var (line 185) | function read_global_var($n) { function read_hash (line 191) | function read_hash($n) { function read_str_offset (line 198) | function read_str_offset($n) { function issetor (line 205) | function issetor($n) { function issetor2 (line 212) | function issetor2($n) { function ternary (line 219) | function ternary($n) { function ternary2 (line 227) | function ternary2($n) { function empty_loop (line 236) | function empty_loop($n) { function gethrtime (line 241) | function gethrtime() function start_test (line 247) | function start_test() function end_test (line 253) | function end_test($start, $name, $overhead = null) function total (line 273) | function total() FILE: Zend/zend.c function ZEND_INI_MH (line 111) | static ZEND_INI_MH(OnUpdateErrorReporting) /* {{{ */ function ZEND_INI_MH (line 122) | static ZEND_INI_MH(OnUpdateGCEnabled) /* {{{ */ function ZEND_INI_DISP (line 133) | static ZEND_INI_DISP(zend_gc_enabled_displayer_cb) /* {{{ */ function ZEND_INI_MH (line 144) | static ZEND_INI_MH(OnUpdateScriptEncoding) /* {{{ */ function ZEND_INI_MH (line 156) | static ZEND_INI_MH(OnUpdateAssertions) /* {{{ */ function ZEND_INI_MH (line 175) | static ZEND_INI_MH(OnSetExceptionStringParamMaxLen) /* {{{ */ function ZEND_INI_MH (line 188) | static ZEND_INI_MH(OnUpdateMaxAllowedStackSize) /* {{{ */ function ZEND_INI_MH (line 204) | static ZEND_INI_MH(OnUpdateReservedStackSize) /* {{{ */ function ZEND_INI_MH (line 239) | static ZEND_INI_MH(OnUpdateFiberStackSize) /* {{{ */ function zend_vspprintf (line 283) | size_t zend_vspprintf(char **pbuf, size_t max_len, const char *format, v... function ZEND_API (line 311) | ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char... function ZEND_API (line 323) | ZEND_API size_t zend_spprintf_unchecked(char **message, size_t max_len, ... function ZEND_API (line 335) | ZEND_API zend_string *zend_vstrpprintf(size_t max_len, const char *forma... function ZEND_API (line 353) | ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format... function ZEND_API (line 365) | ZEND_API zend_string *zend_strpprintf_unchecked(size_t max_len, const ch... function print_hash (line 379) | static void print_hash(smart_str *buf, HashTable *ht, int indent, bool i... function print_flat_hash (line 430) | static void print_flat_hash(smart_str *buf, HashTable *ht) /* {{{ */ function ZEND_API (line 453) | ZEND_API bool zend_make_printable_zval(zval *expr, zval *expr_copy) /* {... function ZEND_API (line 464) | ZEND_API size_t zend_print_zval(zval *expr, int indent) /* {{{ */ function zend_print_flat_zval_r_to_buf (line 479) | void zend_print_flat_zval_r_to_buf(smart_str *buf, zval *expr) /* {{{ */ function ZEND_API (line 534) | ZEND_API void zend_print_flat_zval_r(zval *expr) function zend_print_zval_r_to_buf (line 543) | static void zend_print_zval_r_to_buf(smart_str *buf, zval *expr, int ind... function ZEND_API (line 616) | ZEND_API zend_string *zend_print_zval_r_to_str(zval *expr, int indent) /... function ZEND_API (line 625) | ZEND_API void zend_print_zval_r(zval *expr, int indent) /* {{{ */ function FILE (line 633) | static FILE *zend_fopen_wrapper(zend_string *filename, zend_string **ope... function zend_set_default_compile_time_values (line 650) | static void zend_set_default_compile_time_values(void) /* {{{ */ function zend_get_windows_version_info (line 661) | static void zend_get_windows_version_info(OSVERSIONINFOEX *osvi) /* {{{ */ function zend_init_exception_op (line 672) | static void zend_init_exception_op(void) /* {{{ */ function zend_init_call_trampoline_op (line 684) | static void zend_init_call_trampoline_op(void) /* {{{ */ function auto_global_dtor (line 692) | static void auto_global_dtor(zval *zv) /* {{{ */ function auto_global_copy_ctor (line 699) | static void auto_global_copy_ctor(zval *zv) /* {{{ */ function compiler_globals_ctor (line 712) | static void compiler_globals_ctor(zend_compiler_globals *compiler_global... function compiler_globals_dtor (line 753) | static void compiler_globals_dtor(zend_compiler_globals *compiler_global... function executor_globals_ctor (line 799) | static void executor_globals_ctor(zend_executor_globals *executor_global... function executor_globals_persistent_list_dtor (line 852) | static void executor_globals_persistent_list_dtor(void *storage) function executor_globals_dtor (line 861) | static void executor_globals_dtor(zend_executor_globals *executor_global... function zend_new_thread_end_handler (line 872) | static void zend_new_thread_end_handler(THREAD_T thread_id) /* {{{ */ function ini_scanner_globals_ctor (line 889) | static void ini_scanner_globals_ctor(zend_ini_scanner_globals *scanner_g... function php_scanner_globals_ctor (line 895) | static void php_scanner_globals_ctor(zend_php_scanner_globals *scanner_g... function module_destructor_zval (line 901) | static void module_destructor_zval(zval *zv) /* {{{ */ function php_auto_globals_create_globals (line 908) | static bool php_auto_globals_create_globals(zend_string *name) /* {{{ */ function zend_startup (line 916) | void zend_startup(zend_utility_functions *utility_functions) /* {{{ */ function zend_register_standard_ini_entries (line 1080) | void zend_register_standard_ini_entries(void) /* {{{ */ function zend_result (line 1090) | zend_result zend_post_startup(void) /* {{{ */ function zend_shutdown (line 1158) | void zend_shutdown(void) /* {{{ */ function zend_set_utility_values (line 1232) | void zend_set_utility_values(zend_utility_values *utility_values) /* {{{ */ function ZEND_COLD (line 1239) | ZEND_COLD void zenderror(const char *error) /* {{{ */ function _zend_bailout (line 1252) | void _zend_bailout(const char *filename, uint32_t lineno) /* {{{ */ function ZEND_API (line 1269) | ZEND_API size_t zend_get_page_size(void) function ZEND_API (line 1284) | ZEND_API void zend_append_version_info(const zend_extension *extension) ... function ZEND_API (line 1306) | ZEND_API const char *get_zend_version(void) /* {{{ */ function ZEND_API (line 1312) | ZEND_API void zend_activate(void) /* {{{ */ function zend_call_destructors (line 1329) | void zend_call_destructors(void) /* {{{ */ function ZEND_API (line 1337) | ZEND_API void zend_deactivate(void) /* {{{ */ function ZEND_API (line 1393) | ZEND_API void zend_message_dispatcher(zend_long message, const void *dat... function ZEND_API (line 1401) | ZEND_API zval *zend_get_configuration_directive(zend_string *name) /* {{... function zend_error_zstr_at (line 1428) | void zend_error_zstr_at( function ZEND_COLD (line 1592) | static ZEND_COLD void zend_error_va_list( function ZEND_COLD (line 1601) | static ZEND_COLD void get_filename_lineno(int type, zend_string **filena... function zend_error_at (line 1642) | void zend_error_at( function zend_error (line 1666) | void zend_error(int type, const char *format, ...) { function zend_error_unchecked (line 1670) | void zend_error_unchecked(int type, const char *format, ...) { function zend_error_at_noreturn (line 1674) | void zend_error_at_noreturn( function zend_error_noreturn (line 1703) | void zend_error_noreturn(int type, const char *format, ...) function zend_error_noreturn_unchecked (line 1708) | void zend_error_noreturn_unchecked(int type, const char *format, ...) function zend_strerror_noreturn (line 1713) | void zend_strerror_noreturn(int type, int errn, const char *message) function zend_error_zstr (line 1731) | void zend_error_zstr(int type, zend_string *message) { function ZEND_API (line 1738) | ZEND_API void zend_begin_record_errors(void) function ZEND_API (line 1746) | ZEND_API void zend_emit_recorded_errors(void) function ZEND_API (line 1755) | ZEND_API void zend_free_recorded_errors(void) function zend_throw_error (line 1772) | void zend_throw_error(zend_class_entry *exception_ce, const char *format... function zend_illegal_container_offset (line 1802) | void zend_illegal_container_offset(const zend_string *container, const z... function zend_type_error (line 1824) | void zend_type_error(const char *format, ...) /* {{{ */ function zend_argument_count_error (line 1836) | void zend_argument_count_error(const char *format, ...) /* {{{ */ function zend_value_error (line 1849) | void zend_value_error(const char *format, ...) /* {{{ */ function zend_output_debug_string (line 1861) | void zend_output_debug_string(bool trigger_break, const char *format, ..... function zend_user_exception_handler (line 1887) | void zend_user_exception_handler(void) /* {{{ */ function ZEND_API (line 1925) | ZEND_API zend_result zend_execute_script(int type, zval *retval, zend_fi... function ZEND_API (line 1954) | ZEND_API zend_result zend_execute_scripts(int type, zval *retval, int fi... function ZEND_API (line 1980) | ZEND_API char *zend_make_compiled_string_description(const char *name) /... function free_estring (line 2002) | void free_estring(char **str_p) /* {{{ */ function ZEND_API (line 2011) | ZEND_API void zend_map_ptr_reset(void) function ZEND_API (line 2016) | ZEND_API void *zend_map_ptr_new(void) function ZEND_API (line 2032) | ZEND_API void *zend_map_ptr_new_static(void) function ZEND_API (line 2053) | ZEND_API void zend_map_ptr_extend(size_t last) function ZEND_API (line 2070) | ZEND_API void zend_alloc_ce_cache(zend_string *type_name) FILE: Zend/zend.h type _zend_serialize_data (line 79) | struct _zend_serialize_data type _zend_unserialize_data (line 80) | struct _zend_unserialize_data type zend_serialize_data (line 82) | typedef struct _zend_serialize_data zend_serialize_data; type zend_unserialize_data (line 83) | typedef struct _zend_unserialize_data zend_unserialize_data; type zend_class_name (line 85) | typedef struct _zend_class_name { type zend_trait_method_reference (line 90) | typedef struct _zend_trait_method_reference { type zend_trait_precedence (line 95) | typedef struct _zend_trait_precedence { type zend_trait_alias (line 101) | typedef struct _zend_trait_alias { type zend_class_mutable_data (line 115) | typedef struct _zend_class_mutable_data { type zend_class_dependency (line 122) | typedef struct _zend_class_dependency { type zend_inheritance_cache_entry (line 127) | typedef struct _zend_inheritance_cache_entry zend_inheritance_cache_entry; type zend_error_info (line 129) | typedef struct _zend_error_info { type _zend_inheritance_cache_entry (line 136) | struct _zend_inheritance_cache_entry { type _zend_class_entry (line 147) | struct _zend_class_entry { type zend_random_bytes_insecure_state (line 239) | typedef union { type zend_utility_functions (line 244) | typedef struct _zend_utility_functions { type zend_utility_values (line 262) | typedef struct _zend_utility_values { function zend_always_inline (line 315) | static zend_always_inline size_t zend_print_variable(zval *var) { type zend_error_handling_t (line 431) | typedef enum { type zend_error_handling (line 436) | typedef struct { FILE: Zend/zend_API.c function ZEND_API (line 50) | ZEND_API zend_result zend_get_parameters_array_ex(uint32_t param_count, ... function ZEND_API (line 72) | ZEND_API zend_result zend_copy_parameters_array(uint32_t param_count, zv... function zend_wrong_param_count (line 94) | void zend_wrong_param_count(void) /* {{{ */ function zend_wrong_property_read (line 103) | void zend_wrong_property_read(zval *object, zval *property) function ZEND_API (line 112) | ZEND_API const char *zend_get_type_by_const(int type) /* {{{ */ function ZEND_API (line 148) | ZEND_API const char *zend_zval_value_name(const zval *arg) function ZEND_API (line 167) | ZEND_API const char *zend_zval_type_name(const zval *arg) function ZEND_API (line 184) | ZEND_API zend_string *zend_zval_get_legacy_type(const zval *arg) /* {{{ */ function zend_wrong_parameters_none_error (line 214) | zend_wrong_parameters_none_error(void) /* {{{ */ function zend_wrong_parameters_count_error (line 225) | void ZEND_FASTCALL zend_wrong_parameters_count_error(uint32_t min_num_ar... function zend_wrong_parameter_error (line 243) | void ZEND_FASTCALL zend_wrong_parameter_error(int error_code, uint32_t n... function zend_wrong_parameter_type_error (line 284) | void ZEND_FASTCALL zend_wrong_parameter_type_error(uint32_t num, zend_ex... function zend_wrong_parameter_class_error (line 305) | void ZEND_FASTCALL zend_wrong_parameter_class_error(uint32_t num, const ... function zend_wrong_parameter_class_or_null_error (line 315) | void ZEND_FASTCALL zend_wrong_parameter_class_or_null_error(uint32_t num... function zend_wrong_parameter_class_or_long_error (line 325) | void ZEND_FASTCALL zend_wrong_parameter_class_or_long_error(uint32_t num... function zend_wrong_parameter_class_or_long_or_null_error (line 335) | void ZEND_FASTCALL zend_wrong_parameter_class_or_long_or_null_error(uint... function zend_wrong_parameter_class_or_string_error (line 345) | void ZEND_FASTCALL zend_wrong_parameter_class_or_string_error(uint32_t n... function zend_wrong_parameter_class_or_string_or_null_error (line 355) | void ZEND_FASTCALL zend_wrong_parameter_class_or_string_or_null_error(ui... function zend_wrong_callback_error (line 365) | void ZEND_FASTCALL zend_wrong_callback_error(uint32_t num, char *error) ... function zend_wrong_callback_or_null_error (line 374) | void ZEND_FASTCALL zend_wrong_callback_or_null_error(uint32_t num, char ... function zend_unexpected_extra_named_error (line 383) | zend_unexpected_extra_named_error(void) function zend_argument_error_variadic (line 391) | void ZEND_FASTCALL zend_argument_error_variadic(zend_class_entry *error_... function zend_argument_error (line 413) | void zend_argument_error(zend_class_entry *error_ce, uint32_t arg_num, c... function zend_argument_type_error (line 423) | void zend_argument_type_error(uint32_t arg_num, const char *format, ...)... function zend_argument_value_error (line 433) | void zend_argument_value_error(uint32_t arg_num, const char *format, ...... function zend_argument_must_not_be_empty_error (line 443) | void zend_argument_must_not_be_empty_error(uint32_t arg_num) function zend_class_redeclaration_error_ex (line 448) | void zend_class_redeclaration_error_ex(int type, zend_string *new_name, ... function zend_class_redeclaration_error (line 463) | void zend_class_redeclaration_error(int type, zend_class_entry *old_ce) function ZEND_FASTCALL (line 468) | ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, ui... function ZEND_COLD (line 497) | static ZEND_COLD bool zend_null_arg_deprecated(const char *fallback_type... function ZEND_FASTCALL (line 526) | ZEND_FASTCALL zend_parse_arg_bool_weak(const zval *arg, bool *dest, uint... function ZEND_FASTCALL (line 540) | ZEND_FASTCALL zend_parse_arg_bool_slow(const zval *arg, bool *dest, uint... function ZEND_FASTCALL (line 549) | ZEND_FASTCALL zend_flf_parse_arg_bool_slow(const zval *arg, bool *dest, ... function ZEND_FASTCALL (line 557) | ZEND_FASTCALL zend_parse_arg_long_weak(const zval *arg, zend_long *dest,... function ZEND_FASTCALL (line 627) | ZEND_FASTCALL zend_parse_arg_long_slow(const zval *arg, zend_long *dest,... function ZEND_FASTCALL (line 636) | ZEND_FASTCALL zend_flf_parse_arg_long_slow(const zval *arg, zend_long *d... function ZEND_FASTCALL (line 644) | ZEND_FASTCALL zend_parse_arg_double_weak(const zval *arg, double *dest, ... function ZEND_FASTCALL (line 676) | ZEND_FASTCALL zend_parse_arg_double_slow(const zval *arg, double *dest, ... function ZEND_FASTCALL (line 688) | ZEND_FASTCALL zend_parse_arg_number_slow(zval *arg, zval **dest, uint32_... function ZEND_FASTCALL (line 722) | ZEND_FASTCALL zend_parse_arg_number_or_str_slow(zval *arg, zval **dest, ... function ZEND_FASTCALL (line 751) | ZEND_FASTCALL zend_parse_arg_str_weak(zval *arg, zend_string **dest, uin... function ZEND_FASTCALL (line 776) | ZEND_FASTCALL zend_parse_arg_str_slow(zval *arg, zend_string **dest, uin... function ZEND_FASTCALL (line 785) | ZEND_FASTCALL zend_flf_parse_arg_str_slow(zval *arg, zend_string **dest,... function ZEND_FASTCALL (line 793) | ZEND_FASTCALL zend_parse_arg_str_or_long_slow(zval *arg, zend_string **d... function zend_result (line 1091) | static zend_result zend_parse_arg(uint32_t arg_num, zval *arg, va_list *... function ZEND_API (line 1123) | ZEND_API zend_result zend_parse_parameter(int flags, uint32_t arg_num, z... function ZEND_COLD (line 1135) | static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { function zend_result (line 1144) | static zend_result zend_parse_va_args(uint32_t num_args, const char *typ... function ZEND_API (line 1287) | ZEND_API zend_result zend_parse_parameters_ex(int flags, uint32_t num_ar... function ZEND_API (line 1300) | ZEND_API zend_result zend_parse_parameters(uint32_t num_args, const char... function ZEND_API (line 1314) | ZEND_API zend_result zend_parse_method_parameters(uint32_t num_args, zva... function ZEND_API (line 1354) | ZEND_API zend_result zend_parse_method_parameters_ex(int flags, uint32_t... function ZEND_API (line 1392) | ZEND_API void zend_merge_properties(zval *obj, HashTable *properties) /*... function zend_class_mutable_data (line 1413) | static zend_class_mutable_data *zend_allocate_mutable_data(zend_class_en... function ZEND_API (line 1429) | ZEND_API HashTable *zend_separate_class_constants_table(zend_class_entry... function zend_result (line 1469) | static zend_result update_property(zval *val, zend_property_info *prop_i... function ZEND_API (line 1490) | ZEND_API zend_result zend_update_class_constant(zend_class_constant *c, ... function ZEND_API (line 1521) | ZEND_API zend_result zend_update_class_constants(zend_class_entry *class... function zend_always_inline (line 1664) | static zend_always_inline void _object_properties_init(zend_object *obje... function ZEND_API (line 1691) | ZEND_API void object_properties_init(zend_object *object, zend_class_ent... function ZEND_API (line 1698) | ZEND_API void object_properties_init_ex(zend_object *object, HashTable *... function ZEND_API (line 1731) | ZEND_API void object_properties_load(zend_object *object, HashTable *pro... function zend_always_inline (line 1812) | static zend_always_inline zend_result _object_and_properties_init(zval *... function ZEND_API (line 1854) | ZEND_API zend_result object_and_properties_init(zval *arg, zend_class_en... function ZEND_API (line 1860) | ZEND_API zend_result object_init_ex(zval *arg, zend_class_entry *class_t... function ZEND_API (line 1866) | ZEND_API zend_result object_init_with_constructor(zval *arg, zend_class_... function ZEND_API (line 1933) | ZEND_API void object_init(zval *arg) /* {{{ */ function ZEND_API (line 1939) | ZEND_API void add_assoc_long_ex(zval *arg, const char *key, size_t key_l... function ZEND_API (line 1948) | ZEND_API void add_assoc_null_ex(zval *arg, const char *key, size_t key_l... function ZEND_API (line 1957) | ZEND_API void add_assoc_bool_ex(zval *arg, const char *key, size_t key_l... function ZEND_API (line 1966) | ZEND_API void add_assoc_resource_ex(zval *arg, const char *key, size_t k... function ZEND_API (line 1975) | ZEND_API void add_assoc_double_ex(zval *arg, const char *key, size_t key... function ZEND_API (line 1984) | ZEND_API void add_assoc_str_ex(zval *arg, const char *key, size_t key_le... function ZEND_API (line 1993) | ZEND_API void add_assoc_string_ex(zval *arg, const char *key, size_t key... function ZEND_API (line 2002) | ZEND_API void add_assoc_stringl_ex(zval *arg, const char *key, size_t ke... function ZEND_API (line 2011) | ZEND_API void add_assoc_array_ex(zval *arg, const char *key, size_t key_... function ZEND_API (line 2020) | ZEND_API void add_assoc_object_ex(zval *arg, const char *key, size_t key... function ZEND_API (line 2029) | ZEND_API void add_assoc_reference_ex(zval *arg, const char *key, size_t ... function ZEND_API (line 2038) | ZEND_API void add_assoc_zval_ex(zval *arg, const char *key, size_t key_l... function ZEND_API (line 2044) | ZEND_API void add_index_long(zval *arg, zend_ulong index, zend_long n) /... function ZEND_API (line 2053) | ZEND_API void add_index_null(zval *arg, zend_ulong index) /* {{{ */ function ZEND_API (line 2062) | ZEND_API void add_index_bool(zval *arg, zend_ulong index, bool b) /* {{{ */ function ZEND_API (line 2071) | ZEND_API void add_index_resource(zval *arg, zend_ulong index, zend_resou... function ZEND_API (line 2080) | ZEND_API void add_index_double(zval *arg, zend_ulong index, double d) /*... function ZEND_API (line 2089) | ZEND_API void add_index_str(zval *arg, zend_ulong index, zend_string *st... function ZEND_API (line 2098) | ZEND_API void add_index_string(zval *arg, zend_ulong index, const char *... function ZEND_API (line 2107) | ZEND_API void add_index_stringl(zval *arg, zend_ulong index, const char ... function ZEND_API (line 2116) | ZEND_API void add_index_array(zval *arg, zend_ulong index, zend_array *a... function ZEND_API (line 2125) | ZEND_API void add_index_object(zval *arg, zend_ulong index, zend_object ... function ZEND_API (line 2134) | ZEND_API void add_index_reference(zval *arg, zend_ulong index, zend_refe... function ZEND_API (line 2143) | ZEND_API zend_result add_next_index_long(zval *arg, zend_long n) /* {{{ */ function ZEND_API (line 2152) | ZEND_API zend_result add_next_index_null(zval *arg) /* {{{ */ function ZEND_API (line 2161) | ZEND_API zend_result add_next_index_bool(zval *arg, bool b) /* {{{ */ function ZEND_API (line 2170) | ZEND_API zend_result add_next_index_resource(zval *arg, zend_resource *r... function ZEND_API (line 2179) | ZEND_API zend_result add_next_index_double(zval *arg, double d) /* {{{ */ function ZEND_API (line 2188) | ZEND_API zend_result add_next_index_str(zval *arg, zend_string *str) /* ... function ZEND_API (line 2197) | ZEND_API zend_result add_next_index_string(zval *arg, const char *str) /... function ZEND_API (line 2206) | ZEND_API zend_result add_next_index_stringl(zval *arg, const char *str, ... function ZEND_API (line 2215) | ZEND_API zend_result add_next_index_array(zval *arg, zend_array *arr) /*... function ZEND_API (line 2224) | ZEND_API zend_result add_next_index_object(zval *arg, zend_object *obj) ... function ZEND_API (line 2233) | ZEND_API zend_result add_next_index_reference(zval *arg, zend_reference ... function ZEND_API (line 2242) | ZEND_API zend_result array_set_zval_key(HashTable *ht, zval *key, zval *... function ZEND_API (line 2283) | ZEND_API void add_property_long_ex(zval *arg, const char *key, size_t ke... function ZEND_API (line 2292) | ZEND_API void add_property_bool_ex(zval *arg, const char *key, size_t ke... function ZEND_API (line 2301) | ZEND_API void add_property_null_ex(zval *arg, const char *key, size_t ke... function ZEND_API (line 2310) | ZEND_API void add_property_resource_ex(zval *arg, const char *key, size_... function ZEND_API (line 2320) | ZEND_API void add_property_double_ex(zval *arg, const char *key, size_t ... function ZEND_API (line 2329) | ZEND_API void add_property_str_ex(zval *arg, const char *key, size_t key... function ZEND_API (line 2339) | ZEND_API void add_property_string_ex(zval *arg, const char *key, size_t ... function ZEND_API (line 2349) | ZEND_API void add_property_stringl_ex(zval *arg, const char *key, size_t... function ZEND_API (line 2359) | ZEND_API void add_property_array_ex(zval *arg, const char *key, size_t k... function ZEND_API (line 2369) | ZEND_API void add_property_object_ex(zval *arg, const char *key, size_t ... function ZEND_API (line 2379) | ZEND_API void add_property_reference_ex(zval *arg, const char *key, size... function ZEND_API (line 2389) | ZEND_API void add_property_zval_ex(zval *arg, const char *key, size_t ke... function ZEND_API (line 2399) | ZEND_API zend_result zend_startup_module_ex(zend_module_entry *module) /... function zend_startup_module_zval (line 2457) | static int zend_startup_module_zval(zval *zv) /* {{{ */ function zend_sort_modules (line 2465) | static void zend_sort_modules(void *base, size_t count, size_t siz, comp... function ZEND_API (line 2500) | ZEND_API void zend_collect_module_handlers(void) /* {{{ */ function ZEND_API (line 2581) | ZEND_API void zend_startup_modules(void) /* {{{ */ function ZEND_API (line 2588) | ZEND_API void zend_destroy_modules(void) /* {{{ */ function ZEND_API (line 2598) | ZEND_API zend_module_entry* zend_register_module_ex(zend_module_entry *m... function ZEND_API (line 2666) | ZEND_API zend_module_entry* zend_register_internal_module(zend_module_en... function zend_check_magic_method_args (line 2672) | static void zend_check_magic_method_args( function zend_check_magic_method_arg_type (line 2697) | static void zend_check_magic_method_arg_type(uint32_t arg_num, const zen... function zend_check_magic_method_return_type (line 2710) | static void zend_check_magic_method_return_type(const zend_class_entry *... function zend_check_magic_method_non_static (line 2736) | static void zend_check_magic_method_non_static( function zend_check_magic_method_static (line 2745) | static void zend_check_magic_method_static( function zend_check_magic_method_public (line 2754) | static void zend_check_magic_method_public( function zend_check_magic_method_no_return_type (line 2764) | static void zend_check_magic_method_no_return_type( function ZEND_API (line 2773) | ZEND_API void zend_check_magic_method_implementation(const zend_class_en... function ZEND_API (line 2870) | ZEND_API void zend_add_magic_method(zend_class_entry *ce, zend_function ... function zend_always_inline (line 2912) | static zend_always_inline void zend_normalize_internal_type(zend_type *t... function ZEND_API (line 2938) | ZEND_API zend_result zend_register_functions(zend_class_entry *scope, co... function ZEND_API (line 3238) | ZEND_API void zend_unregister_functions(const zend_function_entry *funct... function ZEND_API (line 3264) | ZEND_API zend_result zend_startup_module(zend_module_entry *module) /* {... function ZEND_API (line 3273) | ZEND_API zend_result zend_get_module_started(const char *module_name) /*... function clean_module_classes (line 3282) | static void clean_module_classes(int module_number) /* {{{ */ function clean_module_function (line 3296) | static int clean_module_function(zval *el, void *arg) /* {{{ */ function clean_module_functions (line 3308) | static void clean_module_functions(zend_module_entry *module) /* {{{ */ function module_destructor (line 3314) | void module_destructor(zend_module_entry *module) /* {{{ */ function module_registry_unload (line 3371) | void module_registry_unload(const zend_module_entry *module) function ZEND_API (line 3382) | ZEND_API void zend_activate_modules(void) /* {{{ */ function ZEND_API (line 3398) | ZEND_API void zend_deactivate_modules(void) /* {{{ */ function zend_unload_modules (line 3426) | void zend_unload_modules(void) /* {{{ */ function ZEND_API (line 3438) | ZEND_API void zend_post_deactivate_modules(void) /* {{{ */ function ZEND_API (line 3475) | ZEND_API int zend_next_free_module(void) /* {{{ */ function zend_class_entry (line 3481) | static zend_class_entry *do_register_internal_class(zend_class_entry *or... function ZEND_API (line 3517) | ZEND_API zend_class_entry *zend_register_internal_class_ex(zend_class_en... function ZEND_API (line 3523) | ZEND_API zend_class_entry *zend_register_internal_class_with_flags( function ZEND_API (line 3538) | ZEND_API void zend_class_implements(zend_class_entry *class_entry, int n... function ZEND_API (line 3562) | ZEND_API zend_class_entry *zend_register_internal_class(zend_class_entry... function ZEND_API (line 3568) | ZEND_API zend_class_entry *zend_register_internal_interface(zend_class_e... function ZEND_API (line 3574) | ZEND_API zend_result zend_register_class_alias_ex(const char *name, size... function ZEND_API (line 3616) | ZEND_API zend_result zend_set_hash_symbol(zval *symbol, const char *name... function zend_disable_function (line 3640) | static void zend_disable_function(const char *function_name, size_t func... function ZEND_API (line 3652) | ZEND_API void zend_disable_functions(const char *function_list) /* {{{ */ function ZEND_COLD (line 3690) | static ZEND_COLD zend_object *display_disabled_class(zend_class_entry *c... function ZEND_API (line 3718) | ZEND_API zend_result zend_disable_class(const char *class_name, size_t c... function zend_always_inline (line 3758) | static zend_always_inline zend_class_entry *get_scope(zend_execute_data ... function zend_is_callable_check_class (line 3763) | static bool zend_is_callable_check_class(zend_string *name, zend_class_e... function ZEND_API (line 3856) | ZEND_API void zend_release_fcall_info_cache(zend_fcall_info_cache *fcc) { function zend_always_inline (line 3867) | static zend_always_inline bool zend_is_callable_check_func(zval *callabl... function ZEND_API (line 4117) | ZEND_API zend_string *zend_get_callable_name_ex(zval *callable, zend_obj... function ZEND_API (line 4165) | ZEND_API zend_string *zend_get_callable_name(zval *callable) /* {{{ */ function ZEND_API (line 4171) | ZEND_API bool zend_is_callable_at_frame( function ZEND_API (line 4282) | ZEND_API bool zend_is_callable_ex(zval *callable, zend_object *object, u... function ZEND_API (line 4297) | ZEND_API bool zend_is_callable(zval *callable, uint32_t check_flags, zen... function ZEND_API (line 4303) | ZEND_API bool zend_make_callable(zval *callable, zend_string **callable_... function ZEND_API (line 4321) | ZEND_API zend_result zend_fcall_info_init(zval *callable, uint32_t check... function ZEND_API (line 4339) | ZEND_API void zend_fcall_info_args_clear(zend_fcall_info *fci, bool free... function ZEND_API (line 4358) | ZEND_API void zend_fcall_info_args_save(zend_fcall_info *fci, uint32_t *... function ZEND_API (line 4367) | ZEND_API void zend_fcall_info_args_restore(zend_fcall_info *fci, uint32_... function ZEND_API (line 4375) | ZEND_API zend_result zend_fcall_info_args_ex(zend_fcall_info *fci, zend_... function ZEND_API (line 4408) | ZEND_API zend_result zend_fcall_info_args(zend_fcall_info *fci, zval *ar... function ZEND_API (line 4414) | ZEND_API void zend_fcall_info_argp(zend_fcall_info *fci, uint32_t argc, ... function ZEND_API (line 4429) | ZEND_API void zend_fcall_info_argv(zend_fcall_info *fci, uint32_t argc, ... function ZEND_API (line 4446) | ZEND_API void zend_fcall_info_argn(zend_fcall_info *fci, uint32_t argc, ... function ZEND_API (line 4456) | ZEND_API zend_result zend_fcall_info_call(zend_fcall_info *fci, zend_fca... function ZEND_API (line 4479) | ZEND_API void zend_get_callable_zval_from_fcc(const zend_fcall_info_cach... function ZEND_API (line 4497) | ZEND_API const char *zend_get_module_version(const char *module_name) /*... function zend_always_inline (line 4511) | static zend_always_inline bool is_persistent_class(zend_class_entry *ce) { function ZEND_API (line 4516) | ZEND_API zend_property_info *zend_declare_typed_property(zend_class_entr... function ZEND_API (line 4675) | ZEND_API zend_result zend_try_assign_typed_ref_ex(zend_reference *ref, z... function ZEND_API (line 4688) | ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval... function ZEND_API (line 4694) | ZEND_API zend_result zend_try_assign_typed_ref_null(zend_reference *ref)... function ZEND_API (line 4703) | ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref,... function ZEND_API (line 4712) | ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref,... function ZEND_API (line 4721) | ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *re... function ZEND_API (line 4730) | ZEND_API zend_result zend_try_assign_typed_ref_empty_string(zend_referen... function ZEND_API (line 4739) | ZEND_API zend_result zend_try_assign_typed_ref_str(zend_reference *ref, ... function ZEND_API (line 4748) | ZEND_API zend_result zend_try_assign_typed_ref_string(zend_reference *re... function ZEND_API (line 4757) | ZEND_API zend_result zend_try_assign_typed_ref_stringl(zend_reference *r... function ZEND_API (line 4766) | ZEND_API zend_result zend_try_assign_typed_ref_arr(zend_reference *ref, ... function ZEND_API (line 4775) | ZEND_API zend_result zend_try_assign_typed_ref_res(zend_reference *ref, ... function ZEND_API (line 4784) | ZEND_API zend_result zend_try_assign_typed_ref_zval(zend_reference *ref,... function ZEND_API (line 4793) | ZEND_API zend_result zend_try_assign_typed_ref_zval_ex(zend_reference *r... function ZEND_API (line 4802) | ZEND_API void zend_declare_property_ex(zend_class_entry *ce, zend_string... function ZEND_API (line 4808) | ZEND_API void zend_declare_property(zend_class_entry *ce, const char *na... function ZEND_API (line 4816) | ZEND_API void zend_declare_property_null(zend_class_entry *ce, const cha... function ZEND_API (line 4825) | ZEND_API void zend_declare_property_bool(zend_class_entry *ce, const cha... function ZEND_API (line 4834) | ZEND_API void zend_declare_property_long(zend_class_entry *ce, const cha... function ZEND_API (line 4843) | ZEND_API void zend_declare_property_double(zend_class_entry *ce, const c... function ZEND_API (line 4852) | ZEND_API void zend_declare_property_string(zend_class_entry *ce, const c... function ZEND_API (line 4861) | ZEND_API void zend_declare_property_stringl(zend_class_entry *ce, const ... function ZEND_API (line 4870) | ZEND_API zend_class_constant *zend_declare_typed_class_constant(zend_cla... function ZEND_API (line 4920) | ZEND_API zend_class_constant *zend_declare_class_constant_ex(zend_class_... function ZEND_API (line 4925) | ZEND_API void zend_declare_class_constant(zend_class_entry *ce, const ch... function ZEND_API (line 4939) | ZEND_API void zend_declare_class_constant_null(zend_class_entry *ce, con... function ZEND_API (line 4948) | ZEND_API void zend_declare_class_constant_long(zend_class_entry *ce, con... function ZEND_API (line 4957) | ZEND_API void zend_declare_class_constant_bool(zend_class_entry *ce, con... function ZEND_API (line 4966) | ZEND_API void zend_declare_class_constant_double(zend_class_entry *ce, c... function ZEND_API (line 4975) | ZEND_API void zend_declare_class_constant_stringl(zend_class_entry *ce, ... function ZEND_API (line 4984) | ZEND_API void zend_declare_class_constant_string(zend_class_entry *ce, c... function ZEND_API (line 4990) | ZEND_API void zend_update_property_ex(zend_class_entry *scope, zend_obje... function ZEND_API (line 5002) | ZEND_API void zend_update_property(zend_class_entry *scope, zend_object ... function ZEND_API (line 5017) | ZEND_API void zend_update_property_null(zend_class_entry *scope, zend_ob... function ZEND_API (line 5026) | ZEND_API void zend_unset_property(zend_class_entry *scope, zend_object *... function ZEND_API (line 5041) | ZEND_API void zend_update_property_bool(zend_class_entry *scope, zend_ob... function ZEND_API (line 5050) | ZEND_API void zend_update_property_long(zend_class_entry *scope, zend_ob... function ZEND_API (line 5059) | ZEND_API void zend_update_property_double(zend_class_entry *scope, zend_... function ZEND_API (line 5068) | ZEND_API void zend_update_property_str(zend_class_entry *scope, zend_obj... function ZEND_API (line 5077) | ZEND_API void zend_update_property_string(zend_class_entry *scope, zend_... function ZEND_API (line 5087) | ZEND_API void zend_update_property_stringl(zend_class_entry *scope, zend... function ZEND_API (line 5097) | ZEND_API zend_result zend_update_static_property_ex(zend_class_entry *sc... function ZEND_API (line 5133) | ZEND_API zend_result zend_update_static_property(zend_class_entry *scope... function ZEND_API (line 5142) | ZEND_API zend_result zend_update_static_property_null(zend_class_entry *... function ZEND_API (line 5151) | ZEND_API zend_result zend_update_static_property_bool(zend_class_entry *... function ZEND_API (line 5160) | ZEND_API zend_result zend_update_static_property_long(zend_class_entry *... function ZEND_API (line 5169) | ZEND_API zend_result zend_update_static_property_double(zend_class_entry... function ZEND_API (line 5178) | ZEND_API zend_result zend_update_static_property_string(zend_class_entry... function ZEND_API (line 5188) | ZEND_API zend_result zend_update_static_property_stringl(zend_class_entr... function ZEND_API (line 5198) | ZEND_API zval *zend_read_property_ex(zend_class_entry *scope, zend_objec... function ZEND_API (line 5212) | ZEND_API zval *zend_read_property(zend_class_entry *scope, zend_object *... function ZEND_API (line 5224) | ZEND_API zval *zend_read_static_property_ex(zend_class_entry *scope, zen... function ZEND_API (line 5237) | ZEND_API zval *zend_read_static_property(zend_class_entry *scope, const ... function ZEND_API (line 5246) | ZEND_API void zend_save_error_handling(zend_error_handling *current) /* ... function ZEND_API (line 5253) | ZEND_API void zend_replace_error_handling(zend_error_handling_t error_ha... function ZEND_API (line 5264) | ZEND_API void zend_restore_error_handling(zend_error_handling *saved) /*... function ZEND_API (line 5285) | ZEND_API bool zend_is_iterable(const zval *iterable) /* {{{ */ function ZEND_API (line 5298) | ZEND_API bool zend_is_countable(const zval *countable) /* {{{ */ function zend_result (line 5315) | static zend_result get_default_via_ast(zval *default_value_zval, const c... function zend_string (line 5350) | static zend_string *try_parse_string(const char *str, size_t len, char q... function ZEND_API (line 5363) | ZEND_API zend_result zend_get_default_from_internal_arg_info( FILE: Zend/zend_API.h type zend_function_entry (line 35) | typedef struct _zend_function_entry { type zend_fcall_info (line 45) | typedef struct _zend_fcall_info { type zend_fcall_info_cache (line 59) | typedef struct _zend_fcall_info_cache { function zend_always_inline (line 399) | static zend_always_inline zend_result zend_register_class_alias(const ch... function zend_always_inline (line 451) | static zend_always_inline HashTable *zend_class_constants_table(zend_cla... function zend_always_inline (line 465) | static zend_always_inline zval *zend_class_default_properties_table(zend... function zend_always_inline (line 475) | static zend_always_inline void zend_class_set_backed_enum_table(zend_cla... function zend_always_inline (line 485) | static zend_always_inline HashTable *zend_class_backed_enum_table(zend_c... function zend_always_inline (line 562) | static zend_always_inline void add_assoc_long(zval *arg, const char *key... function zend_always_inline (line 565) | static zend_always_inline void add_assoc_null(zval *arg, const char *key) { function zend_always_inline (line 568) | static zend_always_inline void add_assoc_bool(zval *arg, const char *key... function zend_always_inline (line 571) | static zend_always_inline void add_assoc_resource(zval *arg, const char ... function zend_always_inline (line 574) | static zend_always_inline void add_assoc_double(zval *arg, const char *k... function zend_always_inline (line 577) | static zend_always_inline void add_assoc_str(zval *arg, const char *key,... function zend_always_inline (line 580) | static zend_always_inline void add_assoc_string(zval *arg, const char *k... function zend_always_inline (line 583) | static zend_always_inline void add_assoc_stringl(zval *arg, const char *... function zend_always_inline (line 586) | static zend_always_inline void add_assoc_array(zval *arg, const char *ke... function zend_always_inline (line 589) | static zend_always_inline void add_assoc_object(zval *arg, const char *k... function zend_always_inline (line 592) | static zend_always_inline void add_assoc_reference(zval *arg, const char... function zend_always_inline (line 595) | static zend_always_inline void add_assoc_zval(zval *arg, const char *key... function zend_always_inline (line 611) | static zend_always_inline zend_result add_index_zval(zval *arg, zend_ulo... function zend_always_inline (line 628) | static zend_always_inline zend_result add_next_index_zval(zval *arg, zva... function zend_always_inline (line 648) | static zend_always_inline void add_property_long(zval *arg, const char *... function zend_always_inline (line 651) | static zend_always_inline void add_property_null(zval *arg, const char *... function zend_always_inline (line 654) | static zend_always_inline void add_property_bool(zval *arg, const char *... function zend_always_inline (line 657) | static zend_always_inline void add_property_resource(zval *arg, const ch... function zend_always_inline (line 660) | static zend_always_inline void add_property_double(zval *arg, const char... function zend_always_inline (line 663) | static zend_always_inline void add_property_str(zval *arg, const char *k... function zend_always_inline (line 666) | static zend_always_inline void add_property_string(zval *arg, const char... function zend_always_inline (line 669) | static zend_always_inline void add_property_stringl(zval *arg, const cha... function zend_always_inline (line 672) | static zend_always_inline void add_property_array(zval *arg, const char ... function zend_always_inline (line 675) | static zend_always_inline void add_property_object(zval *arg, const char... function zend_always_inline (line 678) | static zend_always_inline void add_property_reference(zval *arg, const c... function zend_always_inline (line 681) | static zend_always_inline void add_property_zval(zval *arg, const char *... function zend_always_inline (line 750) | static zend_always_inline bool zend_fcc_equals(const zend_fcall_info_cac... function zend_always_inline (line 767) | static zend_always_inline void zend_fcc_addref(zend_fcall_info_cache *fcc) function zend_always_inline (line 786) | static zend_always_inline void zend_fcc_dup(/* restrict */ zend_fcall_in... function zend_always_inline (line 792) | static zend_always_inline void zend_fcc_dtor(zend_fcall_info_cache *fcc) function zend_always_inline (line 809) | static zend_always_inline void zend_get_gc_buffer_add_fcc(zend_get_gc_bu... function zend_always_inline (line 826) | static zend_always_inline zend_result zend_call_function_with_return_value( function zend_always_inline (line 842) | static zend_always_inline void zend_call_known_fcc( function zend_always_inline (line 856) | static zend_always_inline void zend_call_known_instance_method( function zend_always_inline (line 863) | static zend_always_inline void zend_call_known_instance_method_with_0_pa... function zend_always_inline (line 869) | static zend_always_inline void zend_call_known_instance_method_with_1_pa... function zend_forbid_dynamic_call (line 895) | zend_forbid_dynamic_call(void) function zend_always_inline (line 913) | static zend_always_inline const char *zend_get_object_type(const zend_cl... function zend_always_inline (line 918) | static zend_always_inline const char *zend_get_object_type_uc(const zend... function zend_always_inline (line 939) | static zend_always_inline bool zend_str_has_nul_byte(const zend_string *... function zend_always_inline (line 943) | static zend_always_inline bool zend_char_has_nul_byte(const char *s, siz... function zend_always_inline (line 1474) | static zend_always_inline zval *zend_try_array_init_size(zval *zv, uint3... function zend_always_inline (line 1496) | static zend_always_inline zval *zend_try_array_init(zval *zv) type zend_expected_type (line 1549) | typedef enum _zend_expected_type { function zend_always_inline (line 2192) | static zend_always_inline bool zend_parse_arg_bool_ex(const zval *arg, b... function zend_always_inline (line 2214) | static zend_always_inline bool zend_parse_arg_bool(const zval *arg, bool... function zend_always_inline (line 2219) | static zend_always_inline bool zend_parse_arg_long_ex(zval *arg, zend_lo... function zend_always_inline (line 2239) | static zend_always_inline bool zend_parse_arg_long(zval *arg, zend_long ... function zend_always_inline (line 2244) | static zend_always_inline bool zend_parse_arg_double(const zval *arg, do... function zend_always_inline (line 2260) | static zend_always_inline bool zend_parse_arg_number(zval *arg, zval **d... function zend_always_inline (line 2272) | static zend_always_inline bool zend_parse_arg_number_or_str(zval *arg, z... function zend_always_inline (line 2284) | static zend_always_inline bool zend_parse_arg_str_ex(zval *arg, zend_str... function zend_always_inline (line 2300) | static zend_always_inline bool zend_parse_arg_str(zval *arg, zend_string... function zend_always_inline (line 2305) | static zend_always_inline bool zend_parse_arg_string(zval *arg, char **d... function zend_always_inline (line 2322) | static zend_always_inline bool zend_parse_arg_path_str(zval *arg, zend_s... function zend_always_inline (line 2331) | static zend_always_inline bool zend_parse_arg_path(zval *arg, char **des... function zend_always_inline (line 2348) | static zend_always_inline bool zend_parse_arg_iterable(zval *arg, zval *... function zend_always_inline (line 2363) | static zend_always_inline bool zend_parse_arg_array(zval *arg, zval **de... function zend_always_inline (line 2376) | static zend_always_inline bool zend_parse_arg_array_ht(const zval *arg, ... function zend_always_inline (line 2399) | static zend_always_inline bool zend_parse_arg_array_ht_or_long( function zend_always_inline (line 2422) | static zend_always_inline bool zend_parse_arg_object(zval *arg, zval **d... function zend_always_inline (line 2435) | static zend_always_inline bool zend_parse_arg_obj(const zval *arg, zend_... function zend_always_inline (line 2448) | static zend_always_inline bool zend_parse_arg_obj_or_long( function zend_always_inline (line 2471) | static zend_always_inline bool zend_parse_arg_resource(zval *arg, zval *... function zend_always_inline (line 2483) | static zend_always_inline bool zend_parse_arg_func(zval *arg, zend_fcall... function zend_always_inline (line 2501) | static zend_always_inline void zend_parse_arg_zval(zval *arg, zval **des... function zend_always_inline (line 2509) | static zend_always_inline void zend_parse_arg_zval_deref(zval *arg, zval... function zend_always_inline (line 2514) | static zend_always_inline bool zend_parse_arg_array_ht_or_str( function zend_always_inline (line 2533) | static zend_always_inline bool zend_parse_arg_str_or_long(zval *arg, zen... function zend_always_inline (line 2553) | static zend_always_inline bool zend_parse_arg_obj_or_class_name( function zend_always_inline (line 2571) | static zend_always_inline bool zend_parse_arg_obj_or_str( FILE: Zend/zend_alloc.c type pid_t (line 74) | typedef int pid_t; type zend_mm_page_info (line 176) | typedef uint32_t zend_mm_page_info; type zend_ulong (line 177) | typedef zend_ulong zend_mm_bitset; type zend_mm_bitset (line 189) | typedef zend_mm_bitset zend_mm_page_map[ZEND_MM_PAGE_MAP_LEN]; type zend_mm_page (line 226) | typedef struct _zend_mm_page zend_mm_page; type zend_mm_bin (line 227) | typedef struct _zend_mm_bin zend_mm_bin; type zend_mm_free_slot (line 228) | typedef struct _zend_mm_free_slot zend_mm_free_slot; type zend_mm_chunk (line 229) | typedef struct _zend_mm_chunk zend_mm_chunk; type zend_mm_huge_list (line 230) | typedef struct _zend_mm_huge_list zend_mm_huge_list; type _zend_mm_heap (line 266) | struct _zend_mm_heap { type _zend_mm_chunk (line 314) | struct _zend_mm_chunk { type _zend_mm_page (line 327) | struct _zend_mm_page { type _zend_mm_bin (line 335) | struct _zend_mm_bin { type _zend_mm_free_slot (line 339) | struct _zend_mm_free_slot { type _zend_mm_huge_list (line 343) | struct _zend_mm_huge_list { function ZEND_COLD (line 371) | ZEND_COLD void zend_debug_alloc_output(char *format, ...) function zend_mm_panic (line 388) | void zend_mm_panic(const char *message) function zend_mm_safe_error (line 401) | void zend_mm_safe_error(zend_mm_heap *heap, function zend_mm_munmap (line 449) | static void zend_mm_munmap(void *addr, size_t size) function zend_always_inline (line 616) | static zend_always_inline int zend_mm_bitset_is_set(zend_mm_bitset *bits... function zend_always_inline (line 621) | static zend_always_inline void zend_mm_bitset_set_bit(zend_mm_bitset *bi... function zend_always_inline (line 626) | static zend_always_inline void zend_mm_bitset_reset_bit(zend_mm_bitset *... function zend_always_inline (line 631) | static zend_always_inline void zend_mm_bitset_set_range(zend_mm_bitset *... function zend_always_inline (line 663) | static zend_always_inline void zend_mm_bitset_reset_range(zend_mm_bitset... function zend_always_inline (line 695) | static zend_always_inline int zend_mm_bitset_is_free_range(zend_mm_bitse... function zend_always_inline (line 735) | static zend_always_inline void zend_mm_hugepage(void* ptr, size_t size) function zend_mm_chunk_free (line 819) | static void zend_mm_chunk_free(zend_mm_heap *heap, void *addr, size_t size) function zend_mm_chunk_truncate (line 830) | static int zend_mm_chunk_truncate(zend_mm_heap *heap, void *addr, size_t... function zend_mm_chunk_extend (line 849) | static int zend_mm_chunk_extend(zend_mm_heap *heap, void *addr, size_t o... function zend_always_inline (line 876) | static zend_always_inline void zend_mm_chunk_init(zend_mm_heap *heap, ze... function zend_always_inline (line 1123) | static zend_always_inline void *zend_mm_alloc_large_ex(zend_mm_heap *hea... function zend_never_inline (line 1142) | static zend_never_inline void *zend_mm_alloc_large(zend_mm_heap *heap, s... function zend_always_inline (line 1147) | static zend_always_inline void zend_mm_delete_chunk(zend_mm_heap *heap, ... function zend_always_inline (line 1185) | static zend_always_inline void zend_mm_free_pages_ex(zend_mm_heap *heap,... function zend_never_inline (line 1199) | static zend_never_inline void zend_mm_free_pages(zend_mm_heap *heap, zen... function zend_always_inline (line 1204) | static zend_always_inline void zend_mm_free_large(zend_mm_heap *heap, ze... function zend_always_inline (line 1217) | static zend_always_inline int zend_mm_small_size_to_bit(int size) function zend_always_inline (line 1248) | static zend_always_inline int zend_mm_small_size_to_bin(size_t size) function zend_always_inline (line 1294) | static zend_always_inline zend_mm_free_slot* zend_mm_encode_free_slot(co... function zend_always_inline (line 1303) | static zend_always_inline zend_mm_free_slot* zend_mm_decode_free_slot(ze... function zend_always_inline (line 1312) | static zend_always_inline void zend_mm_set_next_free_slot(zend_mm_heap *... function zend_always_inline (line 1320) | static zend_always_inline zend_mm_free_slot *zend_mm_get_next_free_slot(... function zend_never_inline (line 1339) | static zend_never_inline void *zend_mm_alloc_small_slow(zend_mm_heap *he... function zend_always_inline (line 1395) | static zend_always_inline void *zend_mm_alloc_small(zend_mm_heap *heap, ... function zend_always_inline (line 1417) | static zend_always_inline void zend_mm_free_small(zend_mm_heap *heap, vo... function zend_always_inline (line 1444) | static zend_always_inline zend_mm_debug_info *zend_mm_get_debug_info(zen... function zend_always_inline (line 1467) | static zend_always_inline void *zend_mm_alloc_heap(zend_mm_heap *heap, s... function zend_always_inline (line 1517) | static zend_always_inline void zend_mm_free_heap(zend_mm_heap *heap, voi... function zend_mm_size (line 1542) | static size_t zend_mm_size(zend_mm_heap *heap, void *ptr ZEND_FILE_LINE_... function zend_never_inline (line 1570) | static zend_never_inline void *zend_mm_realloc_slow(zend_mm_heap *heap, ... function zend_never_inline (line 1588) | static zend_never_inline void *zend_mm_realloc_huge(zend_mm_heap *heap, ... function zend_always_inline (line 1675) | static zend_always_inline void *zend_mm_realloc_heap(zend_mm_heap *heap,... function zend_mm_add_huge_block (line 1840) | static void zend_mm_add_huge_block(zend_mm_heap *heap, void *ptr, size_t... function zend_mm_del_huge_block (line 1857) | static size_t zend_mm_del_huge_block(zend_mm_heap *heap, void *ptr ZEND_... function zend_mm_get_huge_block_size (line 1881) | static size_t zend_mm_get_huge_block_size(zend_mm_heap *heap, void *ptr ... function zend_mm_change_huge_block_size (line 1897) | static void zend_mm_change_huge_block_size(zend_mm_heap *heap, void *ptr... function zend_mm_free_huge (line 1990) | static void zend_mm_free_huge(zend_mm_heap *heap, void *ptr ZEND_FILE_LI... function zend_mm_refresh_key (line 2009) | static void zend_mm_refresh_key(zend_mm_heap *heap) function zend_mm_init_key (line 2014) | static void zend_mm_init_key(zend_mm_heap *heap) function zend_mm_heap (line 2020) | static zend_mm_heap *zend_mm_init(void) function ZEND_API (line 2072) | ZEND_API size_t zend_mm_gc(zend_mm_heap *heap) function zend_long (line 2203) | static zend_long zend_mm_find_leaks_small(zend_mm_chunk *p, uint32_t i, ... function zend_long (line 2230) | static zend_long zend_mm_find_leaks(zend_mm_heap *heap, zend_mm_chunk *p... function zend_long (line 2261) | static zend_long zend_mm_find_leaks_huge(zend_mm_heap *heap, zend_mm_hug... function zend_mm_check_leaks (line 2282) | static void zend_mm_check_leaks(zend_mm_heap *heap) function ZEND_API (line 2394) | ZEND_API void zend_mm_shutdown(zend_mm_heap *heap, bool full, bool silent) function ZEND_API (line 2531) | ZEND_API void* ZEND_FASTCALL _zend_mm_alloc(zend_mm_heap *heap, size_t s... function ZEND_FASTCALL (line 2536) | ZEND_FASTCALL _zend_mm_free(zend_mm_heap *heap, void *ptr ZEND_FILE_LINE... function ZEND_FASTCALL (line 2551) | ZEND_FASTCALL _zend_mm_block_size(zend_mm_heap *heap, void *ptr ZEND_FIL... type zend_alloc_globals (line 2572) | typedef struct _zend_alloc_globals { function ZEND_API (line 2585) | ZEND_API bool is_zend_mm(void) function ZEND_API (line 2594) | ZEND_API bool is_zend_ptr(const void *ptr) function ZEND_API (line 2670) | ZEND_API void* ZEND_FASTCALL _emalloc_huge(size_t size) function _efree_large (line 2712) | void ZEND_FASTCALL _efree_large(void *ptr, size_t size) function ZEND_FASTCALL (line 2728) | ZEND_FASTCALL _efree_huge(void *ptr, size_t size) function ZEND_API (line 2736) | ZEND_API void* ZEND_FASTCALL _emalloc(size_t size ZEND_FILE_LINE_DC ZEND... function ZEND_FASTCALL (line 2746) | ZEND_FASTCALL _efree(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) function ZEND_API (line 2757) | ZEND_API void* ZEND_FASTCALL _erealloc(void *ptr, size_t size ZEND_FILE_... function ZEND_API (line 2767) | ZEND_API void* ZEND_FASTCALL _erealloc2(void *ptr, size_t size, size_t c... function ZEND_FASTCALL (line 2777) | ZEND_FASTCALL _zend_mem_block_size(void *ptr ZEND_FILE_LINE_DC ZEND_FILE... function ZEND_API (line 2782) | ZEND_API void* ZEND_FASTCALL _safe_emalloc(size_t nmemb, size_t size, si... function ZEND_API (line 2787) | ZEND_API void* ZEND_FASTCALL _safe_malloc(size_t nmemb, size_t size, siz... function ZEND_API (line 2792) | ZEND_API void* ZEND_FASTCALL _safe_erealloc(void *ptr, size_t nmemb, siz... function ZEND_API (line 2797) | ZEND_API void* ZEND_FASTCALL _safe_realloc(void *ptr, size_t nmemb, size... function ZEND_API (line 2802) | ZEND_API void* ZEND_FASTCALL _ecalloc(size_t nmemb, size_t size ZEND_FIL... function ZEND_API (line 2812) | ZEND_API char* ZEND_FASTCALL _estrdup(const char *s ZEND_FILE_LINE_DC ZE... function ZEND_API (line 2826) | ZEND_API char* ZEND_FASTCALL _estrndup(const char *s, size_t length ZEND... function ZEND_API (line 2841) | ZEND_API char* ZEND_FASTCALL zend_strndup(const char *s, size_t length) function ZEND_API (line 2859) | ZEND_API zend_result zend_set_memory_limit(size_t memory_limit) function ZEND_API (line 2883) | ZEND_API bool zend_alloc_in_memory_limit_error_reporting(void) function ZEND_API (line 2892) | ZEND_API size_t zend_memory_usage(bool real_usage) function ZEND_API (line 2905) | ZEND_API size_t zend_memory_peak_usage(bool real_usage) function ZEND_API (line 2917) | ZEND_API void zend_memory_reset_peak_usage(void) function ZEND_API (line 2925) | ZEND_API void shutdown_memory_manager(bool silent, bool full_shutdown) function zend_out_of_memory (line 2930) | void zend_out_of_memory(void) function zend_always_inline (line 2937) | static zend_always_inline void tracked_add(zend_mm_heap *heap, void *ptr... function zend_always_inline (line 2945) | static zend_always_inline zval *tracked_get_size_zv(zend_mm_heap *heap, ... function zend_always_inline (line 2952) | static zend_always_inline void tracked_check_limit(zend_mm_heap *heap, s... function tracked_free (line 2986) | static void tracked_free(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG... function tracked_free_all (line 3028) | static void tracked_free_all(zend_mm_heap *heap) { function alloc_globals_ctor (line 3038) | static void alloc_globals_ctor(zend_alloc_globals *alloc_globals) function alloc_globals_dtor (line 3077) | static void alloc_globals_dtor(zend_alloc_globals *alloc_globals) function ZEND_API (line 3083) | ZEND_API void start_memory_manager(void) function ZEND_API (line 3099) | ZEND_API zend_mm_heap *zend_mm_set_heap(zend_mm_heap *new_heap) function ZEND_API (line 3108) | ZEND_API zend_mm_heap *zend_mm_get_heap(void) function ZEND_API (line 3113) | ZEND_API bool zend_mm_is_custom_heap(zend_mm_heap *new_heap) function ZEND_API (line 3122) | ZEND_API void zend_mm_set_custom_handlers(zend_mm_heap *heap, function ZEND_API (line 3132) | ZEND_API void zend_mm_set_custom_handlers_ex(zend_mm_heap *heap, function ZEND_API (line 3155) | ZEND_API void zend_mm_get_custom_handlers(zend_mm_heap *heap, function ZEND_API (line 3165) | ZEND_API void zend_mm_get_custom_handlers_ex(zend_mm_heap *heap, function ZEND_API (line 3205) | ZEND_API zend_mm_storage *zend_mm_get_storage(zend_mm_heap *heap) function ZEND_API (line 3214) | ZEND_API zend_mm_heap *zend_mm_startup(void) function ZEND_API (line 3219) | ZEND_API zend_mm_heap *zend_mm_startup_ex(const zend_mm_handlers *handle... function ZEND_API (line 3292) | ZEND_API void * __zend_malloc(size_t len ZEND_FILE_LINE_DC ZEND_FILE_LIN... function ZEND_API (line 3301) | ZEND_API void * __zend_calloc(size_t nmemb, size_t len ZEND_FILE_LINE_DC... function ZEND_API (line 3311) | ZEND_API void * __zend_realloc(void *p, size_t len ZEND_FILE_LINE_DC ZEN... function ZEND_API (line 3320) | ZEND_API void __zend_free(void *p ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC) function ZEND_API (line 3326) | ZEND_API char * __zend_strdup(const char *s) function zend_mm_globals_size (line 3336) | size_t zend_mm_globals_size(void) FILE: Zend/zend_alloc.h type zend_leak_info (line 40) | typedef struct _zend_leak_info { type zend_mm_debug_info (line 50) | typedef struct _zend_mm_debug_info { type zend_mm_heap (line 244) | typedef struct _zend_mm_heap zend_mm_heap; type zend_mm_storage (line 297) | typedef struct _zend_mm_storage zend_mm_storage; type zend_mm_handlers (line 304) | typedef struct _zend_mm_handlers { type _zend_mm_storage (line 311) | struct _zend_mm_storage { FILE: Zend/zend_arena.h type zend_arena (line 26) | typedef struct _zend_arena zend_arena; type _zend_arena (line 28) | struct _zend_arena { function zend_always_inline (line 34) | static zend_always_inline zend_arena* zend_arena_create(size_t size) function zend_always_inline (line 44) | static zend_always_inline void zend_arena_destroy(zend_arena *arena) function zend_always_inline (line 53) | static zend_always_inline void* zend_arena_alloc(zend_arena **arena_ptr,... function zend_always_inline (line 79) | static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr... function zend_always_inline (line 94) | static zend_always_inline void* zend_arena_checkpoint(zend_arena *arena) function zend_always_inline (line 99) | static zend_always_inline void zend_arena_release(zend_arena **arena_ptr... function zend_always_inline (line 113) | static zend_always_inline bool zend_arena_contains(zend_arena *arena, vo... type zend_arena (line 129) | typedef struct _zend_arena zend_arena; type _zend_arena (line 131) | struct _zend_arena { function zend_always_inline (line 140) | static zend_always_inline zend_arena *zend_arena_create(size_t _size) function zend_always_inline (line 150) | static zend_always_inline void zend_arena_destroy(zend_arena *arena) function zend_always_inline (line 163) | static zend_always_inline void *zend_arena_alloc(zend_arena **arena_ptr,... function zend_always_inline (line 175) | static zend_always_inline void* zend_arena_calloc(zend_arena **arena_ptr... function zend_always_inline (line 190) | static zend_always_inline void* zend_arena_checkpoint(zend_arena *arena) function zend_always_inline (line 195) | static zend_always_inline void zend_arena_release(zend_arena **arena_ptr... function zend_always_inline (line 216) | static zend_always_inline bool zend_arena_contains(zend_arena *arena, vo... FILE: Zend/zend_ast.c function zend_ast_list_size (line 41) | static inline size_t zend_ast_list_size(uint32_t children) { function ZEND_API (line 45) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_znode(znode *node) { function zend_always_inline (line 56) | static zend_always_inline zend_ast * zend_ast_create_zval_int(zval *zv, ... function ZEND_API (line 67) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_with_lineno(zval ... function ZEND_API (line 71) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_ex(zval *zv, zend... function ZEND_API (line 75) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval(zval *zv) { function ZEND_API (line 79) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_from_str(zend_str... function ZEND_API (line 85) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_from_long(zend_lo... function ZEND_API (line 91) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_constant(zend_string *... function ZEND_API (line 102) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_class_const_or_name(ze... function ZEND_API (line 112) | ZEND_API zend_ast *zend_ast_create_decl( function ZEND_API (line 136) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_0(zend_ast_kind kind) { function ZEND_API (line 148) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_1(zend_ast_kind kind, ... function ZEND_API (line 167) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_2(zend_ast_kind kind, ... function ZEND_API (line 189) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_3(zend_ast_kind kind, ... function ZEND_API (line 214) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_4(zend_ast_kind kind, ... function ZEND_API (line 242) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_5(zend_ast_kind kind, ... function ZEND_API (line 273) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_va( function ZEND_API (line 293) | ZEND_API zend_ast * zend_ast_create_n(unsigned kind, ...) { function ZEND_API (line 301) | ZEND_API zend_ast * zend_ast_create_ex_n( function ZEND_API (line 310) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind k... function ZEND_API (line 324) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_1(zend_ast_kind k... function ZEND_API (line 348) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_2(zend_ast_kind k... function zend_ast (line 379) | static zend_ast *zend_ast_create_from_va_list(zend_ast_kind kind, zend_a... function ZEND_API (line 405) | ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr ... function ZEND_API (line 416) | ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...) { function ZEND_API (line 427) | ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast... function zend_ast (line 459) | zend_ast *zend_ast_create_concat_op(zend_ast *op0, zend_ast *op1) { function is_power_of_two (line 472) | static inline bool is_power_of_two(uint32_t n) { function ZEND_API (line 476) | ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *ast, zend_... function zend_result (line 486) | static zend_result zend_ast_add_array_element(zval *result, zval *offset... function zend_result (line 506) | static zend_result zend_ast_add_unpacked_element(zval *result, zval *exp... function zend_class_entry (line 531) | static zend_class_entry *zend_ast_fetch_class(zend_ast *ast, zend_class_... function ZEND_FASTCALL (line 544) | ZEND_FASTCALL zend_ast_evaluate_ex( function ZEND_FASTCALL (line 567) | ZEND_FASTCALL zend_ast_evaluate_inner( function ZEND_FASTCALL (line 1062) | ZEND_FASTCALL zend_ast_evaluate(zval *result, zend_ast *ast, zend_class_... function zend_ast_tree_size (line 1069) | static size_t ZEND_FASTCALL zend_ast_tree_size(zend_ast *ast) function ZEND_FASTCALL (line 1164) | ZEND_FASTCALL zend_ast_destroy(zend_ast *ast) function ZEND_FASTCALL (line 1212) | ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast) function ZEND_API (line 1218) | ZEND_API void zend_ast_apply(zend_ast *ast, zend_ast_apply_func fn, void... function ZEND_COLD (line 1271) | static ZEND_COLD void zend_ast_export_str(smart_str *str, zend_string *s) function ZEND_COLD (line 1286) | static ZEND_COLD void zend_ast_export_qstr(smart_str *str, char quote, z... function ZEND_COLD (line 1331) | static ZEND_COLD void zend_ast_export_indent(smart_str *str, int indent) function ZEND_COLD (line 1339) | static ZEND_COLD void zend_ast_export_name(smart_str *str, zend_ast *ast... function ZEND_COLD (line 1352) | static ZEND_COLD void zend_ast_export_ns_name(smart_str *str, zend_ast *... function ZEND_COLD (line 1370) | static ZEND_COLD bool zend_ast_valid_var_char(char ch) function ZEND_COLD (line 1383) | static ZEND_COLD bool zend_ast_valid_var_name(const char *s, size_t len) function ZEND_COLD (line 1409) | static ZEND_COLD bool zend_ast_var_needs_braces(char ch) function ZEND_COLD (line 1414) | static ZEND_COLD void zend_ast_export_var(smart_str *str, zend_ast *ast,... function ZEND_COLD (line 1432) | static ZEND_COLD void zend_ast_export_list(smart_str *str, zend_ast_list... function ZEND_COLD (line 1445) | static ZEND_COLD void zend_ast_export_encaps_list(smart_str *str, char q... function ZEND_COLD (line 1474) | static ZEND_COLD void zend_ast_export_name_list_ex(smart_str *str, zend_... function ZEND_COLD (line 1490) | static ZEND_COLD void zend_ast_export_var_list(smart_str *str, zend_ast_... function ZEND_COLD (line 1507) | static ZEND_COLD void zend_ast_export_stmt(smart_str *str, zend_ast *ast... function ZEND_COLD (line 1557) | static ZEND_COLD void zend_ast_export_if_stmt(smart_str *str, zend_ast_l... function ZEND_COLD (line 1594) | static ZEND_COLD void zend_ast_export_zval(smart_str *str, zval *zv, int... function ZEND_COLD (line 1651) | static ZEND_COLD void zend_ast_export_class_no_header(smart_str *str, ze... function ZEND_COLD (line 1666) | static ZEND_COLD void zend_ast_export_attribute_group(smart_str *str, ze... function ZEND_COLD (line 1684) | static ZEND_COLD void zend_ast_export_attributes(smart_str *str, zend_as... function ZEND_COLD (line 1702) | static ZEND_COLD void zend_ast_export_visibility(smart_str *str, uint32_... function ZEND_COLD (line 1722) | static ZEND_COLD void zend_ast_export_type(smart_str *str, zend_ast *ast... function ZEND_COLD (line 1749) | static ZEND_COLD void zend_ast_export_hook_list(smart_str *str, zend_ast... function ZEND_COLD (line 1829) | static ZEND_COLD void zend_ast_export_ex(smart_str *str, zend_ast *ast, ... function zend_string (line 2680) | zend_string *zend_ast_export(const char *prefix, zend_ast *ast, const ch... FILE: Zend/zend_ast.h type _zend_ast_kind (line 34) | enum _zend_ast_kind { type zend_ast_kind (line 183) | typedef uint16_t zend_ast_kind; type zend_ast_attr (line 184) | typedef uint16_t zend_ast_attr; type _zend_ast (line 186) | struct _zend_ast { type zend_ast_list (line 194) | typedef struct _zend_ast_list { type zend_ast_zval (line 203) | typedef struct _zend_ast_zval { type zend_ast_decl (line 210) | typedef struct _zend_ast_decl { function zend_always_inline (line 255) | static zend_always_inline zend_ast * zend_ast_create_ex_0(zend_ast_kind ... function zend_always_inline (line 260) | static zend_always_inline zend_ast * zend_ast_create_ex_1(zend_ast_kind ... function zend_always_inline (line 265) | static zend_always_inline zend_ast * zend_ast_create_ex_2(zend_ast_kind ... function zend_always_inline (line 270) | static zend_always_inline zend_ast * zend_ast_create_ex_3(zend_ast_kind ... function zend_always_inline (line 275) | static zend_always_inline zend_ast * zend_ast_create_ex_4(zend_ast_kind ... function zend_always_inline (line 280) | static zend_always_inline zend_ast * zend_ast_create_ex_5(zend_ast_kind ... type zend_ast_evaluate_ctx (line 310) | typedef struct { function zend_always_inline (line 325) | static zend_always_inline size_t zend_ast_size(uint32_t children) { function zend_always_inline (line 329) | static zend_always_inline bool zend_ast_is_special(zend_ast *ast) { function zend_always_inline (line 333) | static zend_always_inline bool zend_ast_is_list(zend_ast *ast) { function zend_always_inline (line 336) | static zend_always_inline zend_ast_list *zend_ast_get_list(zend_ast *ast) { function zend_always_inline (line 341) | static zend_always_inline zval *zend_ast_get_zval(zend_ast *ast) { function zend_always_inline (line 345) | static zend_always_inline zend_string *zend_ast_get_str(zend_ast *ast) { function zend_always_inline (line 351) | static zend_always_inline zend_string *zend_ast_get_constant_name(zend_a... function zend_always_inline (line 357) | static zend_always_inline uint32_t zend_ast_get_num_children(zend_ast *a... function zend_always_inline (line 361) | static zend_always_inline uint32_t zend_ast_get_lineno(zend_ast *ast) { function zend_always_inline (line 373) | static zend_always_inline zend_ast *zend_ast_create_binary_op(uint32_t o... function zend_always_inline (line 379) | static zend_always_inline zend_ast *zend_ast_create_assign_op(uint32_t o... function zend_always_inline (line 382) | static zend_always_inline zend_ast *zend_ast_create_cast(uint32_t type, ... function zend_always_inline (line 385) | static zend_always_inline zend_ast *zend_ast_list_rtrim(zend_ast *ast) { FILE: Zend/zend_atomic.c function ZEND_API (line 26) | ZEND_API void zend_atomic_bool_init(zend_atomic_bool *obj, bool desired) { function ZEND_API (line 30) | ZEND_API void zend_atomic_int_init(zend_atomic_int *obj, int desired) { function ZEND_API (line 34) | ZEND_API bool zend_atomic_bool_exchange(zend_atomic_bool *obj, bool desi... function ZEND_API (line 38) | ZEND_API int zend_atomic_int_exchange(zend_atomic_int *obj, int desired) { function ZEND_API (line 42) | ZEND_API bool zend_atomic_bool_compare_exchange(zend_atomic_bool *obj, b... function ZEND_API (line 47) | ZEND_API bool zend_atomic_int_compare_exchange(zend_atomic_int *obj, int... function ZEND_API (line 52) | ZEND_API void zend_atomic_bool_store(zend_atomic_bool *obj, bool desired) { function ZEND_API (line 56) | ZEND_API void zend_atomic_int_store(zend_atomic_int *obj, int desired) { function ZEND_API (line 62) | ZEND_API bool zend_atomic_bool_load(zend_atomic_bool *obj) { function ZEND_API (line 65) | ZEND_API int zend_atomic_int_load(zend_atomic_int *obj) { function ZEND_API (line 69) | ZEND_API bool zend_atomic_bool_load(const zend_atomic_bool *obj) { function ZEND_API (line 72) | ZEND_API int zend_atomic_int_load(const zend_atomic_int *obj) { FILE: Zend/zend_atomic.h type zend_atomic_bool (line 43) | typedef struct zend_atomic_bool_s { type zend_atomic_int (line 46) | typedef struct zend_atomic_int_s { type zend_atomic_bool (line 54) | typedef struct zend_atomic_bool_s { type zend_atomic_int (line 57) | typedef struct zend_atomic_int_s { type zend_atomic_bool (line 61) | typedef struct zend_atomic_bool_s { type zend_atomic_int (line 64) | typedef struct zend_atomic_int_s { function zend_always_inline (line 98) | static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_... function zend_always_inline (line 102) | static zend_always_inline int zend_atomic_int_exchange_ex(zend_atomic_in... function zend_always_inline (line 106) | static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend... function zend_always_inline (line 116) | static zend_always_inline bool zend_atomic_int_compare_exchange_ex(zend_... function zend_always_inline (line 127) | static zend_always_inline bool zend_atomic_bool_load_ex(zend_atomic_bool... function zend_always_inline (line 132) | static zend_always_inline int zend_atomic_int_load_ex(zend_atomic_int *o... function zend_always_inline (line 137) | static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_boo... function zend_always_inline (line 141) | static zend_always_inline void zend_atomic_int_store_ex(zend_atomic_int ... function zend_always_inline (line 153) | static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_... function zend_always_inline (line 157) | static zend_always_inline int zend_atomic_int_exchange_ex(zend_atomic_in... function zend_always_inline (line 161) | static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend... function zend_always_inline (line 165) | static zend_always_inline bool zend_atomic_int_compare_exchange_ex(zend_... function zend_always_inline (line 169) | static zend_always_inline bool zend_atomic_bool_load_ex(const zend_atomi... function zend_always_inline (line 173) | static zend_always_inline int zend_atomic_int_load_ex(const zend_atomic_... function zend_always_inline (line 177) | static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_boo... function zend_always_inline (line 181) | static zend_always_inline void zend_atomic_int_store_ex(zend_atomic_int ... function zend_always_inline (line 195) | static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_... function zend_always_inline (line 201) | static zend_always_inline int zend_atomic_int_exchange_ex(zend_atomic_in... function zend_always_inline (line 207) | static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend... function zend_always_inline (line 211) | static zend_always_inline bool zend_atomic_int_compare_exchange_ex(zend_... function zend_always_inline (line 215) | static zend_always_inline bool zend_atomic_bool_load_ex(const zend_atomi... function zend_always_inline (line 221) | static zend_always_inline int zend_atomic_int_load_ex(const zend_atomic_... function zend_always_inline (line 227) | static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_boo... function zend_always_inline (line 231) | static zend_always_inline void zend_atomic_int_store_ex(zend_atomic_int ... function zend_always_inline (line 243) | static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_... function zend_always_inline (line 253) | static zend_always_inline int zend_atomic_int_exchange_ex(zend_atomic_in... function zend_always_inline (line 263) | static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend... function zend_always_inline (line 273) | static zend_always_inline bool zend_atomic_int_compare_exchange_ex(zend_... function zend_always_inline (line 283) | static zend_always_inline bool zend_atomic_bool_load_ex(zend_atomic_bool... function zend_always_inline (line 288) | static zend_always_inline int zend_atomic_int_load_ex(zend_atomic_int *o... function zend_always_inline (line 293) | static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_boo... function zend_always_inline (line 299) | static zend_always_inline void zend_atomic_int_store_ex(zend_atomic_int ... function zend_always_inline (line 315) | static zend_always_inline void zend_atomic_bool_store_ex(zend_atomic_boo... function zend_always_inline (line 319) | static zend_always_inline void zend_atomic_int_store_ex(zend_atomic_int ... function zend_always_inline (line 323) | static zend_always_inline bool zend_atomic_bool_compare_exchange_ex(zend... function zend_always_inline (line 334) | static zend_always_inline bool zend_atomic_int_compare_exchange_ex(zend_... function zend_always_inline (line 345) | static zend_always_inline bool zend_atomic_bool_load_ex(const zend_atomi... function zend_always_inline (line 349) | static zend_always_inline int zend_atomic_int_load_ex(const zend_atomic_... function zend_always_inline (line 353) | static zend_always_inline bool zend_atomic_bool_exchange_ex(zend_atomic_... function zend_always_inline (line 359) | static zend_always_inline int zend_atomic_int_exchange_ex(zend_atomic_in... FILE: Zend/zend_attributes.c function zend_attribute_attribute_get_flags (line 39) | uint32_t zend_attribute_attribute_get_flags(zend_attribute *attr, zend_c... function validate_allow_dynamic_properties (line 71) | static void validate_allow_dynamic_properties( function HashTable (line 149) | static HashTable *attributes_sensitive_parameter_value_get_properties_fo... function Z_PARAM_OPTIONAL (line 166) | Z_PARAM_OPTIONAL function zend_attribute (line 196) | static zend_attribute *get_attribute(HashTable *attributes, zend_string ... function zend_attribute (line 211) | static zend_attribute *get_attribute_str(HashTable *attributes, const ch... function ZEND_API (line 226) | ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_... function ZEND_API (line 231) | ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, c... function ZEND_API (line 236) | ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attribu... function ZEND_API (line 241) | ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *att... function ZEND_API (line 246) | ZEND_API zend_result zend_get_attribute_value(zval *ret, zend_attribute ... function ZEND_API (line 264) | ZEND_API zend_result zend_get_attribute_object(zval *obj, zend_class_ent... function ZEND_API (line 360) | ZEND_API zend_string *zend_get_attribute_target_names(uint32_t flags) function ZEND_API (line 377) | ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_att... function attr_free (line 392) | static void attr_free(zval *v) function ZEND_API (line 414) | ZEND_API zend_attribute *zend_add_attribute(HashTable **attributes, zend... function free_internal_attribute (line 447) | static void free_internal_attribute(zval *v) function ZEND_API (line 452) | ZEND_API zend_internal_attribute *zend_mark_internal_attribute(zend_clas... function ZEND_API (line 479) | ZEND_API zend_internal_attribute *zend_internal_attribute_register(zend_... function ZEND_API (line 487) | ZEND_API zend_internal_attribute *zend_internal_attribute_get(zend_strin... function zend_register_attribute_ce (line 492) | void zend_register_attribute_ce(void) function zend_attributes_shutdown (line 525) | void zend_attributes_shutdown(void) FILE: Zend/zend_attributes.h type zend_attribute_arg (line 51) | typedef struct { type zend_attribute (line 56) | typedef struct _zend_attribute { type zend_internal_attribute (line 67) | typedef struct _zend_internal_attribute { function zend_always_inline (line 97) | static zend_always_inline zend_attribute *zend_add_class_attribute(zend_... function zend_always_inline (line 103) | static zend_always_inline zend_attribute *zend_add_function_attribute(ze... function zend_always_inline (line 109) | static zend_always_inline zend_attribute *zend_add_parameter_attribute(z... function zend_always_inline (line 115) | static zend_always_inline zend_attribute *zend_add_property_attribute(ze... function zend_always_inline (line 121) | static zend_always_inline zend_attribute *zend_add_class_constant_attrib... FILE: Zend/zend_attributes.stub.php class Attribute (line 5) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 27) | public function __construct(int $flags = Attribute::TARGET_ALL) {} class ReturnTypeWillChange (line 30) | #[Attribute(Attribute::TARGET_METHOD)] method __construct (line 33) | public function __construct() {} class AllowDynamicProperties (line 36) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 39) | public function __construct() {} class SensitiveParameter (line 45) | #[Attribute(Attribute::TARGET_PARAMETER)] method __construct (line 48) | public function __construct() {} class SensitiveParameterValue (line 55) | final class SensitiveParameterValue method __construct (line 59) | public function __construct(mixed $value) {} method getValue (line 61) | public function getValue(): mixed {} method __debugInfo (line 63) | public function __debugInfo(): array {} class Override (line 69) | #[Attribute(Attribute::TARGET_METHOD)] method __construct (line 72) | public function __construct() {} class Deprecated (line 78) | #[Attribute(Attribute::TARGET_METHOD|Attribute::TARGET_FUNCTION|Attribut... method __construct (line 85) | public function __construct(?string $message = null, ?string $since = ... FILE: Zend/zend_attributes_arginfo.h function zend_class_entry (line 79) | static zend_class_entry *register_class_Attribute(void) function zend_class_entry (line 150) | static zend_class_entry *register_class_ReturnTypeWillChange(void) function zend_class_entry (line 167) | static zend_class_entry *register_class_AllowDynamicProperties(void) function zend_class_entry (line 184) | static zend_class_entry *register_class_SensitiveParameter(void) function zend_class_entry (line 201) | static zend_class_entry *register_class_SensitiveParameterValue(void) function zend_class_entry (line 217) | static zend_class_entry *register_class_Override(void) function zend_class_entry (line 234) | static zend_class_entry *register_class_Deprecated(void) FILE: Zend/zend_bitset.h type zend_ulong (line 29) | typedef zend_ulong *zend_bitset; function zend_bitset_len (line 127) | static inline uint32_t zend_bitset_len(uint32_t n) function zend_bitset_in (line 132) | static inline bool zend_bitset_in(zend_bitset set, uint32_t n) function zend_bitset_incl (line 137) | static inline void zend_bitset_incl(zend_bitset set, uint32_t n) function zend_bitset_excl (line 142) | static inline void zend_bitset_excl(zend_bitset set, uint32_t n) function zend_bitset_clear (line 147) | static inline void zend_bitset_clear(zend_bitset set, uint32_t len) function zend_bitset_empty (line 152) | static inline bool zend_bitset_empty(zend_bitset set, uint32_t len) function zend_bitset_fill (line 163) | static inline void zend_bitset_fill(zend_bitset set, uint32_t len) function zend_bitset_equal (line 168) | static inline bool zend_bitset_equal(zend_bitset set1, zend_bitset set2,... function zend_bitset_copy (line 173) | static inline void zend_bitset_copy(zend_bitset set1, zend_bitset set2, ... function zend_bitset_intersection (line 178) | static inline void zend_bitset_intersection(zend_bitset set1, zend_bitse... function zend_bitset_union (line 187) | static inline void zend_bitset_union(zend_bitset set1, zend_bitset set2,... function zend_bitset_difference (line 196) | static inline void zend_bitset_difference(zend_bitset set1, zend_bitset ... function zend_bitset_union_with_intersection (line 205) | static inline void zend_bitset_union_with_intersection(zend_bitset set1,... function zend_bitset_union_with_difference (line 214) | static inline void zend_bitset_union_with_difference(zend_bitset set1, z... function zend_bitset_subset (line 223) | static inline bool zend_bitset_subset(zend_bitset set1, zend_bitset set2... function zend_bitset_first (line 235) | static inline int zend_bitset_first(zend_bitset set, uint32_t len) function zend_bitset_last (line 247) | static inline int zend_bitset_last(zend_bitset set, uint32_t len) function zend_bitset_pop_first (line 293) | static inline int zend_bitset_pop_first(zend_bitset set, uint32_t len) { FILE: Zend/zend_builtin_functions.c function ZEND_MINIT_FUNCTION (line 37) | ZEND_MINIT_FUNCTION(core) { /* {{{ */ function zend_result (line 60) | zend_result zend_startup_builtin_functions(void) /* {{{ */ function ZEND_FUNCTION (line 72) | ZEND_FUNCTION(exit) function ZEND_FUNCTION (line 100) | ZEND_FUNCTION(zend_version) function ZEND_FUNCTION (line 110) | ZEND_FUNCTION(gc_mem_caches) function ZEND_FUNCTION (line 120) | ZEND_FUNCTION(gc_collect_cycles) function ZEND_FUNCTION (line 129) | ZEND_FUNCTION(gc_enabled) function ZEND_FUNCTION (line 138) | ZEND_FUNCTION(gc_enable) function ZEND_FUNCTION (line 151) | ZEND_FUNCTION(gc_disable) function ZEND_FUNCTION (line 164) | ZEND_FUNCTION(gc_status) function ZEND_FUNCTION (line 192) | ZEND_FUNCTION(func_num_args) function ZEND_FUNCTION (line 212) | ZEND_FUNCTION(func_get_arg) function ZEND_FUNCTION (line 258) | ZEND_FUNCTION(func_get_args) function ZEND_FUNCTION (line 328) | ZEND_FUNCTION(strlen) function ZEND_FUNCTION (line 341) | ZEND_FUNCTION(strcmp) function ZEND_FUNCTION (line 355) | ZEND_FUNCTION(strncmp) function ZEND_FUNCTION (line 376) | ZEND_FUNCTION(strcasecmp) function ZEND_FUNCTION (line 390) | ZEND_FUNCTION(strncasecmp) function ZEND_FUNCTION (line 411) | ZEND_FUNCTION(error_reporting) function validate_constant_array_argument (line 458) | static bool validate_constant_array_argument(HashTable *ht, int argument... function copy_constant_array (line 482) | static void copy_constant_array(zval *dst, zval *src) /* {{{ */ function ZEND_FUNCTION (line 509) | ZEND_FUNCTION(define) function ZEND_FUNCTION (line 562) | ZEND_FUNCTION(defined) function ZEND_FUNCTION (line 579) | ZEND_FUNCTION(get_class) function ZEND_FUNCTION (line 607) | ZEND_FUNCTION(get_called_class) function ZEND_FUNCTION (line 624) | ZEND_FUNCTION(get_parent_class) function is_a_impl (line 649) | static void is_a_impl(INTERNAL_FUNCTION_PARAMETERS, bool only_subclass) ... function ZEND_FUNCTION (line 702) | ZEND_FUNCTION(is_subclass_of) function ZEND_FUNCTION (line 709) | ZEND_FUNCTION(is_a) function add_class_vars (line 716) | static void add_class_vars(zend_class_entry *scope, zend_class_entry *ce... function ZEND_FUNCTION (line 765) | ZEND_FUNCTION(get_class_vars) function ZEND_FUNCTION (line 787) | ZEND_FUNCTION(get_object_vars) function ZEND_FUNCTION (line 878) | ZEND_FUNCTION(get_mangled_object_vars) function ZEND_FUNCTION (line 902) | ZEND_FUNCTION(get_class_methods) function ZEND_FUNCTION (line 932) | ZEND_FUNCTION(method_exists) function _property_exists (line 995) | static void _property_exists(zval *return_value, zval *object, zend_stri... function ZEND_FUNCTION (line 1027) | ZEND_FUNCTION(property_exists) function _class_exists_impl (line 1056) | static inline void _class_exists_impl(zval *return_value, zend_string *n... function class_exists_impl (line 1091) | static inline void class_exists_impl(INTERNAL_FUNCTION_PARAMETERS, int f... function ZEND_FUNCTION (line 1106) | ZEND_FUNCTION(class_exists) function ZEND_FUNCTION (line 1141) | ZEND_FUNCTION(interface_exists) function ZEND_FUNCTION (line 1148) | ZEND_FUNCTION(trait_exists) function ZEND_FUNCTION (line 1154) | ZEND_FUNCTION(enum_exists) function ZEND_FUNCTION (line 1160) | ZEND_FUNCTION(function_exists) function ZEND_FUNCTION (line 1186) | ZEND_FUNCTION(class_alias) function ZEND_FUNCTION (line 1217) | ZEND_FUNCTION(get_included_files) function ZEND_FUNCTION (line 1233) | ZEND_FUNCTION(trigger_error) function ZEND_FUNCTION (line 1267) | ZEND_FUNCTION(set_error_handler) function ZEND_FUNCTION (line 1297) | ZEND_FUNCTION(restore_error_handler) function ZEND_FUNCTION (line 1326) | ZEND_FUNCTION(set_exception_handler) function ZEND_FUNCTION (line 1351) | ZEND_FUNCTION(restore_exception_handler) function get_declared_class_impl (line 1371) | static inline void get_declared_class_impl(INTERNAL_FUNCTION_PARAMETERS,... function ZEND_FUNCTION (line 1402) | ZEND_FUNCTION(get_declared_traits) function ZEND_FUNCTION (line 1409) | ZEND_FUNCTION(get_declared_classes) function ZEND_FUNCTION (line 1416) | ZEND_FUNCTION(get_declared_interfaces) function ZEND_FUNCTION (line 1423) | ZEND_FUNCTION(get_defined_functions) function ZEND_FUNCTION (line 1459) | ZEND_FUNCTION(get_defined_vars) function ZEND_FUNCTION (line 1479) | ZEND_FUNCTION(zend_thread_id) function ZEND_FUNCTION (line 1488) | ZEND_FUNCTION(get_resource_type) function ZEND_FUNCTION (line 1507) | ZEND_FUNCTION(get_resource_id) function ZEND_FUNCTION (line 1520) | ZEND_FUNCTION(get_resources) function add_zendext_info (line 1566) | static void add_zendext_info(zend_extension *ext, void *arg) /* {{{ */ function ZEND_FUNCTION (line 1574) | ZEND_FUNCTION(get_loaded_extensions) function ZEND_FUNCTION (line 1597) | ZEND_FUNCTION(get_defined_constants) function debug_backtrace_get_args (line 1667) | static void debug_backtrace_get_args(zend_execute_data *call, zval *arg_... function ZEND_FUNCTION (line 1812) | ZEND_FUNCTION(debug_print_backtrace) function ZEND_API (line 1833) | ZEND_API void zend_fetch_debug_backtrace(zval *return_value, int skip_la... function ZEND_FUNCTION (line 2152) | ZEND_FUNCTION(debug_backtrace) function ZEND_FUNCTION (line 2166) | ZEND_FUNCTION(extension_loaded) function ZEND_FUNCTION (line 2186) | ZEND_FUNCTION(get_extension_funcs) FILE: Zend/zend_builtin_functions.h type zval (line 25) | typedef struct _zval_struct zval; FILE: Zend/zend_builtin_functions.stub.php class stdClass (line 5) | #[\AllowDynamicProperties] function exit (line 10) | function exit(string|int $status = 0): never {} function die (line 13) | function die(string|int $status = 0): never {} function zend_version (line 16) | function zend_version(): string {} function func_num_args (line 18) | function func_num_args(): int {} function func_get_arg (line 20) | function func_get_arg(int $position): mixed {} function func_get_args (line 23) | function func_get_args(): array {} function strlen (line 25) | function strlen(string $string): int {} function strcmp (line 28) | function strcmp(string $string1, string $string2): int {} function strncmp (line 31) | function strncmp(string $string1, string $string2, int $length): int {} function strcasecmp (line 34) | function strcasecmp(string $string1, string $string2): int {} function strncasecmp (line 37) | function strncasecmp(string $string1, string $string2, int $length): int {} function error_reporting (line 39) | function error_reporting(?int $error_level = null): int {} function define (line 41) | function define(string $constant_name, mixed $value, bool $case_insensit... function defined (line 43) | function defined(string $constant_name): bool {} function get_class (line 45) | function get_class(object $object = UNKNOWN): string {} function get_called_class (line 47) | function get_called_class(): string {} function get_parent_class (line 49) | function get_parent_class(object|string $object_or_class = UNKNOWN): str... function is_subclass_of (line 52) | function is_subclass_of(mixed $object_or_class, string $class, bool $all... function is_a (line 55) | function is_a(mixed $object_or_class, string $class, bool $allow_string ... function get_class_vars (line 61) | function get_class_vars(string $class): array {} function get_object_vars (line 63) | function get_object_vars(object $object): array {} function get_mangled_object_vars (line 65) | function get_mangled_object_vars(object $object): array {} function get_class_methods (line 71) | function get_class_methods(object|string $object_or_class): array {} function method_exists (line 74) | function method_exists($object_or_class, string $method): bool {} function property_exists (line 80) | function property_exists($object_or_class, string $property): bool {} function class_exists (line 86) | function class_exists(string $class, bool $autoload = true): bool {} function interface_exists (line 88) | function interface_exists(string $interface, bool $autoload = true): boo... function trait_exists (line 90) | function trait_exists(string $trait, bool $autoload = true): bool {} function enum_exists (line 92) | function enum_exists(string $enum, bool $autoload = true): bool {} function function_exists (line 94) | function function_exists(string $function): bool {} function class_alias (line 96) | function class_alias(string $class, string $alias, bool $autoload = true... function get_included_files (line 102) | function get_included_files(): array {} function get_required_files (line 108) | function get_required_files(): array {} function trigger_error (line 110) | function trigger_error(string $message, int $error_level = E_USER_NOTICE... function user_error (line 113) | function user_error(string $message, int $error_level = E_USER_NOTICE): ... function set_error_handler (line 116) | function set_error_handler(?callable $callback, int $error_levels = E_AL... function restore_error_handler (line 118) | function restore_error_handler(): true {} function set_exception_handler (line 121) | function set_exception_handler(?callable $callback) {} function restore_exception_handler (line 123) | function restore_exception_handler(): true {} function get_declared_classes (line 129) | function get_declared_classes(): array {} function get_declared_traits (line 135) | function get_declared_traits(): array {} function get_declared_interfaces (line 141) | function get_declared_interfaces(): array {} function get_defined_functions (line 147) | function get_defined_functions(bool $exclude_disabled = true): array {} function get_defined_vars (line 153) | function get_defined_vars(): array {} function get_resource_type (line 159) | function get_resource_type($resource): string {} function get_resource_id (line 162) | function get_resource_id($resource): int {} function get_resources (line 164) | function get_resources(?string $type = null): array {} function get_loaded_extensions (line 170) | function get_loaded_extensions(bool $zend_extensions = false): array {} function get_defined_constants (line 176) | function get_defined_constants(bool $categorize = false): array {} function debug_backtrace (line 182) | function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, ... function debug_print_backtrace (line 184) | function debug_print_backtrace(int $options = 0, int $limit = 0): void {} function extension_loaded (line 186) | function extension_loaded(string $extension): bool {} function get_extension_funcs (line 192) | function get_extension_funcs(string $extension): array|false {} function zend_thread_id (line 195) | function zend_thread_id(): int {} function gc_mem_caches (line 198) | function gc_mem_caches(): int {} function gc_collect_cycles (line 200) | function gc_collect_cycles(): int {} function gc_enabled (line 202) | function gc_enabled(): bool {} function gc_enable (line 204) | function gc_enable(): void {} function gc_disable (line 206) | function gc_disable(): void {} function gc_status (line 212) | function gc_status(): array {} FILE: Zend/zend_builtin_functions_arginfo.h function zend_class_entry (line 367) | static zend_class_entry *register_class_stdClass(void) FILE: Zend/zend_call_stack.c type boolean_t (line 50) | typedef int boolean_t; function ZEND_API (line 83) | ZEND_API void zend_call_stack_init(void) { function zend_call_stack_is_main_thread (line 121) | static bool zend_call_stack_is_main_thread(void) { function zend_call_stack_get_linux_pthread (line 130) | static bool zend_call_stack_get_linux_pthread(zend_call_stack *stack) function zend_call_stack_get_linux_pthread (line 175) | static bool zend_call_stack_get_linux_pthread(zend_call_stack *stack) function zend_call_stack_get_linux_proc_maps (line 181) | static bool zend_call_stack_get_linux_proc_maps(zend_call_stack *stack) function zend_call_stack_get_linux (line 265) | static bool zend_call_stack_get_linux(zend_call_stack *stack) function zend_call_stack_get_linux (line 274) | static bool zend_call_stack_get_linux(zend_call_stack *stack) function zend_call_stack_is_main_thread (line 281) | static bool zend_call_stack_is_main_thread(void) function zend_call_stack_get_freebsd_pthread (line 288) | static bool zend_call_stack_get_freebsd_pthread(zend_call_stack *stack) function zend_call_stack_get_freebsd_pthread (line 321) | static bool zend_call_stack_get_freebsd_pthread(zend_call_stack *stack) function zend_call_stack_get_freebsd_sysctl (line 327) | static bool zend_call_stack_get_freebsd_sysctl(zend_call_stack *stack) function zend_call_stack_get_freebsd (line 364) | static bool zend_call_stack_get_freebsd(zend_call_stack *stack) function zend_call_stack_get_freebsd (line 373) | static bool zend_call_stack_get_freebsd(zend_call_stack *stack) function zend_call_stack_get_win32 (line 380) | static bool zend_call_stack_get_win32(zend_call_stack *stack) function zend_call_stack_get_win32 (line 443) | static bool zend_call_stack_get_win32(zend_call_stack *stack) function zend_call_stack_get_macos (line 450) | static bool zend_call_stack_get_macos(zend_call_stack *stack) function zend_call_stack_get_macos (line 480) | static bool zend_call_stack_get_macos(zend_call_stack *stack) function zend_call_stack_get_openbsd_pthread (line 488) | static bool zend_call_stack_get_openbsd_pthread(zend_call_stack *stack) function zend_call_stack_get_openbsd_pthread (line 502) | static bool zend_call_stack_get_openbsd_pthread(zend_call_stack *stack) function zend_call_stack_get_openbsd_vm (line 508) | static bool zend_call_stack_get_openbsd_vm(zend_call_stack *stack) function zend_call_stack_get_openbsd (line 535) | static bool zend_call_stack_get_openbsd(zend_call_stack *stack) function zend_call_stack_get_openbsd (line 546) | static bool zend_call_stack_get_openbsd(zend_call_stack *stack) function zend_call_stack_get_haiku (line 552) | static bool zend_call_stack_get_haiku(zend_call_stack *stack) function zend_call_stack_get_haiku (line 572) | static bool zend_call_stack_get_haiku(zend_call_stack *stack) function zend_call_stack_get_netbsd_pthread (line 580) | static bool zend_call_stack_get_netbsd_pthread(zend_call_stack *stack) function zend_call_stack_get_netbsd_pthread (line 611) | static bool zend_call_stack_get_netbsd_pthread(zend_call_stack *stack) function zend_call_stack_get_netbsd_vm (line 616) | static bool zend_call_stack_get_netbsd_vm(zend_call_stack *stack, void *... function zend_call_stack_get_netbsd (line 672) | static bool zend_call_stack_get_netbsd(zend_call_stack *stack) function zend_call_stack_get_netbsd (line 684) | static bool zend_call_stack_get_netbsd(zend_call_stack *stack) function zend_call_stack_get_solaris_pthread (line 691) | static bool zend_call_stack_get_solaris_pthread(zend_call_stack *stack) function zend_call_stack_get_solaris_proc_maps (line 704) | static bool zend_call_stack_get_solaris_proc_maps(zend_call_stack *stack) function zend_call_stack_get_solaris (line 777) | static bool zend_call_stack_get_solaris(zend_call_stack *stack) function zend_call_stack_get_solaris (line 787) | static bool zend_call_stack_get_solaris(zend_call_stack *stack) function ZEND_API (line 794) | ZEND_API bool zend_call_stack_get(zend_call_stack *stack) FILE: Zend/zend_call_stack.h type zend_call_stack (line 30) | typedef struct _zend_call_stack { function zend_always_inline (line 40) | static zend_always_inline void *zend_call_stack_position(void) { function zend_always_inline (line 52) | static zend_always_inline bool zend_call_stack_overflowed(void *stack_li... function zend_call_stack_default_size (line 71) | static inline size_t zend_call_stack_default_size(void) FILE: Zend/zend_closures.c type zend_closure (line 31) | typedef struct _zend_closure { function zend_valid_closure_binding (line 72) | static bool zend_valid_closure_binding( function do_closure_bind (line 221) | static void do_closure_bind(zval *return_value, zval *zclosure, zval *ne... function ZEND_NAMED_FUNCTION (line 285) | static ZEND_NAMED_FUNCTION(zend_closure_call_magic) /* {{{ */ { function zend_result (line 329) | static zend_result zend_create_closure_from_callable(zval *return_value,... function ZEND_COLD (line 416) | static ZEND_COLD zend_function *zend_closure_get_constructor(zend_object... function zend_closure_compare (line 424) | static int zend_closure_compare(zval *o1, zval *o2) /* {{{ */ function ZEND_API (line 463) | ZEND_API zend_function *zend_get_closure_invoke_method(zend_object *obje... function ZEND_API (line 492) | ZEND_API const zend_function *zend_get_closure_method_def(zend_object *o... function ZEND_API (line 499) | ZEND_API zval* zend_get_closure_this_ptr(zval *obj) /* {{{ */ function zend_function (line 506) | static zend_function *zend_closure_get_method(zend_object **object, zend... function zend_closure_free_storage (line 516) | static void zend_closure_free_storage(zend_object *object) /* {{{ */ function zend_object (line 539) | static zend_object *zend_closure_new(zend_class_entry *class_type) /* {{... function zend_object (line 552) | static zend_object *zend_closure_clone(zend_object *zobject) /* {{{ */ function zend_result (line 563) | static zend_result zend_closure_get_closure(zend_object *obj, zend_class... function HashTable (line 581) | static HashTable *zend_closure_get_debug_info(zend_object *object, int *... function HashTable (line 684) | static HashTable *zend_closure_get_gc(zend_object *obj, zval **table, in... function ZEND_COLD (line 698) | ZEND_COLD ZEND_METHOD(Closure, __construct) function zend_register_closure_ce (line 704) | void zend_register_closure_ce(void) /* {{{ */ function ZEND_NAMED_FUNCTION (line 722) | static ZEND_NAMED_FUNCTION(zend_closure_internal_handler) /* {{{ */ function zend_create_closure_ex (line 732) | static void zend_create_closure_ex(zval *res, zend_function *func, zend_... function ZEND_API (line 836) | ZEND_API void zend_create_closure(zval *res, zend_function *func, zend_c... function ZEND_API (line 842) | ZEND_API void zend_create_fake_closure(zval *res, zend_function *func, z... function zend_closure_from_frame (line 856) | void zend_closure_from_frame(zval *return_value, zend_execute_data *call... function zend_closure_bind_var (line 902) | void zend_closure_bind_var(zval *closure_zv, zend_string *var_name, zval... function zend_closure_bind_var_ex (line 910) | void zend_closure_bind_var_ex(zval *closure_zv, uint32_t offset, zval *v... FILE: Zend/zend_closures.stub.php class Closure (line 9) | final class Closure method __construct (line 11) | private function __construct() {} method bind (line 13) | public static function bind( method bindTo (line 19) | public function bindTo(?object $newThis, object|string|null $newScope ... method call (line 21) | public function call(object $newThis, mixed ...$args): mixed {} method fromCallable (line 23) | public static function fromCallable(callable $callback): Closure {} FILE: Zend/zend_closures_arginfo.h function zend_class_entry (line 42) | static zend_class_entry *register_class_Closure(void) FILE: Zend/zend_compile.c type zend_loop_var (line 62) | typedef struct _zend_loop_var { function zend_alloc_cache_slots (line 69) | static inline uint32_t zend_alloc_cache_slots(unsigned count) { function zend_alloc_cache_slot (line 83) | static inline uint32_t zend_alloc_cache_slot(void) { function zend_never_inline (line 106) | zend_never_inline static void zend_stack_limit_error(void) function zend_check_stack_limit (line 118) | static void zend_check_stack_limit(void) function zend_check_stack_limit (line 125) | static void zend_check_stack_limit(void) function init_op (line 130) | static void init_op(zend_op *op) function zend_always_inline (line 145) | static zend_always_inline uint32_t get_next_op_number(void) function zend_op (line 150) | static zend_op *get_next_op(void) function zend_brk_cont_element (line 168) | static zend_brk_cont_element *get_next_brk_cont_element(void) function zend_string (line 175) | static zend_string *zend_build_runtime_definition_key(zend_string *name,... function zend_get_unqualified_name (line 184) | static bool zend_get_unqualified_name(const zend_string *name, const cha... type reserved_class_name (line 197) | struct reserved_class_name { type reserved_class_name (line 201) | struct reserved_class_name function zend_is_reserved_class_name (line 220) | static bool zend_is_reserved_class_name(const zend_string *name) /* {{{ */ function zend_assert_valid_class_name (line 240) | void zend_assert_valid_class_name(const zend_string *name, const char *t... type builtin_type_info (line 252) | typedef struct _builtin_type_info { type confusable_type_info (line 274) | typedef struct { function zend_always_inline (line 288) | static zend_always_inline uint8_t zend_lookup_builtin_type_by_name(const... function zend_always_inline (line 304) | static zend_always_inline bool zend_is_confusable_type(const zend_string... function zend_is_not_imported (line 321) | static bool zend_is_not_imported(zend_string *name) { function zend_oparray_context_begin (line 326) | void zend_oparray_context_begin(zend_oparray_context *prev_context, zend... function zend_oparray_context_end (line 346) | void zend_oparray_context_end(zend_oparray_context *prev_context) /* {{{ */ function zend_reset_import_tables (line 361) | static void zend_reset_import_tables(void) /* {{{ */ function zend_end_namespace (line 385) | static void zend_end_namespace(void) /* {{{ */ { function zend_file_context_begin (line 395) | void zend_file_context_begin(zend_file_context *prev_context) /* {{{ */ function zend_file_context_end (line 409) | void zend_file_context_end(zend_file_context *prev_context) /* {{{ */ function zend_init_compiler_data_structures (line 417) | void zend_init_compiler_data_structures(void) /* {{{ */ function zend_register_seen_symbol (line 432) | static void zend_register_seen_symbol(zend_string *name, uint32_t kind) { function zend_have_seen_symbol (line 443) | static bool zend_have_seen_symbol(zend_string *name, uint32_t kind) { function init_compiler (line 448) | void init_compiler(void) /* {{{ */ function shutdown_compiler (line 465) | void shutdown_compiler(void) /* {{{ */ function ZEND_API (line 493) | ZEND_API zend_string *zend_set_compiled_filename(zend_string *new_compil... function ZEND_API (line 500) | ZEND_API void zend_restore_compiled_filename(zend_string *original_compi... function ZEND_API (line 510) | ZEND_API zend_string *zend_get_compiled_filename(void) /* {{{ */ function ZEND_API (line 516) | ZEND_API int zend_get_compiled_lineno(void) /* {{{ */ function ZEND_API (line 522) | ZEND_API bool zend_is_compiling(void) /* {{{ */ function zend_always_inline (line 528) | static zend_always_inline uint32_t get_temporary_variable(void) /* {{{ */ function lookup_cv (line 534) | static int lookup_cv(zend_string *name) /* {{{ */{ function zend_string (line 558) | zend_string *zval_make_interned_string(zval *zv) function zend_insert_literal (line 569) | static inline void zend_insert_literal(zend_op_array *op_array, zval *zv... function zend_add_literal (line 583) | static int zend_add_literal(zval *zv) /* {{{ */ function zend_add_literal_string (line 599) | static inline int zend_add_literal_string(zend_string **str) /* {{{ */ function zend_add_func_name_literal (line 610) | static int zend_add_func_name_literal(zend_string *name) /* {{{ */ function zend_add_ns_func_name_literal (line 623) | static int zend_add_ns_func_name_literal(zend_string *name) /* {{{ */ function zend_add_class_name_literal (line 646) | static int zend_add_class_name_literal(zend_string *name) /* {{{ */ function zend_add_const_name_literal (line 659) | static int zend_add_const_name_literal(zend_string *name, bool unqualifi... function zend_stop_lexing (line 698) | void zend_stop_lexing(void) function zend_begin_loop (line 707) | static inline void zend_begin_loop( function zend_end_loop (line 737) | static inline void zend_end_loop(int cont_addr, const znode *var_node) /... function zend_do_free (line 750) | static void zend_do_free(znode *op1) /* {{{ */ function zend_modifier_token_to_flag (line 873) | uint32_t zend_modifier_token_to_flag(zend_modifier_target target, uint32... function zend_modifier_list_to_flags (line 951) | uint32_t zend_modifier_list_to_flags(zend_modifier_target target, zend_a... function zend_add_class_modifier (line 970) | uint32_t zend_add_class_modifier(uint32_t flags, uint32_t new_flag) /* {... function zend_add_anonymous_class_modifier (line 995) | uint32_t zend_add_anonymous_class_modifier(uint32_t flags, uint32_t new_... function zend_add_member_modifier (line 1014) | uint32_t zend_add_member_modifier(uint32_t flags, uint32_t new_flag, zen... function ZEND_API (line 1062) | ZEND_API zend_string *zend_create_member_string(zend_string *class_name,... function zend_string (line 1069) | static zend_string *zend_concat_names(char *name1, size_t name1_len, cha... function zend_string (line 1073) | static zend_string *zend_prefix_with_ns(zend_string *name) { function zend_string (line 1082) | static zend_string *zend_resolve_non_class_name( function zend_string (line 1140) | static zend_string *zend_resolve_function_name(zend_string *name, uint32... function zend_string (line 1146) | static zend_string *zend_resolve_const_name(zend_string *name, uint32_t ... function zend_string (line 1152) | static zend_string *zend_resolve_class_name(zend_string *name, uint32_t ... function zend_string (line 1215) | static zend_string *zend_resolve_class_name_ast(zend_ast *ast) /* {{{ */ function label_ptr_dtor (line 1225) | static void label_ptr_dtor(zval *zv) /* {{{ */ function str_dtor (line 1231) | static void str_dtor(zval *zv) /* {{{ */ { function zend_add_try_element (line 1238) | static uint32_t zend_add_try_element(uint32_t try_op) /* {{{ */ function ZEND_API (line 1257) | ZEND_API void function_add_ref(zend_function *function) /* {{{ */ function do_bind_function_error (line 1275) | void do_bind_function_error(zend_string *lcname, zend_op_array *op_array... function ZEND_API (line 1295) | ZEND_API zend_result do_bind_function(zend_function *func, zval *lcname)... function ZEND_API (line 1314) | ZEND_API zend_class_entry *zend_bind_class_in_slot( function ZEND_API (line 1356) | ZEND_API zend_result do_bind_class(zval *lcname, zend_string *lc_parent_... function zend_string (line 1377) | static zend_string *add_type_string(zend_string *type, zend_string *new_... function zend_string (line 1395) | static zend_string *resolve_class_name(zend_string *name, zend_class_ent... function zend_string (line 1414) | static zend_string *add_intersection_type(zend_string *str, function zend_string (line 1442) | zend_string *zend_type_to_string_resolved(zend_type type, zend_class_ent... function ZEND_API (line 1532) | ZEND_API zend_string *zend_type_to_string(zend_type type) { function is_generator_compatible_class_type (line 1536) | static bool is_generator_compatible_class_type(zend_string *name) { function zend_mark_function_as_generator (line 1542) | static void zend_mark_function_as_generator(void) /* {{{ */ function ZEND_API (line 1575) | ZEND_API zend_string *zend_mangle_property_name(const char *src1, size_t... function ZEND_API (line 1587) | ZEND_API zend_result zend_unmangle_property_name_ex(const zend_string *n... function array_is_const_ex (line 1633) | static bool array_is_const_ex(zend_array *array, uint32_t *max_checks) function array_is_const (line 1656) | static bool array_is_const(zend_array *array) function can_ct_eval_const (line 1662) | static bool can_ct_eval_const(zend_constant *c) { function zend_try_ct_eval_const (line 1683) | static bool zend_try_ct_eval_const(zval *zv, zend_string *name, bool is_... function zend_is_scope_known (line 1708) | static inline bool zend_is_scope_known(void) /* {{{ */ function class_name_refers_to_active_ce (line 1731) | static inline bool class_name_refers_to_active_ce(zend_string *class_nam... function zend_get_class_fetch_type (line 1744) | uint32_t zend_get_class_fetch_type(const zend_string *name) /* {{{ */ function zend_get_class_fetch_type_ast (line 1758) | static uint32_t zend_get_class_fetch_type_ast(zend_ast *name_ast) /* {{{ */ function zend_string (line 1769) | static zend_string *zend_resolve_const_class_name_reference(zend_ast *as... function zend_ensure_valid_class_fetch_type (line 1780) | static void zend_ensure_valid_class_fetch_type(uint32_t fetch_type) /* {... function zend_try_compile_const_expr_resolve_class_name (line 1796) | static bool zend_try_compile_const_expr_resolve_class_name(zval *zv, zen... function zend_verify_ct_const_access (line 1839) | static bool zend_verify_ct_const_access(zend_class_constant *c, zend_cla... function zend_try_ct_eval_class_const (line 1875) | static bool zend_try_ct_eval_class_const(zval *zv, zend_string *class_na... function zend_add_to_list (line 1917) | static void zend_add_to_list(void *result, void *item) /* {{{ */ function zend_do_extended_stmt (line 1937) | static void zend_do_extended_stmt(void) /* {{{ */ function zend_do_extended_fcall_begin (line 1951) | static void zend_do_extended_fcall_begin(void) /* {{{ */ function zend_do_extended_fcall_end (line 1965) | static void zend_do_extended_fcall_end(void) /* {{{ */ function ZEND_API (line 1979) | ZEND_API bool zend_is_auto_global_str(const char *name, size_t len) /* {... function ZEND_API (line 1992) | ZEND_API bool zend_is_auto_global(zend_string *name) /* {{{ */ function ZEND_API (line 2006) | ZEND_API zend_result zend_register_auto_global(zend_string *name, bool j... function ZEND_API (line 2021) | ZEND_API void zend_activate_auto_globals(void) /* {{{ */ function zendlex (line 2037) | int ZEND_FASTCALL zendlex(zend_parser_stack_elem *elem) /* {{{ */ function ZEND_API (line 2054) | ZEND_API void zend_initialize_class_data(zend_class_entry *ce, bool null... function ZEND_API (line 2123) | ZEND_API zend_string *zend_get_compiled_variable_name(const zend_op_arra... function zend_ast (line 2129) | zend_ast *zend_ast_append_str(zend_ast *left_ast, zend_ast *right_ast) /... function zend_ast (line 2150) | zend_ast *zend_negate_num_string(zend_ast *ast) /* {{{ */ function zend_verify_namespace (line 2172) | static void zend_verify_namespace(void) /* {{{ */ function ZEND_API (line 2182) | ZEND_API size_t zend_dirname(char *path, size_t len) function zend_adjust_for_fetch_type (line 2247) | static void zend_adjust_for_fetch_type(zend_op *opline, znode *result, u... function zend_make_var_result (line 2278) | static inline void zend_make_var_result(znode *result, zend_op *opline) ... function zend_make_tmp_result (line 2286) | static inline void zend_make_tmp_result(znode *result, zend_op *opline) ... function zend_op (line 2294) | static zend_op *zend_emit_op(znode *result, uint8_t opcode, znode *op1, ... function zend_op (line 2314) | static zend_op *zend_emit_op_tmp(znode *result, uint8_t opcode, znode *o... function zend_emit_tick (line 2335) | static void zend_emit_tick(void) /* {{{ */ function zend_op (line 2351) | static inline zend_op *zend_emit_op_data(znode *value) /* {{{ */ function zend_emit_jump (line 2357) | static inline uint32_t zend_emit_jump(uint32_t opnum_target) /* {{{ */ function ZEND_API (line 2366) | ZEND_API bool zend_is_smart_branch(const zend_op *opline) /* {{{ */ function zend_emit_cond_jump (line 2394) | static inline uint32_t zend_emit_cond_jump(uint8_t opcode, znode *cond, ... function zend_update_jump_target (line 2418) | static inline void zend_update_jump_target(uint32_t opnum_jump, uint32_t... function zend_update_jump_target_to_next (line 2441) | static inline void zend_update_jump_target_to_next(uint32_t opnum_jump) ... function zend_op (line 2447) | static inline zend_op *zend_delayed_emit_op(znode *result, uint8_t opcod... function zend_delayed_compile_begin (line 2469) | static inline uint32_t zend_delayed_compile_begin(void) /* {{{ */ function zend_op (line 2475) | static zend_op *zend_delayed_compile_end(uint32_t offset) /* {{{ */ function zend_ast_kind_is_short_circuited (line 2495) | static bool zend_ast_kind_is_short_circuited(zend_ast_kind ast_kind) function zend_ast_is_short_circuited (line 2511) | static bool zend_ast_is_short_circuited(const zend_ast *ast) function zend_assert_not_short_circuited (line 2528) | static void zend_assert_not_short_circuited(const zend_ast *ast) function zend_short_circuiting_mark_inner (line 2541) | static void zend_short_circuiting_mark_inner(zend_ast *ast) { function zend_short_circuiting_checkpoint (line 2547) | static uint32_t zend_short_circuiting_checkpoint(void) function zend_short_circuiting_commit (line 2552) | static void zend_short_circuiting_commit(uint32_t checkpoint, znode *res... function zend_emit_jmp_null (line 2580) | static void zend_emit_jmp_null(znode *obj_node, uint32_t bp_type) function zend_compile_memoized_expr (line 2593) | static void zend_compile_memoized_expr(znode *result, zend_ast *expr) /*... function zend_type_get_num_classes (line 2630) | static size_t zend_type_get_num_classes(zend_type type) { function zend_emit_return_type_check (line 2656) | static void zend_emit_return_type_check( function zend_emit_final_return (line 2723) | void zend_emit_final_return(bool return_one) /* {{{ */ function zend_is_variable (line 2753) | static inline bool zend_is_variable(zend_ast *ast) /* {{{ */ function zend_is_call (line 2763) | static inline bool zend_is_call(zend_ast *ast) /* {{{ */ function zend_is_variable_or_call (line 2772) | static inline bool zend_is_variable_or_call(zend_ast *ast) /* {{{ */ function zend_is_unticked_stmt (line 2778) | static inline bool zend_is_unticked_stmt(zend_ast *ast) /* {{{ */ function zend_can_write_to_variable (line 2786) | static inline bool zend_can_write_to_variable(zend_ast *ast) /* {{{ */ function zend_is_const_default_class_ref (line 2799) | static inline bool zend_is_const_default_class_ref(zend_ast *name_ast) /... function zend_handle_numeric_op (line 2809) | static inline void zend_handle_numeric_op(znode *node) /* {{{ */ function zend_handle_numeric_dim (line 2822) | static inline void zend_handle_numeric_dim(zend_op *opline, znode *dim_n... function zend_set_class_name_op1 (line 2841) | static inline void zend_set_class_name_op1(zend_op *opline, znode *class... function zend_compile_class_ref (line 2853) | static void zend_compile_class_ref(znode *result, zend_ast *name_ast, ui... function zend_result (line 2908) | static zend_result zend_try_compile_cv(znode *result, zend_ast *ast) /* ... function zend_op (line 2939) | static zend_op *zend_compile_simple_var_no_cv(znode *result, zend_ast *a... function is_this_fetch (line 2969) | static bool is_this_fetch(zend_ast *ast) /* {{{ */ function is_globals_fetch (line 2980) | static bool is_globals_fetch(const zend_ast *ast) function is_global_var_fetch (line 2990) | static bool is_global_var_fetch(zend_ast *ast) function this_guaranteed_exists (line 2995) | static bool this_guaranteed_exists(void) /* {{{ */ function zend_op (line 3015) | static zend_op *zend_compile_simple_var(znode *result, zend_ast *ast, ui... function zend_separate_if_call_and_write (line 3039) | static void zend_separate_if_call_and_write(znode *node, zend_ast *ast, ... function zend_emit_assign_znode (line 3057) | static inline void zend_emit_assign_znode(zend_ast *var_ast, znode *valu... function zend_op (line 3067) | static zend_op *zend_delayed_compile_dim(znode *result, zend_ast *ast, u... function zend_op (line 3130) | static zend_op *zend_compile_dim(znode *result, zend_ast *ast, uint32_t ... function zend_op (line 3138) | static zend_op *zend_delayed_compile_prop(znode *result, zend_ast *ast, ... function zend_op (line 3212) | static zend_op *zend_compile_prop(znode *result, zend_ast *ast, uint32_t... function zend_op (line 3223) | static zend_op *zend_compile_static_prop(znode *result, zend_ast *ast, u... function zend_verify_list_assign_target (line 3265) | static void zend_verify_list_assign_target(zend_ast *var_ast, zend_ast_a... function zend_propagate_list_refs (line 3282) | static bool zend_propagate_list_refs(zend_ast *ast) { /* {{{ */ function list_is_keyed (line 3303) | static bool list_is_keyed(zend_ast_list *list) function zend_compile_list_assign (line 3314) | static void zend_compile_list_assign( function zend_ensure_writable_variable (line 3404) | static void zend_ensure_writable_variable(const zend_ast *ast) /* {{{ */ function zend_is_assign_to_self (line 3427) | static bool zend_is_assign_to_self(zend_ast *var_ast, zend_ast *expr_ast... function zend_compile_expr_with_potential_assign_to_self (line 3452) | static void zend_compile_expr_with_potential_assign_to_self( function zend_compile_assign (line 3468) | static void zend_compile_assign(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_assign_ref (line 3565) | static void zend_compile_assign_ref(znode *result, zend_ast *ast) /* {{{ */ function zend_emit_assign_ref_znode (line 3627) | static inline void zend_emit_assign_ref_znode(zend_ast *var_ast, znode *... function zend_compile_compound_assign (line 3637) | static void zend_compile_compound_assign(znode *result, zend_ast *ast) /... function zend_get_arg_num (line 3709) | static uint32_t zend_get_arg_num(zend_function *fn, zend_string *arg_nam... function zend_compile_args (line 3732) | static uint32_t zend_compile_args( function ZEND_API (line 3935) | ZEND_API uint8_t zend_get_call_op(const zend_op *init_op, zend_function ... function zend_compile_call_common (line 3966) | static bool zend_compile_call_common(znode *result, zend_ast *args_ast, ... function zend_compile_function_name (line 4009) | static bool zend_compile_function_name(znode *name_node, zend_ast *name_... function zend_compile_dynamic_call (line 4022) | static void zend_compile_dynamic_call(znode *result, znode *name_node, z... function zend_args_contain_unpack_or_named (line 4056) | static inline bool zend_args_contain_unpack_or_named(zend_ast_list *args... function zend_result (line 4069) | static zend_result zend_compile_func_strlen(znode *result, zend_ast_list... function zend_result (line 4089) | static zend_result zend_compile_func_typecheck(znode *result, zend_ast_l... function zend_result (line 4109) | static zend_result zend_compile_func_is_scalar(znode *result, zend_ast_l... function zend_result (line 4124) | static zend_result zend_compile_func_cast(znode *result, zend_ast_list *... function zend_result (line 4144) | static zend_result zend_compile_func_defined(znode *result, zend_ast_lis... function zend_result (line 4176) | static zend_result zend_compile_func_chr(znode *result, zend_ast_list *a... function zend_result (line 4194) | static zend_result zend_compile_func_ord(znode *result, zend_ast_list *a... function fbc_is_finalized (line 4212) | static bool fbc_is_finalized(zend_function *fbc) { function zend_compile_ignore_class (line 4216) | static bool zend_compile_ignore_class(zend_class_entry *ce, zend_string ... function zend_compile_ignore_function (line 4226) | static bool zend_compile_ignore_function(zend_function *fbc, zend_string... function zend_result (line 4237) | static zend_result zend_try_compile_ct_bound_init_user_func(zend_ast *na... function zend_compile_init_user_func (line 4269) | static void zend_compile_init_user_func(zend_ast *name_ast, uint32_t num... function zend_result (line 4288) | static zend_result zend_compile_func_cufa(znode *result, zend_ast_list *... function zend_result (line 4341) | static zend_result zend_compile_func_cuf(znode *result, zend_ast_list *a... function zend_compile_assert (line 4367) | static void zend_compile_assert(znode *result, zend_ast_list *args, zend... function zend_result (line 4417) | static zend_result zend_compile_func_in_array(znode *result, zend_ast_li... function zend_result (line 4502) | static zend_result zend_compile_func_count(znode *result, zend_ast_list ... function zend_result (line 4519) | static zend_result zend_compile_func_get_class(znode *result, zend_ast_l... function zend_result (line 4537) | static zend_result zend_compile_func_get_called_class(znode *result, zen... function zend_result (line 4548) | static zend_result zend_compile_func_gettype(znode *result, zend_ast_lis... function zend_result (line 4562) | static zend_result zend_compile_func_num_args(znode *result, zend_ast_li... function zend_result (line 4573) | static zend_result zend_compile_func_get_args(znode *result, zend_ast_li... function zend_result (line 4584) | static zend_result zend_compile_func_array_key_exists(znode *result, zen... function zend_result (line 4600) | static zend_result zend_compile_func_array_slice(znode *result, zend_ast... function find_frameless_function_offset (line 4633) | static uint32_t find_frameless_function_offset(uint32_t arity, void *han... function zend_frameless_function_info (line 4647) | static const zend_frameless_function_info *find_frameless_function_info(... function zend_compile_frameless_icall_ex (line 4688) | static uint32_t zend_compile_frameless_icall_ex(znode *result, zend_ast_... function zend_compile_frameless_icall (line 4722) | static uint32_t zend_compile_frameless_icall(znode *result, zend_ast_lis... function zend_compile_ns_call (line 4732) | static void zend_compile_ns_call(znode *result, znode *name_node, zend_a... function zend_result (line 4794) | static zend_result zend_compile_func_sprintf(znode *result, zend_ast_lis... function zend_result (line 4962) | static zend_result zend_try_compile_special_func_ex(znode *result, zend_... function zend_result (line 5035) | static zend_result zend_try_compile_special_func(znode *result, zend_str... function zend_string (line 5068) | static zend_string *zend_copy_unmangled_prop_name(zend_string *prop_name) function zend_compile_parent_property_hook_call (line 5078) | static bool zend_compile_parent_property_hook_call(znode *result, zend_a... function zend_compile_call (line 5143) | static void zend_compile_call(znode *result, zend_ast *ast, uint32_t typ... function zend_compile_method_call (line 5222) | static void zend_compile_method_call(znode *result, zend_ast *ast, uint3... function zend_is_constructor (line 5290) | static bool zend_is_constructor(zend_string *name) /* {{{ */ function zend_function (line 5296) | static zend_function *zend_get_compatible_func_or_null(zend_class_entry ... function zend_compile_static_call (line 5314) | static void zend_compile_static_call(znode *result, zend_ast *ast, uint3... function zend_compile_new (line 5392) | static void zend_compile_new(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_clone (line 5423) | static void zend_compile_clone(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_global_var (line 5434) | static void zend_compile_global_var(zend_ast *ast) /* {{{ */ function zend_compile_static_var_common (line 5471) | static void zend_compile_static_var_common(zend_string *var_name, zval *... function zend_compile_static_var (line 5494) | static void zend_compile_static_var(zend_ast *ast) /* {{{ */ function zend_compile_unset (line 5548) | static void zend_compile_unset(zend_ast *ast) /* {{{ */ function zend_handle_loops_and_finally_ex (line 5600) | static bool zend_handle_loops_and_finally_ex(zend_long depth, znode *ret... function zend_handle_loops_and_finally (line 5649) | static bool zend_handle_loops_and_finally(znode *return_value) /* {{{ */ function zend_has_finally_ex (line 5655) | static bool zend_has_finally_ex(zend_long depth) /* {{{ */ function zend_has_finally (line 5681) | static bool zend_has_finally(void) /* {{{ */ function zend_compile_return (line 5687) | static void zend_compile_return(zend_ast *ast) /* {{{ */ function zend_compile_echo (line 5755) | static void zend_compile_echo(zend_ast *ast) /* {{{ */ function zend_compile_throw (line 5768) | static void zend_compile_throw(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_break_continue (line 5785) | static void zend_compile_break_continue(zend_ast *ast) /* {{{ */ function zend_resolve_goto_label (line 5862) | void zend_resolve_goto_label(zend_op_array *op_array, zend_op *opline) /... function zend_compile_goto (line 5923) | static void zend_compile_goto(zend_ast *ast) /* {{{ */ function zend_compile_label (line 5940) | static void zend_compile_label(zend_ast *ast) /* {{{ */ function zend_compile_while (line 5959) | static void zend_compile_while(zend_ast *ast) /* {{{ */ function zend_compile_do_while (line 5983) | static void zend_compile_do_while(zend_ast *ast) /* {{{ */ function zend_compile_expr_list (line 6005) | static void zend_compile_expr_list(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_for (line 6027) | static void zend_compile_for(zend_ast *ast) /* {{{ */ function zend_compile_foreach (line 6061) | static void zend_compile_foreach(zend_ast *ast) /* {{{ */ function zend_compile_if (line 6153) | static void zend_compile_if(zend_ast *ast) /* {{{ */ function determine_switch_jumptable_type (line 6205) | static uint8_t determine_switch_jumptable_type(zend_ast_list *cases) { function should_use_jumptable (line 6246) | static bool should_use_jumptable(zend_ast_list *cases, uint8_t jumptable... function zend_compile_switch (line 6261) | static void zend_compile_switch(zend_ast *ast) /* {{{ */ function count_match_conds (line 6395) | static uint32_t count_match_conds(zend_ast_list *arms) function can_match_use_jumptable (line 6412) | static bool can_match_use_jumptable(zend_ast_list *arms) { function zend_compile_match (line 6439) | static void zend_compile_match(znode *result, zend_ast *ast) function zend_compile_try (line 6625) | static void zend_compile_try(zend_ast *ast) /* {{{ */ function zend_handle_encoding_declaration (line 6800) | bool zend_handle_encoding_declaration(zend_ast *ast) /* {{{ */ function zend_result (line 6852) | static zend_result zend_is_first_statement(zend_ast *ast, bool allow_nop... function zend_compile_declare (line 6873) | static void zend_compile_declare(zend_ast *ast) /* {{{ */ function zend_compile_stmt_list (line 6937) | static void zend_compile_stmt_list(zend_ast *ast) /* {{{ */ function ZEND_API (line 6947) | ZEND_API void zend_set_function_arg_flags(zend_function *func) /* {{{ */ function zend_type (line 6972) | static zend_type zend_compile_single_typename(zend_ast *ast) function zend_are_intersection_types_redundant (line 7040) | static void zend_are_intersection_types_redundant(zend_type left_type, z... function zend_is_intersection_type_redundant_by_single_type (line 7090) | static void zend_is_intersection_type_redundant_by_single_type(zend_type... function zend_is_type_list_redundant_by_single_type (line 7107) | static void zend_is_type_list_redundant_by_single_type(zend_type_list *t... function zend_type (line 7124) | static zend_type zend_compile_typename_ex( function zend_type (line 7350) | static zend_type zend_compile_typename(zend_ast *ast) function zend_is_valid_default_value (line 7357) | static bool zend_is_valid_default_value(zend_type type, zval *value) function zend_compile_attributes (line 7371) | static void zend_compile_attributes( type find_property_usage_context (line 7491) | typedef struct { function zend_property_hook_find_property_usage (line 7496) | static void zend_property_hook_find_property_usage(zend_ast **ast_ptr, v... function zend_property_hook_uses_property (line 7529) | static bool zend_property_hook_uses_property(zend_string *property_name,... function zend_property_is_virtual (line 7541) | static bool zend_property_is_virtual(zend_class_entry *ce, zend_string *... function zend_compile_params (line 7564) | static void zend_compile_params(zend_ast *ast, zend_ast *return_type_ast... function zend_compile_closure_binding (line 7866) | static void zend_compile_closure_binding(znode *closure, zend_op_array *... type closure_info (line 7911) | typedef struct { function find_implicit_binds_recursively (line 7916) | static void find_implicit_binds_recursively(closure_info *info, zend_ast... function find_implicit_binds (line 7969) | static void find_implicit_binds(closure_info *info, zend_ast *params_ast... function compile_implicit_lexical_binds (line 7985) | static void compile_implicit_lexical_binds( function zend_compile_closure_uses (line 8012) | static void zend_compile_closure_uses(zend_ast *ast) /* {{{ */ function zend_compile_implicit_closure_uses (line 8046) | static void zend_compile_implicit_closure_uses(closure_info *info) function add_stringable_interface (line 8056) | static void add_stringable_interface(zend_class_entry *ce) { function zend_string (line 8074) | static zend_string *zend_begin_method_decl(zend_op_array *op_array, zend... function zend_add_dynamic_func_def (line 8144) | static uint32_t zend_add_dynamic_func_def(zend_op_array *def) { function zend_string (line 8153) | static zend_string *zend_begin_func_decl(znode *result, zend_op_array *o... function zend_op_array (line 8240) | static zend_op_array *zend_compile_func_decl_ex( function zend_op_array (line 8416) | static zend_op_array *zend_compile_func_decl(znode *result, zend_ast *as... function zend_property_hook_kind (line 8421) | zend_property_hook_kind zend_get_property_hook_kind_from_name(zend_strin... function zend_compile_property_hooks (line 8431) | static void zend_compile_property_hooks( function zend_compile_prop_decl (line 8611) | static void zend_compile_prop_decl(zend_ast *ast, zend_ast *type_ast, ui... function zend_compile_prop_group (line 8762) | static void zend_compile_prop_group(zend_ast *ast) /* {{{ */ function zend_check_trait_alias_modifiers (line 8772) | static void zend_check_trait_alias_modifiers(uint32_t attr) /* {{{ */ function zend_compile_class_const_decl (line 8782) | static void zend_compile_class_const_decl(zend_ast *ast, uint32_t flags,... function zend_compile_class_const_group (line 8846) | static void zend_compile_class_const_group(zend_ast *ast) /* {{{ */ function zend_compile_method_ref (line 8856) | static void zend_compile_method_ref(zend_ast *ast, zend_trait_method_ref... function zend_compile_trait_precedence (line 8871) | static void zend_compile_trait_precedence(zend_ast *ast) /* {{{ */ function zend_compile_trait_alias (line 8892) | static void zend_compile_trait_alias(zend_ast *ast) /* {{{ */ function zend_compile_use_trait (line 8916) | static void zend_compile_use_trait(zend_ast *ast) /* {{{ */ function zend_compile_implements (line 8959) | static void zend_compile_implements(zend_ast *ast) /* {{{ */ function zend_string (line 8980) | static zend_string *zend_generate_anon_class_name(zend_ast_decl *decl) function zend_compile_enum_backing_type (line 9000) | static void zend_compile_enum_backing_type(zend_class_entry *ce, zend_as... function zend_compile_class_decl (line 9020) | static void zend_compile_class_decl(znode *result, zend_ast *ast, bool t... function zend_compile_enum_case (line 9239) | static void zend_compile_enum_case(zend_ast *ast) function HashTable (line 9298) | static HashTable *zend_get_import_ht(uint32_t type) /* {{{ */ function zend_check_already_in_use (line 9342) | static void zend_check_already_in_use(uint32_t type, zend_string *old_na... function zend_compile_use (line 9353) | static void zend_compile_use(zend_ast *ast) /* {{{ */ function zend_compile_group_use (line 9426) | static void zend_compile_group_use(zend_ast *ast) /* {{{ */ function zend_compile_const_decl (line 9446) | static void zend_compile_const_decl(zend_ast *ast) /* {{{ */ function zend_compile_namespace (line 9489) | static void zend_compile_namespace(zend_ast *ast) /* {{{ */ function zend_compile_halt_compiler (line 9552) | static void zend_compile_halt_compiler(zend_ast *ast) /* {{{ */ function zend_try_ct_eval_magic_const (line 9578) | static bool zend_try_ct_eval_magic_const(zval *zv, zend_ast *ast) /* {{{ */ function ZEND_API (line 9678) | ZEND_API bool zend_is_op_long_compatible(const zval *op) function ZEND_API (line 9700) | ZEND_API bool zend_binary_op_produces_error(uint32_t opcode, const zval ... function zend_try_ct_eval_binary_op (line 9765) | static inline bool zend_try_ct_eval_binary_op(zval *result, uint32_t opc... function ZEND_API (line 9777) | ZEND_API bool zend_unary_op_produces_error(uint32_t opcode, const zval *op) function zend_try_ct_eval_unary_op (line 9790) | static inline bool zend_try_ct_eval_unary_op(zval *result, uint32_t opco... function zend_try_ct_eval_unary_pm (line 9802) | static inline bool zend_try_ct_eval_unary_pm(zval *result, zend_ast_kind... function zend_ct_eval_greater (line 9810) | static inline void zend_ct_eval_greater(zval *result, zend_ast_kind kind... function zend_try_ct_eval_array (line 9818) | static bool zend_try_ct_eval_array(zval *result, zend_ast *ast) /* {{{ */ function zend_compile_binary_op (line 9946) | static void zend_compile_binary_op(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_greater (line 10039) | static void zend_compile_greater(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_unary_op (line 10065) | static void zend_compile_unary_op(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_unary_pm (line 10084) | static void zend_compile_unary_pm(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_short_circuiting (line 10106) | static void zend_compile_short_circuiting(znode *result, zend_ast *ast) ... function zend_compile_post_incdec (line 10161) | static void zend_compile_post_incdec(znode *result, zend_ast *ast) /* {{... function zend_compile_pre_incdec (line 10188) | static void zend_compile_pre_incdec(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_cast (line 10217) | static void zend_compile_cast(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_shorthand_conditional (line 10236) | static void zend_compile_shorthand_conditional(znode *result, zend_ast *... function zend_compile_conditional (line 10261) | static void zend_compile_conditional(znode *result, zend_ast *ast) /* {{... function zend_compile_coalesce (line 10321) | static void zend_compile_coalesce(znode *result, zend_ast *ast) /* {{{ */ function znode_dtor (line 10345) | static void znode_dtor(zval *zv) { function zend_compile_assign_coalesce (line 10353) | static void zend_compile_assign_coalesce(znode *result, zend_ast *ast) /... function zend_compile_print (line 10456) | static void zend_compile_print(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_yield (line 10472) | static void zend_compile_yield(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_yield_from (line 10507) | static void zend_compile_yield_from(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_instanceof (line 10524) | static void zend_compile_instanceof(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_include_or_eval (line 10556) | static void zend_compile_include_or_eval(znode *result, zend_ast *ast) /... function zend_compile_isset_or_empty (line 10572) | static void zend_compile_isset_or_empty(znode *result, zend_ast *ast) /*... function zend_compile_silence (line 10652) | static void zend_compile_silence(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_shell_exec (line 10671) | static void zend_compile_shell_exec(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_array (line 10689) | static void zend_compile_array(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_const (line 10768) | static void zend_compile_const(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_class_const (line 10818) | static void zend_compile_class_const(znode *result, zend_ast *ast) /* {{... function zend_compile_class_name (line 10859) | static void zend_compile_class_name(znode *result, zend_ast *ast) /* {{{ */ function zend_op (line 10886) | static zend_op *zend_compile_rope_add_ex(zend_op *opline, znode *result,... function zend_op (line 10903) | static zend_op *zend_compile_rope_add(znode *result, uint32_t num, znode... function zend_compile_rope_finalize (line 10922) | static void zend_compile_rope_finalize(znode *result, uint32_t rope_elem... function zend_compile_encaps_list (line 10975) | static void zend_compile_encaps_list(znode *result, zend_ast *ast) /* {{... function zend_compile_magic_const (line 11054) | static void zend_compile_magic_const(znode *result, zend_ast *ast) /* {{... function zend_is_allowed_in_const_expr (line 11072) | static bool zend_is_allowed_in_const_expr(zend_ast_kind kind) /* {{{ */ function zend_compile_const_expr_class_const (line 11092) | static void zend_compile_const_expr_class_const(zend_ast **ast_ptr) /* {... function zend_compile_const_expr_class_name (line 11130) | static void zend_compile_const_expr_class_name(zend_ast **ast_ptr) /* {{... function zend_compile_const_expr_const (line 11158) | static void zend_compile_const_expr_const(zend_ast **ast_ptr) /* {{{ */ function zend_compile_const_expr_magic_const (line 11185) | static void zend_compile_const_expr_magic_const(zend_ast **ast_ptr) /* {... function zend_compile_const_expr_new (line 11197) | static void zend_compile_const_expr_new(zend_ast **ast_ptr) function zend_compile_const_expr_args (line 11222) | static void zend_compile_const_expr_args(zend_ast **ast_ptr) type const_expr_context (line 11244) | typedef struct { function zend_compile_const_expr (line 11249) | static void zend_compile_const_expr(zend_ast **ast_ptr, void *context) /... function zend_const_expr_to_zval (line 11290) | void zend_const_expr_to_zval(zval *result, zend_ast **ast_ptr, bool allo... function zend_compile_top_stmt (line 11309) | void zend_compile_top_stmt(zend_ast *ast) /* {{{ */ function zend_compile_stmt (line 11341) | static void zend_compile_stmt(zend_ast *ast) /* {{{ */ function zend_compile_expr_inner (line 11457) | static void zend_compile_expr_inner(znode *result, zend_ast *ast) /* {{{ */ function zend_compile_expr (line 11599) | static void zend_compile_expr(znode *result, zend_ast *ast) function zend_op (line 11608) | static zend_op *zend_compile_var_inner(znode *result, zend_ast *ast, uin... function zend_op (line 11661) | static zend_op *zend_compile_var(znode *result, zend_ast *ast, uint32_t ... function zend_op (line 11671) | static zend_op *zend_delayed_compile_var(znode *result, zend_ast *ast, u... function zend_eval_const_expr (line 11697) | static void zend_eval_const_expr(zend_ast **ast_ptr) /* {{{ */ FILE: Zend/zend_compile.h type zend_op_array (line 54) | typedef struct _zend_op_array zend_op_array; type zend_op (line 55) | typedef struct _zend_op zend_op; type znode_op (line 68) | typedef union _znode_op { type znode (line 83) | typedef struct _znode { /* used only during compilation */ type zend_ast_znode (line 92) | typedef struct _zend_ast_znode { function zend_always_inline (line 101) | static zend_always_inline znode *zend_ast_get_znode(zend_ast *ast) { type zend_declarables (line 105) | typedef struct _zend_declarables { type zend_file_context (line 110) | typedef struct _zend_file_context { type zend_parser_stack_elem (line 124) | typedef union _zend_parser_stack_elem { type _zend_op (line 137) | struct _zend_op { type zend_brk_cont_element (line 159) | typedef struct _zend_brk_cont_element { type zend_label (line 167) | typedef struct _zend_label { type zend_try_catch_element (line 172) | typedef struct _zend_try_catch_element { type zend_live_range (line 186) | typedef struct _zend_live_range { type zend_property_info (line 192) | typedef struct _zend_property_info zend_property_info; type zend_oparray_context (line 195) | typedef struct _zend_oparray_context { function zend_always_inline (line 404) | static zend_always_inline uint32_t zend_visibility_to_set_visibility(uin... type zend_property_info (line 446) | typedef struct _zend_property_info { type zend_class_constant (line 470) | typedef struct _zend_class_constant { type zend_internal_arg_info (line 481) | typedef struct _zend_internal_arg_info { type zend_arg_info (line 488) | typedef struct _zend_arg_info { type zend_internal_function_info (line 499) | typedef struct _zend_internal_function_info { type _zend_op_array (line 505) | struct _zend_op_array { type zend_internal_function (line 564) | typedef struct _zend_internal_function { type _zend_execute_data (line 615) | struct _zend_execute_data { type zend_compile_position (line 847) | typedef enum _zend_compile_position { type zend_modifier_target (line 893) | typedef enum { type _zend_arena (line 927) | struct _zend_arena type _zend_arena (line 933) | struct _zend_arena function zend_always_inline (line 968) | static zend_always_inline const char *zend_get_unmangled_property_name(c... type zend_auto_global (line 990) | typedef struct _zend_auto_global { function zend_always_inline (line 1132) | static zend_always_inline bool zend_check_arg_send_type(const zend_funct... FILE: Zend/zend_constants.c function free_zend_constant (line 40) | void free_zend_constant(zval *zv) function copy_zend_constant (line 61) | static void copy_zend_constant(zval *zv) function zend_copy_constants (line 77) | void zend_copy_constants(HashTable *target, HashTable *source) function clean_module_constant (line 84) | static int clean_module_constant(zval *el, void *arg) function clean_module_constants (line 97) | void clean_module_constants(int module_number) function zend_startup_constants (line 102) | void zend_startup_constants(void) function zend_register_standard_constants (line 110) | void zend_register_standard_constants(void) function ZEND_API (line 119) | ZEND_API void zend_register_null_constant(const char *name, size_t name_... function ZEND_API (line 129) | ZEND_API void zend_register_bool_constant(const char *name, size_t name_... function ZEND_API (line 139) | ZEND_API void zend_register_long_constant(const char *name, size_t name_... function ZEND_API (line 150) | ZEND_API void zend_register_double_constant(const char *name, size_t nam... function ZEND_API (line 161) | ZEND_API void zend_register_stringl_constant(const char *name, size_t na... function ZEND_API (line 172) | ZEND_API void zend_register_string_constant(const char *name, size_t nam... function zend_constant (line 177) | static zend_constant *zend_get_halt_offset_constant(const char *name, si... function ZEND_API (line 203) | ZEND_API zend_constant *_zend_get_special_const(const char *name, size_t... function ZEND_API (line 234) | ZEND_API bool zend_verify_const_access(zend_class_constant *c, zend_clas... function zend_constant (line 247) | static zend_constant *zend_get_constant_str_impl(const char *name, size_... function ZEND_API (line 262) | ZEND_API zval *zend_get_constant_str(const char *name, size_t name_len) function ZEND_API (line 271) | ZEND_API zend_constant *zend_get_constant_ptr(zend_string *name) function ZEND_API (line 286) | ZEND_API zval *zend_get_constant(zend_string *name) function ZEND_API (line 295) | ZEND_API zval *zend_get_class_constant_ex(zend_string *class_name, zend_... function ZEND_API (line 396) | ZEND_API zval *zend_get_constant_ex(zend_string *cname, zend_class_entry... function ZEND_API (line 487) | ZEND_API zend_result zend_register_constant(zend_constant *c) FILE: Zend/zend_constants.h type zend_constant (line 44) | typedef struct _zend_constant { function zend_always_inline (line 105) | static zend_always_inline zend_constant *zend_get_special_const( FILE: Zend/zend_constants_arginfo.h function register_zend_constants_symbols (line 4) | static void register_zend_constants_symbols(int module_number) FILE: Zend/zend_cpuinfo.c type zend_cpu_info (line 21) | typedef struct _zend_cpu_info { function __zend_cpuid (line 34) | static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info ... function __zend_cpuid (line 38) | static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info ... function __zend_cpuid (line 60) | static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info ... function __zend_cpuid (line 71) | static void __zend_cpuid(uint32_t func, uint32_t subfunc, zend_cpu_info ... function get_xcr0_eax (line 78) | static unsigned get_xcr0_eax(void) { function is_avx_supported (line 93) | static bool is_avx_supported(void) { function is_avx_supported (line 109) | static bool is_avx_supported(void) { function zend_cpu_startup (line 114) | void zend_cpu_startup(void) function ZEND_API (line 144) | ZEND_API int zend_cpu_supports(zend_cpu_feature feature) { FILE: Zend/zend_cpuinfo.h type zend_cpu_feature (line 27) | typedef enum _zend_cpu_feature { function ZEND_NO_SANITIZE_ADDRESS (line 128) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 140) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 152) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 164) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 176) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 188) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 200) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 213) | ZEND_NO_SANITIZE_ADDRESS function ZEND_NO_SANITIZE_ADDRESS (line 225) | ZEND_NO_SANITIZE_ADDRESS function zend_cpu_supports_sse2 (line 236) | static inline int zend_cpu_supports_sse2(void) { function zend_cpu_supports_sse3 (line 240) | static inline int zend_cpu_supports_sse3(void) { function zend_cpu_supports_ssse3 (line 244) | static inline int zend_cpu_supports_ssse3(void) { function zend_cpu_supports_sse41 (line 248) | static inline int zend_cpu_supports_sse41(void) { function zend_cpu_supports_sse42 (line 252) | static inline int zend_cpu_supports_sse42(void) { function zend_cpu_supports_avx (line 256) | static inline int zend_cpu_supports_avx(void) { function zend_cpu_supports_avx2 (line 260) | static inline int zend_cpu_supports_avx2(void) { function zend_cpu_supports_avx512 (line 264) | static inline int zend_cpu_supports_avx512(void) { function zend_always_inline (line 269) | static zend_always_inline int zend_cpu_supports_avx512_vbmi(void) { function ZEND_NO_SANITIZE_ADDRESS (line 277) | ZEND_NO_SANITIZE_ADDRESS function zend_cpu_supports_pclmul (line 285) | static inline int zend_cpu_supports_pclmul(void) { function ZEND_NO_SANITIZE_ADDRESS (line 292) | ZEND_NO_SANITIZE_ADDRESS FILE: Zend/zend_default_classes.c function ZEND_API (line 32) | ZEND_API void zend_register_default_classes(void) FILE: Zend/zend_dtrace.c function ZEND_API (line 44) | ZEND_API zend_op_array *dtrace_compile_file(zend_file_handle *file_handl... function ZEND_API (line 55) | ZEND_API void dtrace_execute_ex(zend_execute_data *execute_data) function ZEND_API (line 92) | ZEND_API void dtrace_execute_internal(zend_execute_data *execute_data, z... function dtrace_error_notify_cb (line 112) | void dtrace_error_notify_cb(int type, zend_string *error_filename, uint3... FILE: Zend/zend_enum.c function zend_object (line 39) | zend_object *zend_enum_new(zval *result, zend_class_entry *ce, zend_stri... function zend_verify_enum_properties (line 60) | static void zend_verify_enum_properties(const zend_class_entry *ce) function zend_verify_enum_magic_methods (line 80) | static void zend_verify_enum_magic_methods(const zend_class_entry *ce) function zend_verify_enum_interfaces (line 112) | static void zend_verify_enum_interfaces(const zend_class_entry *ce) function zend_verify_enum (line 120) | void zend_verify_enum(const zend_class_entry *ce) function zend_implement_unit_enum (line 127) | static int zend_implement_unit_enum(zend_class_entry *interface, zend_cl... function zend_implement_backed_enum (line 140) | static int zend_implement_backed_enum(zend_class_entry *interface, zend_... function zend_register_enum_ce (line 159) | void zend_register_enum_ce(void) function zend_enum_add_interfaces (line 172) | void zend_enum_add_interfaces(zend_class_entry *ce) function zend_result (line 196) | zend_result zend_enum_build_backed_enum_table(zend_class_entry *ce) function ZEND_NAMED_FUNCTION (line 265) | static ZEND_NAMED_FUNCTION(zend_enum_cases_func) function ZEND_API (line 289) | ZEND_API zend_result zend_enum_get_case_by_value(zend_object **result, z... function zend_enum_from_base (line 343) | static void zend_enum_from_base(INTERNAL_FUNCTION_PARAMETERS, bool try_f... function ZEND_NAMED_FUNCTION (line 405) | static ZEND_NAMED_FUNCTION(zend_enum_from_func) function ZEND_NAMED_FUNCTION (line 410) | static ZEND_NAMED_FUNCTION(zend_enum_try_from_func) function zend_enum_register_func (line 415) | static void zend_enum_register_func(zend_class_entry *ce, zend_known_str... function zend_enum_register_funcs (line 439) | void zend_enum_register_funcs(zend_class_entry *ce) function zend_enum_register_props (line 474) | void zend_enum_register_props(zend_class_entry *ce) function ZEND_API (line 503) | ZEND_API zend_class_entry *zend_register_internal_enum( function zend_ast_ref (line 534) | static zend_ast_ref *create_enum_case_ast( function ZEND_API (line 577) | ZEND_API void zend_enum_add_case(zend_class_entry *ce, zend_string *case... function ZEND_API (line 606) | ZEND_API void zend_enum_add_case_cstr(zend_class_entry *ce, const char *... function ZEND_API (line 613) | ZEND_API zend_object *zend_enum_get_case(zend_class_entry *ce, zend_stri... function ZEND_API (line 627) | ZEND_API zend_object *zend_enum_get_case_cstr(zend_class_entry *ce, cons... FILE: Zend/zend_enum.h function zend_always_inline (line 49) | static zend_always_inline zval *zend_enum_fetch_case_name(zend_object *z... function zend_always_inline (line 55) | static zend_always_inline zval *zend_enum_fetch_case_value(zend_object *... FILE: Zend/zend_enum.stub.php type UnitEnum (line 5) | interface UnitEnum method cases (line 7) | public static function cases(): array; type BackedEnum (line 10) | interface BackedEnum extends UnitEnum method from (line 12) | public static function from(int|string $value): static; method tryFrom (line 14) | public static function tryFrom(int|string $value): ?static; FILE: Zend/zend_enum_arginfo.h function zend_class_entry (line 27) | static zend_class_entry *register_class_UnitEnum(void) function zend_class_entry (line 37) | static zend_class_entry *register_class_BackedEnum(zend_class_entry *cla... FILE: Zend/zend_exceptions.c function zend_implement_throwable (line 58) | static int zend_implement_throwable(zend_class_entry *interface, zend_cl... function zend_class_entry (line 84) | static inline zend_class_entry *i_get_exception_base(zend_object *object... function ZEND_API (line 90) | ZEND_API zend_class_entry *zend_get_exception_base(zend_object *object) ... function zend_exception_set_previous (line 96) | void zend_exception_set_previous(zend_object *exception, zend_object *ad... function zend_exception_save (line 141) | void zend_exception_save(void) /* {{{ */ function zend_exception_restore (line 153) | void zend_exception_restore(void) /* {{{ */ function zend_always_inline (line 166) | static zend_always_inline bool is_handle_exception_set(void) { function zend_throw_exception_internal (line 174) | void zend_throw_exception_internal(zend_object *exception) /* {{{ */ function ZEND_API (line 234) | ZEND_API void zend_clear_exception(void) /* {{{ */ function zend_object (line 257) | static zend_object *zend_default_exception_new(zend_class_entry *class_t... function ZEND_COLD (line 298) | ZEND_COLD ZEND_METHOD(Exception, __clone) function _build_trace_args (line 526) | static void _build_trace_args(zval *arg, smart_str *str) /* {{{ */ function _build_trace_string (line 561) | static void _build_trace_string(smart_str *str, HashTable *ht, uint32_t ... function ZEND_API (line 622) | ZEND_API zend_string *zend_trace_to_string(HashTable *trace, bool includ... function zend_init_exception_class_entry (line 780) | static void zend_init_exception_class_entry(zend_class_entry *ce) { function zend_register_default_exception (line 785) | void zend_register_default_exception(void) /* {{{ */ function ZEND_API (line 836) | ZEND_API zend_class_entry *zend_exception_get_default(void) function ZEND_API (line 843) | ZEND_API zend_class_entry *zend_get_error_exception(void) function zend_object (line 849) | static zend_object *zend_throw_exception_zstr(zend_class_entry *exceptio... function zend_object (line 877) | zend_object *zend_throw_exception(zend_class_entry *exception_ce, const ... function zend_object (line 888) | zend_object *zend_throw_exception_ex(zend_class_entry *exception_ce, zen... function zend_object (line 903) | zend_object *zend_throw_error_exception(zend_class_entry *exception_ce, ... function zend_error_va (line 915) | static void zend_error_va(int type, zend_string *file, uint32_t lineno, ... function zend_result (line 928) | zend_result zend_exception_error(zend_object *ex, int severity) /* {{{ */ function ZEND_NORETURN (line 1004) | ZEND_NORETURN void zend_exception_uncaught_error(const char *format, ...) { function zend_throw_exception_object (line 1020) | void zend_throw_exception_object(zval *exception) /* {{{ */ function zend_object (line 1038) | zend_object *zend_create_unwind_exit(void) function zend_object (line 1043) | zend_object *zend_create_graceful_exit(void) function zend_throw_unwind_exit (line 1048) | void zend_throw_unwind_exit(void) function zend_throw_graceful_exit (line 1056) | void zend_throw_graceful_exit(void) function ZEND_API (line 1064) | ZEND_API bool zend_is_unwind_exit(const zend_object *ex) function ZEND_API (line 1069) | ZEND_API bool zend_is_graceful_exit(const zend_object *ex) FILE: Zend/zend_exceptions.h function zend_always_inline (line 86) | static zend_always_inline void zend_rethrow_exception(zend_execute_data ... FILE: Zend/zend_exceptions.stub.php type Throwable (line 7) | interface Throwable extends Stringable method getMessage (line 9) | public function getMessage(): string; method getCode (line 12) | public function getCode(); method getFile (line 14) | public function getFile(): string; method getLine (line 16) | public function getLine(): int; method getTrace (line 18) | public function getTrace(): array; method getPrevious (line 20) | public function getPrevious(): ?Throwable; method getTraceAsString (line 22) | public function getTraceAsString(): string; class Exception (line 25) | class Exception implements Throwable method __clone (line 43) | private function __clone(): void {} method __construct (line 45) | public function __construct(string $message = "", int $code = 0, ?Thro... method __wakeup (line 48) | public function __wakeup(): void {} method getMessage (line 50) | final public function getMessage(): string {} method getCode (line 53) | final public function getCode() {} method getFile (line 55) | final public function getFile(): string {} method getLine (line 57) | final public function getLine(): int {} method getTrace (line 59) | final public function getTrace(): array {} method getPrevious (line 61) | final public function getPrevious(): ?Throwable {} method getTraceAsString (line 63) | final public function getTraceAsString(): string {} method __toString (line 65) | public function __toString(): string {} class ErrorException (line 68) | class ErrorException extends Exception method __construct (line 72) | public function __construct( method getSeverity (line 81) | final public function getSeverity(): int {} class Error (line 84) | class Error implements Throwable method __clone (line 103) | private function __clone(): void {} method __construct (line 106) | public function __construct(string $message = "", int $code = 0, ?Thro... method __wakeup (line 112) | public function __wakeup(): void {} method getMessage (line 115) | final public function getMessage(): string {} method getCode (line 121) | final public function getCode() {} method getFile (line 124) | final public function getFile(): string {} method getLine (line 127) | final public function getLine(): int {} method getTrace (line 130) | final public function getTrace(): array {} method getPrevious (line 133) | final public function getPrevious(): ?Throwable {} method getTraceAsString (line 136) | final public function getTraceAsString(): string {} method __toString (line 139) | public function __toString(): string {} class CompileError (line 142) | class CompileError extends Error class ParseError (line 146) | class ParseError extends CompileError class TypeError (line 150) | class TypeError extends Error class ArgumentCountError (line 154) | class ArgumentCountError extends TypeError class ValueError (line 158) | class ValueError extends Error class ArithmeticError (line 162) | class ArithmeticError extends Error class DivisionByZeroError (line 166) | class DivisionByZeroError extends ArithmeticError class UnhandledMatchError (line 170) | class UnhandledMatchError extends Error class RequestParseBodyException (line 174) | class RequestParseBodyException extends Exception FILE: Zend/zend_exceptions_arginfo.h function zend_class_entry (line 145) | static zend_class_entry *register_class_Throwable(zend_class_entry *clas... function zend_class_entry (line 156) | static zend_class_entry *register_class_Exception(zend_class_entry *clas... function zend_class_entry (line 210) | static zend_class_entry *register_class_ErrorException(zend_class_entry ... function zend_class_entry (line 226) | static zend_class_entry *register_class_Error(zend_class_entry *class_en... function zend_class_entry (line 280) | static zend_class_entry *register_class_CompileError(zend_class_entry *c... function zend_class_entry (line 290) | static zend_class_entry *register_class_ParseError(zend_class_entry *cla... function zend_class_entry (line 300) | static zend_class_entry *register_class_TypeError(zend_class_entry *clas... function zend_class_entry (line 310) | static zend_class_entry *register_class_ArgumentCountError(zend_class_en... function zend_class_entry (line 320) | static zend_class_entry *register_class_ValueError(zend_class_entry *cla... function zend_class_entry (line 330) | static zend_class_entry *register_class_ArithmeticError(zend_class_entry... function zend_class_entry (line 340) | static zend_class_entry *register_class_DivisionByZeroError(zend_class_e... function zend_class_entry (line 350) | static zend_class_entry *register_class_UnhandledMatchError(zend_class_e... function zend_class_entry (line 360) | static zend_class_entry *register_class_RequestParseBodyException(zend_c... FILE: Zend/zend_execute.c function ZEND_FUNCTION (line 134) | static ZEND_FUNCTION(pass) function ZEND_API (line 191) | ZEND_API void zend_vm_stack_init(void) function ZEND_API (line 199) | ZEND_API void zend_vm_stack_init_ex(size_t page_size) function ZEND_API (line 209) | ZEND_API void zend_vm_stack_destroy(void) function ZEND_API (line 220) | ZEND_API void* zend_vm_stack_extend(size_t size) function ZEND_API (line 237) | ZEND_API zval* zend_get_compiled_variable_value(const zend_execute_data ... function ZEND_API (line 242) | ZEND_API bool zend_gcc_global_regs(void) function zend_always_inline (line 251) | static zend_always_inline zval *_get_zval_ptr_tmp(uint32_t var EXECUTE_D... function zend_always_inline (line 260) | static zend_always_inline zval *_get_zval_ptr_var(uint32_t var EXECUTE_D... function zend_always_inline (line 267) | static zend_always_inline zval *_get_zval_ptr_var_deref(uint32_t var EXE... function zval (line 275) | zval* zval_undefined_cv(uint32_t var EXECUTE_DATA_DC) function zval (line 297) | zval *_get_zval_cv_lookup(zval *ptr, uint32_t var, int type EXECUTE_DATA... function zend_always_inline (line 317) | static zend_always_inline zval *_get_zval_ptr_cv(uint32_t var, int type ... function zend_always_inline (line 331) | static zend_always_inline zval *_get_zval_ptr_cv_deref(uint32_t var, int... function zend_always_inline (line 347) | static zend_always_inline zval *_get_zval_ptr_cv_BP_VAR_R(uint32_t var E... function zend_always_inline (line 357) | static zend_always_inline zval *_get_zval_ptr_cv_deref_BP_VAR_R(uint32_t... function zend_always_inline (line 368) | static zend_always_inline zval *_get_zval_ptr_cv_BP_VAR_IS(uint32_t var ... function zend_always_inline (line 375) | static zend_always_inline zval *_get_zval_ptr_cv_BP_VAR_RW(uint32_t var ... function zend_always_inline (line 387) | static zend_always_inline zval *_get_zval_ptr_cv_BP_VAR_W(uint32_t var E... function zend_always_inline (line 397) | static zend_always_inline zval *_get_zval_ptr_tmpvarcv(int op_type, znod... function zend_always_inline (line 412) | static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node... function zend_always_inline (line 432) | static zend_always_inline zval *_get_op_data_zval_ptr_r(int op_type, zno... function zval (line 452) | zval *_get_zval_ptr_deref(int op_type, znode_op node, int type EXECUTE_D... function zval (line 472) | zval *_get_op_data_zval_ptr_deref_r(int op_type, znode_op node EXECUTE_D... function zend_always_inline (line 492) | static zend_always_inline zval *_get_zval_ptr_undef(int op_type, znode_o... function zend_always_inline (line 512) | static zend_always_inline zval *_get_zval_ptr_ptr_var(uint32_t var EXECU... function zval (line 522) | static inline zval *_get_zval_ptr_ptr(int op_type, znode_op node, int ty... function ZEND_ATTRIBUTE_UNUSED (line 532) | static inline ZEND_ATTRIBUTE_UNUSED zval *_get_obj_zval_ptr(int op_type,... function ZEND_ATTRIBUTE_UNUSED (line 540) | static inline ZEND_ATTRIBUTE_UNUSED zval *_get_obj_zval_ptr_undef(int op... function ZEND_ATTRIBUTE_UNUSED (line 548) | static inline ZEND_ATTRIBUTE_UNUSED zval *_get_obj_zval_ptr_ptr(int op_t... function zend_assign_to_variable_reference (line 556) | static inline void zend_assign_to_variable_reference(zval *variable_ptr,... function zend_never_inline (line 574) | static zend_never_inline zval* zend_assign_to_typed_property_reference(z... function zval (line 587) | zval *zend_wrong_assign_to_variable_reference(zval *variable_ptr, zval *... function zend_cannot_pass_by_reference (line 599) | void ZEND_FASTCALL zend_cannot_pass_by_reference(uint32_t arg_num) function zend_throw_auto_init_in_prop_error (line 612) | void zend_throw_auto_init_in_prop_error(zend_property_info *prop) { function zend_throw_auto_init_in_ref_error (line 622) | void zend_throw_auto_init_in_ref_error(zend_property_info *prop) { function zend_throw_access_uninit_prop_by_ref_error (line 632) | void zend_throw_access_uninit_prop_by_ref_error( function ZEND_COLD (line 675) | static ZEND_COLD void zend_verify_type_error_common( function zend_verify_arg_error (line 698) | void zend_verify_arg_error( function zend_verify_weak_scalar_type_hint (line 724) | static bool zend_verify_weak_scalar_type_hint(uint32_t type_mask, zval *... function can_convert_to_string (line 773) | static bool can_convert_to_string(const zval *zv) { function zend_verify_weak_scalar_type_hint_no_sideeffect (line 785) | static bool zend_verify_weak_scalar_type_hint_no_sideeffect(uint32_t typ... function ZEND_API (line 809) | ZEND_API bool zend_verify_scalar_type_hint(uint32_t type_mask, zval *arg... function zend_verify_class_constant_type_error (line 830) | void zend_verify_class_constant_type_error(const zend_class_constant *c,... function zend_verify_property_type_error (line 840) | void zend_verify_property_type_error(const zend_property_info *info, con... function zend_magic_get_property_type_inconsistency_error (line 858) | void zend_magic_get_property_type_inconsistency_error(const zend_propert... function ZEND_COLD (line 875) | ZEND_COLD void zend_match_unhandled_error(const zval *value) function zend_readonly_property_modification_error (line 893) | void ZEND_FASTCALL zend_readonly_property_modification_error( function zend_readonly_property_modification_error_ex (line 899) | void ZEND_FASTCALL zend_readonly_property_modification_error_ex( function zend_readonly_property_indirect_modification_error (line 904) | void ZEND_FASTCALL zend_readonly_property_indirect_modification_error(co... function zend_invalid_class_constant_type_error (line 910) | void ZEND_FASTCALL zend_invalid_class_constant_type_error(uint8_t type) function zend_object_released_while_assigning_to_property_error (line 915) | void ZEND_FASTCALL zend_object_released_while_assigning_to_property_erro... function zend_asymmetric_visibility_property_modification_error (line 921) | void ZEND_FASTCALL zend_asymmetric_visibility_property_modification_error( function zend_class_entry (line 951) | static const zend_class_entry *resolve_single_class_type(zend_string *na... function zend_always_inline (line 961) | static zend_always_inline const zend_class_entry *zend_ce_from_type( function zend_check_intersection_for_property_or_class_constant_class_type (line 975) | static bool zend_check_intersection_for_property_or_class_constant_class... function zend_check_and_resolve_property_or_class_constant_class_type (line 990) | static bool zend_check_and_resolve_property_or_class_constant_class_type( function zend_always_inline (line 1029) | static zend_always_inline bool i_zend_check_property_type(const zend_pro... function zend_always_inline (line 1046) | static zend_always_inline bool i_zend_verify_property_type(const zend_pr... function zend_never_inline (line 1056) | zend_never_inline zend_verify_property_type(const zend_property_info *in... function zend_never_inline (line 1060) | static zend_never_inline zval* zend_assign_to_typed_prop(zend_property_i... function zend_always_inline (line 1088) | static zend_always_inline bool zend_value_instanceof_static(zval *zv) { function zend_always_inline (line 1110) | static zend_always_inline zend_class_entry *zend_fetch_ce_from_cache_slot( function zend_check_intersection_type_from_cache_slot (line 1141) | static bool zend_check_intersection_type_from_cache_slot(zend_type_list ... function zend_always_inline (line 1166) | static zend_always_inline bool zend_check_type_slow( function zend_always_inline (line 1232) | static zend_always_inline bool zend_check_type( function ZEND_API (line 1251) | ZEND_API bool zend_check_user_type_slow( function zend_always_inline (line 1258) | static zend_always_inline bool zend_verify_recv_arg_type(zend_function *... function zend_always_inline (line 1274) | static zend_always_inline bool zend_verify_variadic_arg_type( function zend_verify_internal_arg_types (line 1286) | bool zend_verify_internal_arg_types(zend_function *fbc, zend_execute_dat... function ZEND_API (line 1315) | ZEND_API bool zend_internal_call_should_throw(zend_function *fbc, zend_e... function zend_internal_call_arginfo_violation (line 1342) | void zend_internal_call_arginfo_violation(zend_function *fbc) function zend_verify_internal_func_info (line 1354) | static void zend_verify_internal_func_info(zend_function *fn, zval *retv... function zend_missing_arg_error (line 1413) | void ZEND_FASTCALL zend_missing_arg_error(zend_execute_data *execute_data) function zend_verify_return_error (line 1438) | void zend_verify_return_error(const zend_function *zf, zval *value) function zend_verify_never_error (line 1454) | void zend_verify_never_error(const zend_function *zf) function ZEND_COLD (line 1465) | static ZEND_COLD void zend_verify_internal_return_error(const zend_funct... function ZEND_COLD (line 1479) | static ZEND_COLD void zend_verify_void_return_error(const zend_function ... function ZEND_API (line 1497) | ZEND_API bool zend_verify_internal_return_type(zend_function *zf, zval *... function ZEND_COLD (line 1518) | static ZEND_COLD void zend_verify_missing_return_type(const zend_functio... function zend_always_inline (line 1524) | static zend_always_inline bool zend_check_class_constant_type(zend_class... function zend_never_inline (line 1541) | zend_never_inline zend_verify_class_constant_type(zend_class_constant *c... function zend_use_object_as_array (line 1551) | void ZEND_FASTCALL zend_use_object_as_array(const zend_object *object) function zend_illegal_array_offset_access (line 1556) | void ZEND_FASTCALL zend_illegal_array_offset_access(const zval *offset) function zend_illegal_array_offset_isset (line 1561) | void ZEND_FASTCALL zend_illegal_array_offset_isset(const zval *offset) function zend_illegal_array_offset_unset (line 1566) | void ZEND_FASTCALL zend_illegal_array_offset_unset(const zval *offset) function zend_illegal_string_offset (line 1571) | void ZEND_FASTCALL zend_illegal_string_offset(const zval *offset, int type) function zend_never_inline (line 1576) | static zend_never_inline void zend_assign_to_object_dim(zend_object *obj... function frameless_observed_call_copy (line 1585) | static void frameless_observed_call_copy(zend_execute_data *call, uint32... function ZEND_API (line 1594) | ZEND_API void zend_frameless_observed_call(zend_execute_data *execute_data) function zend_always_inline (line 1633) | static zend_always_inline int zend_binary_op(zval *ret, zval *op1, zval ... function zend_never_inline (line 1655) | static zend_never_inline void zend_binary_assign_op_obj_dim(zend_object ... function zend_never_inline (line 1690) | static zend_never_inline void zend_binary_assign_op_typed_ref(zend_refer... function zend_never_inline (line 1710) | static zend_never_inline void zend_binary_assign_op_typed_prop(zend_prop... function zend_never_inline (line 1730) | static zend_never_inline zend_long zend_check_string_offset(zval *dim, i... function zend_wrong_string_offset_error (line 1772) | void zend_wrong_string_offset_error(void) function ZEND_FASTCALL (line 1815) | ZEND_FASTCALL get_deprecation_suffix_from_attribute(HashTable *attribute... function zend_deprecated_function (line 1882) | void ZEND_FASTCALL zend_deprecated_function(const zend_function *fbc) function zend_deprecated_class_constant (line 1908) | void ZEND_FASTCALL zend_deprecated_class_constant(const zend_class_const... function zend_false_to_array_deprecated (line 1929) | zend_false_to_array_deprecated(void) function zend_never_inline (line 1934) | static zend_never_inline void zend_assign_to_string_offset(zval *str, zv... function zend_property_info (line 2073) | static zend_property_info *zend_get_prop_not_accepting_double(zend_refer... function ZEND_COLD (line 2084) | static ZEND_COLD zend_long zend_throw_incdec_ref_error( function ZEND_COLD (line 2107) | static ZEND_COLD zend_long zend_throw_incdec_prop_error(zend_property_in... function zend_incdec_typed_ref (line 2126) | static void zend_incdec_typed_ref(zend_reference *ref, zval *copy OPLINE... function zend_incdec_typed_prop (line 2158) | static void zend_incdec_typed_prop(zend_property_info *prop_info, zval *... function zend_pre_incdec_property_zval (line 2188) | static void zend_pre_incdec_property_zval(zval *prop, zend_property_info... function zend_post_incdec_property_zval (line 2226) | static void zend_post_incdec_property_zval(zval *prop, zend_property_inf... function zend_never_inline (line 2263) | static zend_never_inline void zend_post_incdec_overloaded_property(zend_... function zend_never_inline (line 2292) | static zend_never_inline void zend_pre_incdec_overloaded_property(zend_o... function zend_never_inline (line 2325) | static zend_never_inline void zend_assign_op_overloaded_property(zend_ob... function zend_extension_statement_handler (line 2353) | static void zend_extension_statement_handler(const zend_extension *exten... function zend_extension_fcall_begin_handler (line 2361) | static void zend_extension_fcall_begin_handler(const zend_extension *ext... function zend_extension_fcall_end_handler (line 2369) | static void zend_extension_fcall_end_handler(const zend_extension *exten... function zend_always_inline (line 2377) | static zend_always_inline HashTable *zend_get_target_symbol_table(int fe... function zend_undefined_offset (line 2393) | void ZEND_FASTCALL zend_undefined_offset(zend_long lval) function zend_undefined_index (line 2398) | void ZEND_FASTCALL zend_undefined_index(const zend_string *offset) function zend_undefined_method (line 2449) | void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, con... function zend_invalid_method_call (line 2454) | void ZEND_FASTCALL zend_invalid_method_call(zval *object, zval *function... function zend_non_static_method_call (line 2460) | void ZEND_FASTCALL zend_non_static_method_call(const zend_function *fbc) function ZEND_FASTCALL (line 2468) | ZEND_FASTCALL zend_param_must_be_ref(const zend_function *func, uint32_t... function zend_use_scalar_as_array (line 2483) | zend_use_scalar_as_array(void) function zend_cannot_add_element (line 2488) | zend_cannot_add_element(void) function zend_use_resource_as_offset (line 2493) | void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim) function zend_use_new_element_for_string (line 2500) | zend_use_new_element_for_string(void) function zend_call_stack_size_error (line 2506) | zend_call_stack_size_error(void) function ZEND_COLD (line 2518) | static ZEND_COLD void zend_binary_assign_op_dim_slow(zval *container, zv... function zend_never_inline (line 2532) | static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const... function zend_never_inline (line 2600) | static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, con... function zend_always_inline (line 2674) | static zend_always_inline zval *zend_fetch_dimension_address_inner(HashT... function zend_never_inline (line 2756) | static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_addres... function zend_never_inline (line 2761) | static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_addres... function zend_never_inline (line 2766) | static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_addres... function zend_never_inline (line 2771) | static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_addres... function zend_always_inline (line 2776) | static zend_always_inline void zend_fetch_dimension_address(zval *result... function ZEND_FASTCALL (line 2910) | ZEND_FASTCALL zend_fetch_dimension_address_W(zval *container_ptr, zval *... function ZEND_FASTCALL (line 2916) | ZEND_FASTCALL zend_fetch_dimension_address_RW(zval *container_ptr, zval ... function ZEND_FASTCALL (line 2922) | ZEND_FASTCALL zend_fetch_dimension_address_UNSET(zval *container_ptr, zv... function zend_always_inline (line 2928) | static zend_always_inline void zend_fetch_dimension_address_read(zval *r... function ZEND_FASTCALL (line 3074) | ZEND_FASTCALL zend_fetch_dimension_address_read_R(zval *container, zval ... function zend_never_inline (line 3080) | static zend_never_inline void zend_fetch_dimension_address_read_R_slow(z... function ZEND_FASTCALL (line 3086) | ZEND_FASTCALL zend_fetch_dimension_address_read_IS(zval *container, zval... function ZEND_FASTCALL (line 3092) | ZEND_FASTCALL zend_fetch_dimension_address_LIST_r(zval *container, zval ... function ZEND_API (line 3098) | ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, ... function ZEND_FASTCALL (line 3133) | ZEND_FASTCALL zend_isset_dim_slow(zval *container, zval *offset EXECUTE_... function ZEND_FASTCALL (line 3172) | ZEND_FASTCALL zend_isempty_dim_slow(zval *container, zval *offset EXECUT... function ZEND_FASTCALL (line 3211) | ZEND_FASTCALL zend_array_key_exists_fast(HashTable *ht, zval *key OPLINE... function ZEND_FASTCALL (line 3256) | ZEND_FASTCALL zend_array_key_exists_error( function zend_always_inline (line 3271) | static zend_always_inline bool promotes_to_array(zval *val) { function zend_always_inline (line 3276) | static zend_always_inline bool check_type_array_assignable(zend_type typ... function ZEND_API (line 3284) | ZEND_API bool zend_verify_ref_array_assignable(zend_reference *ref) { function zend_never_inline (line 3296) | static zend_never_inline bool zend_handle_fetch_obj_flags( function zend_always_inline (line 3335) | static zend_always_inline void zend_fetch_property_address(zval *result,... function zend_always_inline (line 3478) | static zend_always_inline void zend_assign_to_property_reference(zval *c... function zend_never_inline (line 3517) | static zend_never_inline void zend_assign_to_property_reference_this_con... function zend_never_inline (line 3523) | static zend_never_inline void zend_assign_to_property_reference_var_cons... function zend_never_inline (line 3529) | static zend_never_inline void zend_assign_to_property_reference_this_var... function zend_never_inline (line 3535) | static zend_never_inline void zend_assign_to_property_reference_var_var(... function zend_never_inline (line 3541) | static zend_never_inline zend_result zend_fetch_static_property_address_... function zend_always_inline (line 3618) | static zend_always_inline zend_result zend_fetch_static_property_address... function zend_throw_ref_type_error_type (line 3658) | void zend_throw_ref_type_error_type(const zend_property_info *prop1, con... function zend_throw_ref_type_error_zval (line 3674) | void zend_throw_ref_type_error_zval(const zend_property_info *prop, cons... function zend_throw_conflicting_coercion_error (line 3685) | void zend_throw_conflicting_coercion_error(const zend_property_info *pro... function zend_always_inline (line 3702) | static zend_always_inline int i_zend_verify_type_assignable_zval( function ZEND_FASTCALL (line 3743) | ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval ... function zend_always_inline (line 3810) | static zend_always_inline void i_zval_ptr_dtor_noref(zval *zval_ptr) { function ZEND_API (line 3818) | ZEND_API zval* zend_assign_to_typed_ref_ex(zval *variable_ptr, zval *ori... function ZEND_API (line 3853) | ZEND_API zval* zend_assign_to_typed_ref(zval *variable_ptr, zval *orig_v... function ZEND_FASTCALL (line 3863) | ZEND_FASTCALL zend_verify_prop_assignable_by_ref_ex(const zend_property_... function ZEND_FASTCALL (line 3904) | ZEND_FASTCALL zend_verify_prop_assignable_by_ref(const zend_property_inf... function ZEND_FASTCALL (line 3908) | ZEND_FASTCALL zend_ref_add_type_source(zend_property_info_source_list *s... function ZEND_FASTCALL (line 3931) | ZEND_FASTCALL zend_ref_del_type_source(zend_property_info_source_list *s... function zend_never_inline (line 3968) | static zend_never_inline void zend_fetch_this_var(int type OPLINE_DC EXE... function zend_wrong_clone_call (line 4003) | void ZEND_FASTCALL zend_wrong_clone_call(zend_function *clone, zend_clas... function zend_check_symbol (line 4020) | static void zend_check_symbol(zval *pz) function ZEND_API (line 4044) | ZEND_API void execute_internal(zend_execute_data *execute_data, zval *re... function ZEND_API (line 4049) | ZEND_API void zend_clean_and_cache_symbol_table(zend_array *symbol_table... function zend_always_inline (line 4063) | static zend_always_inline void i_free_compiled_variables(zend_execute_da... function ZEND_FASTCALL (line 4075) | ZEND_FASTCALL zend_free_compiled_variables(zend_execute_data *execute_da... function zend_fcall_interrupt (line 4081) | void ZEND_FASTCALL zend_fcall_interrupt(zend_execute_data *call) function zend_never_inline (line 4138) | static zend_never_inline void zend_copy_extra_args(EXECUTE_DATA_D) function zend_always_inline (line 4184) | static zend_always_inline void zend_init_cvs(uint32_t first, uint32_t la... function zend_always_inline (line 4197) | static zend_always_inline void i_init_func_execute_data(zend_op_array *o... function zend_always_inline (line 4235) | static zend_always_inline void init_func_run_time_cache_i(zend_op_array ... function ZEND_FASTCALL (line 4246) | ZEND_FASTCALL init_func_run_time_cache(zend_op_array *op_array) /* {{{ */ function ZEND_FASTCALL (line 4282) | ZEND_FASTCALL zend_init_func_run_time_cache(zend_op_array *op_array) /* ... function zend_always_inline (line 4289) | static zend_always_inline void i_init_code_execute_data(zend_execute_dat... function ZEND_API (line 4315) | ZEND_API void zend_init_func_execute_data(zend_execute_data *ex, zend_op... function ZEND_API (line 4345) | ZEND_API void zend_init_code_execute_data(zend_execute_data *execute_dat... function ZEND_API (line 4352) | ZEND_API void zend_init_execute_data(zend_execute_data *execute_data, ze... function zend_execute_data (line 4362) | zend_execute_data *zend_vm_stack_copy_call_frame(zend_execute_data *call... function zend_always_inline (line 4398) | static zend_always_inline zend_generator *zend_get_running_generator(EXE... function ZEND_API (line 4408) | ZEND_API void zend_unfinished_calls_gc(zend_execute_data *execute_data, ... function cleanup_unfinished_calls (line 4540) | static void cleanup_unfinished_calls(zend_execute_data *execute_data, ui... function zend_live_range (line 4676) | static const zend_live_range *find_live_range(const zend_op_array *op_ar... function cleanup_live_vars (line 4690) | static void cleanup_live_vars(zend_execute_data *execute_data, uint32_t ... function ZEND_API (line 4747) | ZEND_API void zend_cleanup_unfinished_execution(zend_execute_data *execu... function HashTable (line 4752) | HashTable *zend_unfinished_execution_gc(zend_execute_data *execute_data,... function ZEND_API (line 4757) | ZEND_API HashTable *zend_unfinished_execution_gc_ex(zend_execute_data *e... function zend_swap_operands (line 4836) | static void zend_swap_operands(zend_op *op) /* {{{ */ function zend_never_inline (line 4861) | static zend_never_inline zend_execute_data *zend_init_dynamic_call_strin... function zend_never_inline (line 4941) | static zend_never_inline zend_execute_data *zend_init_dynamic_call_objec... function zend_never_inline (line 4985) | static zend_never_inline zend_execute_data *zend_init_dynamic_call_array... function ZEND_FASTCALL (line 5157) | ZEND_FASTCALL zend_fe_reset_iterator(zval *array_ptr, int by_ref OPLINE_... function zend_always_inline (line 5200) | static zend_always_inline zend_result _zend_quick_get_constant( function ZEND_FASTCALL (line 5239) | ZEND_FASTCALL zend_quick_get_constant( function ZEND_FASTCALL (line 5245) | ZEND_FASTCALL zend_quick_check_constant( function zend_always_inline (line 5251) | static zend_always_inline uint32_t zend_get_arg_offset_by_name( function zend_execute_data (line 5364) | static zend_execute_data *start_fake_frame(zend_execute_data *call, cons... function end_fake_frame (line 5372) | static void end_fake_frame(zend_execute_data *call, zend_execute_data *o... function ZEND_FASTCALL (line 5381) | ZEND_FASTCALL zend_handle_undef_args(zend_execute_data *call) { function ZEND_FASTCALL (line 5486) | ZEND_FASTCALL zend_free_extra_named_params(zend_array *extra_named_params) function zend_always_inline (line 5494) | static zend_always_inline zend_execute_data *_zend_vm_stack_push_call_fr... function zend_always_inline (line 5513) | static zend_always_inline zend_execute_data *_zend_vm_stack_push_call_fr... function ZEND_API (line 5697) | ZEND_API zend_result zend_set_user_opcode_handler(zend_uchar opcode, use... function ZEND_API (line 5712) | ZEND_API user_opcode_handler_t zend_get_user_opcode_handler(zend_uchar o... function ZEND_API (line 5717) | ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, con... FILE: Zend/zend_execute.h type _zend_fcall_info (line 32) | struct _zend_fcall_info type zend_verify_prop_assignable_by_ref_context (line 73) | typedef enum { function zend_always_inline (line 134) | static zend_always_inline void zend_copy_to_variable(zval *variable_ptr,... function zend_always_inline (line 161) | static zend_always_inline zval* zend_assign_to_variable(zval *variable_p... function zend_always_inline (line 188) | static zend_always_inline zval* zend_assign_to_variable_ex(zval *variabl... type _zend_vm_stack (line 215) | struct _zend_vm_stack { function zend_always_inline (line 251) | static zend_always_inline zend_vm_stack zend_vm_stack_new_page(size_t si... function zend_always_inline (line 260) | static zend_always_inline void zend_vm_init_call_frame(zend_execute_data... function zend_always_inline (line 269) | static zend_always_inline zend_execute_data *zend_vm_stack_push_call_fra... function zend_always_inline (line 287) | static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_... function zend_always_inline (line 297) | static zend_always_inline zend_execute_data *zend_vm_stack_push_call_fra... function zend_always_inline (line 305) | static zend_always_inline void zend_vm_stack_free_extra_args_ex(uint32_t... function zend_always_inline (line 317) | static zend_always_inline void zend_vm_stack_free_extra_args(zend_execut... function zend_always_inline (line 322) | static zend_always_inline void zend_vm_stack_free_args(zend_execute_data... function zend_always_inline (line 336) | static zend_always_inline void zend_vm_stack_free_call_frame_ex(uint32_t... function zend_always_inline (line 356) | static zend_always_inline void zend_vm_stack_free_call_frame(zend_execut... function zend_always_inline (line 364) | static zend_always_inline void zend_vm_stack_extend_call_frame( function zend_always_inline (line 383) | static zend_always_inline zend_function *zend_active_function(void) function zend_always_inline (line 551) | static zend_always_inline void *zend_get_bad_ptr(void) FILE: Zend/zend_execute_API.c function zend_handle_sigsegv (line 66) | static void zend_handle_sigsegv(void) /* {{{ */ function zend_extension_activator (line 95) | static void zend_extension_activator(zend_extension *extension) /* {{{ */ function zend_extension_deactivator (line 103) | static void zend_extension_deactivator(zend_extension *extension) /* {{{ */ function clean_non_persistent_constant_full (line 111) | static int clean_non_persistent_constant_full(zval *zv) /* {{{ */ function clean_non_persistent_function_full (line 118) | static int clean_non_persistent_function_full(zval *zv) /* {{{ */ function clean_non_persistent_class_full (line 125) | static int clean_non_persistent_class_full(zval *zv) /* {{{ */ function init_executor (line 132) | void init_executor(void) /* {{{ */ function zval_call_destructor (line 212) | static int zval_call_destructor(zval *zv) /* {{{ */ function zend_unclean_zval_ptr_dtor (line 225) | static void zend_unclean_zval_ptr_dtor(zval *zv) /* {{{ */ function ZEND_COLD (line 234) | static ZEND_COLD void zend_throw_or_error(int fetch_type, zend_class_ent... function shutdown_destructors (line 253) | void shutdown_destructors(void) /* {{{ */ function ZEND_API (line 273) | ZEND_API void zend_shutdown_executor_values(bool fast_shutdown) function shutdown_executor (line 428) | void shutdown_executor(void) /* {{{ */ function ZEND_API (line 524) | ZEND_API const char *get_active_class_name(const char **space) /* {{{ */ function ZEND_API (line 557) | ZEND_API const char *get_active_function_name(void) /* {{{ */ function ZEND_API (line 587) | ZEND_API zend_function *zend_active_function_ex(zend_execute_data *execu... function ZEND_API (line 602) | ZEND_API zend_string *get_active_function_or_method_name(void) /* {{{ */ function ZEND_API (line 610) | ZEND_API zend_string *get_function_or_method_name(const zend_function *f... function ZEND_API (line 620) | ZEND_API const char *get_active_function_arg_name(uint32_t arg_num) /* {... function ZEND_API (line 632) | ZEND_API const char *get_function_arg_name(const zend_function *func, ui... function ZEND_API (line 646) | ZEND_API const char *zend_get_executed_filename(void) /* {{{ */ function ZEND_API (line 653) | ZEND_API zend_string *zend_get_executed_filename_ex(void) /* {{{ */ function ZEND_API (line 673) | ZEND_API uint32_t zend_get_executed_lineno(void) /* {{{ */ function ZEND_API (line 701) | ZEND_API zend_class_entry *zend_get_executed_scope(void) /* {{{ */ function ZEND_API (line 716) | ZEND_API bool zend_is_executing(void) /* {{{ */ function ZEND_FASTCALL (line 722) | ZEND_FASTCALL zval_update_constant_with_ctx(zval *p, zend_class_entry *s... function ZEND_FASTCALL (line 763) | ZEND_FASTCALL zval_update_constant_ex(zval *p, zend_class_entry *scope) function ZEND_FASTCALL (line 769) | ZEND_FASTCALL zval_update_constant(zval *pp) /* {{{ */ function zend_result (line 775) | zend_result _call_user_function_impl(zval *object, zval *function_name, ... function zend_result (line 796) | zend_result zend_call_function(zend_fcall_info *fci, zend_fcall_info_cac... function ZEND_API (line 1072) | ZEND_API void zend_call_known_function( function ZEND_API (line 1108) | ZEND_API void zend_call_known_instance_method_with_2_params( function ZEND_API (line 1117) | ZEND_API zend_result zend_call_method_if_exists( function ZEND_API (line 1151) | ZEND_API bool zend_is_valid_class_name(zend_string *name) { function ZEND_API (line 1161) | ZEND_API zend_class_entry *zend_lookup_class_ex(zend_string *name, zend_... function ZEND_API (line 1285) | ZEND_API zend_class_entry *zend_lookup_class(zend_string *name) /* {{{ */ function ZEND_API (line 1291) | ZEND_API zend_class_entry *zend_get_called_scope(zend_execute_data *ex) ... function ZEND_API (line 1309) | ZEND_API zend_object *zend_get_this_object(zend_execute_data *ex) /* {{{ */ function ZEND_API (line 1325) | ZEND_API zend_result zend_eval_stringl(const char *str, size_t str_len, ... function ZEND_API (line 1387) | ZEND_API zend_result zend_eval_string(const char *str, zval *retval_ptr,... function ZEND_API (line 1393) | ZEND_API zend_result zend_eval_stringl_ex(const char *str, size_t str_le... function ZEND_API (line 1405) | ZEND_API zend_result zend_eval_string_ex(const char *str, zval *retval_p... function zend_timeout (line 1413) | zend_timeout(void) /* {{{ */ function zend_timeout_handler (line 1439) | static void zend_timeout_handler(int dummy, siginfo_t *si, void *uc) /* ... function zend_set_timeout (line 1640) | void zend_set_timeout(zend_long seconds, bool reset_signals) /* {{{ */ function zend_unset_timeout (line 1649) | void zend_unset_timeout(void) /* {{{ */ function ZEND_COLD (line 1682) | static ZEND_COLD void report_class_fetch_error(zend_string *class_name, ... function zend_class_entry (line 1704) | zend_class_entry *zend_fetch_class(zend_string *class_name, uint32_t fet... function zend_class_entry (line 1752) | zend_class_entry *zend_fetch_class_with_scope( function zend_class_entry (line 1785) | zend_class_entry *zend_fetch_class_by_name(zend_string *class_name, zend... function ZEND_API (line 1796) | ZEND_API zend_result zend_delete_global_variable(zend_string *name) /* {... function ZEND_API (line 1802) | ZEND_API zend_array *zend_rebuild_symbol_table(void) /* {{{ */ function ZEND_API (line 1849) | ZEND_API void zend_attach_symbol_table(zend_execute_data *execute_data) ... function ZEND_API (line 1884) | ZEND_API void zend_detach_symbol_table(zend_execute_data *execute_data) ... function ZEND_API (line 1909) | ZEND_API zend_result zend_set_local_var(zend_string *name, zval *value, ... function ZEND_API (line 1952) | ZEND_API zend_result zend_set_local_var_str(const char *name, size_t len... FILE: Zend/zend_extensions.c function zend_result (line 29) | zend_result zend_load_extension(const char *path) function zend_result (line 63) | zend_result zend_load_extension_handle(DL_HANDLE handle, const char *path) function zend_register_extension (line 150) | void zend_register_extension(zend_extension *new_extension, DL_HANDLE ha... function zend_extension_shutdown (line 182) | static void zend_extension_shutdown(zend_extension *extension) function zend_extension_startup (line 192) | static int zend_extension_startup(zend_extension *extension) function zend_startup_extensions_mechanism (line 206) | void zend_startup_extensions_mechanism(void) function zend_startup_extensions (line 216) | void zend_startup_extensions(void) function zend_shutdown_extensions (line 222) | void zend_shutdown_extensions(void) function zend_extension_dtor (line 229) | void zend_extension_dtor(zend_extension *extension) function zend_extension_message_dispatcher (line 239) | static void zend_extension_message_dispatcher(const zend_extension *exte... function ZEND_API (line 253) | ZEND_API void zend_extension_dispatch_message(int message, void *arg) function ZEND_API (line 259) | ZEND_API int zend_get_resource_handle(const char *module_name) function ZEND_API (line 290) | ZEND_API int zend_get_op_array_extension_handle(const char *module_name) function ZEND_API (line 298) | ZEND_API int zend_get_op_array_extension_handles(const char *module_name... function ZEND_API (line 306) | ZEND_API int zend_get_internal_function_extension_handle(const char *mod... function ZEND_API (line 313) | ZEND_API int zend_get_internal_function_extension_handles(const char *mo... function ZEND_API (line 321) | ZEND_API size_t zend_internal_run_time_cache_reserved_size(void) { function ZEND_API (line 325) | ZEND_API void zend_init_internal_run_time_cache(void) { function ZEND_API (line 358) | ZEND_API void zend_reset_internal_run_time_cache(void) { function ZEND_API (line 364) | ZEND_API zend_extension *zend_get_extension(const char *extension_name) type zend_extension_persist_data (line 378) | typedef struct _zend_extension_persist_data { function zend_extension_op_array_persist_calc_handler (line 384) | static void zend_extension_op_array_persist_calc_handler(zend_extension ... function zend_extension_op_array_persist_handler (line 391) | static void zend_extension_op_array_persist_handler(zend_extension *exte... function ZEND_API (line 402) | ZEND_API size_t zend_extensions_op_array_persist_calc(zend_op_array *op_... function ZEND_API (line 416) | ZEND_API size_t zend_extensions_op_array_persist(zend_op_array *op_array... FILE: Zend/zend_extensions.h type zend_extension_version_info (line 49) | typedef struct _zend_extension_version_info { type zend_extension (line 56) | typedef struct _zend_extension zend_extension; type _zend_extension (line 77) | struct _zend_extension { FILE: Zend/zend_fibers.c type _zend_fiber_stack (line 83) | struct _zend_fiber_stack { type zend_fiber_vm_state (line 107) | typedef struct _zend_fiber_vm_state { function zend_always_inline (line 123) | static zend_always_inline void zend_fiber_capture_vm_state(zend_fiber_vm... function zend_always_inline (line 140) | static zend_always_inline void zend_fiber_restore_vm_state(zend_fiber_vm... type boost_context_data (line 170) | typedef struct { function zend_fiber_get_page_size (line 191) | static size_t zend_fiber_get_page_size(void) function zend_fiber_stack (line 206) | static zend_fiber_stack *zend_fiber_stack_allocate(size_t size) function zend_fiber_stack_free (line 303) | static void zend_fiber_stack_free(zend_fiber_stack *stack) function ZEND_API (line 333) | ZEND_API void* zend_fiber_stack_limit(zend_fiber_stack *stack) function ZEND_API (line 350) | ZEND_API void* zend_fiber_stack_base(zend_fiber_stack *stack) function ZEND_NORETURN (line 359) | static ZEND_NORETURN void zend_fiber_trampoline(boost_context_data data) function ZEND_API (line 397) | ZEND_API void zend_fiber_switch_block(void) function ZEND_API (line 402) | ZEND_API void zend_fiber_switch_unblock(void) function ZEND_API (line 408) | ZEND_API bool zend_fiber_switch_blocked(void) function ZEND_API (line 413) | ZEND_API zend_result zend_fiber_init_context(zend_fiber_context *context... function ZEND_API (line 460) | ZEND_API void zend_fiber_destroy_context(zend_fiber_context *context) function ZEND_API (line 471) | ZEND_API void zend_fiber_switch_context(zend_fiber_transfer *transfer) function zend_fiber_cleanup (line 549) | static void zend_fiber_cleanup(zend_fiber_context *context) function ZEND_STACK_ALIGNED (line 562) | static ZEND_STACK_ALIGNED void zend_fiber_execute(zend_fiber_transfer *t... function zend_always_inline (line 634) | static zend_always_inline void zend_fiber_delegate_transfer_result( function zend_always_inline (line 650) | static zend_always_inline zend_fiber_transfer zend_fiber_switch_to( function zend_always_inline (line 675) | static zend_always_inline zend_fiber_transfer zend_fiber_resume_internal... function zend_always_inline (line 693) | static zend_always_inline zend_fiber_transfer zend_fiber_suspend_interna... function ZEND_API (line 707) | ZEND_API zend_result zend_fiber_start(zend_fiber *fiber, zval *return_va... function ZEND_API (line 724) | ZEND_API void zend_fiber_resume(zend_fiber *fiber, zval *value, zval *re... function ZEND_API (line 735) | ZEND_API void zend_fiber_resume_exception(zend_fiber *fiber, zval *excep... function ZEND_API (line 746) | ZEND_API void zend_fiber_suspend(zend_fiber *fiber, zval *value, zval *r... function zend_object (line 755) | static zend_object *zend_fiber_object_create(zend_class_entry *ce) function zend_fiber_object_destroy (line 764) | static void zend_fiber_object_destroy(zend_object *object) function zend_fiber_object_free (line 803) | static void zend_fiber_object_free(zend_object *object) function HashTable (line 813) | static HashTable *zend_fiber_object_gc(zend_object *object, zval **table... function zend_register_fiber_ce (line 1105) | void zend_register_fiber_ce(void) function zend_fiber_init (line 1121) | void zend_fiber_init(void) function zend_fiber_shutdown (line 1143) | void zend_fiber_shutdown(void) FILE: Zend/zend_fibers.h type zend_fiber_status (line 33) | typedef enum { type zend_fiber_flag (line 40) | typedef enum { type zend_fiber_transfer_flag (line 46) | typedef enum { type zend_fiber_stack (line 57) | typedef struct _zend_fiber_stack zend_fiber_stack; type zend_fiber_transfer (line 60) | typedef struct _zend_fiber_transfer { type _zend_fiber_context (line 76) | struct _zend_fiber_context { type _zend_fiber (line 102) | struct _zend_fiber { function zend_always_inline (line 154) | static zend_always_inline zend_fiber *zend_fiber_from_context(zend_fiber... function zend_always_inline (line 161) | static zend_always_inline zend_fiber_context *zend_fiber_get_context(zen... FILE: Zend/zend_fibers.stub.php class Fiber (line 9) | final class Fiber method __construct (line 11) | public function __construct(callable $callback) {} method start (line 13) | public function start(mixed ...$args): mixed {} method resume (line 15) | public function resume(mixed $value = null): mixed {} method throw (line 17) | public function throw(Throwable $exception): mixed {} method isStarted (line 19) | public function isStarted(): bool {} method isSuspended (line 21) | public function isSuspended(): bool {} method isRunning (line 23) | public function isRunning(): bool {} method isTerminated (line 25) | public function isTerminated(): bool {} method getReturn (line 27) | public function getReturn(): mixed {} method getCurrent (line 29) | public static function getCurrent(): ?Fiber {} method suspend (line 31) | public static function suspend(mixed $value = null): mixed {} class FiberError (line 34) | final class FiberError extends Error method __construct (line 36) | public function __construct() {} FILE: Zend/zend_fibers_arginfo.h function zend_class_entry (line 73) | static zend_class_entry *register_class_Fiber(void) function zend_class_entry (line 83) | static zend_class_entry *register_class_FiberError(zend_class_entry *cla... FILE: Zend/zend_float.c function ZEND_API (line 23) | ZEND_API void zend_init_fpu(void) /* {{{ */ function ZEND_API (line 39) | ZEND_API void zend_shutdown_fpu(void) /* {{{ */ function ZEND_API (line 50) | ZEND_API void zend_ensure_fpu_mode(void) /* {{{ */ FILE: Zend/zend_frameless_function.h type zval (line 106) | typedef struct _zval_struct zval; type zend_op (line 107) | typedef struct _zend_op zend_op; type zend_function (line 108) | typedef union _zend_function zend_function; type zend_frameless_function_info (line 120) | typedef struct { type zend_jmp_fl_result (line 125) | typedef enum { FILE: Zend/zend_gc.c type gc_root_buffer (line 247) | typedef struct _gc_root_buffer { type zend_gc_globals (line 251) | typedef struct _zend_gc_globals { type gc_stack (line 314) | typedef struct _gc_stack gc_stack; type _gc_stack (line 316) | struct _gc_stack { function zend_never_inline (line 332) | static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) function zend_always_inline (line 343) | static zend_always_inline void gc_stack_push(gc_stack **stack, size_t *t... function zend_always_inline (line 352) | static zend_always_inline zend_refcounted* gc_stack_pop(gc_stack **stack... function gc_stack_free (line 367) | static void gc_stack_free(gc_stack *stack) function zend_always_inline (line 378) | static zend_always_inline uint32_t gc_compress(uint32_t idx) function zend_always_inline (line 386) | static zend_always_inline gc_root_buffer* gc_decompress(zend_refcounted ... function zend_always_inline (line 404) | static zend_always_inline uint32_t gc_fetch_unused(void) function zend_always_inline (line 417) | static zend_always_inline void gc_link_unused(gc_root_buffer *root) function zend_always_inline (line 423) | static zend_always_inline uint32_t gc_fetch_next_unused(void) function gc_trace_ref (line 443) | static void gc_trace_ref(zend_refcounted *ref) { function zend_always_inline (line 466) | static zend_always_inline void gc_remove_from_roots(gc_root_buffer *root) function root_buffer_dtor (line 473) | static void root_buffer_dtor(zend_gc_globals *gc_globals) function gc_globals_ctor_ex (line 481) | static void gc_globals_ctor_ex(zend_gc_globals *gc_globals) function gc_globals_ctor (line 517) | void gc_globals_ctor(void) function gc_globals_dtor (line 526) | void gc_globals_dtor(void) function gc_reset (line 533) | void gc_reset(void) function ZEND_API (line 568) | ZEND_API bool gc_enable(bool enable) function ZEND_API (line 582) | ZEND_API bool gc_enabled(void) function ZEND_API (line 587) | ZEND_API bool gc_protect(bool protect) function ZEND_API (line 594) | ZEND_API bool gc_protected(void) function gc_grow_root_buffer (line 599) | static void gc_grow_root_buffer(void) function gc_adjust_threshold (line 624) | static void gc_adjust_threshold(int count) function ZEND_FASTCALL (line 654) | ZEND_FASTCALL gc_possible_root_when_full(zend_refcounted *ref) function ZEND_FASTCALL (line 698) | ZEND_FASTCALL gc_possible_root(zend_refcounted *ref) function gc_extra_root (line 734) | static void ZEND_FASTCALL gc_extra_root(zend_refcounted *ref) function ZEND_FASTCALL (line 767) | ZEND_FASTCALL gc_remove_compressed(zend_refcounted *ref, uint32_t idx) function ZEND_FASTCALL (line 773) | ZEND_FASTCALL gc_remove_from_buffer(zend_refcounted *ref) function gc_scan_black (line 796) | static void gc_scan_black(zend_refcounted *ref, gc_stack *stack) function gc_mark_grey (line 995) | static void gc_mark_grey(zend_refcounted *ref, gc_stack *stack) function gc_compact (line 1171) | static void gc_compact(void) function gc_mark_roots (line 1207) | static void gc_mark_roots(gc_stack *stack) function gc_scan (line 1226) | static void gc_scan(zend_refcounted *ref, gc_stack *stack) function gc_scan_roots (line 1379) | static void gc_scan_roots(gc_stack *stack) function gc_add_garbage (line 1412) | static void gc_add_garbage(zend_refcounted *ref) function gc_collect_white (line 1437) | static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_st... function gc_collect_roots (line 1625) | static int gc_collect_roots(uint32_t *flags, gc_stack *stack) function gc_remove_nested_data_from_buffer (line 1665) | static int gc_remove_nested_data_from_buffer(zend_refcounted *ref, gc_ro... function gc_create_destructor_fiber_error (line 1801) | void gc_create_destructor_fiber_error(void) function gc_start_destructor_fiber_error (line 1806) | void gc_start_destructor_fiber_error(void) function zend_always_inline (line 1811) | static zend_always_inline zend_result gc_call_destructors(uint32_t idx, ... function zend_fiber (line 1851) | static zend_fiber *gc_create_destructor_fiber(void) function zend_never_inline (line 1875) | static zend_never_inline void gc_call_destructors_in_fiber(uint32_t end) function ZEND_API (line 1913) | ZEND_API int zend_gc_collect_cycles(void) function ZEND_API (line 2114) | ZEND_API void zend_gc_get_status(zend_gc_status *status) function ZEND_API (line 2130) | ZEND_API zend_get_gc_buffer *zend_get_gc_buffer_create(void) { function ZEND_API (line 2138) | ZEND_API void zend_get_gc_buffer_grow(zend_get_gc_buffer *gc_buffer) { function zend_get_gc_buffer_release (line 2146) | static void zend_get_gc_buffer_release(void) { function zend_gc_check_root_tmpvars (line 2156) | static void zend_gc_check_root_tmpvars(void) { function zend_gc_remove_root_tmpvars (line 2186) | static void zend_gc_remove_root_tmpvars(void) { function gc_bench_print (line 2217) | void gc_bench_print(void) function zend_gc_globals_size (line 2233) | size_t zend_gc_globals_size(void) function ZEND_FUNCTION (line 2239) | static ZEND_FUNCTION(gc_destructor_fiber) function gc_init (line 2280) | void gc_init(void) FILE: Zend/zend_gc.h type zend_gc_status (line 31) | typedef struct _zend_gc_status { function zend_always_inline (line 88) | static zend_always_inline void gc_check_possible_root(zend_refcounted *ref) function zend_always_inline (line 103) | static zend_always_inline void gc_check_possible_root_no_ref(zend_refcou... type zend_get_gc_buffer (line 115) | typedef struct { function zend_always_inline (line 124) | static zend_always_inline void zend_get_gc_buffer_add_zval( function zend_always_inline (line 135) | static zend_always_inline void zend_get_gc_buffer_add_obj( function zend_always_inline (line 144) | static zend_always_inline void zend_get_gc_buffer_add_ptr( function zend_always_inline (line 153) | static zend_always_inline void zend_get_gc_buffer_use( FILE: Zend/zend_gdb.c type zend_gdbjit_code_entry (line 39) | typedef struct _zend_gdbjit_code_entry { type zend_gdbjit_descriptor (line 46) | typedef struct _zend_gdbjit_descriptor { function __jit_debug_register_code (line 57) | void __jit_debug_register_code(void) function ZEND_API (line 62) | ZEND_API bool zend_gdb_register_code(const void *object, size_t size) function ZEND_API (line 92) | ZEND_API void zend_gdb_unregister_all(void) function ZEND_API (line 110) | ZEND_API bool zend_gdb_present(void) FILE: Zend/zend_generators.c function ZEND_API (line 37) | ZEND_API void zend_generator_restore_call_stack(zend_generator *generato... function ZEND_API (line 61) | ZEND_API zend_execute_data* zend_generator_freeze_call_stack(zend_execut... function zend_execute_data (line 100) | static zend_execute_data* zend_generator_revert_call_stack(zend_execute_... function zend_generator_cleanup_unfinished_execution (line 114) | static void zend_generator_cleanup_unfinished_execution( function ZEND_API (line 134) | ZEND_API void zend_generator_close(zend_generator *generator, bool finis... function zend_generator_remove_child (line 175) | static void zend_generator_remove_child(zend_generator_node *node, zend_... function zend_always_inline (line 196) | static zend_always_inline zend_generator *clear_link_to_leaf(zend_genera... function zend_always_inline (line 207) | static zend_always_inline void clear_link_to_root(zend_generator *genera... function check_node_running_in_fiber (line 216) | static inline bool check_node_running_in_fiber(zend_generator *generator) { function zend_generator_dtor_storage (line 241) | static void zend_generator_dtor_storage(zend_object *object) /* {{{ */ function zend_generator_free_storage (line 358) | static void zend_generator_free_storage(zend_object *object) /* {{{ */ function HashTable (line 385) | HashTable *zend_generator_frame_gc(zend_get_gc_buffer *gc_buffer, zend_g... function HashTable (line 413) | static HashTable *zend_generator_get_gc(zend_object *object, zval **tabl... function zend_object (line 453) | static zend_object *zend_generator_create(zend_class_entry *class_type) ... function ZEND_COLD (line 474) | static ZEND_COLD zend_function *zend_generator_get_constructor(zend_obje... function ZEND_API (line 482) | ZEND_API zend_execute_data *zend_generator_check_placeholder_frame(zend_... function zend_result (line 501) | static zend_result zend_generator_throw_exception(zend_generator *genera... function zend_generator_add_child (line 533) | static void zend_generator_add_child(zend_generator *generator, zend_gen... function zend_generator_yield_from (line 554) | void zend_generator_yield_from(zend_generator *generator, zend_generator... function ZEND_API (line 567) | ZEND_API zend_generator *zend_generator_update_root(zend_generator *gene... function zend_generator (line 580) | static zend_generator *get_new_root(zend_generator *generator, zend_gene... function ZEND_API (line 599) | ZEND_API zend_generator *zend_generator_update_current(zend_generator *g... function zend_result (line 655) | static zend_result zend_generator_get_next_delegated_value(zend_generato... function ZEND_API (line 748) | ZEND_API void zend_generator_resume(zend_generator *orig_generator) /* {... function zend_generator_ensure_initialized (line 884) | static inline void zend_generator_ensure_initialized(zend_generator *gen... function zend_generator_rewind (line 893) | static inline void zend_generator_rewind(zend_generator *generator) /* {... function zend_generator_iterator_dtor (line 1111) | static void zend_generator_iterator_dtor(zend_object_iterator *iterator)... function zend_result (line 1117) | static zend_result zend_generator_iterator_valid(zend_object_iterator *i... function zval (line 1129) | static zval *zend_generator_iterator_get_data(zend_object_iterator *iter... function zend_generator_iterator_get_key (line 1141) | static void zend_generator_iterator_get_key(zend_object_iterator *iterat... function zend_generator_iterator_move_forward (line 1159) | static void zend_generator_iterator_move_forward(zend_object_iterator *i... function zend_generator_iterator_rewind (line 1169) | static void zend_generator_iterator_rewind(zend_object_iterator *iterato... function HashTable (line 1177) | static HashTable *zend_generator_iterator_get_gc( function zend_object_iterator (line 1197) | static zend_object_iterator *zend_generator_get_iterator(zend_class_entr... function zend_register_generator_ce (line 1222) | void zend_register_generator_ce(void) /* {{{ */ FILE: Zend/zend_generators.h type zend_generator_node (line 32) | typedef struct _zend_generator_node zend_generator_node; type zend_generator (line 33) | typedef struct _zend_generator zend_generator; type _zend_generator_node (line 43) | struct _zend_generator_node { type _zend_generator (line 58) | struct _zend_generator { function zend_always_inline (line 117) | static zend_always_inline zend_generator *zend_generator_get_current(zen... FILE: Zend/zend_generators.stub.php class Generator (line 9) | final class Generator implements Iterator method rewind (line 11) | public function rewind(): void {} method valid (line 13) | public function valid(): bool {} method current (line 15) | public function current(): mixed {} method key (line 17) | public function key(): mixed {} method next (line 19) | public function next(): void {} method send (line 21) | public function send(mixed $value): mixed {} method throw (line 23) | public function throw(Throwable $exception): mixed {} method getReturn (line 25) | public function getReturn(): mixed {} method __debugInfo (line 27) | public function __debugInfo(): array {} class ClosedGeneratorException (line 30) | class ClosedGeneratorException extends Exception FILE: Zend/zend_generators_arginfo.h function zend_class_entry (line 53) | static zend_class_entry *register_class_Generator(zend_class_entry *clas... function zend_class_entry (line 64) | static zend_class_entry *register_class_ClosedGeneratorException(zend_cl... FILE: Zend/zend_globals.h type _zend_vm_stack (line 73) | struct _zend_vm_stack type zend_ini_entry (line 74) | typedef struct _zend_ini_entry zend_ini_entry; type zend_fiber_context (line 75) | typedef struct _zend_fiber_context zend_fiber_context; type zend_fiber (line 76) | typedef struct _zend_fiber zend_fiber; type zend_memoize_mode (line 78) | typedef enum { type _zend_compiler_globals (line 84) | struct _zend_compiler_globals { type _zend_executor_globals (line 167) | struct _zend_executor_globals { type _zend_ini_scanner_globals (line 325) | struct _zend_ini_scanner_globals { type zend_php_scanner_event (line 345) | typedef enum { type _zend_php_scanner_globals (line 351) | struct _zend_php_scanner_globals { FILE: Zend/zend_globals_macros.h type zend_compiler_globals (line 25) | typedef struct _zend_compiler_globals zend_compiler_globals; type zend_executor_globals (line 26) | typedef struct _zend_executor_globals zend_executor_globals; type zend_php_scanner_globals (line 27) | typedef struct _zend_php_scanner_globals zend_php_scanner_globals; type zend_ini_scanner_globals (line 28) | typedef struct _zend_ini_scanner_globals zend_ini_scanner_globals; FILE: Zend/zend_hash.c function _zend_is_inconsistent (line 55) | static void _zend_is_inconsistent(const HashTable *ht, const char *file,... function ZEND_API (line 90) | ZEND_API void *zend_hash_str_find_ptr_lc(const HashTable *ht, const char... function ZEND_API (line 104) | ZEND_API void *zend_hash_find_ptr_lc(const HashTable *ht, zend_string *k... function zend_always_inline (line 114) | static zend_always_inline uint32_t zend_hash_check_size(uint32_t nSize) function zend_always_inline (line 149) | static zend_always_inline void zend_hash_real_init_packed_ex(HashTable *ht) function zend_always_inline (line 167) | static zend_always_inline void zend_hash_real_init_mixed_ex(HashTable *ht) function zend_always_inline (line 234) | static zend_always_inline void zend_hash_real_init_ex(HashTable *ht, boo... function zend_always_inline (line 262) | static zend_always_inline void _zend_hash_init_int(HashTable *ht, uint32... function ZEND_FASTCALL (line 277) | ZEND_FASTCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t... function _zend_new_array_0 (line 282) | _zend_new_array_0(void) function ZEND_API (line 289) | ZEND_API HashTable* ZEND_FASTCALL _zend_new_array(uint32_t nSize) function ZEND_API (line 296) | ZEND_API HashTable* ZEND_FASTCALL zend_new_pair(zval *val1, zval *val2) function ZEND_FASTCALL (line 311) | ZEND_FASTCALL zend_hash_packed_grow(HashTable *ht) function ZEND_FASTCALL (line 322) | ZEND_FASTCALL zend_hash_real_init(HashTable *ht, bool packed) function ZEND_FASTCALL (line 330) | ZEND_FASTCALL zend_hash_real_init_packed(HashTable *ht) function ZEND_FASTCALL (line 338) | ZEND_FASTCALL zend_hash_real_init_mixed(HashTable *ht) function ZEND_FASTCALL (line 346) | ZEND_FASTCALL zend_hash_packed_to_hash(HashTable *ht) function ZEND_FASTCALL (line 374) | ZEND_FASTCALL zend_hash_to_packed(HashTable *ht) function ZEND_FASTCALL (line 396) | ZEND_FASTCALL zend_hash_extend(HashTable *ht, uint32_t nSize, bool packed) function ZEND_FASTCALL (line 435) | ZEND_FASTCALL zend_hash_discard(HashTable *ht, uint32_t nNumUsed) function zend_array_recalc_elements (line 460) | static uint32_t zend_array_recalc_elements(HashTable *ht) function ZEND_API (line 476) | ZEND_API uint32_t zend_array_count(HashTable *ht) function zend_always_inline (line 493) | static zend_always_inline HashPosition _zend_hash_get_valid_pos(const Ha... function zend_always_inline (line 507) | static zend_always_inline HashPosition _zend_hash_get_current_pos(const ... function ZEND_FASTCALL (line 512) | ZEND_FASTCALL zend_hash_get_current_pos(const HashTable *ht) function ZEND_FASTCALL (line 517) | ZEND_FASTCALL zend_hash_get_current_pos_ex(const HashTable *ht, HashPosi... function zend_hash_remove_iterator_copies (line 522) | static void zend_hash_remove_iterator_copies(uint32_t idx) { function ZEND_FASTCALL (line 537) | ZEND_FASTCALL zend_hash_iterator_add(HashTable *ht, HashPosition pos) function zend_always_inline (line 577) | static zend_always_inline bool zend_hash_iterator_find_copy_pos(uint32_t... function ZEND_FASTCALL (line 608) | ZEND_FASTCALL zend_hash_iterator_pos(uint32_t idx, HashTable *ht) function ZEND_FASTCALL (line 627) | ZEND_FASTCALL zend_hash_iterator_pos_ex(uint32_t idx, zval *array) function ZEND_FASTCALL (line 656) | ZEND_FASTCALL zend_hash_iterator_del(uint32_t idx) function ZEND_FASTCALL (line 681) | ZEND_FASTCALL _zend_hash_iterators_remove(HashTable *ht) function zend_always_inline (line 694) | static zend_always_inline void zend_hash_iterators_remove(HashTable *ht) function ZEND_FASTCALL (line 701) | ZEND_FASTCALL zend_hash_iterators_lower_pos(HashTable *ht, HashPosition ... function ZEND_FASTCALL (line 718) | ZEND_FASTCALL _zend_hash_iterators_update(HashTable *ht, HashPosition fr... function ZEND_FASTCALL (line 731) | ZEND_FASTCALL zend_hash_iterators_advance(HashTable *ht, HashPosition step) function zend_always_inline (line 745) | static zend_always_inline Bucket *zend_hash_find_bucket(const HashTable ... function zend_always_inline (line 782) | static zend_always_inline Bucket *zend_hash_str_find_bucket(const HashTa... function zend_always_inline (line 804) | static zend_always_inline Bucket *zend_hash_index_find_bucket(const Hash... function zend_always_inline (line 824) | static zend_always_inline zval *_zend_hash_add_or_update_i(HashTable *ht... function zend_always_inline (line 905) | static zend_always_inline zval *_zend_hash_str_add_or_update_i(HashTable... function ZEND_API (line 985) | ZEND_API zval* ZEND_FASTCALL zend_hash_add_or_update(HashTable *ht, zend... function ZEND_API (line 999) | ZEND_API zval* ZEND_FASTCALL zend_hash_add(HashTable *ht, zend_string *k... function ZEND_API (line 1004) | ZEND_API zval* ZEND_FASTCALL zend_hash_update(HashTable *ht, zend_string... function ZEND_API (line 1009) | ZEND_API zval* ZEND_FASTCALL zend_hash_update_ind(HashTable *ht, zend_st... function ZEND_API (line 1014) | ZEND_API zval* ZEND_FASTCALL zend_hash_add_new(HashTable *ht, zend_strin... function ZEND_API (line 1019) | ZEND_API zval* ZEND_FASTCALL zend_hash_lookup(HashTable *ht, zend_string... function ZEND_API (line 1024) | ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_or_update(HashTable *ht, ... function ZEND_API (line 1038) | ZEND_API zval* ZEND_FASTCALL zend_hash_str_update(HashTable *ht, const c... function ZEND_API (line 1045) | ZEND_API zval* ZEND_FASTCALL zend_hash_str_update_ind(HashTable *ht, con... function ZEND_API (line 1052) | ZEND_API zval* ZEND_FASTCALL zend_hash_str_add(HashTable *ht, const char... function ZEND_API (line 1059) | ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_new(HashTable *ht, const ... function ZEND_API (line 1066) | ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_empty_element(HashTable... function ZEND_API (line 1074) | ZEND_API zval* ZEND_FASTCALL zend_hash_add_empty_element(HashTable *ht, ... function ZEND_API (line 1082) | ZEND_API zval* ZEND_FASTCALL zend_hash_str_add_empty_element(HashTable *... function zend_always_inline (line 1090) | static zend_always_inline zval *_zend_hash_index_add_or_update_i(HashTab... function ZEND_API (line 1198) | ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_or_update(HashTable *ht... function ZEND_API (line 1216) | ZEND_API zval* ZEND_FASTCALL zend_hash_index_add(HashTable *ht, zend_ulo... function ZEND_API (line 1221) | ZEND_API zval* ZEND_FASTCALL zend_hash_index_add_new(HashTable *ht, zend... function ZEND_API (line 1226) | ZEND_API zval* ZEND_FASTCALL zend_hash_index_update(HashTable *ht, zend_... function ZEND_API (line 1231) | ZEND_API zval* ZEND_FASTCALL zend_hash_next_index_insert(HashTable *ht, ... function ZEND_API (line 1236) | ZEND_API zval* ZEND_FASTCALL zend_hash_next_index_insert_new(HashTable *... function ZEND_API (line 1241) | ZEND_API zval* ZEND_FASTCALL zend_hash_index_lookup(HashTable *ht, zend_... function ZEND_API (line 1246) | ZEND_API zval* ZEND_FASTCALL zend_hash_set_bucket_key(HashTable *ht, Buc... function zend_hash_do_resize (line 1307) | static void ZEND_FASTCALL zend_hash_do_resize(HashTable *ht) function ZEND_FASTCALL (line 1335) | ZEND_FASTCALL zend_hash_rehash(HashTable *ht) function zend_always_inline (line 1439) | static zend_always_inline void zend_hash_iterators_clamp_max(HashTable *... function zend_always_inline (line 1453) | static zend_always_inline void _zend_hash_packed_del_val(HashTable *ht, ... function zend_always_inline (line 1474) | static zend_always_inline void _zend_hash_del_el_ex(HashTable *ht, uint3... function zend_always_inline (line 1500) | static zend_always_inline void _zend_hash_del_el(HashTable *ht, uint32_t... function ZEND_FASTCALL (line 1524) | ZEND_FASTCALL zend_hash_packed_del_val(HashTable *ht, zval *zv) function ZEND_FASTCALL (line 1533) | ZEND_FASTCALL zend_hash_del_bucket(HashTable *ht, Bucket *p) function ZEND_FASTCALL (line 1541) | ZEND_FASTCALL zend_hash_del(HashTable *ht, zend_string *key) function ZEND_FASTCALL (line 1573) | ZEND_FASTCALL zend_hash_del_ind(HashTable *ht, zend_string *key) function ZEND_FASTCALL (line 1623) | ZEND_FASTCALL zend_hash_str_del_ind(HashTable *ht, const char *str, size... function ZEND_FASTCALL (line 1668) | ZEND_FASTCALL zend_hash_str_del(HashTable *ht, const char *str, size_t len) function ZEND_FASTCALL (line 1699) | ZEND_FASTCALL zend_hash_index_del(HashTable *ht, zend_ulong h) function ZEND_FASTCALL (line 1734) | ZEND_FASTCALL zend_hash_destroy(HashTable *ht) function ZEND_FASTCALL (line 1815) | ZEND_FASTCALL zend_array_destroy(HashTable *ht) function ZEND_FASTCALL (line 1876) | ZEND_FASTCALL zend_hash_clean(HashTable *ht) function ZEND_FASTCALL (line 1953) | ZEND_FASTCALL zend_symtable_clean(HashTable *ht) function ZEND_FASTCALL (line 1993) | ZEND_FASTCALL zend_hash_graceful_destroy(HashTable *ht) function ZEND_FASTCALL (line 2022) | ZEND_FASTCALL zend_hash_graceful_reverse_destroy(HashTable *ht) function ZEND_FASTCALL (line 2066) | ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func) function ZEND_FASTCALL (line 2106) | ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_ar... function ZEND_API (line 2144) | ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_a... function ZEND_FASTCALL (line 2199) | ZEND_FASTCALL zend_hash_reverse_apply(HashTable *ht, apply_func_t apply_... function ZEND_FASTCALL (line 2247) | ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_... function zend_always_inline (line 2294) | static zend_always_inline bool zend_array_dup_value(HashTable *source, H... function zend_always_inline (line 2331) | static zend_always_inline bool zend_array_dup_element(HashTable *source,... function zend_array_dup_ht_iterators (line 2354) | static void zend_array_dup_ht_iterators(HashTable *source, HashTable *ta... function zend_always_inline (line 2372) | static zend_always_inline void zend_array_dup_packed_elements(HashTable ... function zend_always_inline (line 2392) | static zend_always_inline uint32_t zend_array_dup_elements(HashTable *so... function ZEND_API (line 2445) | ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) function ZEND_API (line 2536) | ZEND_API HashTable* zend_array_to_list(HashTable *source) function ZEND_FASTCALL (line 2557) | ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy... function zend_hash_replace_checker_wrapper (line 2643) | static bool ZEND_FASTCALL zend_hash_replace_checker_wrapper(HashTable *t... function ZEND_FASTCALL (line 2653) | ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, c... function ZEND_API (line 2678) | ZEND_API zval* ZEND_FASTCALL zend_hash_find(const HashTable *ht, zend_st... function ZEND_API (line 2689) | ZEND_API zval* ZEND_FASTCALL zend_hash_find_known_hash(const HashTable *... function ZEND_API (line 2699) | ZEND_API zval* ZEND_FASTCALL zend_hash_str_find(const HashTable *ht, con... function ZEND_API (line 2711) | ZEND_API zval* ZEND_FASTCALL zend_hash_index_find(const HashTable *ht, z... function ZEND_API (line 2732) | ZEND_API zval* ZEND_FASTCALL _zend_hash_index_find(const HashTable *ht, ... function ZEND_FASTCALL (line 2743) | ZEND_FASTCALL zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPos... function ZEND_FASTCALL (line 2754) | ZEND_FASTCALL zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosit... function ZEND_FASTCALL (line 2783) | ZEND_FASTCALL zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) function ZEND_FASTCALL (line 2822) | ZEND_FASTCALL zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) function ZEND_FASTCALL (line 2856) | ZEND_FASTCALL zend_hash_get_current_key_ex(const HashTable *ht, zend_str... function ZEND_FASTCALL (line 2880) | ZEND_FASTCALL zend_hash_get_current_key_zval_ex(const HashTable *ht, zva... function ZEND_FASTCALL (line 2903) | ZEND_FASTCALL zend_hash_get_current_key_type_ex(HashTable *ht, HashPosit... function ZEND_API (line 2925) | ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht... function ZEND_API (line 2943) | ZEND_API void zend_hash_bucket_swap(Bucket *p, Bucket *q) function ZEND_API (line 2962) | ZEND_API void zend_hash_bucket_renum_swap(Bucket *p, Bucket *q) function ZEND_API (line 2971) | ZEND_API void zend_hash_bucket_packed_swap(Bucket *p, Bucket *q) function zend_hash_sort_internal (line 2986) | static void zend_hash_sort_internal(HashTable *ht, sort_func_t sort, buc... function ZEND_FASTCALL (line 3078) | ZEND_FASTCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, bucket_... function zend_array_sort_ex (line 3084) | void ZEND_FASTCALL zend_array_sort_ex(HashTable *ht, sort_func_t sort, b... function zend_always_inline (line 3105) | static zend_always_inline int zend_hash_compare_impl(HashTable *ht1, Has... function ZEND_API (line 3207) | ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_f... function ZEND_API (line 3234) | ZEND_API zval* ZEND_FASTCALL zend_hash_minmax(const HashTable *ht, compa... function ZEND_FASTCALL (line 3301) | ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t length... function ZEND_API (line 3344) | ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht) function ZEND_API (line 3397) | ZEND_API HashTable* ZEND_FASTCALL zend_proptable_to_symtable(HashTable *... FILE: Zend/zend_hash.h type zend_hash_key (line 94) | typedef struct _zend_hash_key { function zend_always_inline (line 187) | static zend_always_inline zval *zend_hash_find_ex(const HashTable *ht, z... function zend_always_inline (line 232) | static zend_always_inline bool zend_hash_exists(const HashTable *ht, zen... function zend_always_inline (line 237) | static zend_always_inline bool zend_hash_str_exists(const HashTable *ht,... function zend_always_inline (line 242) | static zend_always_inline bool zend_hash_index_exists(const HashTable *h... function zend_always_inline (line 260) | static zend_always_inline zend_result zend_hash_has_more_elements_ex(Has... function zend_always_inline (line 263) | static zend_always_inline zend_result zend_hash_has_more_elements(HashTa... function zend_always_inline (line 266) | static zend_always_inline zend_result zend_hash_move_forward(HashTable *... function zend_always_inline (line 269) | static zend_always_inline zend_result zend_hash_move_backwards(HashTable... function zend_always_inline (line 272) | static zend_always_inline int zend_hash_get_current_key(const HashTable ... function zend_always_inline (line 275) | static zend_always_inline void zend_hash_get_current_key_zval(const Hash... function zend_always_inline (line 278) | static zend_always_inline int zend_hash_get_current_key_type(HashTable *... function zend_always_inline (line 281) | static zend_always_inline zval* zend_hash_get_current_data(HashTable *ht) { function zend_always_inline (line 284) | static zend_always_inline void zend_hash_internal_pointer_reset(HashTabl... function zend_always_inline (line 287) | static zend_always_inline void zend_hash_internal_pointer_end(HashTable ... function ZEND_FASTCALL (line 305) | ZEND_FASTCALL zend_hash_sort(HashTable *ht, bucket_compare_func_t compar... function zend_always_inline (line 312) | static zend_always_inline void zend_array_sort(HashTable *ht, bucket_com... function zend_always_inline (line 316) | static zend_always_inline uint32_t zend_hash_num_elements(const HashTabl... function zend_always_inline (line 320) | static zend_always_inline zend_long zend_hash_next_free_element(const Ha... function zend_always_inline (line 363) | static zend_always_inline void zend_hash_iterators_update(HashTable *ht,... function zend_always_inline (line 371) | static zend_always_inline void zend_array_release(zend_array *array) function zend_always_inline (line 381) | static zend_always_inline void zend_hash_release(zend_array *array) function zend_always_inline (line 399) | static zend_always_inline bool _zend_handle_numeric_str(const char *key,... function zend_always_inline (line 424) | static zend_always_inline zval *zend_hash_find_ind(const HashTable *ht, ... function zend_always_inline (line 434) | static zend_always_inline zval *zend_hash_find_ex_ind(const HashTable *h... function zend_always_inline (line 444) | static zend_always_inline bool zend_hash_exists_ind(const HashTable *ht,... function zend_always_inline (line 454) | static zend_always_inline zval *zend_hash_str_find_ind(const HashTable *... function zend_always_inline (line 464) | static zend_always_inline bool zend_hash_str_exists_ind(const HashTable ... function zend_always_inline (line 473) | static zend_always_inline zval *zend_symtable_add_new(HashTable *ht, zen... function zend_always_inline (line 484) | static zend_always_inline zval *zend_symtable_update(HashTable *ht, zend... function zend_always_inline (line 496) | static zend_always_inline zval *zend_symtable_update_ind(HashTable *ht, ... function zend_always_inline (line 508) | static zend_always_inline zend_result zend_symtable_del(HashTable *ht, z... function zend_always_inline (line 520) | static zend_always_inline zend_result zend_symtable_del_ind(HashTable *h... function zend_always_inline (line 532) | static zend_always_inline zval *zend_symtable_find(const HashTable *ht, ... function zend_always_inline (line 544) | static zend_always_inline zval *zend_symtable_find_ind(const HashTable *... function zend_always_inline (line 556) | static zend_always_inline bool zend_symtable_exists(HashTable *ht, zend_... function zend_always_inline (line 568) | static zend_always_inline bool zend_symtable_exists_ind(HashTable *ht, z... function zend_always_inline (line 580) | static zend_always_inline zval *zend_symtable_str_update(HashTable *ht, ... function zend_always_inline (line 592) | static zend_always_inline zval *zend_symtable_str_update_ind(HashTable *... function zend_always_inline (line 604) | static zend_always_inline zend_result zend_symtable_str_del(HashTable *h... function zend_always_inline (line 616) | static zend_always_inline zend_result zend_symtable_str_del_ind(HashTabl... function zend_always_inline (line 628) | static zend_always_inline zval *zend_symtable_str_find(HashTable *ht, co... function zend_always_inline (line 640) | static zend_always_inline bool zend_symtable_str_exists(HashTable *ht, c... function zend_always_inline (line 651) | static zend_always_inline void *zend_hash_add_ptr(HashTable *ht, zend_st... function zend_always_inline (line 665) | static zend_always_inline void *zend_hash_add_new_ptr(HashTable *ht, zen... function zend_always_inline (line 679) | static zend_always_inline void *zend_hash_str_add_ptr(HashTable *ht, con... function zend_always_inline (line 693) | static zend_always_inline void *zend_hash_str_add_new_ptr(HashTable *ht,... function zend_always_inline (line 707) | static zend_always_inline void *zend_hash_update_ptr(HashTable *ht, zend... function zend_always_inline (line 717) | static zend_always_inline void *zend_hash_str_update_ptr(HashTable *ht, ... function zend_always_inline (line 727) | static zend_always_inline void *zend_hash_add_mem(HashTable *ht, zend_st... function zend_always_inline (line 740) | static zend_always_inline void *zend_hash_add_new_mem(HashTable *ht, zen... function zend_always_inline (line 753) | static zend_always_inline void *zend_hash_str_add_mem(HashTable *ht, con... function zend_always_inline (line 766) | static zend_always_inline void *zend_hash_str_add_new_mem(HashTable *ht,... function zend_always_inline (line 779) | static zend_always_inline void *zend_hash_update_mem(HashTable *ht, zend... function zend_always_inline (line 788) | static zend_always_inline void *zend_hash_str_update_mem(HashTable *ht, ... function zend_always_inline (line 797) | static zend_always_inline void *zend_hash_index_add_ptr(HashTable *ht, z... function zend_always_inline (line 806) | static zend_always_inline void *zend_hash_index_add_new_ptr(HashTable *h... function zend_always_inline (line 815) | static zend_always_inline void *zend_hash_index_update_ptr(HashTable *ht... function zend_always_inline (line 825) | static zend_always_inline void *zend_hash_index_add_mem(HashTable *ht, z... function zend_always_inline (line 838) | static zend_always_inline void *zend_hash_next_index_insert_ptr(HashTabl... function zend_always_inline (line 852) | static zend_always_inline void *zend_hash_index_update_mem(HashTable *ht... function zend_always_inline (line 861) | static zend_always_inline void *zend_hash_next_index_insert_mem(HashTabl... function zend_always_inline (line 875) | static zend_always_inline void *zend_hash_find_ptr(const HashTable *ht, ... function zend_always_inline (line 888) | static zend_always_inline void *zend_hash_find_ex_ptr(const HashTable *h... function zend_always_inline (line 901) | static zend_always_inline void *zend_hash_str_find_ptr(const HashTable *... function zend_always_inline (line 926) | static zend_always_inline void *zend_hash_index_find_ptr(const HashTable... function zend_always_inline (line 939) | static zend_always_inline zval *zend_hash_index_find_deref(HashTable *ht... function zend_always_inline (line 948) | static zend_always_inline zval *zend_hash_find_deref(HashTable *ht, zend... function zend_always_inline (line 957) | static zend_always_inline zval *zend_hash_str_find_deref(HashTable *ht, ... function zend_always_inline (line 966) | static zend_always_inline void *zend_symtable_str_find_ptr(HashTable *ht... function zend_always_inline (line 977) | static zend_always_inline void *zend_hash_get_current_data_ptr_ex(HashTa... function zend_always_inline (line 1587) | static zend_always_inline bool zend_array_is_list(zend_array *array) function zend_always_inline (line 1621) | static zend_always_inline zval *_zend_hash_append_ex(HashTable *ht, zend... function zend_always_inline (line 1642) | static zend_always_inline zval *_zend_hash_append(HashTable *ht, zend_st... function zend_always_inline (line 1647) | static zend_always_inline zval *_zend_hash_append_ptr_ex(HashTable *ht, ... function zend_always_inline (line 1668) | static zend_always_inline zval *_zend_hash_append_ptr(HashTable *ht, zen... function zend_always_inline (line 1673) | static zend_always_inline void _zend_hash_append_ind(HashTable *ht, zend... FILE: Zend/zend_highlight.c function ZEND_API (line 28) | ZEND_API void zend_html_putc(char c) function ZEND_API (line 50) | ZEND_API void zend_html_puts(const char *s, size_t len) function ZEND_API (line 78) | ZEND_API void zend_highlight(zend_syntax_highlighter_ini *syntax_highlig... function ZEND_API (line 167) | ZEND_API void zend_strip(void) FILE: Zend/zend_highlight.h type zend_syntax_highlighter_ini (line 32) | typedef struct _zend_syntax_highlighter_ini { FILE: Zend/zend_hrtime.c function zend_startup_hrtime (line 56) | void zend_startup_hrtime(void) FILE: Zend/zend_hrtime.h type zend_hrtime_t (line 75) | typedef uint64_t zend_hrtime_t; function zend_hrtime (line 79) | zend_hrtime(void) FILE: Zend/zend_inheritance.c type zend_inheritance_status (line 40) | typedef zend_inheritance_status inheritance_status; type prop_variance (line 42) | typedef enum { function zend_type_list_copy_ctor (line 68) | static void zend_type_list_copy_ctor( function zend_type_copy_ctor (line 90) | static void zend_type_copy_ctor(zend_type *const type, bool use_arena, b... function zend_function (line 98) | static zend_function *zend_duplicate_internal_function(zend_function *fu... function zend_always_inline (line 117) | static zend_always_inline zend_function *zend_duplicate_function(zend_fu... function do_inherit_parent_constructor (line 133) | static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */ function zend_string (line 227) | static zend_string *resolve_class_name(zend_class_entry *scope, zend_str... function class_visible (line 242) | static bool class_visible(const zend_class_entry *ce) { function zend_always_inline (line 252) | static zend_always_inline void register_unresolved_class(zend_string *na... function zend_class_entry (line 261) | static zend_class_entry *lookup_class_ex( function zend_class_entry (line 307) | static zend_class_entry *lookup_class(zend_class_entry *scope, zend_stri... function unlinked_instanceof (line 312) | static bool unlinked_instanceof(zend_class_entry *ce1, const zend_class_... function zend_type_permits_self (line 363) | static bool zend_type_permits_self( function track_class_dependency (line 385) | static void track_class_dependency(zend_class_entry *ce, zend_string *cl... function inheritance_status (line 429) | static inheritance_status zend_is_intersection_subtype_of_class( function inheritance_status (line 473) | static inheritance_status zend_is_class_subtype_of_type( function zend_string (line 564) | static zend_string *get_class_from_type(zend_class_entry *scope, zend_ty... function register_unresolved_classes (line 571) | static void register_unresolved_classes(zend_class_entry *scope, zend_ty... function inheritance_status (line 585) | static inheritance_status zend_is_intersection_subtype_of_type( function ZEND_API (line 651) | ZEND_API inheritance_status zend_perform_covariant_type_check( function inheritance_status (line 742) | static inheritance_status zend_do_perform_arg_type_hint_check( function inheritance_status (line 766) | static inheritance_status zend_do_perform_implementation_check( function ZEND_COLD (line 876) | static ZEND_COLD void zend_append_type_hint( function ZEND_COLD (line 890) | static ZEND_COLD zend_string *zend_get_function_declaration( function zend_always_inline (line 1027) | static zend_always_inline zend_string *func_filename(const zend_function... function zend_always_inline (line 1031) | static zend_always_inline uint32_t func_lineno(const zend_function *fn) { function emit_incompatible_method_error (line 1035) | static void ZEND_COLD emit_incompatible_method_error( function perform_delayable_implementation_check (line 1079) | static void perform_delayable_implementation_check( function inheritance_status (line 1104) | static inheritance_status do_inheritance_check_on_method( function do_inherit_method (line 1226) | static void do_inherit_method(zend_string *key, zend_function *parent, z... function inheritance_status (line 1257) | static inheritance_status full_property_types_compatible( function ZEND_COLD (line 1286) | static ZEND_COLD void emit_incompatible_property_error( function ZEND_COLD (line 1299) | static ZEND_COLD void emit_set_hook_type_error(const zend_property_info ... function inheritance_status (line 1312) | static inheritance_status verify_property_type_compatibility( function property_has_operation (line 1341) | static bool property_has_operation(zend_property_info *prop_info, zend_p... function inherit_property_hook (line 1348) | static void inherit_property_hook( function prop_variance (line 1410) | static prop_variance prop_get_variance(const zend_property_info *prop_in... function do_inherit_property (line 1423) | static void do_inherit_property(zend_property_info *parent_info, zend_st... function do_implement_interface (line 1557) | static inline void do_implement_interface(zend_class_entry *ce, zend_cla... function zend_do_inherit_interfaces (line 1567) | static void zend_do_inherit_interfaces(zend_class_entry *ce, const zend_... function emit_incompatible_class_constant_error (line 1602) | static void emit_incompatible_class_constant_error( function inheritance_status (line 1614) | static inheritance_status class_constant_types_compatible(const zend_cla... function do_inherit_class_constant (line 1628) | static void do_inherit_class_constant(zend_string *name, zend_class_cons... function zend_build_properties_info_table (line 1658) | void zend_build_properties_info_table(zend_class_entry *ce) function ZEND_API (line 1714) | ZEND_API void zend_verify_hooked_property(zend_class_entry *ce, zend_pro... function zend_hooked_property_variance_error_ex (line 1767) | void zend_hooked_property_variance_error_ex(zend_string *value_param_nam... function zend_hooked_property_variance_error (line 1773) | void zend_hooked_property_variance_error(const zend_property_info *prop_... function ZEND_API (line 1779) | ZEND_API inheritance_status zend_verify_property_hook_variance(const zen... function zend_link_hooked_object_iter (line 1800) | static void zend_link_hooked_object_iter(zend_class_entry *ce) { function ZEND_API (line 1817) | ZEND_API void zend_do_inheritance_ex(zend_class_entry *ce, zend_class_en... function zend_always_inline (line 2026) | static zend_always_inline bool check_trait_property_or_constant_value_co... function do_inherit_constant_check (line 2063) | static bool do_inherit_constant_check( function do_inherit_iface_constant (line 2111) | static void do_inherit_iface_constant(zend_string *name, zend_class_cons... function do_interface_implementation (line 2135) | static void do_interface_implementation(zend_class_entry *ce, zend_class... function ZEND_API (line 2179) | ZEND_API void zend_do_implement_interface(zend_class_entry *ce, zend_cla... function zend_do_implement_interfaces (line 2221) | static void zend_do_implement_interfaces(zend_class_entry *ce, zend_clas... function zend_inheritance_check_override (line 2289) | void zend_inheritance_check_override(zend_class_entry *ce) function zend_class_entry (line 2330) | static zend_class_entry *fixup_trait_scope(const zend_function *fn, zend... function zend_add_trait_method (line 2336) | static void zend_add_trait_method(zend_class_entry *ce, zend_string *nam... function zend_fixup_trait_method (line 2411) | static void zend_fixup_trait_method(zend_function *fn, zend_class_entry ... function zend_traits_check_private_final_inheritance (line 2427) | static void zend_traits_check_private_final_inheritance(uint32_t origina... function zend_traits_copy_functions (line 2440) | static void zend_traits_copy_functions(zend_string *fnname, zend_functio... function zend_check_trait_usage (line 2511) | static uint32_t zend_check_trait_usage(zend_class_entry *ce, zend_class_... function zend_traits_init_trait_structures (line 2530) | static void zend_traits_init_trait_structures(zend_class_entry *ce, zend... function zend_do_traits_method_binding (line 2685) | static void zend_do_traits_method_binding(zend_class_entry *ce, zend_cla... function zend_class_entry (line 2722) | static const zend_class_entry* find_first_constant_definition(const zend... function emit_incompatible_trait_constant_error (line 2746) | static void emit_incompatible_trait_constant_error( function do_trait_constant_check (line 2759) | static bool do_trait_constant_check( function zend_do_traits_constant_binding (line 2799) | static void zend_do_traits_constant_binding(zend_class_entry *ce, zend_c... function zend_class_entry (line 2843) | static const zend_class_entry* find_first_property_definition(const zend... function zend_do_traits_property_binding (line 2860) | static void zend_do_traits_property_binding(zend_class_entry *ce, zend_c... function zend_do_bind_traits (line 3001) | static void zend_do_bind_traits(zend_class_entry *ce, zend_class_entry *... type zend_abstract_info (line 3036) | typedef struct _zend_abstract_info { function zend_verify_abstract_class_function (line 3041) | static void zend_verify_abstract_class_function(const zend_function *fn,... function zend_verify_abstract_class (line 3050) | void zend_verify_abstract_class(zend_class_entry *ce) /* {{{ */ type variance_obligation (line 3100) | typedef struct { function variance_obligation_dtor (line 3135) | static void variance_obligation_dtor(zval *zv) { function variance_obligation_ht_dtor (line 3139) | static void variance_obligation_ht_dtor(zval *zv) { function HashTable (line 3144) | static HashTable *get_or_init_obligations_for_class(zend_class_entry *ce) { function add_dependency_obligation (line 3165) | static void add_dependency_obligation(zend_class_entry *ce, zend_class_e... function add_compatibility_obligation (line 3173) | static void add_compatibility_obligation( function add_property_compatibility_obligation (line 3196) | static void add_property_compatibility_obligation( function add_class_constant_compatibility_obligation (line 3208) | static void add_class_constant_compatibility_obligation( function add_property_hook_obligation (line 3220) | static void add_property_hook_obligation( function check_variance_obligation (line 3232) | static void check_variance_obligation(variance_obligation *obligation) { function load_delayed_classes (line 3271) | static void load_delayed_classes(zend_class_entry *ce) { function resolve_delayed_variance_obligations (line 3299) | static void resolve_delayed_variance_obligations(zend_class_entry *ce) { function check_unrecoverable_load_failure (line 3319) | static void check_unrecoverable_load_failure(const zend_class_entry *ce) { function zend_op_array (line 3337) | static zend_op_array *zend_lazy_method_load( function zend_class_entry (line 3352) | static zend_class_entry *zend_lazy_class_load(zend_class_entry *pce) function ZEND_API (line 3492) | ZEND_API zend_class_entry *zend_do_link_class(zend_class_entry *ce, zend... function inheritance_status (line 3764) | static inheritance_status zend_can_early_bind(zend_class_entry *ce, zend... function zend_always_inline (line 3831) | static zend_always_inline bool register_early_bound_ce(zval *delayed_ear... function ZEND_API (line 3855) | ZEND_API zend_class_entry *zend_try_early_bind(zend_class_entry *ce, zen... FILE: Zend/zend_inheritance.h function zend_always_inline (line 31) | static zend_always_inline void zend_do_inheritance(zend_class_entry *ce,... type zend_inheritance_status (line 46) | typedef enum { FILE: Zend/zend_ini.c function zend_is_whitespace (line 35) | static inline bool zend_is_whitespace(char c) { function zend_remove_ini_entries (line 42) | static int zend_remove_ini_entries(zval *el, void *arg) /* {{{ */ function zend_result (line 51) | static zend_result zend_restore_ini_entry_cb(zend_ini_entry *ini_entry, ... function free_ini_entry (line 81) | static void free_ini_entry(zval *zv) /* {{{ */ function ZEND_API (line 99) | ZEND_API void zend_ini_startup(void) /* {{{ */ function ZEND_API (line 110) | ZEND_API void zend_ini_shutdown(void) /* {{{ */ function ZEND_API (line 116) | ZEND_API void zend_ini_dtor(HashTable *ini_directives) /* {{{ */ function ZEND_API (line 123) | ZEND_API void zend_ini_global_shutdown(void) /* {{{ */ function ZEND_API (line 130) | ZEND_API void zend_ini_deactivate(void) /* {{{ */ function copy_ini_entry (line 146) | static void copy_ini_entry(zval *zv) /* {{{ */ function ZEND_API (line 165) | ZEND_API void zend_copy_ini_directives(void) /* {{{ */ function ini_key_compare (line 176) | static int ini_key_compare(Bucket *f, Bucket *s) /* {{{ */ function ZEND_API (line 195) | ZEND_API void zend_ini_sort_entries(void) /* {{{ */ function ZEND_API (line 204) | ZEND_API zend_result zend_register_ini_entries_ex(const zend_ini_entry_d... function ZEND_API (line 268) | ZEND_API zend_result zend_register_ini_entries(const zend_ini_entry_def ... function ZEND_API (line 283) | ZEND_API void zend_unregister_ini_entries_ex(int module_number, int modu... function ZEND_API (line 297) | ZEND_API void zend_unregister_ini_entries(int module_number) /* {{{ */ function ZEND_API (line 312) | ZEND_API void zend_ini_refresh_caches(int stage) /* {{{ */ function ZEND_API (line 325) | ZEND_API zend_result zend_alter_ini_entry(zend_string *name, zend_string... function ZEND_API (line 332) | ZEND_API zend_result zend_alter_ini_entry_chars(zend_string *name, const... function ZEND_API (line 344) | ZEND_API zend_result zend_alter_ini_entry_chars_ex(zend_string *name, co... function ZEND_API (line 356) | ZEND_API zend_result zend_alter_ini_entry_ex(zend_string *name, zend_str... function ZEND_API (line 408) | ZEND_API zend_result zend_restore_ini_entry(zend_string *name, int stage... function ZEND_API (line 429) | ZEND_API zend_result zend_ini_register_displayer(const char *name, uint3... function ZEND_API (line 447) | ZEND_API zend_long zend_ini_long(const char *name, size_t name_length, i... function ZEND_API (line 464) | ZEND_API double zend_ini_double(const char *name, size_t name_length, in... function ZEND_API (line 481) | ZEND_API char *zend_ini_string_ex(const char *name, size_t name_length, ... function ZEND_API (line 505) | ZEND_API char *zend_ini_string(const char *name, size_t name_length, int... function ZEND_API (line 521) | ZEND_API zend_string *zend_ini_str_ex(const char *name, size_t name_leng... function ZEND_API (line 545) | ZEND_API zend_string *zend_ini_str(const char *name, size_t name_length,... function ZEND_API (line 560) | ZEND_API zend_string *zend_ini_get_value(zend_string *name) /* {{{ */ function ZEND_API (line 573) | ZEND_API bool zend_ini_parse_bool(zend_string *str) type zend_ini_parse_quantity_signed_result_t (line 585) | typedef enum { function zend_ulong (line 623) | static zend_ulong zend_ini_parse_quantity_internal(zend_string *value, z... function ZEND_API (line 857) | ZEND_API zend_long zend_ini_parse_quantity(zend_string *value, zend_stri... function ZEND_API (line 863) | ZEND_API zend_ulong zend_ini_parse_uquantity(zend_string *value, zend_st... function ZEND_API (line 869) | ZEND_API zend_long zend_ini_parse_quantity_warn(zend_string *value, zend... function ZEND_API (line 883) | ZEND_API zend_ulong zend_ini_parse_uquantity_warn(zend_string *value, ze... function ZEND_INI_DISP (line 897) | ZEND_INI_DISP(zend_ini_boolean_displayer_cb) /* {{{ */ function ZEND_INI_DISP (line 924) | ZEND_INI_DISP(zend_ini_color_displayer_cb) /* {{{ */ function ZEND_INI_DISP (line 951) | ZEND_INI_DISP(display_link_numbers) /* {{{ */ function ZEND_API (line 974) | ZEND_API ZEND_INI_MH(OnUpdateBool) /* {{{ */ function ZEND_API (line 982) | ZEND_API ZEND_INI_MH(OnUpdateLong) /* {{{ */ function ZEND_API (line 990) | ZEND_API ZEND_INI_MH(OnUpdateLongGEZero) /* {{{ */ function ZEND_API (line 1004) | ZEND_API ZEND_INI_MH(OnUpdateReal) /* {{{ */ function ZEND_API (line 1012) | ZEND_API ZEND_INI_MH(OnUpdateString) /* {{{ */ function ZEND_API (line 1020) | ZEND_API ZEND_INI_MH(OnUpdateStringUnempty) /* {{{ */ function ZEND_API (line 1032) | ZEND_API ZEND_INI_MH(OnUpdateStr) /* {{{ */ function ZEND_API (line 1040) | ZEND_API ZEND_INI_MH(OnUpdateStrNotEmpty) /* {{{ */ FILE: Zend/zend_ini.h type zend_ini_entry_def (line 33) | typedef struct _zend_ini_entry_def { type _zend_ini_entry (line 47) | struct _zend_ini_entry { type zend_ini_parser_param (line 248) | typedef struct _zend_ini_parser_param { FILE: Zend/zend_ini_scanner.h type zend_file_handle (line 25) | typedef struct _zend_file_handle zend_file_handle; FILE: Zend/zend_interfaces.c function ZEND_API (line 39) | ZEND_API zval* zend_call_method(zend_object *object, zend_class_entry *o... function ZEND_API (line 91) | ZEND_API void zend_user_it_new_iterator(zend_class_entry *ce, zval *obje... function ZEND_API (line 99) | ZEND_API void zend_user_it_invalidate_current(zend_object_iterator *_iter) function zend_user_it_dtor (line 111) | static void zend_user_it_dtor(zend_object_iterator *_iter) function ZEND_API (line 122) | ZEND_API zend_result zend_user_it_valid(zend_object_iterator *_iter) function ZEND_API (line 139) | ZEND_API zval *zend_user_it_get_current_data(zend_object_iterator *_iter) function ZEND_API (line 152) | ZEND_API void zend_user_it_get_current_key(zend_object_iterator *_iter, ... function ZEND_API (line 164) | ZEND_API void zend_user_it_move_forward(zend_object_iterator *_iter) function ZEND_API (line 175) | ZEND_API void zend_user_it_rewind(zend_object_iterator *_iter) function ZEND_API (line 185) | ZEND_API HashTable *zend_user_it_get_gc(zend_object_iterator *_iter, zva... function zend_object_iterator (line 213) | static zend_object_iterator *zend_user_it_get_iterator(zend_class_entry ... function ZEND_API (line 236) | ZEND_API zend_object_iterator *zend_user_it_get_new_iterator(zend_class_... function zend_implement_traversable (line 260) | static int zend_implement_traversable(zend_class_entry *interface, zend_... function zend_implement_aggregate (line 288) | static int zend_implement_aggregate(zend_class_entry *interface, zend_cl... function zend_implement_iterator (line 330) | static int zend_implement_iterator(zend_class_entry *interface, zend_cla... function zend_implement_arrayaccess (line 384) | static int zend_implement_arrayaccess(zend_class_entry *interface, zend_... function ZEND_API (line 406) | ZEND_API int zend_user_serialize(zval *object, unsigned char **buffer, s... function ZEND_API (line 443) | ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, c... function zend_implement_serializable (line 465) | static int zend_implement_serializable(zend_class_entry *interface, zend... type zend_internal_iterator (line 490) | typedef struct { function zend_object (line 496) | static zend_object *zend_internal_iterator_create(zend_class_entry *ce) { function ZEND_API (line 504) | ZEND_API zend_result zend_create_internal_iterator_zval(zval *return_val... function zend_internal_iterator_free (line 520) | static void zend_internal_iterator_free(zend_object *obj) { function zend_internal_iterator (line 528) | static zend_internal_iterator *zend_internal_iterator_fetch(zval *This) { function zend_result (line 538) | static zend_result zend_internal_iterator_ensure_rewound(zend_internal_i... function ZEND_API (line 651) | ZEND_API void zend_register_interfaces(void) FILE: Zend/zend_interfaces.h type zend_user_iterator (line 35) | typedef struct _zend_user_iterator { function zend_always_inline (line 43) | static zend_always_inline zval* zend_call_method_with_0_params(zend_obje... function zend_always_inline (line 49) | static zend_always_inline zval* zend_call_method_with_1_params(zend_obje... function zend_always_inline (line 55) | static zend_always_inline zval* zend_call_method_with_2_params(zend_obje... FILE: Zend/zend_interfaces.stub.php type Traversable (line 5) | interface Traversable {} type IteratorAggregate (line 7) | interface IteratorAggregate extends Traversable method getIterator (line 10) | public function getIterator(): Traversable; type Iterator (line 13) | interface Iterator extends Traversable method current (line 16) | public function current(): mixed; method next (line 19) | public function next(): void; method key (line 22) | public function key(): mixed; method valid (line 25) | public function valid(): bool; method rewind (line 28) | public function rewind(): void; type ArrayAccess (line 31) | interface ArrayAccess method offsetExists (line 34) | public function offsetExists(mixed $offset): bool; method offsetGet (line 40) | public function offsetGet(mixed $offset): mixed; method offsetSet (line 43) | public function offsetSet(mixed $offset, mixed $value): void; method offsetUnset (line 46) | public function offsetUnset(mixed $offset): void; type Serializable (line 49) | interface Serializable method serialize (line 52) | public function serialize(); method unserialize (line 55) | public function unserialize(string $data); type Countable (line 58) | interface Countable method count (line 61) | public function count(): int; type Stringable (line 64) | interface Stringable method __toString (line 66) | public function __toString(): string; class InternalIterator (line 72) | final class InternalIterator implements Iterator method __construct (line 74) | private function __construct() {} method current (line 76) | public function current(): mixed {} method key (line 78) | public function key(): mixed {} method next (line 80) | public function next(): void {} method valid (line 82) | public function valid(): bool {} method rewind (line 84) | public function rewind(): void {} FILE: Zend/zend_interfaces_arginfo.h function zend_class_entry (line 120) | static zend_class_entry *register_class_Traversable(void) function zend_class_entry (line 130) | static zend_class_entry *register_class_IteratorAggregate(zend_class_ent... function zend_class_entry (line 141) | static zend_class_entry *register_class_Iterator(zend_class_entry *class... function zend_class_entry (line 152) | static zend_class_entry *register_class_ArrayAccess(void) function zend_class_entry (line 162) | static zend_class_entry *register_class_Serializable(void) function zend_class_entry (line 172) | static zend_class_entry *register_class_Countable(void) function zend_class_entry (line 182) | static zend_class_entry *register_class_Stringable(void) function zend_class_entry (line 192) | static zend_class_entry *register_class_InternalIterator(zend_class_entr... FILE: Zend/zend_istdiostream.h function class (line 24) | class istdiostream : public istream FILE: Zend/zend_iterators.c function ZEND_API (line 57) | ZEND_API void zend_register_iterator_wrapper(void) function iter_wrapper_free (line 63) | static void iter_wrapper_free(zend_object *object) function iter_wrapper_dtor (line 69) | static void iter_wrapper_dtor(zend_object *object) function HashTable (line 73) | static HashTable *iter_wrapper_get_gc(zend_object *object, zval **table,... function ZEND_API (line 84) | ZEND_API void zend_iterator_init(zend_object_iterator *iter) function ZEND_API (line 89) | ZEND_API void zend_iterator_dtor(zend_object_iterator *iter) function ZEND_API (line 98) | ZEND_API zend_object_iterator* zend_iterator_unwrap(zval *array_ptr) FILE: Zend/zend_iterators.h type zend_object_iterator (line 32) | typedef struct _zend_object_iterator zend_object_iterator; type zend_object_iterator_funcs (line 34) | typedef struct _zend_object_iterator_funcs { type _zend_object_iterator (line 64) | struct _zend_object_iterator { type zend_class_iterator_funcs (line 71) | typedef struct _zend_class_iterator_funcs { type zend_class_arrayaccess_funcs (line 80) | typedef struct _zend_class_arrayaccess_funcs { FILE: Zend/zend_language_scanner.h type zend_lex_state (line 25) | typedef struct _zend_lex_state { type zend_heredoc_label (line 64) | typedef struct _zend_heredoc_label { type zend_nest_location (line 72) | typedef struct _zend_nest_location { FILE: Zend/zend_lazy_objects.c type zend_lazy_object_info (line 57) | typedef struct _zend_lazy_object_info { function zend_lazy_object_info_dtor_func (line 70) | static void zend_lazy_object_info_dtor_func(zval *pElement) function zend_lazy_objects_init (line 85) | void zend_lazy_objects_init(zend_lazy_objects_store *store) function zend_lazy_objects_destroy (line 90) | void zend_lazy_objects_destroy(zend_lazy_objects_store *store) function zend_lazy_object_set_info (line 96) | static void zend_lazy_object_set_info(zend_object *obj, zend_lazy_object... function zend_lazy_object_info (line 105) | static zend_lazy_object_info* zend_lazy_object_get_info(zend_object *obj) function zend_lazy_object_has_stale_info (line 115) | static bool zend_lazy_object_has_stale_info(zend_object *obj) function zval (line 120) | zval* zend_lazy_object_get_initializer_zv(zend_object *obj) function zend_fcall_info_cache (line 131) | static zend_fcall_info_cache* zend_lazy_object_get_initializer_fcc(zend_... function zend_object (line 142) | zend_object* zend_lazy_object_get_instance(zend_object *obj) function zend_lazy_object_flags_t (line 157) | zend_lazy_object_flags_t zend_lazy_object_get_flags(zend_object *obj) function zend_lazy_object_del_info (line 162) | void zend_lazy_object_del_info(zend_object *obj) function zend_lazy_object_decr_lazy_props (line 168) | bool zend_lazy_object_decr_lazy_props(zend_object *obj) function ZEND_API (line 186) | ZEND_API bool zend_class_can_be_lazy(zend_class_entry *ce) function zlo_hash_remove_dyn_props_func (line 202) | static int zlo_hash_remove_dyn_props_func(zval *pDest) function zlo_is_iterating (line 211) | static bool zlo_is_iterating(zend_object *object) function ZEND_API (line 225) | ZEND_API zend_object *zend_object_make_lazy(zend_object *obj, function ZEND_API (line 379) | ZEND_API zend_object *zend_lazy_object_mark_as_initialized(zend_object *... function zend_lazy_object_revert_init (line 405) | static void zend_lazy_object_revert_init(zend_object *obj, zval *propert... function zend_lazy_object_compatible (line 447) | static bool zend_lazy_object_compatible(zend_object *real_object, zend_o... function zend_object (line 469) | static zend_object *zend_lazy_object_init_proxy(zend_object *obj) function ZEND_API (line 560) | ZEND_API zend_object *zend_lazy_object_init(zend_object *obj) function zend_lazy_object_realize (line 676) | void zend_lazy_object_realize(zend_object *obj) function ZEND_API (line 692) | ZEND_API HashTable *zend_lazy_object_get_properties(zend_object *object) function zend_object (line 712) | zend_object *zend_lazy_object_clone(zend_object *old_obj) function HashTable (line 758) | HashTable *zend_lazy_object_debug_info(zend_object *object, int *is_temp) function HashTable (line 778) | HashTable *zend_lazy_object_get_gc(zend_object *zobj, zval **table, int *n) function zend_property_info (line 814) | zend_property_info *zend_lazy_object_get_property_info_for_slot(zend_obj... FILE: Zend/zend_lazy_objects.h type zend_lazy_object_flags_t (line 49) | typedef uint8_t zend_lazy_object_flags_t; type zend_lazy_objects_store (line 51) | typedef struct _zend_lazy_objects_store { type zend_property_info (line 56) | typedef struct _zend_property_info zend_property_info; type zend_fcall_info (line 57) | typedef struct _zend_fcall_info zend_fcall_info; type zend_fcall_info_cache (line 58) | typedef struct _zend_fcall_info_cache zend_fcall_info_cache; function zend_always_inline (line 81) | static zend_always_inline bool zend_object_is_lazy(zend_object *obj) function zend_always_inline (line 86) | static zend_always_inline bool zend_object_is_lazy_proxy(zend_object *obj) function zend_always_inline (line 91) | static zend_always_inline bool zend_lazy_object_initialized(zend_object ... function zend_always_inline (line 98) | static zend_always_inline bool zend_lazy_object_must_init(zend_object *obj) function zend_lazy_object_initialize_on_serialize (line 103) | static inline bool zend_lazy_object_initialize_on_serialize(zend_object ... FILE: Zend/zend_list.c function ZEND_API (line 32) | ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type) function ZEND_FASTCALL (line 46) | ZEND_FASTCALL zend_list_delete(zend_resource *res) function ZEND_FASTCALL (line 55) | ZEND_FASTCALL zend_list_free(zend_resource *res) function zend_resource_dtor (line 61) | static void zend_resource_dtor(zend_resource *res) function ZEND_FASTCALL (line 78) | ZEND_FASTCALL zend_list_close(zend_resource *res) function ZEND_API (line 87) | ZEND_API zend_resource* zend_register_resource(void *rsrc_pointer, int r... function ZEND_API (line 96) | ZEND_API void *zend_fetch_resource2(zend_resource *res, const char *reso... function ZEND_API (line 117) | ZEND_API void *zend_fetch_resource(zend_resource *res, const char *resou... function ZEND_API (line 132) | ZEND_API void *zend_fetch_resource_ex(zval *res, const char *resource_ty... function ZEND_API (line 153) | ZEND_API void *zend_fetch_resource2_ex(zval *res, const char *resource_t... function list_entry_destructor (line 174) | void list_entry_destructor(zval *zv) function plist_entry_destructor (line 185) | void plist_entry_destructor(zval *zv) function ZEND_API (line 202) | ZEND_API void zend_init_rsrc_list(void) function zend_init_rsrc_plist (line 209) | void zend_init_rsrc_plist(void) function zend_close_rsrc_list (line 215) | void zend_close_rsrc_list(HashTable *ht) function zend_destroy_rsrc_list (line 232) | void zend_destroy_rsrc_list(HashTable *ht) function clean_module_resource (line 238) | static int clean_module_resource(zval *zv, void *arg) function zend_clean_module_rsrc_dtors_cb (line 246) | static int zend_clean_module_rsrc_dtors_cb(zval *zv, void *arg) function zend_clean_module_rsrc_dtors (line 259) | void zend_clean_module_rsrc_dtors(int module_number) function ZEND_API (line 265) | ZEND_API int zend_register_list_destructors_ex(rsrc_dtor_func_t ld, rsrc... function ZEND_API (line 285) | ZEND_API int zend_fetch_list_dtor_id(const char *type_name) function list_destructors_dtor (line 298) | static void list_destructors_dtor(zval *zv) function zend_init_rsrc_list_dtors (line 303) | void zend_init_rsrc_list_dtors(void) function zend_destroy_rsrc_list_dtors (line 310) | void zend_destroy_rsrc_list_dtors(void) function ZEND_API (line 328) | ZEND_API zend_resource* zend_register_persistent_resource_ex(zend_string... function ZEND_API (line 342) | ZEND_API zend_resource* zend_register_persistent_resource(const char *ke... FILE: Zend/zend_list.h type zend_rsrc_list_dtors_entry (line 31) | typedef struct _zend_rsrc_list_dtors_entry { FILE: Zend/zend_llist.c function ZEND_API (line 24) | ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_fun... function ZEND_API (line 34) | ZEND_API void zend_llist_add_element(zend_llist *l, const void *element) function ZEND_API (line 52) | ZEND_API void zend_llist_prepend_element(zend_llist *l, const void *elem... function ZEND_API (line 88) | ZEND_API void zend_llist_del_element(zend_llist *l, void *element, int (... function ZEND_API (line 102) | ZEND_API void zend_llist_destroy(zend_llist *l) function ZEND_API (line 121) | ZEND_API void zend_llist_clean(zend_llist *l) function ZEND_API (line 128) | ZEND_API void zend_llist_remove_tail(zend_llist *l) function ZEND_API (line 151) | ZEND_API void zend_llist_copy(zend_llist *dst, zend_llist *src) function ZEND_API (line 164) | ZEND_API void zend_llist_apply_with_del(zend_llist *l, int (*func)(void ... function ZEND_API (line 179) | ZEND_API void zend_llist_apply(zend_llist *l, llist_apply_func_t func) function zend_llist_swap (line 188) | static void zend_llist_swap(zend_llist_element **p, zend_llist_element **q) function ZEND_API (line 196) | ZEND_API void zend_llist_sort(zend_llist *l, llist_compare_func_t comp_f... function ZEND_API (line 231) | ZEND_API void zend_llist_apply_with_argument(zend_llist *l, llist_apply_... function ZEND_API (line 241) | ZEND_API void zend_llist_apply_with_arguments(zend_llist *l, llist_apply... function ZEND_API (line 254) | ZEND_API size_t zend_llist_count(zend_llist *l) function ZEND_API (line 260) | ZEND_API void *zend_llist_get_first_ex(zend_llist *l, zend_llist_positio... function ZEND_API (line 273) | ZEND_API void *zend_llist_get_last_ex(zend_llist *l, zend_llist_position... function ZEND_API (line 286) | ZEND_API void *zend_llist_get_next_ex(zend_llist *l, zend_llist_position... function ZEND_API (line 300) | ZEND_API void *zend_llist_get_prev_ex(zend_llist *l, zend_llist_position... FILE: Zend/zend_llist.h type zend_llist_element (line 25) | typedef struct _zend_llist_element { type zend_llist (line 37) | typedef struct _zend_llist { type zend_llist_element (line 47) | typedef zend_llist_element* zend_llist_position; function zend_always_inline (line 71) | static zend_always_inline void *zend_llist_get_first(zend_llist *l) function zend_always_inline (line 76) | static zend_always_inline void *zend_llist_get_last(zend_llist *l) function zend_always_inline (line 81) | static zend_always_inline void *zend_llist_get_next(zend_llist *l) function zend_always_inline (line 86) | static zend_always_inline void *zend_llist_get_prev(zend_llist *l) FILE: Zend/zend_long.h type zend_long (line 32) | typedef int64_t zend_long; type zend_ulong (line 33) | typedef uint64_t zend_ulong; type zend_off_t (line 34) | typedef int64_t zend_off_t; type zend_long (line 42) | typedef int32_t zend_long; type zend_ulong (line 43) | typedef uint32_t zend_ulong; type zend_off_t (line 44) | typedef int32_t zend_off_t; FILE: Zend/zend_map_ptr.h type zend_string (line 24) | typedef struct _zend_string zend_string; FILE: Zend/zend_max_execution_timer.c function ZEND_API (line 51) | ZEND_API void zend_max_execution_timer_init(void) /* {{{ */ function zend_max_execution_timer_settime (line 90) | void zend_max_execution_timer_settime(zend_long seconds) /* {{{ }*/ function zend_max_execution_timer_shutdown (line 118) | void zend_max_execution_timer_shutdown(void) /* {{{ */ FILE: Zend/zend_mmap.h function zend_always_inline (line 37) | static zend_always_inline void zend_mmap_set_name(const void *start, siz... FILE: Zend/zend_modules.h type _zend_ini_entry (line 67) | struct _zend_ini_entry type zend_module_entry (line 68) | typedef struct _zend_module_entry zend_module_entry; type zend_module_dep (line 69) | typedef struct _zend_module_dep zend_module_dep; type _zend_module_entry (line 71) | struct _zend_module_entry { type _zend_module_dep (line 116) | struct _zend_module_dep { FILE: Zend/zend_multibyte.c function zend_encoding (line 26) | static const zend_encoding *dummy_encoding_fetcher(const char *encoding_... function dummy_encoding_lexer_compatibility_checker (line 36) | static bool dummy_encoding_lexer_compatibility_checker(const zend_encodi... function zend_encoding (line 41) | static const zend_encoding *dummy_encoding_detector(const unsigned char ... function dummy_encoding_converter (line 46) | static size_t dummy_encoding_converter(unsigned char **to, size_t *to_le... function zend_result (line 51) | static zend_result dummy_encoding_list_parser(const char *encoding_list,... function zend_encoding (line 58) | static const zend_encoding *dummy_internal_encoding_getter(void) function zend_result (line 63) | static zend_result dummy_internal_encoding_setter(const zend_encoding *e... function ZEND_API (line 87) | ZEND_API zend_result zend_multibyte_set_functions(const zend_multibyte_f... function ZEND_API (line 123) | ZEND_API void zend_multibyte_restore_functions(void) function ZEND_API (line 128) | ZEND_API const zend_multibyte_functions *zend_multibyte_get_functions(void) function ZEND_API (line 133) | ZEND_API const zend_encoding *zend_multibyte_fetch_encoding(const char *... function ZEND_API (line 138) | ZEND_API const char *zend_multibyte_get_encoding_name(const zend_encodin... function ZEND_API (line 143) | ZEND_API int zend_multibyte_check_lexer_compatibility(const zend_encodin... function ZEND_API (line 148) | ZEND_API const zend_encoding *zend_multibyte_encoding_detector(const uns... function ZEND_API (line 153) | ZEND_API size_t zend_multibyte_encoding_converter(unsigned char **to, si... function ZEND_API (line 158) | ZEND_API zend_result zend_multibyte_parse_encoding_list(const char *enco... function ZEND_API (line 163) | ZEND_API const zend_encoding *zend_multibyte_get_internal_encoding(void) function ZEND_API (line 168) | ZEND_API const zend_encoding *zend_multibyte_get_script_encoding(void) function ZEND_API (line 173) | ZEND_API zend_result zend_multibyte_set_script_encoding(const zend_encod... function ZEND_API (line 183) | ZEND_API zend_result zend_multibyte_set_internal_encoding(const zend_enc... function ZEND_API (line 188) | ZEND_API zend_result zend_multibyte_set_script_encoding_by_string(const ... FILE: Zend/zend_multibyte.h type zend_encoding (line 25) | typedef struct _zend_encoding zend_encoding; type zend_encoding (line 29) | typedef const zend_encoding* (*zend_encoding_fetcher)(const char *encodi... type zend_encoding (line 32) | typedef const zend_encoding *(*zend_encoding_detector)(const unsigned ch... type zend_result (line 34) | typedef zend_result (*zend_encoding_list_parser)(const char *encoding_li... type zend_encoding (line 35) | typedef const zend_encoding *(*zend_encoding_internal_encoding_getter)(v... type zend_result (line 36) | typedef zend_result (*zend_encoding_internal_encoding_setter)(const zend... type zend_multibyte_functions (line 38) | typedef struct _zend_multibyte_functions { FILE: Zend/zend_multiply.h function zend_always_inline (line 170) | static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t ... function zend_always_inline (line 200) | static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t ... function zend_always_inline (line 239) | static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t ... function zend_always_inline (line 261) | static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t ... function zend_always_inline (line 282) | static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t ... function zend_always_inline (line 306) | static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t ... function zend_always_inline (line 320) | static zend_always_inline size_t zend_safe_address(size_t nmemb, size_t ... function zend_always_inline (line 335) | static zend_always_inline size_t zend_safe_address_guarded(size_t nmemb,... function zend_always_inline (line 348) | static zend_always_inline size_t zend_safe_addmult(size_t nmemb, size_t ... FILE: Zend/zend_object_handlers.c function zend_always_inline (line 49) | static zend_always_inline bool zend_objects_check_stack_limit(void) function ZEND_API (line 75) | ZEND_API HashTable *rebuild_object_properties_internal(zend_object *zobj... function ZEND_API (line 107) | ZEND_API HashTable *zend_std_build_object_properties_array(zend_object *... function ZEND_API (line 144) | ZEND_API HashTable *zend_std_get_properties(zend_object *zobj) /* {{{ */ function ZEND_API (line 151) | ZEND_API HashTable *zend_get_properties_no_lazy_init(zend_object *zobj) function ZEND_API (line 171) | ZEND_API HashTable *zend_std_get_gc(zend_object *zobj, zval **table, int... function ZEND_API (line 193) | ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is... function zend_std_call_getter (line 234) | static void zend_std_call_getter(zend_object *zobj, zend_string *prop_na... function zend_std_call_setter (line 242) | static void zend_std_call_setter(zend_object *zobj, zend_string *prop_na... function zend_std_call_unsetter (line 251) | static void zend_std_call_unsetter(zend_object *zobj, zend_string *prop_... function zend_std_call_issetter (line 259) | static void zend_std_call_issetter(zend_object *zobj, zend_string *prop_... function zend_always_inline (line 268) | static zend_always_inline bool is_derived_class(const zend_class_entry *... function zend_never_inline (line 282) | static zend_never_inline int is_protected_compatible_scope(const zend_cl... function zend_never_inline (line 289) | static zend_never_inline zend_property_info *zend_get_parent_private_pro... function zend_bad_property_access (line 308) | void zend_bad_property_access(const zend_property_info *property_info, c... function zend_bad_property_name (line 314) | void zend_bad_property_name(void) /* {{{ */ function zend_forbidden_dynamic_property (line 320) | void zend_forbidden_dynamic_property( function zend_deprecated_dynamic_property (line 326) | bool zend_deprecated_dynamic_property( function zend_readonly_property_unset_error (line 344) | void zend_readonly_property_unset_error( function zend_always_inline (line 350) | static zend_always_inline zend_class_entry *get_fake_or_executed_scope(v... function zend_always_inline (line 359) | static zend_always_inline uintptr_t zend_get_property_offset(zend_class_... function ZEND_COLD (line 460) | static ZEND_COLD void zend_wrong_offset(zend_class_entry *ce, zend_strin... function ZEND_API (line 469) | ZEND_API zend_property_info *zend_get_property_info(const zend_class_ent... function ZEND_API (line 534) | ZEND_API zend_result zend_check_property_access(const zend_object *zobj,... function ZEND_FASTCALL (line 580) | ZEND_FASTCALL zend_asymmetric_property_has_set_access(const zend_propert... function zend_property_guard_dtor (line 591) | static void zend_property_guard_dtor(zval *el) /* {{{ */ { function zend_always_inline (line 599) | static zend_always_inline zval *zend_get_guard_value(zend_object *zobj) function ZEND_API (line 604) | ZEND_API uint32_t *zend_get_property_guard(zend_object *zobj, zend_strin... function ZEND_API (line 652) | ZEND_API uint32_t *zend_get_recursion_guard(zend_object *zobj) function ZEND_COLD (line 661) | ZEND_COLD static void zend_typed_property_uninitialized_access(const zen... function zend_is_in_hook (line 671) | static bool zend_is_in_hook(const zend_property_info *prop_info) function zend_should_call_hook (line 683) | static bool zend_should_call_hook(const zend_property_info *prop_info, c... function ZEND_COLD (line 704) | static ZEND_COLD void zend_throw_no_prop_backing_value_access(zend_strin... function zend_call_get_hook (line 711) | static bool zend_call_get_hook( function ZEND_API (line 729) | ZEND_API zval *zend_std_read_property(zend_object *zobj, zend_string *na... function zend_always_inline (line 989) | static zend_always_inline bool property_uses_strict_types(void) { function zval (line 996) | static zval *forward_write_to_lazy_object(zend_object *zobj, function ZEND_API (line 1033) | ZEND_API zval *zend_std_write_property(zend_object *zobj, zend_string *n... function zend_bad_array_access (line 1268) | void zend_bad_array_access(zend_class_entry *ce) /* {{{ */ function ZEND_API (line 1274) | ZEND_API zval *zend_std_read_dimension(zend_object *object, zval *offset... function ZEND_API (line 1325) | ZEND_API void zend_std_write_dimension(zend_object *object, zval *offset... function ZEND_API (line 1348) | ZEND_API int zend_std_has_dimension(zend_object *object, zval *offset, i... function ZEND_API (line 1377) | ZEND_API zval *zend_std_get_property_ptr_ptr(zend_object *zobj, zend_str... function ZEND_API (line 1477) | ZEND_API void zend_std_unset_property(zend_object *zobj, zend_string *na... function ZEND_API (line 1602) | ZEND_API void zend_std_unset_dimension(zend_object *object, zval *offset... function zend_never_inline (line 1620) | static zend_never_inline zend_function *zend_get_parent_private_method(z... function ZEND_API (line 1641) | ZEND_API bool zend_check_protected(const zend_class_entry *ce, const zen... function ZEND_API (line 1668) | ZEND_API zend_function *zend_get_call_trampoline_func(const zend_class_e... function ZEND_FUNCTION (line 1734) | static ZEND_FUNCTION(zend_parent_hook_get_trampoline) function ZEND_FUNCTION (line 1758) | static ZEND_FUNCTION(zend_parent_hook_set_trampoline) function ZEND_API (line 1777) | ZEND_API zend_function *zend_get_property_hook_trampoline( function zend_always_inline (line 1815) | static zend_always_inline zend_function *zend_get_user_call_function(zen... function zend_bad_method_call (line 1821) | void zend_bad_method_call(zend_function *fbc, zend_string *method_name, ... function zend_abstract_method_call (line 1831) | void zend_abstract_method_call(zend_function *fbc) /* {{{ */ function ZEND_API (line 1838) | ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_... function zend_always_inline (line 1909) | static zend_always_inline zend_function *zend_get_user_callstatic_functi... function zend_always_inline (line 1915) | static zend_always_inline zend_function *get_static_method_fallback( function ZEND_API (line 1934) | ZEND_API zend_function *zend_std_get_static_method(zend_class_entry *ce,... function ZEND_API (line 1995) | ZEND_API void zend_class_init_statics(zend_class_entry *class_type) /* {... function ZEND_API (line 2019) | ZEND_API zval *zend_std_get_static_property_with_info(zend_class_entry *... function ZEND_API (line 2082) | ZEND_API zval *zend_std_get_static_property(zend_class_entry *ce, zend_s... function zend_std_unset_static_property (line 2088) | bool zend_std_unset_static_property(zend_class_entry *ce, zend_string *p... function zend_bad_constructor_call (line 2095) | void zend_bad_constructor_call(zend_function *constructor, zend_class_en... function ZEND_API (line 2108) | ZEND_API zend_function *zend_std_get_constructor(zend_object *zobj) /* {... function ZEND_API (line 2130) | ZEND_API int zend_std_compare_objects(zval *o1, zval *o2) /* {{{ */ function ZEND_API (line 2266) | ZEND_API int zend_objects_not_comparable(zval *o1, zval *o2) function ZEND_API (line 2272) | ZEND_API int zend_std_has_property(zend_object *zobj, zend_string *name,... function ZEND_API (line 2440) | ZEND_API zend_string *zend_std_get_class_name(const zend_object *zobj) /... function ZEND_API (line 2446) | ZEND_API zend_result zend_std_cast_object_tostring(zend_object *readobj,... function ZEND_API (line 2476) | ZEND_API zend_result zend_std_get_closure(zend_object *obj, zend_class_e... function ZEND_API (line 2500) | ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_p... function ZEND_API (line 2548) | ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose... FILE: Zend/zend_object_handlers.h type _zend_property_info (line 30) | struct _zend_property_info type zval (line 84) | typedef zval *(*zend_object_read_property_t)(zend_object *object, zend_s... type zval (line 87) | typedef zval *(*zend_object_read_dimension_t)(zend_object *object, zval ... type zval (line 93) | typedef zval *(*zend_object_write_property_t)(zend_object *object, zend_... type zval (line 106) | typedef zval *(*zend_object_get_property_ptr_ptr_t)(zend_object *object,... type HashTable (line 126) | typedef HashTable *(*zend_object_get_properties_t)(zend_object *object); type HashTable (line 128) | typedef HashTable *(*zend_object_get_debug_info_t)(zend_object *object, ... type zend_prop_purpose (line 130) | typedef enum _zend_prop_purpose { type zend_array (line 150) | typedef zend_array *(*zend_object_get_properties_for_t)(zend_object *obj... type zend_function (line 156) | typedef zend_function *(*zend_object_get_method_t)(zend_object **object,... type zend_function (line 157) | typedef zend_function *(*zend_object_get_constructor_t)(zend_object *obj... type zend_object (line 182) | typedef zend_object* (*zend_object_clone_obj_t)(zend_object *object); type zend_string (line 186) | typedef zend_string *(*zend_object_get_class_name_t)(const zend_object *... type zend_result (line 193) | typedef zend_result (*zend_object_cast_t)(zend_object *readobj, zval *re... type zend_result (line 197) | typedef zend_result (*zend_object_count_elements_t)(zend_object *object,... type zend_result (line 199) | typedef zend_result (*zend_object_get_closure_t)(zend_object *obj, zend_... type HashTable (line 201) | typedef HashTable *(*zend_object_get_gc_t)(zend_object *object, zval **t... type zend_result (line 203) | typedef zend_result (*zend_object_do_operation_t)(uint8_t opcode, zval *... type _zend_object_handlers (line 205) | struct _zend_object_handlers { type _zend_property_info (line 250) | struct _zend_property_info function zend_always_inline (line 276) | static zend_always_inline HashTable *zend_std_get_properties_ex(zend_obj... type zend_property_info (line 327) | typedef struct _zend_property_info zend_property_info; FILE: Zend/zend_objects.c function zend_always_inline (line 30) | static zend_always_inline void _zend_object_std_init(zend_object *object... function ZEND_FASTCALL (line 46) | ZEND_FASTCALL zend_object_std_init(zend_object *object, zend_class_entry... function zend_object_dtor_dynamic_properties (line 51) | void zend_object_dtor_dynamic_properties(zend_object *object) function zend_object_dtor_property (line 63) | void zend_object_dtor_property(zend_object *object, zval *p) function ZEND_API (line 77) | ZEND_API void zend_object_std_dtor(zend_object *object) function ZEND_API (line 114) | ZEND_API void zend_objects_destroy_object(zend_object *object) function ZEND_FASTCALL (line 216) | ZEND_FASTCALL zend_objects_clone_members(zend_object *new_object, zend_o... function ZEND_API (line 306) | ZEND_API zend_object *zend_objects_clone_obj(zend_object *old_object) FILE: Zend/zend_objects_API.c function ZEND_FASTCALL (line 28) | ZEND_FASTCALL zend_objects_store_init(zend_objects_store *objects, uint3... function ZEND_FASTCALL (line 37) | ZEND_FASTCALL zend_objects_store_destroy(zend_objects_store *objects) function ZEND_FASTCALL (line 43) | ZEND_FASTCALL zend_objects_store_call_destructors(zend_objects_store *ob... function ZEND_FASTCALL (line 66) | ZEND_FASTCALL zend_objects_store_mark_destructed(zend_objects_store *obj... function ZEND_FASTCALL (line 83) | ZEND_FASTCALL zend_objects_store_free_object_storage(zend_objects_store ... function zend_objects_store_put_cold (line 129) | void ZEND_FASTCALL zend_objects_store_put_cold(zend_object *object) function ZEND_FASTCALL (line 142) | ZEND_FASTCALL zend_objects_store_put(zend_object *object) function ZEND_FASTCALL (line 162) | ZEND_FASTCALL zend_objects_store_del(zend_object *object) /* {{{ */ function zend_property_info (line 206) | zend_property_info *zend_get_property_info_for_slot_slow(zend_object *ob... FILE: Zend/zend_objects_API.h type zend_objects_store (line 47) | typedef struct _zend_objects_store { function zend_always_inline (line 67) | static zend_always_inline void zend_object_store_ctor_failed(zend_object... function zend_always_inline (line 74) | static zend_always_inline void zend_object_release(zend_object *obj) function zend_always_inline (line 83) | static zend_always_inline size_t zend_object_properties_size(zend_class_... function zend_always_inline (line 93) | static zend_always_inline void *zend_object_alloc(size_t obj_size, zend_... function zend_property_info (line 103) | static inline zend_property_info *zend_get_property_info_for_slot_self(z... function zend_property_info (line 115) | static inline zend_property_info *zend_get_property_info_for_slot(zend_o... function zend_property_info (line 131) | static inline zend_property_info *zend_get_typed_property_info_for_slot(... FILE: Zend/zend_observer.c function ZEND_API (line 44) | ZEND_API void zend_observer_fcall_register(zend_observer_fcall_init init) function ZEND_API (line 50) | ZEND_API void zend_observer_startup(void) function ZEND_API (line 64) | ZEND_API void zend_observer_post_startup(void) function ZEND_API (line 100) | ZEND_API void zend_observer_activate(void) function ZEND_API (line 105) | ZEND_API void zend_observer_shutdown(void) function zend_observer_fcall_install (line 116) | static void zend_observer_fcall_install(zend_execute_data *execute_data) function zend_observer_remove_handler (line 160) | static bool zend_observer_remove_handler(void **first_handler, void *old... function ZEND_API (line 182) | ZEND_API void zend_observer_add_begin_handler(zend_function *function, z... function ZEND_API (line 199) | ZEND_API bool zend_observer_remove_begin_handler(zend_function *function... function ZEND_API (line 214) | ZEND_API void zend_observer_add_end_handler(zend_function *function, zen... function ZEND_API (line 229) | ZEND_API bool zend_observer_remove_end_handler(zend_function *function, ... function zend_execute_data (line 243) | static inline zend_execute_data **prev_observed_frame(zend_execute_data ... function _zend_observe_fcall_begin (line 249) | static void ZEND_FASTCALL _zend_observe_fcall_begin(zend_execute_data *e... function ZEND_FASTCALL (line 257) | ZEND_FASTCALL zend_observer_fcall_begin_prechecked(zend_execute_data *ex... function ZEND_FASTCALL (line 283) | ZEND_FASTCALL zend_observer_generator_resume(zend_execute_data *execute_... function ZEND_FASTCALL (line 288) | ZEND_FASTCALL zend_observer_fcall_begin(zend_execute_data *execute_data) function call_end_observers (line 296) | static inline void call_end_observers(zend_execute_data *execute_data, z... function ZEND_FASTCALL (line 313) | ZEND_FASTCALL zend_observer_fcall_end_prechecked(zend_execute_data *exec... function ZEND_API (line 319) | ZEND_API void zend_observer_fcall_end_all(void) function ZEND_API (line 331) | ZEND_API void zend_observer_function_declared_register(zend_observer_fun... function ZEND_FASTCALL (line 337) | ZEND_FASTCALL _zend_observer_function_declared_notify(zend_op_array *op_... function ZEND_API (line 349) | ZEND_API void zend_observer_class_linked_register(zend_observer_class_li... function ZEND_FASTCALL (line 355) | ZEND_FASTCALL _zend_observer_class_linked_notify(zend_class_entry *ce, z... function ZEND_API (line 367) | ZEND_API void zend_observer_error_register(zend_observer_error_cb cb) function ZEND_API (line 373) | ZEND_API void _zend_observer_error_notify(int type, zend_string *error_f... function ZEND_API (line 381) | ZEND_API void zend_observer_fiber_init_register(zend_observer_fiber_init... function ZEND_API (line 386) | ZEND_API void zend_observer_fiber_switch_register(zend_observer_fiber_sw... function ZEND_API (line 391) | ZEND_API void zend_observer_fiber_destroy_register(zend_observer_fiber_d... function ZEND_FASTCALL (line 396) | ZEND_FASTCALL zend_observer_fiber_init_notify(zend_fiber_context *initia... function ZEND_FASTCALL (line 409) | ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from... function ZEND_FASTCALL (line 427) | ZEND_FASTCALL zend_observer_fiber_destroy_notify(zend_fiber_context *des... FILE: Zend/zend_observer.h type zend_observer_fcall_handlers (line 64) | typedef struct _zend_observer_fcall_handlers { type zend_observer_fcall_handlers (line 70) | typedef zend_observer_fcall_handlers (*zend_observer_fcall_init)(zend_ex... function zend_always_inline (line 91) | static zend_always_inline bool zend_observer_handler_is_unobserved(zend_... function zend_always_inline (line 96) | static zend_always_inline bool zend_observer_fcall_has_no_observers(zend... function zend_always_inline (line 113) | static zend_always_inline void zend_observer_fcall_begin_specialized(zen... function zend_always_inline (line 124) | static zend_always_inline void zend_observer_fcall_end(zend_execute_data... function zend_observer_function_declared_notify (line 136) | static inline void zend_observer_function_declared_notify(zend_op_array ... function zend_observer_class_linked_notify (line 146) | static inline void zend_observer_class_linked_notify(zend_class_entry *c... function zend_observer_error_notify (line 156) | static inline void zend_observer_error_notify(int type, zend_string *err... FILE: Zend/zend_opcode.c function zend_extension_op_array_ctor_handler (line 34) | static void zend_extension_op_array_ctor_handler(zend_extension *extensi... function zend_extension_op_array_dtor_handler (line 41) | static void zend_extension_op_array_dtor_handler(zend_extension *extensi... function init_op_array (line 48) | void init_op_array(zend_op_array *op_array, uint8_t type, int initial_op... function ZEND_API (line 104) | ZEND_API void destroy_zend_function(zend_function *function) function ZEND_API (line 112) | ZEND_API void zend_type_release(zend_type type, bool persistent) { function zend_free_internal_arg_info (line 126) | void zend_free_internal_arg_info(zend_internal_function *function) { function ZEND_API (line 144) | ZEND_API void zend_function_dtor(zval *zv) function ZEND_API (line 178) | ZEND_API void zend_cleanup_internal_class_data(zend_class_entry *ce) function _destroy_zend_class_traits_info (line 202) | static void _destroy_zend_class_traits_info(zend_class_entry *ce) function ZEND_API (line 251) | ZEND_API void zend_cleanup_mutable_class_data(zend_class_entry *ce) function ZEND_API (line 292) | ZEND_API void destroy_zend_class(zval *zv) function zend_class_add_ref (line 535) | void zend_class_add_ref(zval *zv) function ZEND_API (line 544) | ZEND_API void zend_destroy_static_vars(zend_op_array *op_array) function ZEND_API (line 555) | ZEND_API void destroy_op_array(zend_op_array *op_array) function zend_update_extended_stmts (line 652) | static void zend_update_extended_stmts(zend_op_array *op_array) function zend_extension_op_array_handler (line 675) | static void zend_extension_op_array_handler(zend_extension *extension, z... function zend_check_finally_breakout (line 682) | static void zend_check_finally_breakout(zend_op_array *op_array, uint32_... function zend_get_brk_cont_target (line 707) | static uint32_t zend_get_brk_cont_target(const zend_op_array *op_array, ... function emit_live_range_raw (line 721) | static void emit_live_range_raw( function emit_live_range (line 737) | static void emit_live_range( function is_fake_def (line 883) | static bool is_fake_def(zend_op *opline) { function keeps_op1_alive (line 890) | static bool keeps_op1_alive(zend_op *opline) { function cmp_live_range (line 913) | static int cmp_live_range(const zend_live_range *a, const zend_live_rang... function swap_live_range (line 916) | static void swap_live_range(zend_live_range *a, zend_live_range *b) { function zend_calc_live_ranges (line 929) | static void zend_calc_live_ranges( function ZEND_API (line 1037) | ZEND_API void zend_recalc_live_ranges( function ZEND_API (line 1047) | ZEND_API void pass_two(zend_op_array *op_array) function ZEND_API (line 1217) | ZEND_API unary_op_type get_unary_op(int opcode) function ZEND_API (line 1229) | ZEND_API binary_op_type get_binary_op(int opcode) FILE: Zend/zend_operators.c function zend_long (line 189) | static zend_long ZEND_FASTCALL zend_atol_internal(const char *str, size_... function ZEND_FASTCALL (line 221) | ZEND_FASTCALL zend_atol(const char *str, size_t str_len) function ZEND_FASTCALL (line 226) | ZEND_FASTCALL zend_atoi(const char *str, size_t str_len) function ZEND_FASTCALL (line 242) | ZEND_FASTCALL convert_scalar_to_number(zval *op) /* {{{ */ function zend_never_inline (line 292) | static zend_never_inline zval* ZEND_FASTCALL _zendi_convert_scalar_to_nu... function ZEND_FASTCALL (line 325) | ZEND_FASTCALL _zendi_try_convert_scalar_to_number(zval *op, zval *holder... function zend_always_inline (line 367) | static zend_always_inline zend_result zendi_try_convert_scalar_to_number... function ZEND_FASTCALL (line 378) | ZEND_FASTCALL zendi_try_get_long(const zval *op, bool *failed) /* {{{ */ function ZEND_FASTCALL (line 470) | ZEND_FASTCALL zval_try_get_long(const zval *op, bool *failed) function ZEND_FASTCALL (line 554) | ZEND_FASTCALL convert_to_long(zval *op) /* {{{ */ function ZEND_FASTCALL (line 611) | ZEND_FASTCALL convert_to_double(zval *op) /* {{{ */ function ZEND_FASTCALL (line 670) | ZEND_FASTCALL convert_to_null(zval *op) /* {{{ */ function ZEND_FASTCALL (line 677) | ZEND_FASTCALL convert_to_boolean(zval *op) /* {{{ */ function ZEND_FASTCALL (line 742) | ZEND_FASTCALL _convert_to_string(zval *op) /* {{{ */ function ZEND_FASTCALL (line 796) | ZEND_FASTCALL _try_convert_to_string(zval *op) /* {{{ */ function convert_scalar_to_array (line 811) | static void convert_scalar_to_array(zval *op) /* {{{ */ function ZEND_FASTCALL (line 819) | ZEND_FASTCALL convert_to_array(zval *op) /* {{{ */ function ZEND_FASTCALL (line 865) | ZEND_FASTCALL convert_to_object(zval *op) /* {{{ */ function ZEND_COLD (line 906) | ZEND_COLD zend_incompatible_double_to_long_error(double d) function ZEND_COLD (line 910) | ZEND_COLD zend_incompatible_string_to_long_error(const zend_string *s) function ZEND_FASTCALL (line 915) | ZEND_FASTCALL zval_get_long_func(const zval *op, bool is_strict) /* {{{ */ function ZEND_FASTCALL (line 985) | ZEND_FASTCALL zval_get_double_func(const zval *op) /* {{{ */ function zend_always_inline (line 1024) | static zend_always_inline zend_string* __zval_get_string_func(zval *op, ... function zend_binop_error (line 1077) | void ZEND_FASTCALL zend_binop_error(const char *operator, zval *op1, zva... function ZEND_FASTCALL (line 1087) | ZEND_FASTCALL add_function_array(zval *result, zval *op1, zval *op2) /* ... function zend_always_inline (line 1102) | static zend_always_inline zend_result add_function_fast(zval *result, zv... function ZEND_FASTCALL (line 1126) | ZEND_FASTCALL add_function_slow(zval *result, zval *op1, zval *op2) /* {... function ZEND_FASTCALL (line 1158) | ZEND_FASTCALL add_function(zval *result, zval *op1, zval *op2) /* {{{ */ function zend_always_inline (line 1168) | static zend_always_inline zend_result sub_function_fast(zval *result, zv... function ZEND_FASTCALL (line 1190) | ZEND_FASTCALL sub_function_slow(zval *result, zval *op1, zval *op2) /* {... function ZEND_FASTCALL (line 1223) | ZEND_FASTCALL sub_function(zval *result, zval *op1, zval *op2) /* {{{ */ function zend_always_inline (line 1233) | static zend_always_inline zend_result mul_function_fast(zval *result, zv... function ZEND_FASTCALL (line 1259) | ZEND_FASTCALL mul_function_slow(zval *result, zval *op1, zval *op2) /* {... function ZEND_FASTCALL (line 1292) | ZEND_FASTCALL mul_function(zval *result, zval *op1, zval *op2) /* {{{ */ function zend_power_base_0_exponent_lt_0_error (line 1302) | static void ZEND_COLD zend_power_base_0_exponent_lt_0_error(void) function safe_pow (line 1307) | static double safe_pow(double base, double exponent) function zend_result (line 1316) | static zend_result ZEND_FASTCALL pow_function_base(zval *result, zval *o... function ZEND_FASTCALL (line 1373) | ZEND_FASTCALL pow_function(zval *result, zval *op1, zval *op2) /* {{{ */ function div_function_base (line 1409) | static int ZEND_FASTCALL div_function_base(zval *result, zval *op1, zval... function ZEND_FASTCALL (line 1451) | ZEND_FASTCALL div_function(zval *result, zval *op1, zval *op2) /* {{{ */ function ZEND_FASTCALL (line 1496) | ZEND_FASTCALL mod_function(zval *result, zval *op1, zval *op2) /* {{{ */ function ZEND_FASTCALL (line 1530) | ZEND_FASTCALL boolean_xor_function(zval *result, zval *op1, zval *op2) /... function ZEND_FASTCALL (line 1580) | ZEND_FASTCALL boolean_not_function(zval *result, zval *op1) /* {{{ */ function ZEND_FASTCALL (line 1605) | ZEND_FASTCALL bitwise_not_function(zval *result, zval *op1) /* {{{ */ function ZEND_FASTCALL (line 1656) | ZEND_FASTCALL bitwise_or_function(zval *result, zval *op1, zval *op2) /*... function ZEND_FASTCALL (line 1738) | ZEND_FASTCALL bitwise_and_function(zval *result, zval *op1, zval *op2) /... function ZEND_FASTCALL (line 1820) | ZEND_FASTCALL bitwise_xor_function(zval *result, zval *op1, zval *op2) /... function ZEND_FASTCALL (line 1902) | ZEND_FASTCALL shift_left_function(zval *result, zval *op1, zval *op2) /*... function ZEND_FASTCALL (line 1939) | ZEND_FASTCALL shift_right_function(zval *result, zval *op1, zval *op2) /... function ZEND_FASTCALL (line 1975) | ZEND_FASTCALL concat_function(zval *result, zval *op1, zval *op2) /* {{{ */ function ZEND_FASTCALL (line 2126) | ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, bool case... function ZEND_FASTCALL (line 2145) | ZEND_FASTCALL string_compare_function(zval *op1, zval *op2) /* {{{ */ function ZEND_FASTCALL (line 2167) | ZEND_FASTCALL string_case_compare_function(zval *op1, zval *op2) /* {{{ */ function ZEND_FASTCALL (line 2189) | ZEND_FASTCALL string_locale_compare_function(zval *op1, zval *op2) /* {{... function ZEND_FASTCALL (line 2202) | ZEND_FASTCALL numeric_compare_function(zval *op1, zval *op2) /* {{{ */ function ZEND_FASTCALL (line 2213) | ZEND_FASTCALL compare_function(zval *result, zval *op1, zval *op2) /* {{... function compare_long_to_string (line 2220) | static int compare_long_to_string(zend_long lval, zend_string *str) /* {... function compare_double_to_string (line 2242) | static int compare_double_to_string(double dval, zend_string *str) /* {{... function ZEND_FASTCALL (line 2264) | ZEND_FASTCALL zend_compare(zval *op1, zval *op2) /* {{{ */ function hash_zval_identical_function (line 2388) | static int hash_zval_identical_function(zval *z1, zval *z2) /* {{{ */ function ZEND_FASTCALL (line 2401) | ZEND_FASTCALL zend_is_identical(const zval *op1, const zval *op2) /* {{{ */ function ZEND_FASTCALL (line 2430) | ZEND_FASTCALL is_identical_function(zval *result, zval *op1, zval *op2) ... function ZEND_FASTCALL (line 2437) | ZEND_FASTCALL is_not_identical_function(zval *result, zval *op1, zval *o... function ZEND_FASTCALL (line 2444) | ZEND_FASTCALL is_equal_function(zval *result, zval *op1, zval *op2) /* {... function ZEND_FASTCALL (line 2451) | ZEND_FASTCALL is_not_equal_function(zval *result, zval *op1, zval *op2) ... function ZEND_FASTCALL (line 2458) | ZEND_FASTCALL is_smaller_function(zval *result, zval *op1, zval *op2) /*... function ZEND_FASTCALL (line 2465) | ZEND_FASTCALL is_smaller_or_equal_function(zval *result, zval *op1, zval... function ZEND_FASTCALL (line 2472) | ZEND_FASTCALL zend_class_implements_interface(const zend_class_entry *cl... function ZEND_FASTCALL (line 2489) | ZEND_FASTCALL instanceof_function_slow(const zend_class_entry *instance_... function ZEND_API (line 2522) | ZEND_API bool zend_string_only_has_ascii_alphanumeric(const zend_string ... function increment_string (line 2535) | static bool ZEND_FASTCALL increment_string(zval *str) /* {{{ */ function ZEND_FASTCALL (line 2640) | ZEND_FASTCALL increment_function(zval *op1) /* {{{ */ function ZEND_FASTCALL (line 2725) | ZEND_FASTCALL decrement_function(zval *op1) /* {{{ */ function ZEND_FASTCALL (line 2833) | ZEND_FASTCALL zend_is_true(const zval *op) /* {{{ */ function ZEND_FASTCALL (line 2839) | ZEND_FASTCALL zend_object_is_true(const zval *op) /* {{{ */ function ZEND_API (line 2851) | ZEND_API void zend_update_current_locale(void) /* {{{ */ function ZEND_API (line 2931) | ZEND_API void zend_reset_lc_ctype_locale(void) function zend_always_inline (line 2940) | static zend_always_inline void zend_str_tolower_impl(char *dest, const c... function zend_always_inline (line 2962) | static zend_always_inline void zend_str_toupper_impl(char *dest, const c... function ZEND_API (line 2984) | ZEND_API char* ZEND_FASTCALL zend_str_tolower_copy(char *dest, const cha... function ZEND_API (line 2992) | ZEND_API char* ZEND_FASTCALL zend_str_toupper_copy(char *dest, const cha... function ZEND_API (line 3000) | ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup(const char *source, si... function ZEND_API (line 3006) | ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup(const char *source, si... function ZEND_FASTCALL (line 3012) | ZEND_FASTCALL zend_str_tolower(char *str, size_t length) /* {{{ */ function ZEND_FASTCALL (line 3018) | ZEND_FASTCALL zend_str_toupper(char *str, size_t length) /* {{{ */ function ZEND_API (line 3025) | ZEND_API char* ZEND_FASTCALL zend_str_tolower_dup_ex(const char *source,... function ZEND_API (line 3049) | ZEND_API char* ZEND_FASTCALL zend_str_toupper_dup_ex(const char *source,... function ZEND_FASTCALL (line 3171) | ZEND_FASTCALL zend_binary_strcmp(const char *s1, size_t len1, const char... function ZEND_FASTCALL (line 3187) | ZEND_FASTCALL zend_binary_strncmp(const char *s1, size_t len1, const cha... function ZEND_FASTCALL (line 3203) | ZEND_FASTCALL zend_binary_strcasecmp(const char *s1, size_t len1, const ... function ZEND_FASTCALL (line 3225) | ZEND_FASTCALL zend_binary_strncasecmp(const char *s1, size_t len1, const... function ZEND_FASTCALL (line 3246) | ZEND_FASTCALL zend_binary_strcasecmp_l(const char *s1, size_t len1, cons... function ZEND_FASTCALL (line 3268) | ZEND_FASTCALL zend_binary_strncasecmp_l(const char *s1, size_t len1, con... function ZEND_FASTCALL (line 3289) | ZEND_FASTCALL zend_binary_zval_strcmp(zval *s1, zval *s2) /* {{{ */ function ZEND_FASTCALL (line 3295) | ZEND_FASTCALL zend_binary_zval_strncmp(zval *s1, zval *s2, zval *s3) /* ... function hash_zval_compare_function (line 3400) | static int hash_zval_compare_function(zval *z1, zval *z2) /* {{{ */ function ZEND_FASTCALL (line 3406) | ZEND_FASTCALL zend_compare_symbol_tables(HashTable *ht1, HashTable *ht2)... function ZEND_FASTCALL (line 3424) | ZEND_FASTCALL zend_compare_arrays(zval *a1, zval *a2) /* {{{ */ function ZEND_FASTCALL (line 3430) | ZEND_FASTCALL zend_compare_objects(zval *o1, zval *o2) /* {{{ */ function zend_always_inline (line 3472) | static zend_always_inline char *zend_print_u64_to_buf(char *buf, uint64_... function zend_always_inline (line 3492) | static zend_always_inline char *zend_print_i64_to_buf(char *buf, int64_t... function ZEND_FASTCALL (line 3539) | ZEND_FASTCALL is_numeric_str_function(const zend_string *str, zend_long ... function ZEND_FASTCALL (line 3545) | ZEND_FASTCALL _is_numeric_string_ex(const char *str, size_t length, zend... function zend_always_inline (line 3688) | static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], co... function ZEND_API (line 3709) | ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack,... function ZEND_API (line 3743) | ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack... function ZEND_FASTCALL (line 3781) | ZEND_FASTCALL zend_dval_to_lval_slow(double d) /* {{{ */ function ZEND_FASTCALL (line 3795) | ZEND_FASTCALL zend_dval_to_lval_slow(double d) FILE: Zend/zend_operators.h function zend_always_inline (line 83) | static zend_always_inline bool instanceof_function( function zend_always_inline (line 120) | static zend_always_inline zend_long zend_dval_to_lval(double d) function zend_always_inline (line 131) | static zend_always_inline zend_long zend_dval_to_lval_cap(double d) function zend_always_inline (line 142) | static zend_always_inline bool zend_is_long_compatible(double d, zend_lo... function zend_always_inline (line 149) | static zend_always_inline zend_long zend_dval_to_lval_safe(double d) function zend_always_inline (line 161) | static zend_always_inline uint8_t is_numeric_string_ex(const char *str, ... function zend_always_inline (line 170) | static zend_always_inline uint8_t is_numeric_string(const char *str, siz... function zend_always_inline (line 176) | static zend_always_inline const char * function zend_always_inline (line 217) | static zend_always_inline const void *zend_memrchr(const void *s, int c,... function zend_always_inline (line 238) | static zend_always_inline const char * function zend_always_inline (line 280) | static zend_always_inline size_t zend_strnlen(const char* s, size_t maxlen) function zend_always_inline (line 290) | static zend_always_inline void *zend_mempcpy(void *dest, const void *src... function zend_always_inline (line 317) | static zend_always_inline zend_long zval_get_long(const zval *op) { function zend_always_inline (line 320) | static zend_always_inline zend_long zval_get_long_ex(const zval *op, boo... function zend_always_inline (line 323) | static zend_always_inline double zval_get_double(const zval *op) { function zend_always_inline (line 326) | static zend_always_inline zend_string *zval_get_string(zval *op) { function zend_always_inline (line 330) | static zend_always_inline zend_string *zval_get_tmp_string(zval *op, zen... function zend_always_inline (line 338) | static zend_always_inline void zend_tmp_string_release(zend_string *tmp) { function zend_always_inline (line 345) | static zend_always_inline zend_string *zval_try_get_string(zval *op) { function zend_always_inline (line 356) | static zend_always_inline zend_string *zval_try_get_tmp_string(zval *op,... function zend_always_inline (line 370) | static zend_always_inline bool try_convert_to_string(zval *op) { function zend_always_inline (line 394) | static zend_always_inline bool i_zend_is_true(const zval *op) function zend_always_inline (line 478) | static zend_always_inline zend_string* zend_string_tolower(zend_string *... function zend_always_inline (line 481) | static zend_always_inline zend_string* zend_string_toupper(zend_string *... function zend_always_inline (line 529) | static zend_always_inline void fast_long_increment_function(zval *op1) function zend_always_inline (line 592) | static zend_always_inline void fast_long_decrement_function(zval *op1) function zend_always_inline (line 655) | static zend_always_inline void fast_long_add_function(zval *result, zval... function zend_always_inline (line 745) | static zend_always_inline void fast_long_sub_function(zval *result, zval... function zend_always_inline (line 835) | static zend_always_inline bool zend_fast_equal_strings(zend_string *s1, ... function zend_always_inline (line 846) | static zend_always_inline bool fast_equal_check_function(zval *op1, zval... function zend_always_inline (line 868) | static zend_always_inline bool fast_equal_check_long(zval *op1, zval *op2) function zend_always_inline (line 876) | static zend_always_inline bool fast_equal_check_string(zval *op1, zval *... function zend_always_inline (line 884) | static zend_always_inline bool fast_is_identical_function(zval *op1, zva... function zend_always_inline (line 894) | static zend_always_inline bool fast_is_not_identical_function(zval *op1,... function zend_always_inline (line 905) | static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_... function zend_always_inline (line 915) | static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_l... function zend_always_inline (line 931) | static zend_always_inline void zend_unwrap_reference(zval *op) /* {{{ */ function zend_always_inline (line 942) | static zend_always_inline bool zend_strnieq(const char *ptr1, const char... function zend_always_inline (line 953) | static zend_always_inline const char * FILE: Zend/zend_portability.h type zend_max_align_t (line 797) | typedef max_align_t zend_max_align_t; type std (line 802) | typedef std::max_align_t zend_max_align_t; type zend_max_align_t (line 804) | typedef union { function zend_always_inline (line 846) | static zend_always_inline uint32_t ZEND_BYTES_SWAP32(uint32_t u) function zend_always_inline (line 855) | static zend_always_inline uint64_t ZEND_BYTES_SWAP64(uint64_t u) FILE: Zend/zend_property_hooks.c type zend_hooked_object_iterator (line 25) | typedef struct { function zho_find_dynamic_prop_offset (line 40) | static uint32_t zho_find_dynamic_prop_offset(zend_array *properties) function zend_array (line 55) | static zend_array *zho_build_properties_ex(zend_object *zobj, bool check... function ZEND_API (line 132) | ZEND_API zend_array *zend_hooked_object_build_properties(zend_object *zobj) function zho_dynamic_it_init (line 144) | static void zho_dynamic_it_init(zend_hooked_object_iterator *hooked_iter) function zho_declared_it_fetch_current (line 155) | static void zho_declared_it_fetch_current(zend_object_iterator *iter) function zho_dynamic_it_fetch_current (line 219) | static void zho_dynamic_it_fetch_current(zend_object_iterator *iter) function zho_it_fetch_current (line 253) | static void zho_it_fetch_current(zend_object_iterator *iter) function zho_it_dtor (line 275) | static void zho_it_dtor(zend_object_iterator *iter) function zend_result (line 285) | static zend_result zho_it_valid(zend_object_iterator *iter) function zval (line 292) | static zval *zho_it_get_current_data(zend_object_iterator *iter) function zho_it_get_current_key (line 299) | static void zho_it_get_current_key(zend_object_iterator *iter, zval *key) function zho_it_move_forward (line 306) | static void zho_it_move_forward(zend_object_iterator *iter) function zho_it_rewind (line 329) | static void zho_it_rewind(zend_object_iterator *iter) function HashTable (line 345) | static HashTable *zho_it_get_gc(zend_object_iterator *iter, zval **table... function ZEND_API (line 367) | ZEND_API zend_object_iterator *zend_hooked_object_get_iterator(zend_clas... FILE: Zend/zend_property_hooks.h type zend_array (line 26) | typedef struct _zend_array zend_array; type zend_class_entry (line 27) | typedef struct _zend_class_entry zend_class_entry; type zend_object (line 28) | typedef struct _zend_object zend_object; type zend_object_iterator (line 29) | typedef struct _zend_object_iterator zend_object_iterator; type zval (line 30) | typedef struct _zval_struct zval; type zend_property_hook_kind (line 32) | typedef enum { FILE: Zend/zend_ptr_stack.c function ZEND_API (line 24) | ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, bool persist... function ZEND_API (line 31) | ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack) function ZEND_API (line 37) | ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) function ZEND_API (line 55) | ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) function ZEND_API (line 72) | ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack) function ZEND_API (line 80) | ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(v... function ZEND_API (line 89) | ZEND_API void zend_ptr_stack_reverse_apply(zend_ptr_stack *stack, void (... function ZEND_API (line 99) | ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(v... function ZEND_API (line 114) | ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack) FILE: Zend/zend_ptr_stack.h type zend_ptr_stack (line 25) | typedef struct _zend_ptr_stack { function zend_always_inline (line 59) | static zend_always_inline void zend_ptr_stack_3_push(zend_ptr_stack *sta... function zend_always_inline (line 73) | static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *sta... function zend_always_inline (line 86) | static zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stac... function zend_always_inline (line 94) | static zend_always_inline void zend_ptr_stack_2_pop(zend_ptr_stack *stac... function zend_always_inline (line 101) | static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack... function zend_always_inline (line 109) | static zend_always_inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) function zend_always_inline (line 115) | static zend_always_inline void *zend_ptr_stack_top(zend_ptr_stack *stack) FILE: Zend/zend_signal.c function zend_signal_handler_defer (line 84) | static void zend_signal_handler_defer(int signo, siginfo_t *siginfo, voi... function ZEND_API (line 155) | ZEND_API void zend_signal_handler_unblock(void) function zend_signal_handler (line 178) | static void zend_signal_handler(int signo, siginfo_t *siginfo, void *con... function ZEND_API (line 230) | ZEND_API void zend_sigaction(int signo, const struct sigaction *act, str... function ZEND_API (line 271) | ZEND_API void zend_signal(int signo, void (*handler)(int)) function zend_result (line 288) | static zend_result zend_signal_register(int signo, void (*handler)(int, ... function zend_signal_activate (line 319) | void zend_signal_activate(void) function zend_signal_deactivate (line 336) | void zend_signal_deactivate(void) function zend_signal_globals_ctor (line 374) | static void zend_signal_globals_ctor(zend_signal_globals_t *zend_signal_... function zend_signal_init (line 390) | void zend_signal_init(void) /* {{{ */ function ZEND_API (line 412) | ZEND_API void zend_signal_startup(void) FILE: Zend/zend_signal.h type zend_signal_entry_t (line 39) | typedef struct _zend_signal_entry_t { type zend_signal_t (line 44) | typedef struct _zend_signal_t { type zend_signal_queue_t (line 50) | typedef struct _zend_signal_queue_t { type zend_signal_globals_t (line 56) | typedef struct _zend_signal_globals_t { type sigaction (line 97) | struct sigaction type sigaction (line 97) | struct sigaction FILE: Zend/zend_smart_str.c function ZEND_FASTCALL (line 30) | ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len) function ZEND_FASTCALL (line 44) | ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len) function zend_compute_escaped_string_len (line 63) | static size_t zend_compute_escaped_string_len(const char *s, size_t l) { function ZEND_FASTCALL (line 77) | ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, si... function ZEND_FASTCALL (line 116) | ZEND_FASTCALL smart_str_append_double( function ZEND_API (line 127) | ZEND_API void smart_str_append_printf(smart_str *dest, const char *forma... function ZEND_FASTCALL (line 139) | ZEND_FASTCALL _smart_string_alloc_persistent(smart_string *str, size_t len) function ZEND_FASTCALL (line 159) | ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) function ZEND_FASTCALL (line 185) | ZEND_FASTCALL smart_str_append_escaped_truncated(smart_str *str, const z... function ZEND_FASTCALL (line 194) | ZEND_FASTCALL smart_str_append_scalar(smart_str *dest, const zval *value... function ZEND_FASTCALL (line 226) | ZEND_FASTCALL smart_str_append_zval(smart_str *dest, const zval *value, ... FILE: Zend/zend_smart_str.h function zend_always_inline (line 40) | static zend_always_inline size_t smart_str_alloc(smart_str *str, size_t ... function zend_always_inline (line 57) | static zend_always_inline char* smart_str_extend_ex(smart_str *dest, siz... function zend_always_inline (line 64) | static zend_always_inline char* smart_str_extend(smart_str *dest, size_t... function zend_always_inline (line 69) | static zend_always_inline void smart_str_free_ex(smart_str *str, bool pe... function zend_always_inline (line 77) | static zend_always_inline void smart_str_free(smart_str *str) function zend_always_inline (line 82) | static zend_always_inline void smart_str_0(smart_str *str) { function zend_always_inline (line 88) | static zend_always_inline size_t smart_str_get_len(smart_str *str) { function zend_always_inline (line 92) | static zend_always_inline void smart_str_trim_to_size_ex(smart_str *str,... function zend_always_inline (line 100) | static zend_always_inline void smart_str_trim_to_size(smart_str *dest) function zend_always_inline (line 105) | static zend_always_inline zend_string *smart_str_extract_ex(smart_str *s... function zend_always_inline (line 118) | static zend_always_inline zend_string *smart_str_extract(smart_str *dest) function zend_always_inline (line 123) | static zend_always_inline void smart_str_appendc_ex(smart_str *dest, cha... function zend_always_inline (line 129) | static zend_always_inline void smart_str_appendl_ex(smart_str *dest, con... function zend_always_inline (line 135) | static zend_always_inline void smart_str_append_ex(smart_str *dest, cons... function zend_always_inline (line 139) | static zend_always_inline void smart_str_append_smart_str_ex(smart_str *... function zend_always_inline (line 145) | static zend_always_inline void smart_str_append_long_ex(smart_str *dest,... function zend_always_inline (line 151) | static zend_always_inline void smart_str_append_long(smart_str *dest, ze... function zend_always_inline (line 156) | static zend_always_inline void smart_str_append_unsigned_ex(smart_str *d... function zend_always_inline (line 162) | static zend_always_inline void smart_str_append_unsigned(smart_str *dest... function zend_always_inline (line 167) | static zend_always_inline void smart_str_appendl(smart_str *dest, const ... function zend_always_inline (line 171) | static zend_always_inline void smart_str_appends_ex(smart_str *dest, con... function zend_always_inline (line 175) | static zend_always_inline void smart_str_appends(smart_str *dest, const ... function zend_always_inline (line 179) | static zend_always_inline void smart_str_append(smart_str *dest, const z... function zend_always_inline (line 183) | static zend_always_inline void smart_str_appendc(smart_str *dest, char ch) function zend_always_inline (line 187) | static zend_always_inline void smart_str_append_smart_str(smart_str *des... function zend_always_inline (line 192) | static zend_always_inline void smart_str_setl(smart_str *dest, const cha... function zend_always_inline (line 197) | static zend_always_inline void smart_str_sets(smart_str *dest, const cha... FILE: Zend/zend_smart_str_public.h type zend_string (line 22) | typedef struct _zend_string zend_string; type smart_str (line 24) | typedef struct { FILE: Zend/zend_smart_string.h function zend_always_inline (line 54) | static zend_always_inline size_t smart_string_alloc(smart_string *str, s... function zend_always_inline (line 65) | static zend_always_inline void smart_string_free_ex(smart_string *str, b... function zend_always_inline (line 73) | static zend_always_inline void smart_string_0(smart_string *str) { function zend_always_inline (line 79) | static zend_always_inline void smart_string_appendc_ex(smart_string *des... function zend_always_inline (line 84) | static zend_always_inline void smart_string_appendl_ex(smart_string *des... function zend_always_inline (line 91) | static zend_always_inline void smart_string_append_long_ex(smart_string ... function zend_always_inline (line 97) | static zend_always_inline void smart_string_append_unsigned_ex(smart_str... function zend_always_inline (line 103) | static zend_always_inline void smart_string_setl(smart_string *dest, cha... function zend_always_inline (line 109) | static zend_always_inline void smart_string_reset(smart_string *str) { FILE: Zend/zend_smart_string_public.h type smart_string (line 23) | typedef struct { FILE: Zend/zend_sort.c function zend_sort_2 (line 24) | static inline void zend_sort_2(void *a, void *b, compare_func_t cmp, swa... function zend_sort_3 (line 31) | static inline void zend_sort_3(void *a, void *b, void *c, compare_func_t... function zend_sort_4 (line 53) | static void zend_sort_4(void *a, void *b, void *c, void *d, compare_func... function zend_sort_5 (line 67) | static void zend_sort_5(void *a, void *b, void *c, void *d, void *e, com... function ZEND_API (line 84) | ZEND_API void zend_insert_sort(void *base, size_t nmemb, size_t siz, com... function ZEND_API (line 248) | ZEND_API void zend_sort(void *base, size_t nmemb, size_t siz, compare_fu... FILE: Zend/zend_stack.c function ZEND_API (line 25) | ZEND_API void zend_stack_init(zend_stack *stack, int size) function ZEND_API (line 33) | ZEND_API int zend_stack_push(zend_stack *stack, const void *element) function ZEND_API (line 45) | ZEND_API void *zend_stack_top(const zend_stack *stack) function ZEND_API (line 55) | ZEND_API void zend_stack_del_top(zend_stack *stack) function ZEND_API (line 61) | ZEND_API int zend_stack_int_top(const zend_stack *stack) function ZEND_API (line 72) | ZEND_API bool zend_stack_is_empty(const zend_stack *stack) function ZEND_API (line 78) | ZEND_API void zend_stack_destroy(zend_stack *stack) function ZEND_API (line 87) | ZEND_API void *zend_stack_base(const zend_stack *stack) function ZEND_API (line 93) | ZEND_API int zend_stack_count(const zend_stack *stack) function ZEND_API (line 99) | ZEND_API void zend_stack_apply(zend_stack *stack, int type, int (*apply_... function ZEND_API (line 122) | ZEND_API void zend_stack_apply_with_argument(zend_stack *stack, zend_sta... function ZEND_API (line 144) | ZEND_API void zend_stack_clean(zend_stack *stack, void (*func)(void *), ... FILE: Zend/zend_stack.h type zend_stack (line 25) | typedef struct _zend_stack { type zend_stack_apply_direction (line 33) | typedef enum { FILE: Zend/zend_stream.c function zend_stream_stdio_reader (line 28) | static ssize_t zend_stream_stdio_reader(void *handle, char *buf, size_t ... function zend_stream_stdio_closer (line 33) | static void zend_stream_stdio_closer(void *handle) /* {{{ */ function zend_stream_stdio_fsizer (line 40) | static size_t zend_stream_stdio_fsizer(void *handle) /* {{{ */ function zend_stream_fsize (line 54) | static size_t zend_stream_fsize(zend_file_handle *file_handle) /* {{{ */ function ZEND_API (line 63) | ZEND_API void zend_stream_init_fp(zend_file_handle *handle, FILE *fp, co... function ZEND_API (line 70) | ZEND_API void zend_stream_init_filename(zend_file_handle *handle, const ... function ZEND_API (line 76) | ZEND_API void zend_stream_init_filename_ex(zend_file_handle *handle, zen... function ZEND_API (line 82) | ZEND_API zend_result zend_stream_open(zend_file_handle *handle) /* {{{ */ function zend_stream_getc (line 99) | static int zend_stream_getc(zend_file_handle *file_handle) /* {{{ */ function zend_stream_read (line 109) | static ssize_t zend_stream_read(zend_file_handle *file_handle, char *buf... function ZEND_API (line 127) | ZEND_API zend_result zend_stream_fixup(zend_file_handle *file_handle, ch... function zend_file_handle_dtor (line 213) | static void zend_file_handle_dtor(zend_file_handle *fh) /* {{{ */ function zend_compare_file_handles (line 250) | static int zend_compare_file_handles(zend_file_handle *fh1, zend_file_ha... function ZEND_API (line 268) | ZEND_API void zend_destroy_file_handle(zend_file_handle *file_handle) /*... function zend_stream_init (line 280) | void zend_stream_init(void) /* {{{ */ function zend_stream_shutdown (line 285) | void zend_stream_shutdown(void) /* {{{ */ FILE: Zend/zend_stream.h type zend_stream_type (line 39) | typedef enum { type zend_stream (line 45) | typedef struct _zend_stream { type zend_file_handle (line 53) | typedef struct _zend_file_handle { type php_win32_ioutil_stat_t (line 81) | typedef php_win32_ioutil_stat_t zend_stat_t; type zend_stat_t (line 94) | typedef struct stat zend_stat_t; FILE: Zend/zend_string.c function ZEND_FASTCALL (line 55) | ZEND_FASTCALL zend_string_hash_func(zend_string *str) function ZEND_FASTCALL (line 60) | ZEND_FASTCALL zend_hash_func(const char *str, size_t len) function _str_dtor (line 65) | static void _str_dtor(zval *zv) function zend_always_inline (line 78) | static zend_always_inline void zend_init_interned_strings_ht(HashTable *... function ZEND_API (line 86) | ZEND_API void zend_interned_strings_init(void) function ZEND_API (line 129) | ZEND_API void zend_interned_strings_dtor(void) function zend_always_inline (line 137) | static zend_always_inline zend_string *zend_interned_string_ht_lookup_ex... function zend_always_inline (line 156) | static zend_always_inline zend_string *zend_interned_string_ht_lookup(ze... function zend_always_inline (line 178) | static zend_always_inline zend_string *zend_add_interned_string(zend_str... function zend_string (line 198) | static zend_string* ZEND_FASTCALL zend_init_string_for_interning(zend_st... function zend_string (line 209) | static zend_string* ZEND_FASTCALL zend_new_interned_string_permanent(zen... function zend_string (line 232) | static zend_string* ZEND_FASTCALL zend_new_interned_string_request(zend_... function zend_string (line 272) | static zend_string* ZEND_FASTCALL zend_string_init_interned_permanent(co... function zend_string (line 288) | static zend_string* ZEND_FASTCALL zend_string_init_existing_interned_per... function zend_string (line 302) | static zend_string* ZEND_FASTCALL zend_string_init_interned_request(cons... function zend_string (line 332) | static zend_string* ZEND_FASTCALL zend_string_init_existing_interned_req... function ZEND_API (line 351) | ZEND_API void zend_interned_strings_activate(void) function ZEND_API (line 356) | ZEND_API void zend_interned_strings_deactivate(void) function ZEND_API (line 361) | ZEND_API void zend_interned_strings_set_request_storage_handlers(zend_ne... function ZEND_API (line 368) | ZEND_API void zend_interned_strings_switch_storage(bool request) function ZEND_FASTCALL (line 395) | ZEND_FASTCALL I_REPLACE_SONAME_FNNAME_ZU(NONE,zend_string_equal_val)(con... function zend_string_equal_val (line 402) | bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const ze... function zend_string_equal_val (line 440) | bool ZEND_FASTCALL zend_string_equal_val(const zend_string *s1, const ze... function ZEND_API (line 478) | ZEND_API zend_string *zend_string_concat2( function ZEND_API (line 492) | ZEND_API zend_string *zend_string_concat3( function strlcpy (line 513) | size_t strlcpy(char *__restrict dest, const char *__restrict src, size_t n) function strlcat (line 523) | size_t strlcat (char *__restrict dest, const char *restrict src, size_t n) FILE: Zend/zend_string.h type zend_string (line 29) | typedef zend_string *(ZEND_FASTCALL *zend_new_interned_string_func_t)(ze... type zend_string (line 30) | typedef zend_string *(ZEND_FASTCALL *zend_string_init_interned_func_t)(c... type zend_string (line 31) | typedef zend_string *(ZEND_FASTCALL *zend_string_init_existing_interned_... function zend_always_inline (line 139) | static zend_always_inline zend_ulong zend_string_hash_val(zend_string *s) function zend_always_inline (line 144) | static zend_always_inline void zend_string_forget_hash_val(zend_string *s) function zend_always_inline (line 150) | static zend_always_inline uint32_t zend_string_refcount(const zend_strin... function zend_always_inline (line 158) | static zend_always_inline uint32_t zend_string_addref(zend_string *s) function zend_always_inline (line 166) | static zend_always_inline uint32_t zend_string_delref(zend_string *s) function zend_always_inline (line 174) | static zend_always_inline zend_string *zend_string_alloc(size_t len, boo... function zend_always_inline (line 185) | static zend_always_inline zend_string *zend_string_safe_alloc(size_t n, ... function zend_always_inline (line 196) | static zend_always_inline zend_string *zend_string_init(const char *str,... function zend_always_inline (line 205) | static zend_always_inline zend_string *zend_string_init_fast(const char ... function zend_always_inline (line 216) | static zend_always_inline zend_string *zend_string_copy(zend_string *s) function zend_always_inline (line 224) | static zend_always_inline zend_string *zend_string_dup(zend_string *s, b... function zend_always_inline (line 233) | static zend_always_inline zend_string *zend_string_separate(zend_string ... function zend_always_inline (line 246) | static zend_always_inline zend_string *zend_string_realloc(zend_string *... function zend_always_inline (line 266) | static zend_always_inline zend_string *zend_string_extend(zend_string *s... function zend_always_inline (line 287) | static zend_always_inline zend_string *zend_string_truncate(zend_string ... function zend_always_inline (line 308) | static zend_always_inline zend_string *zend_string_safe_realloc(zend_str... function zend_always_inline (line 328) | static zend_always_inline void zend_string_free(zend_string *s) function zend_always_inline (line 336) | static zend_always_inline void zend_string_efree(zend_string *s) function zend_always_inline (line 344) | static zend_always_inline void zend_string_release(zend_string *s) function zend_always_inline (line 353) | static zend_always_inline void zend_string_release_ex(zend_string *s, bo... function zend_always_inline (line 368) | static zend_always_inline bool zend_string_equals_cstr(const zend_string... function zend_always_inline (line 378) | static zend_always_inline bool zend_string_equal_val(const zend_string *... function zend_always_inline (line 384) | static zend_always_inline bool zend_string_equal_content(const zend_stri... function zend_always_inline (line 389) | static zend_always_inline bool zend_string_equals(const zend_string *s1,... function zend_always_inline (line 403) | static zend_always_inline bool zend_string_starts_with_cstr(const zend_s... function zend_always_inline (line 408) | static zend_always_inline bool zend_string_starts_with(const zend_string... function zend_always_inline (line 416) | static zend_always_inline bool zend_string_starts_with_cstr_ci(const zen... function zend_always_inline (line 421) | static zend_always_inline bool zend_string_starts_with_ci(const zend_str... function zend_always_inline (line 462) | static zend_always_inline zend_ulong zend_inline_hash_func(const char *s... type zend_known_string_id (line 643) | typedef enum _zend_known_string_id { FILE: Zend/zend_strtod.c function Bug (line 212) | static void Bug(const char *message) { type BCinfo (line 503) | typedef struct BCinfo BCinfo; type BCinfo (line 504) | struct type Bigint (line 539) | struct type Bigint (line 546) | typedef struct Bigint Bigint; function ZEND_API (line 560) | ZEND_API int zend_shutdown_strtod(void) /* {{{ */ function htinit (line 1534) | static void function hexdig_init (line 1542) | static void function else (line 2828) | else if (e >= -Ten_pmax) { function ZEND_API (line 4410) | ZEND_API double zend_hex_strtod(const char *str, const char **endptr) function ZEND_API (line 4443) | ZEND_API double zend_oct_strtod(const char *str, const char **endptr) function ZEND_API (line 4475) | ZEND_API double zend_bin_strtod(const char *str, const char **endptr) function ZEND_API (line 4513) | ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char ... function destroy_freelist (line 4612) | static void destroy_freelist(void) function free_p5s (line 4629) | static void free_p5s(void) FILE: Zend/zend_strtod.h type zend_strtod_bigint (line 27) | typedef struct _zend_strtod_bigint zend_strtod_bigint; type zend_strtod_state (line 28) | typedef struct _zend_strtod_state { FILE: Zend/zend_system_id.c function ZEND_API (line 29) | ZEND_API zend_result zend_add_system_entropy(const char *module_name, co... function zend_startup_system_id (line 44) | void zend_startup_system_id(void) function zend_finalize_system_id (line 64) | void zend_finalize_system_id(void) FILE: Zend/zend_types.h type zend_uchar (line 57) | typedef unsigned char zend_uchar; type ZEND_RESULT_CODE (line 59) | typedef enum { type ZEND_RESULT_CODE (line 64) | typedef ZEND_RESULT_CODE zend_result; type zend_object_handlers (line 88) | typedef struct _zend_object_handlers zend_object_handlers; type zend_class_entry (line 89) | typedef struct _zend_class_entry zend_class_entry; type zend_function (line 90) | typedef union _zend_function zend_function; type zend_execute_data (line 91) | typedef struct _zend_execute_data zend_execute_data; type zval (line 93) | typedef struct _zval_struct zval; type zend_refcounted (line 95) | typedef struct _zend_refcounted zend_refcounted; type zend_string (line 96) | typedef struct _zend_string zend_string; type zend_array (line 97) | typedef struct _zend_array zend_array; type zend_object (line 98) | typedef struct _zend_object zend_object; type zend_resource (line 99) | typedef struct _zend_resource zend_resource; type zend_reference (line 100) | typedef struct _zend_reference zend_reference; type zend_ast_ref (line 101) | typedef struct _zend_ast_ref zend_ast_ref; type zend_ast (line 102) | typedef struct _zend_ast zend_ast; type zend_type (line 131) | typedef struct { type zend_type_list (line 140) | typedef struct { type zend_value (line 315) | typedef union _zend_value { type _zval_struct (line 335) | struct _zval_struct { type zend_refcounted_h (line 362) | typedef struct _zend_refcounted_h { type _zend_refcounted (line 369) | struct _zend_refcounted { type _zend_string (line 373) | struct _zend_string { type Bucket (line 380) | typedef struct _Bucket { type HashTable (line 386) | typedef struct _zend_array HashTable; type _zend_array (line 388) | struct _zend_array { type _zend_object (line 556) | struct _zend_object { type _zend_resource (line 566) | struct _zend_resource { type zend_property_info_list (line 573) | typedef struct { type zend_property_info_source_list (line 579) | typedef union { type _zend_reference (line 588) | struct _zend_reference { type _zend_ast_ref (line 594) | struct _zend_ast_ref { function zend_always_inline (line 649) | static zend_always_inline uint8_t zval_get_type(const zval* pz) { function zend_always_inline (line 754) | static zend_always_inline uint8_t zval_gc_type(uint32_t gc_type_info) { function zend_always_inline (line 758) | static zend_always_inline uint32_t zval_gc_flags(uint32_t gc_type_info) { function zend_always_inline (line 762) | static zend_always_inline uint32_t zval_gc_info(uint32_t gc_type_info) { function zend_always_inline (line 1329) | static zend_always_inline uint32_t zend_gc_refcount(const zend_refcounte... function zend_always_inline (line 1333) | static zend_always_inline uint32_t zend_gc_set_refcount(zend_refcounted_... function zend_always_inline (line 1338) | static zend_always_inline uint32_t zend_gc_addref(zend_refcounted_h *p) { function zend_always_inline (line 1343) | static zend_always_inline void zend_gc_try_addref(zend_refcounted_h *p) { function zend_always_inline (line 1350) | static zend_always_inline void zend_gc_try_delref(zend_refcounted_h *p) { function zend_always_inline (line 1357) | static zend_always_inline uint32_t zend_gc_delref(zend_refcounted_h *p) { function zend_always_inline (line 1363) | static zend_always_inline uint32_t zend_gc_addref_ex(zend_refcounted_h *... function zend_always_inline (line 1369) | static zend_always_inline uint32_t zend_gc_delref_ex(zend_refcounted_h *... function zend_always_inline (line 1375) | static zend_always_inline uint32_t zval_refcount_p(const zval* pz) { function zend_always_inline (line 1382) | static zend_always_inline uint32_t zval_set_refcount_p(zval* pz, uint32_... function zend_always_inline (line 1387) | static zend_always_inline uint32_t zval_addref_p(zval* pz) { function zend_always_inline (line 1392) | static zend_always_inline uint32_t zval_delref_p(zval* pz) { function zend_always_inline (line 1589) | static zend_always_inline bool zend_may_modify_arg_in_place(const zval *... FILE: Zend/zend_variables.c function ZEND_FASTCALL (line 54) | ZEND_FASTCALL rc_dtor_func(zend_refcounted *p) function zend_string_destroy (line 61) | static void ZEND_FASTCALL zend_string_destroy(zend_string *str) function zend_reference_destroy (line 71) | static void ZEND_FASTCALL zend_reference_destroy(zend_reference *ref) function zend_empty_destroy (line 78) | static void ZEND_FASTCALL zend_empty_destroy(zend_reference *ref) function ZEND_API (line 82) | ZEND_API void zval_ptr_dtor(zval *zval_ptr) /* {{{ */ function ZEND_API (line 88) | ZEND_API void zval_internal_ptr_dtor(zval *zval_ptr) /* {{{ */ function ZEND_API (line 113) | ZEND_API void zval_add_ref(zval *p) function ZEND_FASTCALL (line 124) | ZEND_FASTCALL zval_copy_ctor_func(zval *zvalue) FILE: Zend/zend_variables.h function zend_always_inline (line 33) | static zend_always_inline void zval_ptr_dtor_nogc(zval *zval_ptr) function zend_always_inline (line 40) | static zend_always_inline void i_zval_ptr_dtor(zval *zval_ptr) function zend_always_inline (line 52) | static zend_always_inline void zval_copy_ctor(zval *zvalue) function zend_always_inline (line 61) | static zend_always_inline void zval_opt_copy_ctor(zval *zvalue) function zend_always_inline (line 70) | static zend_always_inline void zval_ptr_dtor_str(zval *zval_ptr) FILE: Zend/zend_verify_type_inference.h function zend_verify_type_inference (line 41) | static void zend_verify_type_inference(zval *value, uint32_t type_mask, ... function zend_verify_inference_use (line 128) | __attribute__((unused)) function zend_verify_inference_def (line 150) | __attribute__((unused)) FILE: Zend/zend_virtual_cwd.c function php_is_dir_ok (line 121) | static int php_is_dir_ok(const cwd_state *state) /* {{{ */ function php_is_file_ok (line 132) | static int php_is_file_ok(const cwd_state *state) /* {{{ */ function cwd_globals_ctor (line 143) | static void cwd_globals_ctor(virtual_cwd_globals *cwd_g) /* {{{ */ function realpath_cache_clean_helper (line 153) | static void realpath_cache_clean_helper(uint32_t max_entries, realpath_c... function cwd_globals_dtor (line 169) | static void cwd_globals_dtor(virtual_cwd_globals *cwd_g) /* {{{ */ function virtual_cwd_main_cwd_init (line 175) | void virtual_cwd_main_cwd_init(uint8_t reinit) /* {{{ */ function CWD_API (line 205) | CWD_API void virtual_cwd_startup(void) /* {{{ */ function CWD_API (line 220) | CWD_API void virtual_cwd_shutdown(void) /* {{{ */ function CWD_API (line 233) | CWD_API void virtual_cwd_activate(void) /* {{{ */ function CWD_API (line 241) | CWD_API void virtual_cwd_deactivate(void) /* {{{ */ function CWD_API (line 250) | CWD_API char *virtual_getcwd_ex(size_t *length) /* {{{ */ function CWD_API (line 291) | CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ function zend_ulong (line 316) | static inline zend_ulong realpath_cache_key(const char *path, size_t pat... function zend_ulong (line 340) | static inline zend_ulong realpath_cache_key(const char *path, size_t pat... function CWD_API (line 355) | CWD_API void realpath_cache_clean(void) /* {{{ */ function CWD_API (line 361) | CWD_API void realpath_cache_del(const char *path, size_t path_len) /* {{... function realpath_cache_add (line 389) | static inline void realpath_cache_add(const char *path, size_t path_len,... function realpath_cache_bucket (line 435) | static inline realpath_cache_bucket* realpath_cache_find(const char *pat... function CWD_API (line 464) | CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, s... function CWD_API (line 470) | CWD_API zend_long realpath_cache_size(void) function CWD_API (line 475) | CWD_API zend_long realpath_cache_max_buckets(void) function CWD_API (line 480) | CWD_API realpath_cache_bucket** realpath_cache_get_buckets(void) function tsrm_realpath_r (line 489) | static size_t tsrm_realpath_r(char *path, size_t start, size_t len, int ... function CWD_API (line 1007) | CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_p... function CWD_API (line 1203) | CWD_API zend_result virtual_chdir(const char *path) /* {{{ */ function CWD_API (line 1211) | CWD_API int virtual_chdir_file(const char *path, int (*p_chdir)(const ch... function CWD_API (line 1245) | CWD_API char *virtual_realpath(const char *path, char *real_path) /* {{{ */ function CWD_API (line 1283) | CWD_API int virtual_filepath_ex(const char *path, char **filepath, verif... function CWD_API (line 1299) | CWD_API int virtual_filepath(const char *path, char **filepath) /* {{{ */ function CWD_API (line 1305) | CWD_API FILE *virtual_fopen(const char *path, const char *mode) /* {{{ */ function CWD_API (line 1332) | CWD_API int virtual_access(const char *pathname, int mode) /* {{{ */ function CWD_API (line 1356) | CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* ... function CWD_API (line 1379) | CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ function CWD_API (line 1414) | CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group... function CWD_API (line 1441) | CWD_API int virtual_open(const char *path, int flags, ...) /* {{{ */ function CWD_API (line 1477) | CWD_API int virtual_creat(const char *path, mode_t mode) /* {{{ */ function CWD_API (line 1495) | CWD_API int virtual_rename(const char *oldname, const char *newname) /* ... function CWD_API (line 1532) | CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ function CWD_API (line 1550) | CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ function CWD_API (line 1568) | CWD_API int virtual_unlink(const char *path) /* {{{ */ function CWD_API (line 1590) | CWD_API int virtual_mkdir(const char *pathname, mode_t mode) /* {{{ */ function CWD_API (line 1611) | CWD_API int virtual_rmdir(const char *pathname) /* {{{ */ function CWD_API (line 1636) | CWD_API DIR *virtual_opendir(const char *pathname) /* {{{ */ function CWD_API (line 1655) | CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{... function CWD_API (line 1661) | CWD_API FILE *virtual_popen(const char *command, const char *type) /* {{... function CWD_API (line 1717) | CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ FILE: Zend/zend_virtual_cwd.h type mode_t (line 73) | typedef unsigned short mode_t; type cwd_state (line 167) | typedef struct _cwd_state { type utimbuf (line 199) | struct utimbuf type realpath_cache_bucket (line 221) | typedef struct _realpath_cache_bucket { type virtual_cwd_globals (line 238) | typedef struct _virtual_cwd_globals { FILE: Zend/zend_vm.h type zend_op (line 24) | typedef struct _zend_op zend_op; type zend_execute_data (line 25) | typedef struct _zend_execute_data zend_execute_data; FILE: Zend/zend_vm_def.h function ZEND_VM_C_LABEL (line 2567) | ZEND_VM_C_LABEL(exit_assign_obj): function ZEND_HASH_FILL_PACKED (line 5721) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) { function ZEND_HASH_FILL_PACKED (line 6270) | ZEND_HASH_FILL_PACKED(result_ht) { function USE_OPLINE (line 7693) | USE_OPLINE function USE_OPLINE (line 7874) | USE_OPLINE function USE_OPLINE (line 7886) | USE_OPLINE function USE_OPLINE (line 7898) | USE_OPLINE function USE_OPLINE (line 8798) | USE_OPLINE function USE_OPLINE (line 8815) | USE_OPLINE function ZEND_HASH_FILL_PACKED (line 8890) | ZEND_HASH_FILL_PACKED(args) { function USE_OPLINE (line 9132) | USE_OPLINE function USE_OPLINE (line 9468) | USE_OPLINE function USE_OPLINE (line 9511) | USE_OPLINE function else (line 9515) | else if (Z_CE(EX(This))) { function ZEND_HASH_FILL_PACKED (line 9579) | ZEND_HASH_FILL_PACKED(ht) { FILE: Zend/zend_vm_execute.h function ZEND_FASTCALL (line 447) | ZEND_FASTCALL zend_add_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE_HA... function ZEND_FASTCALL (line 468) | ZEND_FASTCALL zend_sub_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE_HA... function ZEND_FASTCALL (line 489) | ZEND_FASTCALL zend_mul_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE_HA... function zend_mod_by_zero_helper_SPEC (line 510) | zend_mod_by_zero_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 520) | ZEND_FASTCALL zend_mod_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE_HA... function ZEND_FASTCALL (line 541) | ZEND_FASTCALL zend_shift_left_helper_SPEC(zval *op_1, zval *op_2 ZEND_OP... function ZEND_FASTCALL (line 562) | ZEND_FASTCALL zend_shift_right_helper_SPEC(zval *op_1, zval *op_2 ZEND_O... function ZEND_FASTCALL (line 583) | ZEND_FASTCALL zend_is_equal_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCO... function ZEND_FASTCALL (line 605) | ZEND_FASTCALL zend_is_not_equal_helper_SPEC(zval *op_1, zval *op_2 ZEND_... function ZEND_FASTCALL (line 627) | ZEND_FASTCALL zend_is_smaller_helper_SPEC(zval *op_1, zval *op_2 ZEND_OP... function ZEND_FASTCALL (line 649) | ZEND_FASTCALL zend_is_smaller_or_equal_helper_SPEC(zval *op_1, zval *op_... function ZEND_FASTCALL (line 671) | ZEND_FASTCALL zend_bw_or_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE_... function ZEND_FASTCALL (line 692) | ZEND_FASTCALL zend_bw_and_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE... function ZEND_FASTCALL (line 713) | ZEND_FASTCALL zend_bw_xor_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE... function ZEND_FASTCALL (line 734) | ZEND_FASTCALL zend_bw_not_helper_SPEC(zval *op_1 ZEND_OPCODE_HANDLER_ARG... function zend_this_not_in_object_context_helper_SPEC (line 747) | zend_this_not_in_object_context_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function zend_undefined_function_helper_SPEC (line 757) | zend_undefined_function_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER (line 768) | ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_STATIC_PROP_SPEC_HANDLER (line 814) | ZEND_PRE_INC_STATIC_PROP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_STATIC_PROP_SPEC_HANDLER (line 834) | ZEND_POST_INC_STATIC_PROP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 854) | ZEND_FASTCALL zend_fetch_static_prop_helper_SPEC(int type ZEND_OPCODE_HA... function ZEND_FETCH_STATIC_PROP_R_SPEC_HANDLER (line 875) | ZEND_FETCH_STATIC_PROP_R_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_STATIC_PROP_W_SPEC_HANDLER (line 881) | ZEND_FETCH_STATIC_PROP_W_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_STATIC_PROP_RW_SPEC_HANDLER (line 887) | ZEND_FETCH_STATIC_PROP_RW_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER (line 893) | ZEND_FETCH_STATIC_PROP_FUNC_ARG_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_STATIC_PROP_UNSET_SPEC_HANDLER (line 902) | ZEND_FETCH_STATIC_PROP_UNSET_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_STATIC_PROP_IS_SPEC_HANDLER (line 908) | ZEND_FETCH_STATIC_PROP_IS_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function zend_use_tmp_in_write_context_helper_SPEC (line 913) | zend_use_tmp_in_write_context_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function zend_use_undef_in_read_context_helper_SPEC (line 925) | zend_use_undef_in_read_context_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CONST_HANDLER (line 937) | ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_TMP_HANDLER (line 973) | ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_VAR_HANDLER (line 1009) | ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CV_HANDLER (line 1045) | ZEND_ASSIGN_STATIC_PROP_SPEC_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_STATIC_PROP_REF_SPEC_HANDLER (line 1081) | ZEND_ASSIGN_STATIC_PROP_REF_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 1120) | ZEND_FASTCALL zend_leave_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 1259) | ZEND_FASTCALL ZEND_JMP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 1266) | ZEND_FASTCALL ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 1330) | ZEND_FASTCALL ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 1394) | ZEND_FASTCALL ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 1459) | ZEND_FASTCALL ZEND_DO_UCALL_SPEC_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 1483) | ZEND_FASTCALL ZEND_DO_UCALL_SPEC_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 1507) | ZEND_FASTCALL ZEND_DO_UCALL_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 1532) | ZEND_FASTCALL ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER(ZEND_OPCO... function ZEND_FASTCALL (line 1634) | ZEND_FASTCALL ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 1736) | ZEND_FASTCALL ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 1840) | ZEND_FASTCALL ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 1958) | ZEND_FASTCALL ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 2076) | ZEND_FASTCALL ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GENERATOR_CREATE_SPEC_HANDLER (line 2195) | ZEND_GENERATOR_CREATE_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_OPCODE_HANDLER_RET (line 2273) | ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_cannot_pass_by_ref_helper_SPE... function ZEND_SEND_UNPACK_SPEC_HANDLER (line 2285) | ZEND_SEND_UNPACK_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_ARRAY_SPEC_HANDLER (line 2503) | ZEND_SEND_ARRAY_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function zend_missing_arg_helper_SPEC (line 2654) | zend_missing_arg_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 2665) | ZEND_FASTCALL zend_verify_recv_arg_type_helper_SPEC(zval *op_1 ZEND_OPCO... function ZEND_FASTCALL (line 2677) | ZEND_FASTCALL ZEND_RECV_NOTYPE_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 2689) | ZEND_FASTCALL zend_case_helper_SPEC(zval *op_1, zval *op_2 ZEND_OPCODE_H... function ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER (line 2708) | ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 2847) | ZEND_FASTCALL ZEND_UNSET_STATIC_PROP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 2899) | ZEND_FASTCALL zend_fe_fetch_object_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER (line 3017) | ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BEGIN_SILENCE_SPEC_HANDLER (line 3038) | ZEND_BEGIN_SILENCE_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3072) | ZEND_FASTCALL ZEND_EXT_STMT_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3084) | ZEND_FASTCALL ZEND_EXT_FCALL_BEGIN_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3096) | ZEND_FASTCALL ZEND_EXT_FCALL_END_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER (line 3108) | ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DECLARE_FUNCTION_SPEC_HANDLER (line 3133) | ZEND_DECLARE_FUNCTION_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_TICKS_SPEC_HANDLER (line 3144) | ZEND_TICKS_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3161) | ZEND_FASTCALL ZEND_EXT_NOP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3168) | ZEND_FASTCALL ZEND_NOP_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3175) | ZEND_FASTCALL zend_dispatch_try_catch_finally_helper_SPEC(uint32_t try_c... function ZEND_HANDLE_EXCEPTION_SPEC_HANDLER (line 3252) | ZEND_HANDLE_EXCEPTION_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_USER_OPCODE_SPEC_HANDLER (line 3325) | ZEND_USER_OPCODE_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function zend_yield_in_closed_generator_helper_SPEC (line 3357) | zend_yield_in_closed_generator_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DISCARD_EXCEPTION_SPEC_HANDLER (line 3369) | ZEND_DISCARD_EXCEPTION_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_CALL_SPEC_HANDLER (line 3393) | ZEND_FAST_CALL_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_RET_SPEC_HANDLER (line 3404) | ZEND_FAST_RET_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSERT_CHECK_SPEC_HANDLER (line 3424) | ZEND_ASSERT_CHECK_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CALL_TRAMPOLINE_SPEC_HANDLER (line 3439) | ZEND_CALL_TRAMPOLINE_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER (line 3582) | ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_2_SPEC_HANDLER (line 3726) | ZEND_FRAMELESS_ICALL_2_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_2_SPEC_OBSERVER_HANDLER (line 3760) | ZEND_FRAMELESS_ICALL_2_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER (line 3794) | ZEND_FRAMELESS_ICALL_3_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_3_SPEC_OBSERVER_HANDLER (line 3834) | ZEND_FRAMELESS_ICALL_3_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3874) | ZEND_FASTCALL ZEND_JMP_FORWARD_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3882) | ZEND_FASTCALL zend_interrupt_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3908) | ZEND_FASTCALL ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER(ZEND_OPCODE_HAN... function ZEND_INIT_DYNAMIC_CALL_SPEC_CONST_HANDLER (line 3936) | ZEND_INIT_DYNAMIC_CALL_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 3989) | ZEND_FASTCALL ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER(ZEND_OPCODE_... function ZEND_FASTCALL (line 4022) | ZEND_FASTCALL ZEND_INIT_FCALL_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4051) | ZEND_FASTCALL ZEND_INIT_FCALL_OFFSET_SPEC_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 4069) | ZEND_FASTCALL ZEND_RECV_INIT_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_DYNAMIC_CALL_SPEC_TMPVAR_HANDLER (line 4119) | ZEND_INIT_DYNAMIC_CALL_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4172) | ZEND_FASTCALL ZEND_RECV_SPEC_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER (line 4191) | ZEND_RECV_VARIADIC_SPEC_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_1_SPEC_UNUSED_HANDLER (line 4263) | ZEND_FRAMELESS_ICALL_1_SPEC_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_1_SPEC_OBSERVER_HANDLER (line 4289) | ZEND_FRAMELESS_ICALL_1_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_DYNAMIC_CALL_SPEC_CV_HANDLER (line 4315) | ZEND_INIT_DYNAMIC_CALL_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4368) | ZEND_FASTCALL ZEND_BW_NOT_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4382) | ZEND_FASTCALL ZEND_BOOL_NOT_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ECHO_SPEC_CONST_HANDLER (line 4408) | ZEND_ECHO_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4436) | ZEND_FASTCALL ZEND_JMPZ_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4470) | ZEND_FASTCALL ZEND_JMPNZ_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4504) | ZEND_FASTCALL ZEND_JMPZ_EX_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4540) | ZEND_FASTCALL ZEND_JMPNZ_EX_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4575) | ZEND_FASTCALL ZEND_RETURN_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4652) | ZEND_FASTCALL ZEND_RETURN_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4730) | ZEND_FASTCALL ZEND_RETURN_BY_REF_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_FASTCALL (line 4793) | ZEND_FASTCALL ZEND_RETURN_BY_REF_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDL... function ZEND_GENERATOR_RETURN_SPEC_CONST_HANDLER (line 4859) | ZEND_GENERATOR_RETURN_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GENERATOR_RETURN_SPEC_OBSERVER_HANDLER (line 4904) | ZEND_GENERATOR_RETURN_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 4951) | ZEND_FASTCALL ZEND_THROW_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CATCH_SPEC_CONST_HANDLER (line 4987) | ZEND_CATCH_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_USER_SPEC_CONST_HANDLER (line 5038) | ZEND_SEND_USER_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5058) | ZEND_FASTCALL ZEND_BOOL_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5084) | ZEND_FASTCALL ZEND_CLONE_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5147) | ZEND_FASTCALL ZEND_CAST_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER (line 5238) | ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INCLUDE_OR_EVAL_SPEC_OBSERVER_HANDLER (line 5321) | ZEND_INCLUDE_OR_EVAL_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_RESET_R_SPEC_CONST_HANDLER (line 5404) | ZEND_FE_RESET_R_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5479) | ZEND_FASTCALL ZEND_FE_RESET_RW_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5577) | ZEND_FASTCALL ZEND_JMP_SET_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5623) | ZEND_FASTCALL ZEND_COALESCE_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5664) | ZEND_FASTCALL ZEND_JMP_NULL_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5708) | ZEND_FASTCALL ZEND_QM_ASSIGN_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DECLARE_CLASS_SPEC_CONST_HANDLER (line 5746) | ZEND_DECLARE_CLASS_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_HANDLER (line 5755) | ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_FROM_SPEC_CONST_HANDLER (line 5782) | ZEND_YIELD_FROM_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5882) | ZEND_FASTCALL ZEND_STRLEN_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5944) | ZEND_FASTCALL ZEND_TYPE_CHECK_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 5980) | ZEND_FASTCALL ZEND_DEFINED_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMP_FRAMELESS_SPEC_CONST_HANDLER (line 6003) | ZEND_JMP_FRAMELESS_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6026) | ZEND_FASTCALL ZEND_QM_ASSIGN_LONG_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 6036) | ZEND_FASTCALL ZEND_QM_ASSIGN_DOUBLE_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 6046) | ZEND_FASTCALL ZEND_QM_ASSIGN_NOREF_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 6056) | ZEND_FASTCALL ZEND_SEND_VAL_SIMPLE_SPEC_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 6067) | ZEND_FASTCALL ZEND_SEND_VAL_EX_SIMPLE_SPEC_CONST_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 6082) | ZEND_FASTCALL ZEND_ADD_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6120) | ZEND_FASTCALL ZEND_SUB_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6158) | ZEND_FASTCALL ZEND_MUL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6199) | ZEND_FASTCALL ZEND_DIV_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6213) | ZEND_FASTCALL ZEND_MOD_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6240) | ZEND_FASTCALL ZEND_SL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6261) | ZEND_FASTCALL ZEND_SR_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6280) | ZEND_FASTCALL ZEND_POW_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6294) | ZEND_FASTCALL ZEND_IS_IDENTICAL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 6309) | ZEND_FASTCALL ZEND_IS_NOT_IDENTICAL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 6324) | ZEND_FASTCALL ZEND_IS_EQUAL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 6382) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 6440) | ZEND_FASTCALL ZEND_IS_SMALLER_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 6483) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_CONST_HANDLER(ZEND_OPC... function ZEND_FASTCALL (line 6530) | ZEND_FASTCALL ZEND_SPACESHIP_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 6544) | ZEND_FASTCALL ZEND_BW_OR_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6562) | ZEND_FASTCALL ZEND_BW_AND_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 6580) | ZEND_FASTCALL ZEND_BW_XOR_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 6598) | ZEND_FASTCALL ZEND_BOOL_XOR_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 6612) | ZEND_FASTCALL ZEND_FETCH_DIM_R_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 6647) | ZEND_FASTCALL ZEND_FETCH_DIM_IS_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 6660) | ZEND_FASTCALL ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_CONST_HANDLER(ZEND_OPCO... function ZEND_FASTCALL (line 6679) | ZEND_FASTCALL ZEND_FETCH_OBJ_R_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 6847) | ZEND_FASTCALL ZEND_FETCH_OBJ_IS_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 6968) | ZEND_FASTCALL ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CONST_CONST_HANDLER(ZEND_OPCO... function ZEND_FETCH_LIST_R_SPEC_CONST_CONST_HANDLER (line 6985) | ZEND_FETCH_LIST_R_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 6997) | ZEND_FASTCALL ZEND_FAST_CONCAT_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 7122) | ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER (line 7277) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER (line 7410) | ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 7481) | ZEND_FASTCALL ZEND_SEND_VAL_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_SEND_VAL_EX_SPEC_CONST_CONST_HANDLER (line 7509) | ZEND_SEND_VAL_EX_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER (line 7546) | ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER (line 7678) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CONST_CONST_HANDLER (line 7774) | ZEND_INIT_ARRAY_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 7796) | ZEND_FASTCALL ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CONST_HANDLER(ZEND_O... function ZEND_FASTCALL (line 7875) | ZEND_FASTCALL ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CONST_HANDLER(ZEND_... function ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER (line 7925) | ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DECLARE_CLASS_DELAYED_SPEC_CONST_CONST_HANDLER (line 7957) | ZEND_DECLARE_CLASS_DELAYED_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER (line 7977) | ZEND_DECLARE_CONST_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CONST_CONST_HANDLER (line 8008) | ZEND_YIELD_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 8127) | ZEND_FASTCALL ZEND_SWITCH_LONG_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 8155) | ZEND_FASTCALL ZEND_SWITCH_STRING_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 8188) | ZEND_FASTCALL ZEND_MATCH_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 8229) | ZEND_FASTCALL ZEND_IN_ARRAY_SPEC_CONST_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 8301) | ZEND_FASTCALL ZEND_ADD_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 8339) | ZEND_FASTCALL ZEND_SUB_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_MOD_SPEC_CONST_TMPVARCV_HANDLER (line 8377) | ZEND_MOD_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SL_SPEC_CONST_TMPVARCV_HANDLER (line 8404) | ZEND_SL_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SR_SPEC_CONST_TMPVARCV_HANDLER (line 8425) | ZEND_SR_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_HANDLER (line 8444) | ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 8487) | ZEND_FASTCALL ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPZ_HANDLER(ZEND_OPCO... function ZEND_FASTCALL (line 8530) | ZEND_FASTCALL ZEND_IS_SMALLER_SPEC_CONST_TMPVARCV_JMPNZ_HANDLER(ZEND_OPC... function ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_HANDLER (line 8573) | ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 8620) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPZ_HANDLER(... function ZEND_FASTCALL (line 8667) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_SPEC_CONST_TMPVARCV_JMPNZ_HANDLER... function ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER (line 8714) | ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 8847) | ZEND_FASTCALL ZEND_SUB_LONG_NO_OVERFLOW_SPEC_CONST_TMPVARCV_HANDLER(ZEND... function ZEND_FASTCALL (line 8859) | ZEND_FASTCALL ZEND_SUB_LONG_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 8871) | ZEND_FASTCALL ZEND_SUB_DOUBLE_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HA... function ZEND_IS_SMALLER_LONG_SPEC_CONST_TMPVARCV_HANDLER (line 8883) | ZEND_IS_SMALLER_LONG_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 8895) | ZEND_FASTCALL ZEND_IS_SMALLER_LONG_SPEC_CONST_TMPVARCV_JMPZ_HANDLER(ZEND... function ZEND_FASTCALL (line 8907) | ZEND_FASTCALL ZEND_IS_SMALLER_LONG_SPEC_CONST_TMPVARCV_JMPNZ_HANDLER(ZEN... function ZEND_IS_SMALLER_DOUBLE_SPEC_CONST_TMPVARCV_HANDLER (line 8919) | ZEND_IS_SMALLER_DOUBLE_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 8931) | ZEND_FASTCALL ZEND_IS_SMALLER_DOUBLE_SPEC_CONST_TMPVARCV_JMPZ_HANDLER(ZE... function ZEND_FASTCALL (line 8943) | ZEND_FASTCALL ZEND_IS_SMALLER_DOUBLE_SPEC_CONST_TMPVARCV_JMPNZ_HANDLER(Z... function ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_CONST_TMPVARCV_HANDLER (line 8955) | ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 8967) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_CONST_TMPVARCV_JMPZ_HAN... function ZEND_FASTCALL (line 8979) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_CONST_TMPVARCV_JMPNZ_HA... function ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_CONST_TMPVARCV_HANDLER (line 8991) | ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OPCODE_... function ZEND_FASTCALL (line 9003) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_CONST_TMPVARCV_JMPZ_H... function ZEND_FASTCALL (line 9015) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_CONST_TMPVARCV_JMPNZ_... function ZEND_FASTCALL (line 9027) | ZEND_FASTCALL ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER(ZEND_OP... function ZEND_DIV_SPEC_CONST_TMPVAR_HANDLER (line 9082) | ZEND_DIV_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_CONST_TMPVAR_HANDLER (line 9096) | ZEND_POW_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER (line 9110) | ZEND_CONCAT_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SPACESHIP_SPEC_CONST_TMPVAR_HANDLER (line 9187) | ZEND_SPACESHIP_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_CONST_TMPVAR_HANDLER (line 9201) | ZEND_FETCH_DIM_R_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_CONST_TMPVAR_HANDLER (line 9236) | ZEND_FETCH_DIM_IS_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_TMPVAR_HANDLER (line 9249) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 9268) | ZEND_FASTCALL ZEND_FETCH_OBJ_R_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 9436) | ZEND_FASTCALL ZEND_FETCH_OBJ_IS_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 9557) | ZEND_FASTCALL ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPC... function ZEND_FETCH_LIST_R_SPEC_CONST_TMPVAR_HANDLER (line 9574) | ZEND_FETCH_LIST_R_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_HANDLER (line 9586) | ZEND_FAST_CONCAT_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 9711) | ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCOD... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER (line 9866) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDL... function ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER (line 9999) | ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER (line 10071) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_HANDLER (line 10167) | ZEND_INIT_ARRAY_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_TMPVAR_HANDLER (line 10189) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 10268) | ZEND_FASTCALL ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_TMPVAR_HANDLER(ZEND... function ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER (line 10318) | ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CONST_TMPVAR_HANDLER (line 10351) | ZEND_YIELD_SPEC_CONST_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 10471) | ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CONST_UNUSED(int type Z... function ZEND_FETCH_R_SPEC_CONST_UNUSED_HANDLER (line 10572) | ZEND_FETCH_R_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_W_SPEC_CONST_UNUSED_HANDLER (line 10577) | ZEND_FETCH_W_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_RW_SPEC_CONST_UNUSED_HANDLER (line 10582) | ZEND_FETCH_RW_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER (line 10587) | ZEND_FETCH_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_UNSET_SPEC_CONST_UNUSED_HANDLER (line 10595) | ZEND_FETCH_UNSET_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_IS_SPEC_CONST_UNUSED_HANDLER (line 10600) | ZEND_FETCH_IS_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER (line 10606) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER (line 10625) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 10758) | ZEND_FASTCALL ZEND_VERIFY_RETURN_TYPE_SPEC_CONST_UNUSED_HANDLER(ZEND_OPC... function ZEND_FASTCALL (line 10826) | ZEND_FASTCALL ZEND_SEND_VAL_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_SEND_VAL_EX_SPEC_CONST_UNUSED_HANDLER (line 10854) | ZEND_SEND_VAL_EX_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 10891) | ZEND_FASTCALL ZEND_SEND_VAL_EX_SPEC_CONST_UNUSED_QUICK_HANDLER(ZEND_OPCO... function ZEND_NEW_SPEC_CONST_UNUSED_HANDLER (line 10928) | ZEND_NEW_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER (line 10997) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CONST_UNUSED_HANDLER (line 11093) | ZEND_INIT_ARRAY_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_VAR_SPEC_CONST_UNUSED_HANDLER (line 11115) | ZEND_UNSET_VAR_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_VAR_SPEC_CONST_UNUSED_HANDLER (line 11153) | ZEND_ISSET_ISEMPTY_VAR_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER (line 11197) | ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 11316) | ZEND_FASTCALL ZEND_MATCH_ERROR_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 11327) | ZEND_FASTCALL ZEND_COUNT_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 11382) | ZEND_FASTCALL ZEND_GET_CLASS_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 11425) | ZEND_FASTCALL ZEND_GET_TYPE_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER (line 11443) | ZEND_FUNC_GET_ARGS_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_PARENT_PROPERTY_HOOK_CALL_SPEC_CONST_UNUSED_HANDLER (line 11520) | ZEND_INIT_PARENT_PROPERTY_HOOK_CALL_SPEC_CONST_UNUSED_HANDLER(ZEND_OPCOD... function ZEND_DIV_SPEC_CONST_CV_HANDLER (line 11576) | ZEND_DIV_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_CONST_CV_HANDLER (line 11590) | ZEND_POW_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_CONST_CV_HANDLER (line 11604) | ZEND_CONCAT_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SPACESHIP_SPEC_CONST_CV_HANDLER (line 11681) | ZEND_SPACESHIP_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_CONST_CV_HANDLER (line 11695) | ZEND_FETCH_DIM_R_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_CONST_CV_HANDLER (line 11730) | ZEND_FETCH_DIM_IS_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_CV_HANDLER (line 11743) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 11762) | ZEND_FASTCALL ZEND_FETCH_OBJ_R_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 11930) | ZEND_FASTCALL ZEND_FETCH_OBJ_IS_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 12051) | ZEND_FASTCALL ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_... function ZEND_FETCH_LIST_R_SPEC_CONST_CV_HANDLER (line 12068) | ZEND_FETCH_LIST_R_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_CONCAT_SPEC_CONST_CV_HANDLER (line 12080) | ZEND_FAST_CONCAT_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 12205) | ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HA... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER (line 12360) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER (line 12493) | ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER (line 12564) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CONST_CV_HANDLER (line 12660) | ZEND_INIT_ARRAY_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CV_HANDLER (line 12682) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 12761) | ZEND_FASTCALL ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CONST_CV_HANDLER(ZEND_OPC... function ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER (line 12811) | ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CONST_CV_HANDLER (line 12843) | ZEND_YIELD_SPEC_CONST_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 12962) | ZEND_FASTCALL ZEND_BW_NOT_SPEC_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 12976) | ZEND_FASTCALL ZEND_QM_ASSIGN_LONG_SPEC_TMPVARCV_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 12986) | ZEND_FASTCALL ZEND_QM_ASSIGN_DOUBLE_SPEC_TMPVARCV_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 12996) | ZEND_FASTCALL ZEND_QM_ASSIGN_NOREF_SPEC_TMPVARCV_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 13006) | ZEND_FASTCALL ZEND_ADD_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 13044) | ZEND_FASTCALL ZEND_SUB_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_MUL_SPEC_TMPVARCV_CONST_HANDLER (line 13082) | ZEND_MUL_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_MOD_SPEC_TMPVARCV_CONST_HANDLER (line 13123) | ZEND_MOD_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SL_SPEC_TMPVARCV_CONST_HANDLER (line 13150) | ZEND_SL_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SR_SPEC_TMPVARCV_CONST_HANDLER (line 13171) | ZEND_SR_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_HANDLER (line 13190) | ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 13233) | ZEND_FASTCALL ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(ZEND_OPCO... function ZEND_FASTCALL (line 13276) | ZEND_FASTCALL ZEND_IS_SMALLER_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER(ZEND_OPC... function ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_HANDLER (line 13319) | ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 13366) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(... function ZEND_FASTCALL (line 13413) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER... function ZEND_FASTCALL (line 13460) | ZEND_FASTCALL ZEND_BW_OR_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 13478) | ZEND_FASTCALL ZEND_BW_AND_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 13496) | ZEND_FASTCALL ZEND_BW_XOR_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FETCH_LIST_R_SPEC_TMPVARCV_CONST_HANDLER (line 13514) | ZEND_FETCH_LIST_R_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SWITCH_LONG_SPEC_TMPVARCV_CONST_HANDLER (line 13526) | ZEND_SWITCH_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SWITCH_STRING_SPEC_TMPVARCV_CONST_HANDLER (line 13554) | ZEND_SWITCH_STRING_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_MATCH_SPEC_TMPVARCV_CONST_HANDLER (line 13587) | ZEND_MATCH_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 13628) | ZEND_FASTCALL ZEND_ADD_LONG_NO_OVERFLOW_SPEC_TMPVARCV_CONST_HANDLER(ZEND... function ZEND_FASTCALL (line 13640) | ZEND_FASTCALL ZEND_ADD_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 13652) | ZEND_FASTCALL ZEND_ADD_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 13664) | ZEND_FASTCALL ZEND_SUB_LONG_NO_OVERFLOW_SPEC_TMPVARCV_CONST_HANDLER(ZEND... function ZEND_FASTCALL (line 13676) | ZEND_FASTCALL ZEND_SUB_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 13688) | ZEND_FASTCALL ZEND_SUB_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 13700) | ZEND_FASTCALL ZEND_MUL_LONG_NO_OVERFLOW_SPEC_TMPVARCV_CONST_HANDLER(ZEND... function ZEND_FASTCALL (line 13712) | ZEND_FASTCALL ZEND_MUL_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 13726) | ZEND_FASTCALL ZEND_MUL_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HA... function ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_CONST_HANDLER (line 13738) | ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 13750) | ZEND_FASTCALL ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(ZEND_O... function ZEND_FASTCALL (line 13762) | ZEND_FASTCALL ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER(ZEND_... function ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER (line 13774) | ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 13786) | ZEND_FASTCALL ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(ZEND... function ZEND_FASTCALL (line 13798) | ZEND_FASTCALL ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER(ZEN... function ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_CONST_HANDLER (line 13810) | ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 13822) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(ZE... function ZEND_FASTCALL (line 13834) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER(Z... function ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER (line 13846) | ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FASTCALL (line 13858) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(... function ZEND_FASTCALL (line 13870) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER... function ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_CONST_HANDLER (line 13882) | ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 13894) | ZEND_FASTCALL ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(ZEND... function ZEND_FASTCALL (line 13906) | ZEND_FASTCALL ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER(ZEN... function ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER (line 13918) | ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 13930) | ZEND_FASTCALL ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_CONST_JMPZ_HANDLER(ZE... function ZEND_FASTCALL (line 13942) | ZEND_FASTCALL ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_CONST_JMPNZ_HANDLER(Z... function ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_CONST_HANDLER (line 13954) | ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 13966) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_CONST_JMPZ_HAN... function ZEND_FASTCALL (line 13978) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_CONST_JMPNZ_HA... function ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER (line 13990) | ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_HANDLER(ZEND_OPCODE_... function ZEND_FASTCALL (line 14002) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_JMPZ_H... function ZEND_FASTCALL (line 14014) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_CONST_JMPNZ_... function ZEND_FASTCALL (line 14026) | ZEND_FASTCALL ZEND_ADD_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 14064) | ZEND_FASTCALL ZEND_SUB_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14102) | ZEND_MUL_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14143) | ZEND_MOD_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SL_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14170) | ZEND_SL_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SR_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14191) | ZEND_SR_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14210) | ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 14253) | ZEND_FASTCALL ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDLER(ZEND_O... function ZEND_FASTCALL (line 14296) | ZEND_FASTCALL ZEND_IS_SMALLER_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HANDLER(ZEND_... function ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14339) | ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 14386) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDL... function ZEND_FASTCALL (line 14433) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HAND... function ZEND_FASTCALL (line 14480) | ZEND_FASTCALL ZEND_BW_OR_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 14498) | ZEND_FASTCALL ZEND_BW_AND_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 14516) | ZEND_FASTCALL ZEND_BW_XOR_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 14534) | ZEND_FASTCALL ZEND_ADD_LONG_NO_OVERFLOW_SPEC_TMPVARCV_TMPVARCV_HANDLER(Z... function ZEND_FASTCALL (line 14546) | ZEND_FASTCALL ZEND_ADD_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_H... function ZEND_FASTCALL (line 14558) | ZEND_FASTCALL ZEND_ADD_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 14570) | ZEND_FASTCALL ZEND_SUB_LONG_NO_OVERFLOW_SPEC_TMPVARCV_TMPVARCV_HANDLER(Z... function ZEND_FASTCALL (line 14582) | ZEND_FASTCALL ZEND_SUB_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_H... function ZEND_FASTCALL (line 14594) | ZEND_FASTCALL ZEND_SUB_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 14606) | ZEND_FASTCALL ZEND_MUL_LONG_NO_OVERFLOW_SPEC_TMPVARCV_TMPVARCV_HANDLER(Z... function ZEND_FASTCALL (line 14618) | ZEND_FASTCALL ZEND_MUL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_H... function ZEND_FASTCALL (line 14632) | ZEND_FASTCALL ZEND_MUL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE... function ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14644) | ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 14656) | ZEND_FASTCALL ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDLER(ZEN... function ZEND_FASTCALL (line 14668) | ZEND_FASTCALL ZEND_IS_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HANDLER(ZE... function ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14680) | ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_FASTCALL (line 14692) | ZEND_FASTCALL ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDLER(Z... function ZEND_FASTCALL (line 14704) | ZEND_FASTCALL ZEND_IS_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HANDLER(... function ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14716) | ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 14728) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDLER... function ZEND_FASTCALL (line 14740) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HANDLE... function ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14752) | ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 14764) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDL... function ZEND_FASTCALL (line 14776) | ZEND_FASTCALL ZEND_IS_NOT_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HAND... function ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14788) | ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_FASTCALL (line 14800) | ZEND_FASTCALL ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDLER(Z... function ZEND_FASTCALL (line 14812) | ZEND_FASTCALL ZEND_IS_SMALLER_LONG_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HANDLER(... function ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14824) | ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FASTCALL (line 14836) | ZEND_FASTCALL ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMPZ_HANDLER... function ZEND_FASTCALL (line 14848) | ZEND_FASTCALL ZEND_IS_SMALLER_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMPNZ_HANDLE... function ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14860) | ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 14872) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_JMPZ_... function ZEND_FASTCALL (line 14884) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_LONG_SPEC_TMPVARCV_TMPVARCV_JMPNZ... function ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER (line 14896) | ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_HANDLER(ZEND_OPCO... function ZEND_FASTCALL (line 14908) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMP... function ZEND_FASTCALL (line 14920) | ZEND_FASTCALL ZEND_IS_SMALLER_OR_EQUAL_DOUBLE_SPEC_TMPVARCV_TMPVARCV_JMP... function ZEND_FETCH_LIST_R_SPEC_TMPVARCV_TMPVAR_HANDLER (line 14932) | ZEND_FETCH_LIST_R_SPEC_TMPVARCV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_MATCH_ERROR_SPEC_TMPVARCV_UNUSED_HANDLER (line 14944) | ZEND_MATCH_ERROR_SPEC_TMPVARCV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_LIST_R_SPEC_TMPVARCV_CV_HANDLER (line 14955) | ZEND_FETCH_LIST_R_SPEC_TMPVARCV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_NOT_SPEC_TMPVAR_HANDLER (line 14967) | ZEND_BOOL_NOT_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ECHO_SPEC_TMPVAR_HANDLER (line 14993) | ZEND_ECHO_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 15022) | ZEND_FASTCALL ZEND_JMPZ_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 15056) | ZEND_FASTCALL ZEND_JMPNZ_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMPZ_EX_SPEC_TMPVAR_HANDLER (line 15090) | ZEND_JMPZ_EX_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMPNZ_EX_SPEC_TMPVAR_HANDLER (line 15126) | ZEND_JMPNZ_EX_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FREE_SPEC_TMPVAR_HANDLER (line 15161) | ZEND_FREE_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 15170) | ZEND_FASTCALL ZEND_FE_FREE_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_THROW_SPEC_TMPVAR_HANDLER (line 15195) | ZEND_THROW_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_SPEC_TMPVAR_HANDLER (line 15231) | ZEND_BOOL_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CLONE_SPEC_TMPVAR_HANDLER (line 15257) | ZEND_CLONE_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER (line 15321) | ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER (line 15404) | ZEND_YIELD_FROM_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_STRLEN_SPEC_TMPVAR_HANDLER (line 15506) | ZEND_STRLEN_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 15568) | ZEND_FASTCALL ZEND_TYPE_CHECK_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER (line 15604) | ZEND_FETCH_CLASS_NAME_SPEC_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DIV_SPEC_TMPVAR_CONST_HANDLER (line 15666) | ZEND_DIV_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_TMPVAR_CONST_HANDLER (line 15680) | ZEND_POW_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER (line 15694) | ZEND_CONCAT_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_HANDLER (line 15771) | ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPZ_HANDLER (line 15829) | ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_HANDLER (line 15887) | ZEND_IS_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_HANDLER (line 15945) | ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPZ_HANDLER (line 16003) | ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_HANDLER (line 16061) | ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_CONST_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SPACESHIP_SPEC_TMPVAR_CONST_HANDLER (line 16119) | ZEND_SPACESHIP_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_XOR_SPEC_TMPVAR_CONST_HANDLER (line 16133) | ZEND_BOOL_XOR_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_TMPVAR_CONST_HANDLER (line 16147) | ZEND_FETCH_DIM_R_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_TMPVAR_CONST_HANDLER (line 16182) | ZEND_FETCH_DIM_IS_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER (line 16195) | ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER (line 16363) | ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_HANDLER (line 16484) | ZEND_FAST_CONCAT_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER (line 16609) | ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 16764) | ZEND_FASTCALL ZEND_SEND_VAL_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_CASE_SPEC_TMPVAR_CONST_HANDLER (line 16792) | ZEND_CASE_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CONST_HANDLER (line 16843) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CONST_HANDLER (line 16922) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER (line 16972) | ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INSTANCEOF_SPEC_TMPVAR_CONST_HANDLER (line 17004) | ZEND_INSTANCEOF_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 17049) | ZEND_FASTCALL ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER(ZEND_OPCO... function ZEND_FASTCALL (line 17104) | ZEND_FASTCALL ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER(ZEND_O... function ZEND_DIV_SPEC_TMPVAR_TMPVAR_HANDLER (line 17159) | ZEND_DIV_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_TMPVAR_TMPVAR_HANDLER (line 17173) | ZEND_POW_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER (line 17187) | ZEND_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_HANDLER (line 17264) | ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_HANDLER (line 17322) | ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_HANDLER (line 17380) | ZEND_IS_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_HANDLER (line 17438) | ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_HANDLER (line 17496) | ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_HANDLER (line 17554) | ZEND_IS_NOT_EQUAL_SPEC_TMPVAR_TMPVAR_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_SPACESHIP_SPEC_TMPVAR_TMPVAR_HANDLER (line 17612) | ZEND_SPACESHIP_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_XOR_SPEC_TMPVAR_TMPVAR_HANDLER (line 17626) | ZEND_BOOL_XOR_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_TMPVAR_TMPVAR_HANDLER (line 17640) | ZEND_FETCH_DIM_R_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_TMPVAR_TMPVAR_HANDLER (line 17675) | ZEND_FETCH_DIM_IS_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER (line 17688) | ZEND_FETCH_OBJ_R_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER (line 17856) | ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER (line 17977) | ZEND_FAST_CONCAT_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER (line 18102) | ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_SPEC_TMPVAR_TMPVAR_HANDLER (line 18257) | ZEND_CASE_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER (line 18308) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER (line 18387) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDL... function ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER (line 18437) | ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INSTANCEOF_SPEC_TMPVAR_VAR_HANDLER (line 18470) | ZEND_INSTANCEOF_SPEC_TMPVAR_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 18515) | ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_TMPVAR_UNUSED(int type ... function ZEND_FETCH_R_SPEC_TMPVAR_UNUSED_HANDLER (line 18616) | ZEND_FETCH_R_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_W_SPEC_TMPVAR_UNUSED_HANDLER (line 18621) | ZEND_FETCH_W_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_RW_SPEC_TMPVAR_UNUSED_HANDLER (line 18626) | ZEND_FETCH_RW_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER (line 18631) | ZEND_FETCH_FUNC_ARG_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_UNSET_SPEC_TMPVAR_UNUSED_HANDLER (line 18639) | ZEND_FETCH_UNSET_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_IS_SPEC_TMPVAR_UNUSED_HANDLER (line 18644) | ZEND_FETCH_IS_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 18650) | ZEND_FASTCALL ZEND_SEND_VAL_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_UNSET_VAR_SPEC_TMPVAR_UNUSED_HANDLER (line 18678) | ZEND_UNSET_VAR_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_VAR_SPEC_TMPVAR_UNUSED_HANDLER (line 18716) | ZEND_ISSET_ISEMPTY_VAR_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INSTANCEOF_SPEC_TMPVAR_UNUSED_HANDLER (line 18761) | ZEND_INSTANCEOF_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER (line 18806) | ZEND_COUNT_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COUNT_ARRAY_SPEC_TMPVAR_UNUSED_HANDLER (line 18861) | ZEND_COUNT_ARRAY_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GET_CLASS_SPEC_TMPVAR_UNUSED_HANDLER (line 18876) | ZEND_GET_CLASS_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COPY_TMP_SPEC_TMPVAR_UNUSED_HANDLER (line 18919) | ZEND_COPY_TMP_SPEC_TMPVAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_DIV_SPEC_TMPVAR_CV_HANDLER (line 18928) | ZEND_DIV_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_TMPVAR_CV_HANDLER (line 18942) | ZEND_POW_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER (line 18956) | ZEND_CONCAT_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SPACESHIP_SPEC_TMPVAR_CV_HANDLER (line 19033) | ZEND_SPACESHIP_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_TMPVAR_CV_HANDLER (line 19047) | ZEND_FETCH_DIM_R_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_TMPVAR_CV_HANDLER (line 19082) | ZEND_FETCH_DIM_IS_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER (line 19095) | ZEND_FETCH_OBJ_R_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CV_HANDLER (line 19263) | ZEND_FETCH_OBJ_IS_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_CONCAT_SPEC_TMPVAR_CV_HANDLER (line 19384) | ZEND_FAST_CONCAT_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER (line 19509) | ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_SPEC_TMPVAR_CV_HANDLER (line 19664) | ZEND_CASE_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CV_HANDLER (line 19715) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CV_HANDLER (line 19794) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER (line 19844) | ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 19876) | ZEND_FASTCALL ZEND_RETURN_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER (line 19953) | ZEND_RETURN_BY_REF_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GENERATOR_RETURN_SPEC_TMP_HANDLER (line 20017) | ZEND_GENERATOR_RETURN_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_USER_SPEC_TMP_HANDLER (line 20062) | ZEND_SEND_USER_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CAST_SPEC_TMP_HANDLER (line 20083) | ZEND_CAST_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_RESET_R_SPEC_TMP_HANDLER (line 20175) | ZEND_FE_RESET_R_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_RESET_RW_SPEC_TMP_HANDLER (line 20251) | ZEND_FE_RESET_RW_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_END_SILENCE_SPEC_TMP_HANDLER (line 20349) | ZEND_END_SILENCE_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMP_SET_SPEC_TMP_HANDLER (line 20360) | ZEND_JMP_SET_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COALESCE_SPEC_TMP_HANDLER (line 20407) | ZEND_COALESCE_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 20448) | ZEND_FASTCALL ZEND_JMP_NULL_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 20492) | ZEND_FASTCALL ZEND_QM_ASSIGN_SPEC_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_TMP_CONST_HANDLER (line 20530) | ZEND_IS_IDENTICAL_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_STRICT_SPEC_TMP_CONST_HANDLER (line 20545) | ZEND_CASE_STRICT_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_TMP_CONST_HANDLER (line 20559) | ZEND_IS_NOT_IDENTICAL_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_CONST_HANDLER (line 20574) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_TMP_CONST_HANDLER (line 20593) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ROPE_ADD_SPEC_TMP_CONST_HANDLER (line 20610) | ZEND_ROPE_ADD_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER (line 20645) | ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAL_EX_SPEC_TMP_CONST_HANDLER (line 20705) | ZEND_SEND_VAL_EX_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER (line 20742) | ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_TMP_CONST_HANDLER (line 20838) | ZEND_INIT_ARRAY_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_TMP_CONST_HANDLER (line 20860) | ZEND_YIELD_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IN_ARRAY_SPEC_TMP_CONST_HANDLER (line 20980) | ZEND_IN_ARRAY_SPEC_TMP_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_TMPVAR_HANDLER (line 21052) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_TMP_TMPVAR_HANDLER (line 21071) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_TMP_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ROPE_ADD_SPEC_TMP_TMPVAR_HANDLER (line 21088) | ZEND_ROPE_ADD_SPEC_TMP_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER (line 21123) | ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMPVAR_HANDLER (line 21183) | ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_HANDLER (line 21279) | ZEND_INIT_ARRAY_SPEC_TMP_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_TMP_TMPVAR_HANDLER (line 21301) | ZEND_YIELD_SPEC_TMP_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_TMP_TMP_HANDLER (line 21422) | ZEND_IS_IDENTICAL_SPEC_TMP_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_STRICT_SPEC_TMP_TMP_HANDLER (line 21437) | ZEND_CASE_STRICT_SPEC_TMP_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_TMP_TMP_HANDLER (line 21451) | ZEND_IS_NOT_IDENTICAL_SPEC_TMP_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_STRICT_SPEC_TMP_VAR_HANDLER (line 21466) | ZEND_CASE_STRICT_SPEC_TMP_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_UNUSED_HANDLER (line 21480) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_VERIFY_RETURN_TYPE_SPEC_TMP_UNUSED_HANDLER (line 21499) | ZEND_VERIFY_RETURN_TYPE_SPEC_TMP_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAL_EX_SPEC_TMP_UNUSED_HANDLER (line 21567) | ZEND_SEND_VAL_EX_SPEC_TMP_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 21604) | ZEND_FASTCALL ZEND_SEND_VAL_EX_SPEC_TMP_UNUSED_QUICK_HANDLER(ZEND_OPCODE... function ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER (line 21641) | ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_TMP_UNUSED_HANDLER (line 21737) | ZEND_INIT_ARRAY_SPEC_TMP_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER (line 21759) | ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GET_TYPE_SPEC_TMP_UNUSED_HANDLER (line 21879) | ZEND_GET_TYPE_SPEC_TMP_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_STRICT_SPEC_TMP_CV_HANDLER (line 21897) | ZEND_CASE_STRICT_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_CV_HANDLER (line 21911) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_TMP_CV_HANDLER (line 21930) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ROPE_ADD_SPEC_TMP_CV_HANDLER (line 21947) | ZEND_ROPE_ADD_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ROPE_END_SPEC_TMP_CV_HANDLER (line 21982) | ZEND_ROPE_END_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER (line 22042) | ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_TMP_CV_HANDLER (line 22138) | ZEND_INIT_ARRAY_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_TMP_CV_HANDLER (line 22160) | ZEND_YIELD_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BIND_LEXICAL_SPEC_TMP_CV_HANDLER (line 22280) | ZEND_BIND_LEXICAL_SPEC_TMP_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 22312) | ZEND_FASTCALL zend_pre_inc_helper_SPEC_VAR(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 22345) | ZEND_FASTCALL ZEND_PRE_INC_SPEC_VAR_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 22363) | ZEND_FASTCALL ZEND_PRE_INC_SPEC_VAR_RETVAL_USED_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 22381) | ZEND_FASTCALL zend_pre_dec_helper_SPEC_VAR(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 22415) | ZEND_FASTCALL ZEND_PRE_DEC_SPEC_VAR_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 22433) | ZEND_FASTCALL ZEND_PRE_DEC_SPEC_VAR_RETVAL_USED_HANDLER(ZEND_OPCODE_HAND... function ZEND_FASTCALL (line 22451) | ZEND_FASTCALL zend_post_inc_helper_SPEC_VAR(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 22483) | ZEND_FASTCALL ZEND_POST_INC_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 22499) | ZEND_FASTCALL zend_post_dec_helper_SPEC_VAR(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 22531) | ZEND_FASTCALL ZEND_POST_DEC_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 22547) | ZEND_FASTCALL ZEND_RETURN_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_RETURN_BY_REF_SPEC_VAR_HANDLER (line 22624) | ZEND_RETURN_BY_REF_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GENERATOR_RETURN_SPEC_VAR_HANDLER (line 22688) | ZEND_GENERATOR_RETURN_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_USER_SPEC_VAR_HANDLER (line 22733) | ZEND_SEND_USER_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CAST_SPEC_VAR_HANDLER (line 22754) | ZEND_CAST_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_RESET_R_SPEC_VAR_HANDLER (line 22847) | ZEND_FE_RESET_R_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_RESET_RW_SPEC_VAR_HANDLER (line 22924) | ZEND_FE_RESET_RW_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 23023) | ZEND_FASTCALL ZEND_FE_FETCH_R_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER (line 23103) | ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMP_SET_SPEC_VAR_HANDLER (line 23305) | ZEND_JMP_SET_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COALESCE_SPEC_VAR_HANDLER (line 23352) | ZEND_COALESCE_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 23393) | ZEND_FASTCALL ZEND_JMP_NULL_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 23437) | ZEND_FASTCALL ZEND_QM_ASSIGN_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 23475) | ZEND_FASTCALL ZEND_SEND_VAR_SIMPLE_SPEC_VAR_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_IS_IDENTICAL_SPEC_VAR_CONST_HANDLER (line 23492) | ZEND_IS_IDENTICAL_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_STRICT_SPEC_VAR_CONST_HANDLER (line 23507) | ZEND_CASE_STRICT_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_VAR_CONST_HANDLER (line 23521) | ZEND_IS_NOT_IDENTICAL_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER (line 23536) | ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER (line 23629) | ZEND_ASSIGN_DIM_OP_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OP_SPEC_VAR_CONST_HANDLER (line 23729) | ZEND_ASSIGN_OP_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER (line 23759) | ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER (line 23823) | ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_VAR_CONST_HANDLER (line 23885) | ZEND_FETCH_DIM_W_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_VAR_CONST_HANDLER (line 23900) | ZEND_FETCH_DIM_RW_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_CONST_HANDLER (line 23915) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_UNSET_SPEC_VAR_CONST_HANDLER (line 23934) | ZEND_FETCH_DIM_UNSET_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER (line 23949) | ZEND_FETCH_OBJ_W_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_VAR_CONST_HANDLER (line 23970) | ZEND_FETCH_OBJ_RW_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_VAR_CONST_HANDLER (line 23987) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_VAR_CONST_HANDLER (line 24004) | ZEND_FETCH_OBJ_UNSET_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_LIST_W_SPEC_VAR_CONST_HANDLER (line 24021) | ZEND_FETCH_LIST_W_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER (line 24043) | ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER (line 24197) | ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER (line 24351) | ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CV_HANDLER (line 24505) | ZEND_ASSIGN_OBJ_SPEC_VAR_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER (line 24659) | ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER (line 24811) | ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER (line 24964) | ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CV_HANDLER (line 25117) | ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_CONST_RETVAL_UNUSED_HANDLER (line 25269) | ZEND_ASSIGN_SPEC_VAR_CONST_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_CONST_RETVAL_USED_HANDLER (line 25298) | ZEND_ASSIGN_SPEC_VAR_CONST_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER (line 25327) | ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDL... function ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CONST_OP_DATA_CV_HANDLER (line 25364) | ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER (line 25401) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_FASTCALL (line 25534) | ZEND_FASTCALL ZEND_SEND_VAR_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_SEND_VAR_NO_REF_SPEC_VAR_CONST_HANDLER (line 25581) | ZEND_SEND_VAR_NO_REF_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_CONST_HANDLER (line 25612) | ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_REF_SPEC_VAR_CONST_HANDLER (line 25680) | ZEND_SEND_REF_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAR_EX_SPEC_VAR_CONST_HANDLER (line 25710) | ZEND_SEND_VAR_EX_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 25776) | ZEND_FASTCALL ZEND_SEND_FUNC_ARG_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER (line 25827) | ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CONST_HANDLER (line 25959) | ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_VAR_CONST_HANDLER (line 26055) | ZEND_INIT_ARRAY_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER (line 26077) | ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER (line 26168) | ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_VAR_CONST_HANDLER (line 26212) | ZEND_YIELD_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IN_ARRAY_SPEC_VAR_CONST_HANDLER (line 26332) | ZEND_IN_ARRAY_SPEC_VAR_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER (line 26404) | ZEND_FETCH_CLASS_CONSTANT_SPEC_VAR_TMPVARCV_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER (line 26537) | ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER (line 26630) | ZEND_ASSIGN_DIM_OP_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OP_SPEC_VAR_TMPVAR_HANDLER (line 26731) | ZEND_ASSIGN_OP_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER (line 26762) | ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER (line 26827) | ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_VAR_TMPVAR_HANDLER (line 26890) | ZEND_FETCH_DIM_W_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_VAR_TMPVAR_HANDLER (line 26905) | ZEND_FETCH_DIM_RW_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_TMPVAR_HANDLER (line 26920) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_UNSET_SPEC_VAR_TMPVAR_HANDLER (line 26939) | ZEND_FETCH_DIM_UNSET_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_VAR_TMPVAR_HANDLER (line 26954) | ZEND_FETCH_OBJ_W_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_VAR_TMPVAR_HANDLER (line 26975) | ZEND_FETCH_OBJ_RW_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_VAR_TMPVAR_HANDLER (line 26992) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_VAR_TMPVAR_HANDLER (line 27009) | ZEND_FETCH_OBJ_UNSET_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_LIST_W_SPEC_VAR_TMPVAR_HANDLER (line 27026) | ZEND_FETCH_LIST_W_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER (line 27049) | ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER (line 27203) | ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER (line 27357) | ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER (line 27511) | ZEND_ASSIGN_OBJ_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER (line 27665) | ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER (line 27817) | ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER (line 27970) | ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER (line 28123) | ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER (line 28275) | ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HAND... function ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER (line 28312) | ZEND_ASSIGN_OBJ_REF_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDL... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER (line 28349) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_TMPVAR_HANDLER (line 28482) | ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_VAR_TMPVAR_HANDLER (line 28578) | ZEND_INIT_ARRAY_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_DIM_SPEC_VAR_TMPVAR_HANDLER (line 28600) | ZEND_UNSET_DIM_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_VAR_TMPVAR_HANDLER (line 28692) | ZEND_UNSET_OBJ_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_VAR_TMPVAR_HANDLER (line 28737) | ZEND_YIELD_SPEC_VAR_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_VAR_TMP_HANDLER (line 28858) | ZEND_IS_IDENTICAL_SPEC_VAR_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_STRICT_SPEC_VAR_TMP_HANDLER (line 28873) | ZEND_CASE_STRICT_SPEC_VAR_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_VAR_TMP_HANDLER (line 28887) | ZEND_IS_NOT_IDENTICAL_SPEC_VAR_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_TMP_RETVAL_UNUSED_HANDLER (line 28902) | ZEND_ASSIGN_SPEC_VAR_TMP_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_TMP_RETVAL_USED_HANDLER (line 28931) | ZEND_ASSIGN_SPEC_VAR_TMP_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_VAR_VAR_HANDLER (line 28960) | ZEND_IS_IDENTICAL_SPEC_VAR_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CASE_STRICT_SPEC_VAR_VAR_HANDLER (line 28975) | ZEND_CASE_STRICT_SPEC_VAR_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_VAR_VAR_HANDLER (line 28989) | ZEND_IS_NOT_IDENTICAL_SPEC_VAR_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_VAR_RETVAL_UNUSED_HANDLER (line 29004) | ZEND_ASSIGN_SPEC_VAR_VAR_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_VAR_RETVAL_USED_HANDLER (line 29033) | ZEND_ASSIGN_SPEC_VAR_VAR_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_REF_SPEC_VAR_VAR_HANDLER (line 29062) | ZEND_ASSIGN_REF_SPEC_VAR_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER (line 29101) | ZEND_ASSIGN_DIM_OP_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_VAR_UNUSED_HANDLER (line 29201) | ZEND_FETCH_DIM_W_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER (line 29216) | ZEND_FETCH_DIM_RW_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_UNUSED_HANDLER (line 29231) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CONST_HANDLER (line 29250) | ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_TMP_HANDLER (line 29402) | ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_VAR_HANDLER (line 29555) | ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CV_HANDLER (line 29708) | ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER (line 29860) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_VERIFY_RETURN_TYPE_SPEC_VAR_UNUSED_HANDLER (line 29993) | ZEND_VERIFY_RETURN_TYPE_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 30061) | ZEND_FASTCALL ZEND_SEND_VAR_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_SEND_VAR_NO_REF_SPEC_VAR_UNUSED_HANDLER (line 30108) | ZEND_SEND_VAR_NO_REF_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_UNUSED_HANDLER (line 30139) | ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 30207) | ZEND_FASTCALL ZEND_SEND_VAR_NO_REF_EX_SPEC_VAR_UNUSED_QUICK_HANDLER(ZEND... function ZEND_SEND_REF_SPEC_VAR_UNUSED_HANDLER (line 30275) | ZEND_SEND_REF_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAR_EX_SPEC_VAR_UNUSED_HANDLER (line 30305) | ZEND_SEND_VAR_EX_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 30371) | ZEND_FASTCALL ZEND_SEND_VAR_EX_SPEC_VAR_UNUSED_QUICK_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 30437) | ZEND_FASTCALL ZEND_SEND_FUNC_ARG_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HAN... function ZEND_NEW_SPEC_VAR_UNUSED_HANDLER (line 30488) | ZEND_NEW_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_UNUSED_HANDLER (line 30557) | ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_VAR_UNUSED_HANDLER (line 30653) | ZEND_INIT_ARRAY_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEPARATE_SPEC_VAR_UNUSED_HANDLER (line 30675) | ZEND_SEPARATE_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_VAR_UNUSED_HANDLER (line 30690) | ZEND_YIELD_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_MAKE_REF_SPEC_VAR_UNUSED_HANDLER (line 30810) | ZEND_MAKE_REF_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GET_TYPE_SPEC_VAR_UNUSED_HANDLER (line 30843) | ZEND_GET_TYPE_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 30861) | ZEND_FASTCALL ZEND_SEND_VAR_EX_SIMPLE_SPEC_VAR_UNUSED_HANDLER(ZEND_OPCOD... function ZEND_CASE_STRICT_SPEC_VAR_CV_HANDLER (line 30883) | ZEND_CASE_STRICT_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER (line 30897) | ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_HANDLER (line 30990) | ZEND_ASSIGN_DIM_OP_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OP_SPEC_VAR_CV_HANDLER (line 31090) | ZEND_ASSIGN_OP_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER (line 31120) | ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER (line 31184) | ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_VAR_CV_HANDLER (line 31246) | ZEND_FETCH_DIM_W_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_VAR_CV_HANDLER (line 31261) | ZEND_FETCH_DIM_RW_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_CV_HANDLER (line 31276) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_UNSET_SPEC_VAR_CV_HANDLER (line 31295) | ZEND_FETCH_DIM_UNSET_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_VAR_CV_HANDLER (line 31310) | ZEND_FETCH_OBJ_W_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_VAR_CV_HANDLER (line 31331) | ZEND_FETCH_OBJ_RW_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_VAR_CV_HANDLER (line 31348) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_VAR_CV_HANDLER (line 31365) | ZEND_FETCH_OBJ_UNSET_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_LIST_W_SPEC_VAR_CV_HANDLER (line 31382) | ZEND_FETCH_LIST_W_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CONST_HANDLER (line 31404) | ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_TMP_HANDLER (line 31558) | ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_VAR_HANDLER (line 31712) | ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CV_HANDLER (line 31866) | ZEND_ASSIGN_OBJ_SPEC_VAR_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CONST_HANDLER (line 32020) | ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_TMP_HANDLER (line 32172) | ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_VAR_HANDLER (line 32325) | ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CV_HANDLER (line 32478) | ZEND_ASSIGN_DIM_SPEC_VAR_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER (line 32630) | ZEND_ASSIGN_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_VAR_CV_RETVAL_USED_HANDLER (line 32659) | ZEND_ASSIGN_SPEC_VAR_CV_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_REF_SPEC_VAR_CV_HANDLER (line 32688) | ZEND_ASSIGN_REF_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CV_OP_DATA_VAR_HANDLER (line 32726) | ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CV_OP_DATA_CV_HANDLER (line 32763) | ZEND_ASSIGN_OBJ_REF_SPEC_VAR_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER (line 32800) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CV_HANDLER (line 32933) | ZEND_ADD_ARRAY_ELEMENT_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_VAR_CV_HANDLER (line 33029) | ZEND_INIT_ARRAY_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER (line 33051) | ZEND_UNSET_DIM_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_VAR_CV_HANDLER (line 33142) | ZEND_UNSET_OBJ_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_VAR_CV_HANDLER (line 33186) | ZEND_YIELD_SPEC_VAR_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 33306) | ZEND_FASTCALL ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER(Z... function ZEND_FASTCALL (line 33374) | ZEND_FASTCALL ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER(ZEN... function ZEND_CLONE_SPEC_UNUSED_HANDLER (line 33442) | ZEND_CLONE_SPEC_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER (line 33505) | ZEND_FETCH_CLASS_NAME_SPEC_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER (line 33567) | ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_UNUSED_CONST_HANDLER (line 33660) | ZEND_PRE_INC_OBJ_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_UNUSED_CONST_HANDLER (line 33724) | ZEND_POST_INC_OBJ_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 33786) | ZEND_FASTCALL ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_INLINE_HANDLER(ZEND_OPC... function ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_HANDLER (line 33954) | ZEND_FETCH_OBJ_R_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_UNUSED_CONST_HANDLER (line 33959) | ZEND_FETCH_OBJ_W_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_UNUSED_CONST_HANDLER (line 33980) | ZEND_FETCH_OBJ_RW_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CONST_HANDLER (line 33997) | ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_UNUSED_CONST_HANDLER (line 34118) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_CONST_HANDLER (line 34135) | ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_CONST_HANDLER (line 34152) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HAND... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_TMP_HANDLER (line 34306) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_VAR_HANDLER (line 34460) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_CV_HANDLER (line 34614) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CONST_OP_DATA_VAR_HANDLER (line 34768) | ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HA... function ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CONST_OP_DATA_CV_HANDLER (line 34804) | ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HAN... function ZEND_ROPE_INIT_SPEC_UNUSED_CONST_HANDLER (line 34840) | ZEND_ROPE_INIT_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_SPEC_UNUSED_CONST_HANDLER (line 34875) | ZEND_FETCH_CLASS_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 34917) | ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCOD... function ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER (line 35072) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDL... function ZEND_CHECK_FUNC_ARG_SPEC_UNUSED_CONST_HANDLER (line 35205) | ZEND_CHECK_FUNC_ARG_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 35237) | ZEND_FASTCALL ZEND_FETCH_CONSTANT_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_... function ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER (line 35253) | ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_INIT_ARRAY_SPEC_UNUSED_CONST_HANDLER (line 35385) | ZEND_INIT_ARRAY_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_UNUSED_CONST_HANDLER (line 35407) | ZEND_UNSET_OBJ_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CONST_HANDLER (line 35451) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_YIELD_SPEC_UNUSED_CONST_HANDLER (line 35501) | ZEND_YIELD_SPEC_UNUSED_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER (line 35620) | ZEND_FETCH_CLASS_CONSTANT_SPEC_UNUSED_TMPVARCV_HANDLER(ZEND_OPCODE_HANDL... function ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER (line 35753) | ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER (line 35846) | ZEND_PRE_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER (line 35911) | ZEND_POST_INC_OBJ_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER (line 35974) | ZEND_FETCH_OBJ_R_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_UNUSED_TMPVAR_HANDLER (line 36142) | ZEND_FETCH_OBJ_W_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_UNUSED_TMPVAR_HANDLER (line 36163) | ZEND_FETCH_OBJ_RW_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_UNUSED_TMPVAR_HANDLER (line 36180) | ZEND_FETCH_OBJ_IS_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_UNUSED_TMPVAR_HANDLER (line 36301) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_TMPVAR_HANDLER (line 36318) | ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CONST_HANDLER (line 36335) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HAN... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_TMP_HANDLER (line 36489) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDL... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_HANDLER (line 36643) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDL... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CV_HANDLER (line 36797) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_HANDLER (line 36951) | ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_H... function ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_CV_HANDLER (line 36987) | ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HA... function ZEND_ROPE_INIT_SPEC_UNUSED_TMPVAR_HANDLER (line 37023) | ZEND_ROPE_INIT_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_SPEC_UNUSED_TMPVAR_HANDLER (line 37058) | ZEND_FETCH_CLASS_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER (line 37101) | ZEND_INIT_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER (line 37256) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HAND... function ZEND_INIT_ARRAY_SPEC_UNUSED_TMPVAR_HANDLER (line 37389) | ZEND_INIT_ARRAY_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_UNUSED_TMPVAR_HANDLER (line 37411) | ZEND_UNSET_OBJ_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_TMPVAR_HANDLER (line 37456) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDL... function ZEND_YIELD_SPEC_UNUSED_TMPVAR_HANDLER (line 37506) | ZEND_YIELD_SPEC_UNUSED_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_SPEC_UNUSED_UNUSED_HANDLER (line 37626) | ZEND_FETCH_CLASS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_UNUSED_HANDLER (line 37668) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HAND... function ZEND_VERIFY_RETURN_TYPE_SPEC_UNUSED_UNUSED_HANDLER (line 37801) | ZEND_VERIFY_RETURN_TYPE_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_FASTCALL (line 37869) | ZEND_FASTCALL ZEND_VERIFY_NEVER_TYPE_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPC... function ZEND_CHECK_FUNC_ARG_SPEC_UNUSED_UNUSED_HANDLER (line 37876) | ZEND_CHECK_FUNC_ARG_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 37908) | ZEND_FASTCALL ZEND_CHECK_FUNC_ARG_SPEC_UNUSED_UNUSED_QUICK_HANDLER(ZEND_... function ZEND_FASTCALL (line 37940) | ZEND_FASTCALL ZEND_CHECK_UNDEF_ARGS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCO... function ZEND_NEW_SPEC_UNUSED_UNUSED_HANDLER (line 37954) | ZEND_NEW_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_UNUSED_UNUSED_HANDLER (line 38023) | ZEND_INIT_ARRAY_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_UNUSED_UNUSED_HANDLER (line 38045) | ZEND_YIELD_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 38164) | ZEND_FASTCALL ZEND_FETCH_THIS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HAN... function ZEND_FETCH_GLOBALS_SPEC_UNUSED_UNUSED_HANDLER (line 38179) | ZEND_FETCH_GLOBALS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_THIS_SPEC_UNUSED_UNUSED_HANDLER (line 38189) | ZEND_ISSET_ISEMPTY_THIS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_GET_CLASS_SPEC_UNUSED_UNUSED_HANDLER (line 38199) | ZEND_GET_CLASS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GET_CALLED_CLASS_SPEC_UNUSED_UNUSED_HANDLER (line 38242) | ZEND_GET_CALLED_CLASS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FUNC_NUM_ARGS_SPEC_UNUSED_UNUSED_HANDLER (line 38260) | ZEND_FUNC_NUM_ARGS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER (line 38268) | ZEND_FUNC_GET_ARGS_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CALLABLE_CONVERT_SPEC_UNUSED_UNUSED_HANDLER (line 38345) | ZEND_CALLABLE_CONVERT_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_0_SPEC_UNUSED_UNUSED_HANDLER (line 38363) | ZEND_FRAMELESS_ICALL_0_SPEC_UNUSED_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FRAMELESS_ICALL_0_SPEC_OBSERVER_HANDLER (line 38383) | ZEND_FRAMELESS_ICALL_0_SPEC_OBSERVER_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER (line 38403) | ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_UNUSED_CV_HANDLER (line 38496) | ZEND_PRE_INC_OBJ_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_UNUSED_CV_HANDLER (line 38560) | ZEND_POST_INC_OBJ_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER (line 38622) | ZEND_FETCH_OBJ_R_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_UNUSED_CV_HANDLER (line 38790) | ZEND_FETCH_OBJ_W_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_UNUSED_CV_HANDLER (line 38811) | ZEND_FETCH_OBJ_RW_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CV_HANDLER (line 38828) | ZEND_FETCH_OBJ_IS_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_UNUSED_CV_HANDLER (line 38949) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_CV_HANDLER (line 38966) | ZEND_FETCH_OBJ_UNSET_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CONST_HANDLER (line 38983) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_TMP_HANDLER (line 39137) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_VAR_HANDLER (line 39291) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CV_HANDLER (line 39445) | ZEND_ASSIGN_OBJ_SPEC_UNUSED_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CV_OP_DATA_VAR_HANDLER (line 39599) | ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDL... function ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CV_OP_DATA_CV_HANDLER (line 39635) | ZEND_ASSIGN_OBJ_REF_SPEC_UNUSED_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ROPE_INIT_SPEC_UNUSED_CV_HANDLER (line 39671) | ZEND_ROPE_INIT_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_SPEC_UNUSED_CV_HANDLER (line 39706) | ZEND_FETCH_CLASS_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CV_HANDLER (line 39748) | ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CV_HANDLER (line 39903) | ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_INIT_ARRAY_SPEC_UNUSED_CV_HANDLER (line 40036) | ZEND_INIT_ARRAY_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_UNUSED_CV_HANDLER (line 40058) | ZEND_UNSET_OBJ_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CV_HANDLER (line 40102) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_YIELD_SPEC_UNUSED_CV_HANDLER (line 40152) | ZEND_YIELD_SPEC_UNUSED_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_NOT_SPEC_CV_HANDLER (line 40271) | ZEND_BOOL_NOT_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40297) | ZEND_FASTCALL zend_pre_inc_helper_SPEC_CV(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40329) | ZEND_FASTCALL ZEND_PRE_INC_SPEC_CV_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 40347) | ZEND_FASTCALL ZEND_PRE_INC_SPEC_CV_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 40365) | ZEND_FASTCALL zend_pre_dec_helper_SPEC_CV(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40398) | ZEND_FASTCALL ZEND_PRE_DEC_SPEC_CV_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HAN... function ZEND_FASTCALL (line 40416) | ZEND_FASTCALL ZEND_PRE_DEC_SPEC_CV_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDL... function ZEND_FASTCALL (line 40434) | ZEND_FASTCALL zend_post_inc_helper_SPEC_CV(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40465) | ZEND_FASTCALL ZEND_POST_INC_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40481) | ZEND_FASTCALL zend_post_dec_helper_SPEC_CV(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40512) | ZEND_FASTCALL ZEND_POST_DEC_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ECHO_SPEC_CV_HANDLER (line 40528) | ZEND_ECHO_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40556) | ZEND_FASTCALL ZEND_JMPZ_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40590) | ZEND_FASTCALL ZEND_JMPNZ_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMPZ_EX_SPEC_CV_HANDLER (line 40624) | ZEND_JMPZ_EX_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMPNZ_EX_SPEC_CV_HANDLER (line 40660) | ZEND_JMPNZ_EX_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 40695) | ZEND_FASTCALL ZEND_RETURN_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_RETURN_BY_REF_SPEC_CV_HANDLER (line 40772) | ZEND_RETURN_BY_REF_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GENERATOR_RETURN_SPEC_CV_HANDLER (line 40835) | ZEND_GENERATOR_RETURN_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_THROW_SPEC_CV_HANDLER (line 40880) | ZEND_THROW_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_USER_SPEC_CV_HANDLER (line 40916) | ZEND_SEND_USER_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_SPEC_CV_HANDLER (line 40936) | ZEND_BOOL_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CLONE_SPEC_CV_HANDLER (line 40962) | ZEND_CLONE_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CAST_SPEC_CV_HANDLER (line 41025) | ZEND_CAST_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER (line 41116) | ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_RESET_R_SPEC_CV_HANDLER (line 41199) | ZEND_FE_RESET_R_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FE_RESET_RW_SPEC_CV_HANDLER (line 41274) | ZEND_FE_RESET_RW_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_JMP_SET_SPEC_CV_HANDLER (line 41372) | ZEND_JMP_SET_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COALESCE_SPEC_CV_HANDLER (line 41418) | ZEND_COALESCE_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 41459) | ZEND_FASTCALL ZEND_JMP_NULL_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 41503) | ZEND_FASTCALL ZEND_QM_ASSIGN_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_FROM_SPEC_CV_HANDLER (line 41541) | ZEND_YIELD_FROM_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_STRLEN_SPEC_CV_HANDLER (line 41641) | ZEND_STRLEN_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 41703) | ZEND_FASTCALL ZEND_TYPE_CHECK_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER (line 41739) | ZEND_FETCH_CLASS_NAME_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BIND_STATIC_SPEC_CV_HANDLER (line 41801) | ZEND_BIND_STATIC_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BIND_INIT_STATIC_OR_JMP_SPEC_CV_HANDLER (line 41854) | ZEND_BIND_INIT_STATIC_OR_JMP_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 41882) | ZEND_FASTCALL ZEND_PRE_INC_LONG_NO_OVERFLOW_SPEC_CV_RETVAL_UNUSED_HANDLE... function ZEND_FASTCALL (line 41895) | ZEND_FASTCALL ZEND_PRE_INC_LONG_NO_OVERFLOW_SPEC_CV_RETVAL_USED_HANDLER(... function ZEND_FASTCALL (line 41908) | ZEND_FASTCALL ZEND_PRE_INC_LONG_SPEC_CV_RETVAL_UNUSED_HANDLER(ZEND_OPCOD... function ZEND_FASTCALL (line 41921) | ZEND_FASTCALL ZEND_PRE_INC_LONG_SPEC_CV_RETVAL_USED_HANDLER(ZEND_OPCODE_... function ZEND_FASTCALL (line 41934) | ZEND_FASTCALL ZEND_PRE_DEC_LONG_NO_OVERFLOW_SPEC_CV_RETVAL_UNUSED_HANDLE... function ZEND_FASTCALL (line 41947) | ZEND_FASTCALL ZEND_PRE_DEC_LONG_NO_OVERFLOW_SPEC_CV_RETVAL_USED_HANDLER(... function ZEND_FASTCALL (line 41960) | ZEND_FASTCALL ZEND_PRE_DEC_LONG_SPEC_CV_RETVAL_UNUSED_HANDLER(ZEND_OPCOD... function ZEND_FASTCALL (line 41973) | ZEND_FASTCALL ZEND_PRE_DEC_LONG_SPEC_CV_RETVAL_USED_HANDLER(ZEND_OPCODE_... function ZEND_FASTCALL (line 41986) | ZEND_FASTCALL ZEND_POST_INC_LONG_NO_OVERFLOW_SPEC_CV_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 41997) | ZEND_FASTCALL ZEND_POST_INC_LONG_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 42008) | ZEND_FASTCALL ZEND_POST_DEC_LONG_NO_OVERFLOW_SPEC_CV_HANDLER(ZEND_OPCODE... function ZEND_FASTCALL (line 42019) | ZEND_FASTCALL ZEND_POST_DEC_LONG_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 42030) | ZEND_FASTCALL ZEND_SEND_VAR_SIMPLE_SPEC_CV_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_DIV_SPEC_CV_CONST_HANDLER (line 42047) | ZEND_DIV_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_CV_CONST_HANDLER (line 42061) | ZEND_POW_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_CV_CONST_HANDLER (line 42075) | ZEND_CONCAT_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER (line 42152) | ZEND_IS_IDENTICAL_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER (line 42167) | ZEND_IS_NOT_IDENTICAL_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_CONST_HANDLER (line 42182) | ZEND_IS_EQUAL_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_CONST_JMPZ_HANDLER (line 42240) | ZEND_IS_EQUAL_SPEC_CV_CONST_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_CONST_JMPNZ_HANDLER (line 42298) | ZEND_IS_EQUAL_SPEC_CV_CONST_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_HANDLER (line 42356) | ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_JMPZ_HANDLER (line 42414) | ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_JMPNZ_HANDLER (line 42472) | ZEND_IS_NOT_EQUAL_SPEC_CV_CONST_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SPACESHIP_SPEC_CV_CONST_HANDLER (line 42530) | ZEND_SPACESHIP_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_XOR_SPEC_CV_CONST_HANDLER (line 42544) | ZEND_BOOL_XOR_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_HANDLER (line 42558) | ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_HANDLER (line 42651) | ZEND_ASSIGN_DIM_OP_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OP_SPEC_CV_CONST_HANDLER (line 42751) | ZEND_ASSIGN_OP_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_CV_CONST_HANDLER (line 42781) | ZEND_PRE_INC_OBJ_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_CV_CONST_HANDLER (line 42845) | ZEND_POST_INC_OBJ_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_CV_CONST_HANDLER (line 42907) | ZEND_FETCH_DIM_R_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_CV_CONST_HANDLER (line 42942) | ZEND_FETCH_DIM_W_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_CV_CONST_HANDLER (line 42957) | ZEND_FETCH_DIM_RW_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_CV_CONST_HANDLER (line 42972) | ZEND_FETCH_DIM_IS_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_CONST_HANDLER (line 42985) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_UNSET_SPEC_CV_CONST_HANDLER (line 43004) | ZEND_FETCH_DIM_UNSET_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 43019) | ZEND_FASTCALL ZEND_FETCH_OBJ_R_SPEC_CV_CONST_INLINE_HANDLER(ZEND_OPCODE_... function ZEND_FETCH_OBJ_R_SPEC_CV_CONST_HANDLER (line 43187) | ZEND_FETCH_OBJ_R_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_CV_CONST_HANDLER (line 43192) | ZEND_FETCH_OBJ_W_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_CV_CONST_HANDLER (line 43213) | ZEND_FETCH_OBJ_RW_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_CV_CONST_HANDLER (line 43230) | ZEND_FETCH_OBJ_IS_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CV_CONST_HANDLER (line 43351) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_CV_CONST_HANDLER (line 43368) | ZEND_FETCH_OBJ_UNSET_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_CONST_HANDLER (line 43385) | ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_TMP_HANDLER (line 43539) | ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_VAR_HANDLER (line 43693) | ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_CV_HANDLER (line 43847) | ZEND_ASSIGN_OBJ_SPEC_CV_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CONST_HANDLER (line 44001) | ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_TMP_HANDLER (line 44153) | ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_VAR_HANDLER (line 44306) | ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CV_HANDLER (line 44459) | ZEND_ASSIGN_DIM_SPEC_CV_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_CONST_RETVAL_UNUSED_HANDLER (line 44611) | ZEND_ASSIGN_SPEC_CV_CONST_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_CONST_RETVAL_USED_HANDLER (line 44640) | ZEND_ASSIGN_SPEC_CV_CONST_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_REF_SPEC_CV_CONST_OP_DATA_VAR_HANDLER (line 44669) | ZEND_ASSIGN_OBJ_REF_SPEC_CV_CONST_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_ASSIGN_OBJ_REF_SPEC_CV_CONST_OP_DATA_CV_HANDLER (line 44705) | ZEND_ASSIGN_OBJ_REF_SPEC_CV_CONST_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_FAST_CONCAT_SPEC_CV_CONST_HANDLER (line 44741) | ZEND_FAST_CONCAT_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 44866) | ZEND_FASTCALL ZEND_INIT_METHOD_CALL_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HA... function ZEND_FASTCALL (line 45021) | ZEND_FASTCALL ZEND_SEND_VAR_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_REF_SPEC_CV_CONST_HANDLER (line 45068) | ZEND_SEND_REF_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAR_EX_SPEC_CV_CONST_HANDLER (line 45097) | ZEND_SEND_VAR_EX_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_CONST_HANDLER (line 45162) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CV_CONST_HANDLER (line 45258) | ZEND_INIT_ARRAY_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_DIM_SPEC_CV_CONST_HANDLER (line 45280) | ZEND_UNSET_DIM_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_CV_CONST_HANDLER (line 45371) | ZEND_UNSET_OBJ_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_CONST_HANDLER (line 45415) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_CONST_HANDLER (line 45494) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER (line 45544) | ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INSTANCEOF_SPEC_CV_CONST_HANDLER (line 45576) | ZEND_INSTANCEOF_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CV_CONST_HANDLER (line 45621) | ZEND_YIELD_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 45740) | ZEND_FASTCALL ZEND_BIND_GLOBAL_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_IN_ARRAY_SPEC_CV_CONST_HANDLER (line 45820) | ZEND_IN_ARRAY_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_NOTHROW_SPEC_CV_CONST_HANDLER (line 45892) | ZEND_IS_IDENTICAL_NOTHROW_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_NOTHROW_SPEC_CV_CONST_HANDLER (line 45908) | ZEND_IS_NOT_IDENTICAL_NOTHROW_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_HANDLER_... function ZEND_FASTCALL (line 45921) | ZEND_FASTCALL ZEND_FETCH_DIM_R_INDEX_SPEC_CV_CONST_HANDLER(ZEND_OPCODE_H... function ZEND_FASTCALL (line 45976) | ZEND_FASTCALL ZEND_FETCH_DIM_R_INDEX_SPEC_CV_TMPVARCV_HANDLER(ZEND_OPCOD... function ZEND_DIV_SPEC_CV_TMPVAR_HANDLER (line 46031) | ZEND_DIV_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_CV_TMPVAR_HANDLER (line 46045) | ZEND_POW_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_CV_TMPVAR_HANDLER (line 46059) | ZEND_CONCAT_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_TMPVAR_HANDLER (line 46136) | ZEND_IS_EQUAL_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPZ_HANDLER (line 46194) | ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPNZ_HANDLER (line 46252) | ZEND_IS_EQUAL_SPEC_CV_TMPVAR_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_HANDLER (line 46310) | ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPZ_HANDLER (line 46368) | ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPNZ_HANDLER (line 46426) | ZEND_IS_NOT_EQUAL_SPEC_CV_TMPVAR_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SPACESHIP_SPEC_CV_TMPVAR_HANDLER (line 46484) | ZEND_SPACESHIP_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_XOR_SPEC_CV_TMPVAR_HANDLER (line 46498) | ZEND_BOOL_XOR_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_OP_SPEC_CV_TMPVAR_HANDLER (line 46512) | ZEND_ASSIGN_OBJ_OP_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_HANDLER (line 46605) | ZEND_ASSIGN_DIM_OP_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OP_SPEC_CV_TMPVAR_HANDLER (line 46706) | ZEND_ASSIGN_OP_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_CV_TMPVAR_HANDLER (line 46737) | ZEND_PRE_INC_OBJ_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_CV_TMPVAR_HANDLER (line 46802) | ZEND_POST_INC_OBJ_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_CV_TMPVAR_HANDLER (line 46865) | ZEND_FETCH_DIM_R_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_CV_TMPVAR_HANDLER (line 46900) | ZEND_FETCH_DIM_W_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_CV_TMPVAR_HANDLER (line 46915) | ZEND_FETCH_DIM_RW_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_CV_TMPVAR_HANDLER (line 46930) | ZEND_FETCH_DIM_IS_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_TMPVAR_HANDLER (line 46943) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_UNSET_SPEC_CV_TMPVAR_HANDLER (line 46962) | ZEND_FETCH_DIM_UNSET_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_R_SPEC_CV_TMPVAR_HANDLER (line 46977) | ZEND_FETCH_OBJ_R_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_CV_TMPVAR_HANDLER (line 47145) | ZEND_FETCH_OBJ_W_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_CV_TMPVAR_HANDLER (line 47166) | ZEND_FETCH_OBJ_RW_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_CV_TMPVAR_HANDLER (line 47183) | ZEND_FETCH_OBJ_IS_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CV_TMPVAR_HANDLER (line 47304) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_CV_TMPVAR_HANDLER (line 47321) | ZEND_FETCH_OBJ_UNSET_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CONST_HANDLER (line 47338) | ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_TMP_HANDLER (line 47492) | ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_VAR_HANDLER (line 47646) | ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CV_HANDLER (line 47800) | ZEND_ASSIGN_OBJ_SPEC_CV_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CONST_HANDLER (line 47954) | ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_TMP_HANDLER (line 48106) | ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_VAR_HANDLER (line 48259) | ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CV_HANDLER (line 48412) | ZEND_ASSIGN_DIM_SPEC_CV_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_VAR_HANDLER (line 48564) | ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDL... function ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_CV_HANDLER (line 48600) | ZEND_ASSIGN_OBJ_REF_SPEC_CV_TMPVAR_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLE... function ZEND_FAST_CONCAT_SPEC_CV_TMPVAR_HANDLER (line 48636) | ZEND_FAST_CONCAT_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_METHOD_CALL_SPEC_CV_TMPVAR_HANDLER (line 48761) | ZEND_INIT_METHOD_CALL_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_TMPVAR_HANDLER (line 48916) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CV_TMPVAR_HANDLER (line 49012) | ZEND_INIT_ARRAY_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_DIM_SPEC_CV_TMPVAR_HANDLER (line 49034) | ZEND_UNSET_DIM_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_CV_TMPVAR_HANDLER (line 49126) | ZEND_UNSET_OBJ_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_TMPVAR_HANDLER (line 49171) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_TMPVAR_HANDLER (line 49250) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER (line 49300) | ZEND_ARRAY_KEY_EXISTS_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CV_TMPVAR_HANDLER (line 49333) | ZEND_YIELD_SPEC_CV_TMPVAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_CV_TMP_HANDLER (line 49453) | ZEND_IS_IDENTICAL_SPEC_CV_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_CV_TMP_HANDLER (line 49468) | ZEND_IS_NOT_IDENTICAL_SPEC_CV_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_TMP_RETVAL_UNUSED_HANDLER (line 49483) | ZEND_ASSIGN_SPEC_CV_TMP_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_TMP_RETVAL_USED_HANDLER (line 49512) | ZEND_ASSIGN_SPEC_CV_TMP_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_CV_VAR_HANDLER (line 49541) | ZEND_IS_IDENTICAL_SPEC_CV_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_CV_VAR_HANDLER (line 49556) | ZEND_IS_NOT_IDENTICAL_SPEC_CV_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_VAR_RETVAL_UNUSED_HANDLER (line 49571) | ZEND_ASSIGN_SPEC_CV_VAR_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_VAR_RETVAL_USED_HANDLER (line 49600) | ZEND_ASSIGN_SPEC_CV_VAR_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_REF_SPEC_CV_VAR_HANDLER (line 49629) | ZEND_ASSIGN_REF_SPEC_CV_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INSTANCEOF_SPEC_CV_VAR_HANDLER (line 49668) | ZEND_INSTANCEOF_SPEC_CV_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_HANDLER (line 49713) | ZEND_ASSIGN_DIM_OP_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 49813) | ZEND_FASTCALL zend_fetch_var_address_helper_SPEC_CV_UNUSED(int type ZEND... function ZEND_FETCH_R_SPEC_CV_UNUSED_HANDLER (line 49914) | ZEND_FETCH_R_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_W_SPEC_CV_UNUSED_HANDLER (line 49919) | ZEND_FETCH_W_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_RW_SPEC_CV_UNUSED_HANDLER (line 49924) | ZEND_FETCH_RW_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_FUNC_ARG_SPEC_CV_UNUSED_HANDLER (line 49929) | ZEND_FETCH_FUNC_ARG_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_UNSET_SPEC_CV_UNUSED_HANDLER (line 49937) | ZEND_FETCH_UNSET_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_IS_SPEC_CV_UNUSED_HANDLER (line 49942) | ZEND_FETCH_IS_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_CV_UNUSED_HANDLER (line 49948) | ZEND_FETCH_DIM_W_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_CV_UNUSED_HANDLER (line 49963) | ZEND_FETCH_DIM_RW_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_UNUSED_HANDLER (line 49978) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_CONST_HANDLER (line 49997) | ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER... function ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_TMP_HANDLER (line 50149) | ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_VAR_HANDLER (line 50302) | ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_CV_HANDLER (line 50455) | ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_VERIFY_RETURN_TYPE_SPEC_CV_UNUSED_HANDLER (line 50607) | ZEND_VERIFY_RETURN_TYPE_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 50675) | ZEND_FASTCALL ZEND_SEND_VAR_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_SEND_REF_SPEC_CV_UNUSED_HANDLER (line 50722) | ZEND_SEND_REF_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SEND_VAR_EX_SPEC_CV_UNUSED_HANDLER (line 50751) | ZEND_SEND_VAR_EX_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 50816) | ZEND_FASTCALL ZEND_SEND_VAR_EX_SPEC_CV_UNUSED_QUICK_HANDLER(ZEND_OPCODE_... function ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_UNUSED_HANDLER (line 50881) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CV_UNUSED_HANDLER (line 50977) | ZEND_INIT_ARRAY_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_CV_SPEC_CV_UNUSED_HANDLER (line 50999) | ZEND_UNSET_CV_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_VAR_SPEC_CV_UNUSED_HANDLER (line 51017) | ZEND_UNSET_VAR_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 51055) | ZEND_FASTCALL ZEND_ISSET_ISEMPTY_CV_SPEC_CV_UNUSED_SET_HANDLER(ZEND_OPCO... function ZEND_FASTCALL (line 51077) | ZEND_FASTCALL ZEND_ISSET_ISEMPTY_CV_SPEC_CV_UNUSED_EMPTY_HANDLER(ZEND_OP... function ZEND_ISSET_ISEMPTY_VAR_SPEC_CV_UNUSED_HANDLER (line 51099) | ZEND_ISSET_ISEMPTY_VAR_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INSTANCEOF_SPEC_CV_UNUSED_HANDLER (line 51143) | ZEND_INSTANCEOF_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CV_UNUSED_HANDLER (line 51188) | ZEND_YIELD_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CHECK_VAR_SPEC_CV_UNUSED_HANDLER (line 51307) | ZEND_CHECK_VAR_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_MAKE_REF_SPEC_CV_UNUSED_HANDLER (line 51320) | ZEND_MAKE_REF_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COUNT_SPEC_CV_UNUSED_HANDLER (line 51353) | ZEND_COUNT_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_COUNT_ARRAY_SPEC_CV_UNUSED_HANDLER (line 51408) | ZEND_COUNT_ARRAY_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GET_CLASS_SPEC_CV_UNUSED_HANDLER (line 51423) | ZEND_GET_CLASS_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_GET_TYPE_SPEC_CV_UNUSED_HANDLER (line 51466) | ZEND_GET_TYPE_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FASTCALL (line 51484) | ZEND_FASTCALL ZEND_SEND_VAR_EX_SIMPLE_SPEC_CV_UNUSED_HANDLER(ZEND_OPCODE... function ZEND_DIV_SPEC_CV_CV_HANDLER (line 51506) | ZEND_DIV_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POW_SPEC_CV_CV_HANDLER (line 51520) | ZEND_POW_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_CONCAT_SPEC_CV_CV_HANDLER (line 51534) | ZEND_CONCAT_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_SPEC_CV_CV_HANDLER (line 51611) | ZEND_IS_IDENTICAL_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_SPEC_CV_CV_HANDLER (line 51626) | ZEND_IS_NOT_IDENTICAL_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_CV_HANDLER (line 51641) | ZEND_IS_EQUAL_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_CV_JMPZ_HANDLER (line 51699) | ZEND_IS_EQUAL_SPEC_CV_CV_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_EQUAL_SPEC_CV_CV_JMPNZ_HANDLER (line 51757) | ZEND_IS_EQUAL_SPEC_CV_CV_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_CV_HANDLER (line 51815) | ZEND_IS_NOT_EQUAL_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_CV_JMPZ_HANDLER (line 51873) | ZEND_IS_NOT_EQUAL_SPEC_CV_CV_JMPZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_EQUAL_SPEC_CV_CV_JMPNZ_HANDLER (line 51931) | ZEND_IS_NOT_EQUAL_SPEC_CV_CV_JMPNZ_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_SPACESHIP_SPEC_CV_CV_HANDLER (line 51989) | ZEND_SPACESHIP_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_BOOL_XOR_SPEC_CV_CV_HANDLER (line 52003) | ZEND_BOOL_XOR_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_OP_SPEC_CV_CV_HANDLER (line 52017) | ZEND_ASSIGN_OBJ_OP_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_OP_SPEC_CV_CV_HANDLER (line 52110) | ZEND_ASSIGN_DIM_OP_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OP_SPEC_CV_CV_HANDLER (line 52210) | ZEND_ASSIGN_OP_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_PRE_INC_OBJ_SPEC_CV_CV_HANDLER (line 52240) | ZEND_PRE_INC_OBJ_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_POST_INC_OBJ_SPEC_CV_CV_HANDLER (line 52304) | ZEND_POST_INC_OBJ_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_R_SPEC_CV_CV_HANDLER (line 52366) | ZEND_FETCH_DIM_R_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_W_SPEC_CV_CV_HANDLER (line 52401) | ZEND_FETCH_DIM_W_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_RW_SPEC_CV_CV_HANDLER (line 52416) | ZEND_FETCH_DIM_RW_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_IS_SPEC_CV_CV_HANDLER (line 52431) | ZEND_FETCH_DIM_IS_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_CV_HANDLER (line 52444) | ZEND_FETCH_DIM_FUNC_ARG_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_DIM_UNSET_SPEC_CV_CV_HANDLER (line 52463) | ZEND_FETCH_DIM_UNSET_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_R_SPEC_CV_CV_HANDLER (line 52478) | ZEND_FETCH_OBJ_R_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_W_SPEC_CV_CV_HANDLER (line 52646) | ZEND_FETCH_OBJ_W_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_RW_SPEC_CV_CV_HANDLER (line 52667) | ZEND_FETCH_OBJ_RW_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_IS_SPEC_CV_CV_HANDLER (line 52684) | ZEND_FETCH_OBJ_IS_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CV_CV_HANDLER (line 52805) | ZEND_FETCH_OBJ_FUNC_ARG_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FETCH_OBJ_UNSET_SPEC_CV_CV_HANDLER (line 52822) | ZEND_FETCH_OBJ_UNSET_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_CONST_HANDLER (line 52839) | ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_TMP_HANDLER (line 52993) | ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_VAR_HANDLER (line 53147) | ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_CV_HANDLER (line 53301) | ZEND_ASSIGN_OBJ_SPEC_CV_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_CONST_HANDLER (line 53455) | ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_CONST_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_TMP_HANDLER (line 53607) | ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_TMP_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_VAR_HANDLER (line 53760) | ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_CV_HANDLER (line 53913) | ZEND_ASSIGN_DIM_SPEC_CV_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_CV_RETVAL_UNUSED_HANDLER (line 54065) | ZEND_ASSIGN_SPEC_CV_CV_RETVAL_UNUSED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_SPEC_CV_CV_RETVAL_USED_HANDLER (line 54094) | ZEND_ASSIGN_SPEC_CV_CV_RETVAL_USED_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_REF_SPEC_CV_CV_HANDLER (line 54123) | ZEND_ASSIGN_REF_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ASSIGN_OBJ_REF_SPEC_CV_CV_OP_DATA_VAR_HANDLER (line 54161) | ZEND_ASSIGN_OBJ_REF_SPEC_CV_CV_OP_DATA_VAR_HANDLER(ZEND_OPCODE_HANDLER_A... function ZEND_ASSIGN_OBJ_REF_SPEC_CV_CV_OP_DATA_CV_HANDLER (line 54197) | ZEND_ASSIGN_OBJ_REF_SPEC_CV_CV_OP_DATA_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_FAST_CONCAT_SPEC_CV_CV_HANDLER (line 54233) | ZEND_FAST_CONCAT_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_METHOD_CALL_SPEC_CV_CV_HANDLER (line 54358) | ZEND_INIT_METHOD_CALL_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_CV_HANDLER (line 54513) | ZEND_ADD_ARRAY_ELEMENT_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_INIT_ARRAY_SPEC_CV_CV_HANDLER (line 54609) | ZEND_INIT_ARRAY_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_DIM_SPEC_CV_CV_HANDLER (line 54631) | ZEND_UNSET_DIM_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_UNSET_OBJ_SPEC_CV_CV_HANDLER (line 54722) | ZEND_UNSET_OBJ_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_CV_HANDLER (line 54766) | ZEND_ISSET_ISEMPTY_DIM_OBJ_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_CV_HANDLER (line 54845) | ZEND_ISSET_ISEMPTY_PROP_OBJ_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CV_HANDLER (line 54895) | ZEND_ARRAY_KEY_EXISTS_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_YIELD_SPEC_CV_CV_HANDLER (line 54927) | ZEND_YIELD_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_IDENTICAL_NOTHROW_SPEC_CV_CV_HANDLER (line 55046) | ZEND_IS_IDENTICAL_NOTHROW_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_IS_NOT_IDENTICAL_NOTHROW_SPEC_CV_CV_HANDLER (line 55062) | ZEND_IS_NOT_IDENTICAL_NOTHROW_SPEC_CV_CV_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function ZEND_NULL_HANDLER (line 55075) | ZEND_NULL_HANDLER(ZEND_OPCODE_HANDLER_ARGS) function execute_ex_real (line 55103) | void execute_ex_real(zend_execute_data *ex) function HYBRID_CASE (line 61256) | VM_TRACE_OP_END(ZEND_RETURN_SPEC_TMP) function HYBRID_CASE (line 61620) | VM_TRACE_OP_END(ZEND_RETURN_SPEC_VAR) function HYBRID_CASE (line 63034) | VM_TRACE_OP_END(ZEND_RETURN_SPEC_CV) function ZEND_API (line 64291) | ZEND_API void zend_execute(zend_op_array *op_array, zval *return_value) function zend_vm_init (line 64324) | void zend_vm_init(void) function zend_vm_dtor (line 68087) | void zend_vm_dtor(void) function init_opcode_serialiser (line 68097) | static void init_opcode_serialiser(void) function ZEND_FASTCALL (line 68112) | ZEND_FASTCALL zend_serialize_opcode_handler(zend_op *op) function ZEND_FASTCALL (line 68124) | ZEND_FASTCALL zend_deserialize_opcode_handler(zend_op *op) function ZEND_API (line 68129) | ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const ze... function ZEND_API (line 68147) | ZEND_API const zend_op *zend_get_halt_op(void) function ZEND_API (line 68156) | ZEND_API int zend_vm_kind(void) function zend_vm_get_opcode_handler_idx (line 68161) | static uint32_t ZEND_FASTCALL zend_vm_get_opcode_handler_idx(uint32_t sp... function ZEND_FASTCALL (line 68222) | ZEND_FASTCALL zend_vm_set_opcode_handler(zend_op* op) function ZEND_FASTCALL (line 68234) | ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* op, uint32_t op1_in... FILE: Zend/zend_vm_gen.php function out (line 551) | function out($f, $s) { function out_line (line 559) | function out_line($f) { function is_hot_helper (line 566) | function is_hot_helper($name) { function helper_name (line 577) | function helper_name($name, $spec, $op1, $op2, $extra_spec) { function opcode_name (line 622) | function opcode_name($name, $spec, $op1, $op2, $extra_spec) { function format_condition (line 675) | function format_condition($condition) { function gen_code (line 688) | function gen_code($f, $spec, $kind, $code, $op1, $op2, $name, $extra_spe... function skip_extra_spec_function (line 921) | function skip_extra_spec_function($op1, $op2, $extra_spec) { function is_hot_handler (line 939) | function is_hot_handler($hot, $op1, $op2, $extra_spec) { function is_cold_handler (line 961) | function is_cold_handler($hot, $op1, $op2, $extra_spec) { function is_inline_hybrid_handler (line 981) | function is_inline_hybrid_handler($name, $hot, $op1, $op2, $extra_spec) { function gen_handler (line 986) | function gen_handler($f, $spec, $kind, $name, $op1, $op2, $use, $code, $... function gen_helper (line 1128) | function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, ... function gen_null_label (line 1183) | function gen_null_label($f, $kind, $prolog) { function gen_labels (line 1198) | function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels =... function gen_specs (line 1520) | function gen_specs($f, $prolog, $specs) { function gen_null_handler (line 1536) | function gen_null_handler($f) { function extra_spec_name (line 1554) | function extra_spec_name($extra_spec) { function extra_spec_flags (line 1591) | function extra_spec_flags($extra_spec) { function extra_spec_handler (line 1617) | function extra_spec_handler($dsc) { function read_order_file (line 1654) | function read_order_file($fn) { function gen_executor_code (line 1671) | function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = ... function skip_blanks (line 1779) | function skip_blanks($f, $prolog, $epilog) { function gen_executor (line 1786) | function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializ... function parse_operand_spec (line 2247) | function parse_operand_spec($def, $lineno, $str, &$flags) { function parse_ext_spec (line 2268) | function parse_ext_spec($def, $lineno, $str) { function parse_spec_rules (line 2283) | function parse_spec_rules($def, $lineno, $str) { function gen_vm_opcodes_header (line 2333) | function gen_vm_opcodes_header( function gen_vm (line 2390) | function gen_vm($def, $skel) { function write_file_if_changed (line 3027) | function write_file_if_changed(string $filename, string $contents) { function usage (line 3039) | function usage() { FILE: Zend/zend_vm_opcodes.c function ZEND_API (line 451) | ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(uint8_t opcode) { function ZEND_FASTCALL (line 457) | ZEND_FASTCALL zend_get_opcode_flags(uint8_t opcode) { function ZEND_API (line 463) | ZEND_API uint8_t zend_get_opcode_id(const char *name, size_t length) { FILE: Zend/zend_vm_trace_handlers.h function zend_vm_trace (line 27) | static void zend_vm_trace(const char *op, size_t op_len) function zend_vm_trace_compare (line 54) | static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) function zend_vm_trace_finish (line 65) | static void zend_vm_trace_finish(void) function zend_vm_trace_init (line 82) | static void zend_vm_trace_init(void) FILE: Zend/zend_vm_trace_lines.h function zend_vm_trace (line 27) | static void zend_vm_trace(const zend_execute_data *execute_data, const z... function zend_vm_trace_finish (line 34) | static void zend_vm_trace_finish(void) function zend_vm_trace_init (line 39) | static void zend_vm_trace_init(void) FILE: Zend/zend_vm_trace_map.h function zend_vm_trace_compare (line 46) | static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) function zend_vm_trace_init (line 57) | static void zend_vm_trace_init(void) FILE: Zend/zend_weakrefs.c type zend_weakref (line 24) | typedef struct _zend_weakref { type zend_weakmap (line 29) | typedef struct _zend_weakmap { type zend_weakmap_iterator (line 34) | typedef struct _zend_weakmap_iterator { function zend_weakref_unref_single (line 69) | static inline void zend_weakref_unref_single( function zend_weakref_unref (line 83) | static void zend_weakref_unref(zend_object *object, void *tagged_ptr) { function zend_weakref_register (line 99) | static void zend_weakref_register(zend_object *object, void *payload) { function zend_weakref_unregister (line 125) | static void zend_weakref_unregister(zend_object *object, void *payload, ... function ZEND_API (line 173) | ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, z... function ZEND_API (line 181) | ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *... function zend_weakrefs_init (line 190) | void zend_weakrefs_init(void) { function zend_weakrefs_notify (line 196) | void zend_weakrefs_notify(zend_object *object) { function zend_weakrefs_shutdown (line 210) | void zend_weakrefs_shutdown(void) { function zend_object (line 214) | static zend_object* zend_weakref_new(zend_class_entry *ce) { function zend_always_inline (line 221) | static zend_always_inline bool zend_weakref_find(zend_object *referent, ... function zend_always_inline (line 249) | static zend_always_inline void zend_weakref_create(zend_object *referent... function zend_always_inline (line 260) | static zend_always_inline void zend_weakref_get(zval *weakref, zval *ret... function zend_weakref_free (line 268) | static void zend_weakref_free(zend_object *zo) { function HashTable (line 278) | static HashTable *zend_weakref_get_debug_info(zend_object *object, int *... function ZEND_COLD (line 297) | ZEND_COLD ZEND_METHOD(WeakReference, __construct) function zend_object (line 324) | static zend_object *zend_weakmap_create_object(zend_class_entry *ce) function zend_weakmap_free_obj (line 333) | static void zend_weakmap_free_obj(zend_object *object) function zval (line 348) | static zval *zend_weakmap_read_dimension(zend_object *object, zval *offs... function zend_weakmap_write_dimension (line 379) | static void zend_weakmap_write_dimension(zend_object *object, zval *offs... function zend_weakmap_has_dimension (line 414) | static int zend_weakmap_has_dimension(zend_object *object, zval *offset,... function zend_weakmap_unset_dimension (line 434) | static void zend_weakmap_unset_dimension(zend_object *object, zval *offset) function zend_result (line 452) | static zend_result zend_weakmap_count_elements(zend_object *object, zend... function HashTable (line 459) | static HashTable *zend_weakmap_get_properties_for(zend_object *object, z... function HashTable (line 488) | HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n) function HashTable (line 500) | HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **tab... function HashTable (line 515) | HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, ... function HashTable (line 527) | HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zva... function HashTable (line 568) | HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **... function zend_object (line 607) | static zend_object *zend_weakmap_clone_obj(zend_object *old_object) function HashPosition (line 624) | static HashPosition *zend_weakmap_iterator_get_pos_ptr(zend_weakmap_iter... function zend_weakmap_iterator_dtor (line 629) | static void zend_weakmap_iterator_dtor(zend_object_iterator *obj_iter) function zend_result (line 636) | static zend_result zend_weakmap_iterator_valid(zend_object_iterator *obj... function zval (line 644) | static zval *zend_weakmap_iterator_get_current_data(zend_object_iterator... function zend_weakmap_iterator_get_current_key (line 652) | static void zend_weakmap_iterator_get_current_key(zend_object_iterator *... function zend_weakmap_iterator_move_forward (line 672) | static void zend_weakmap_iterator_move_forward(zend_object_iterator *obj... function zend_weakmap_iterator_rewind (line 680) | static void zend_weakmap_iterator_rewind(zend_object_iterator *obj_iter) function zend_object_iterator (line 700) | static zend_object_iterator *zend_weakmap_get_iterator( function zend_register_weakref_ce (line 781) | void zend_register_weakref_ce(void) /* {{{ */ FILE: Zend/zend_weakrefs.h function zend_always_inline (line 35) | static zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht... function zend_always_inline (line 54) | static zend_always_inline zend_ulong zend_object_to_weakref_key(const ze... function zend_always_inline (line 60) | static zend_always_inline zend_object *zend_weakref_key_to_object(zend_u... FILE: Zend/zend_weakrefs.stub.php class WeakReference (line 9) | final class WeakReference method __construct (line 11) | public function __construct() {} method create (line 13) | public static function create(object $object): WeakReference {} method get (line 15) | public function get(): ?object {} class WeakMap (line 22) | final class WeakMap implements ArrayAccess, Countable, IteratorAggregate method offsetGet (line 25) | public function offsetGet($object): mixed {} method offsetSet (line 28) | public function offsetSet($object, mixed $value): void {} method offsetExists (line 31) | public function offsetExists($object): bool {} method offsetUnset (line 34) | public function offsetUnset($object): void {} method count (line 36) | public function count(): int {} method getIterator (line 38) | public function getIterator(): Iterator {} FILE: Zend/zend_weakrefs_arginfo.h function zend_class_entry (line 64) | static zend_class_entry *register_class_WeakReference(void) function zend_class_entry (line 74) | static zend_class_entry *register_class_WeakMap(zend_class_entry *class_... FILE: build/gen_stub.php function processDirectory (line 40) | function processDirectory(string $dir, Context $context): array { function processStubFile (line 66) | function processStubFile(string $stubFile, Context $context, bool $inclu... function computeStubHash (line 167) | function computeStubHash(string $stubCode): string { function extractStubHash (line 171) | function extractStubHash(string $arginfoFile): ?string { class Context (line 184) | class Context { class ArrayType (line 193) | class ArrayType extends SimpleType { method createGenericArray (line 197) | public static function createGenericArray(): self method __construct (line 202) | public function __construct(Type $keyType, Type $valueType) method toOptimizerTypeMask (line 210) | public function toOptimizerTypeMask(): string { method equals (line 220) | public function equals(SimpleType $other): bool { class SimpleType (line 232) | class SimpleType { method fromNode (line 236) | public static function fromNode(Node $node): SimpleType { method fromString (line 262) | public static function fromString(string $typeString): SimpleType method fromValue (line 311) | public static function fromValue($value): SimpleType method null (line 333) | public static function null(): SimpleType method bool (line 338) | public static function bool(): SimpleType method int (line 343) | public static function int(): SimpleType method float (line 348) | public static function float(): SimpleType method string (line 353) | public static function string(): SimpleType method array (line 358) | public static function array(): SimpleType method object (line 363) | public static function object(): SimpleType method void (line 368) | public static function void(): SimpleType method __construct (line 373) | protected function __construct(string $name, bool $isBuiltin) { method isScalar (line 378) | public function isScalar(): bool { method isNull (line 382) | public function isNull(): bool { method isBool (line 386) | public function isBool(): bool { method isInt (line 390) | public function isInt(): bool { method isFloat (line 394) | public function isFloat(): bool { method isString (line 398) | public function isString(): bool { method isArray (line 402) | public function isArray(): bool { method isMixed (line 406) | public function isMixed(): bool { method toTypeCode (line 410) | public function toTypeCode(): string { method toTypeMask (line 446) | public function toTypeMask(): string { method toOptimizerTypeMaskForArrayKey (line 483) | public function toOptimizerTypeMaskForArrayKey(): string { method toOptimizerTypeMaskForArrayValue (line 496) | public function toOptimizerTypeMaskForArrayValue(): string { method toOptimizerTypeMask (line 531) | public function toOptimizerTypeMask(): string { method toEscapedName (line 550) | public function toEscapedName(): string { method toVarEscapedName (line 559) | public function toVarEscapedName(): string { method equals (line 563) | public function equals(SimpleType $other): bool { class Type (line 568) | class Type { method fromNode (line 573) | public static function fromNode(Node $node): Type { method fromString (line 606) | public static function fromString(string $typeString): self { method __construct (line 647) | private function __construct(array $types, bool $isIntersection) { method isScalar (line 652) | public function isScalar(): bool { method isNullable (line 662) | public function isNullable(): bool { method getWithoutNull (line 672) | public function getWithoutNull(): Type { method tryToSimpleType (line 686) | public function tryToSimpleType(): ?SimpleType { method toArginfoType (line 698) | public function toArginfoType(): ArginfoType { method toOptimizerTypeMask (line 711) | public function toOptimizerTypeMask(): string { method toOptimizerTypeMaskForArrayKey (line 722) | public function toOptimizerTypeMaskForArrayKey(): string { method toOptimizerTypeMaskForArrayValue (line 732) | public function toOptimizerTypeMaskForArrayValue(): string { method getTypeForDoc (line 742) | public function getTypeForDoc(DOMDocument $doc): DOMElement { method equals (line 762) | public static function equals(?Type $a, ?Type $b): bool { method __toString (line 780) | public function __toString() { class ArginfoType (line 793) | class ArginfoType { method __construct (line 803) | public function __construct(array $classTypes, array $builtinTypes) { method hasClassType (line 808) | public function hasClassType(): bool { method toClassTypeString (line 812) | public function toClassTypeString(): string { method toTypeMask (line 818) | public function toTypeMask(): string { class ArgInfo (line 828) | class ArgInfo { method __construct (line 845) | public function __construct( method equals (line 862) | public function equals(ArgInfo $other): bool { method getSendByString (line 870) | public function getSendByString(): string { method getMethodSynopsisType (line 882) | public function getMethodSynopsisType(): Type { method hasProperDefaultValue (line 894) | public function hasProperDefaultValue(): bool { method getDefaultValueAsArginfoString (line 898) | public function getDefaultValueAsArginfoString(): string { method getDefaultValueAsMethodSynopsisString (line 906) | public function getDefaultValueAsMethodSynopsisString(): ?string { method setTypes (line 923) | private function setTypes(?Type $type, ?Type $phpDocType): void type VariableLikeName (line 930) | interface VariableLikeName { method __toString (line 931) | public function __toString(): string; method getDeclarationName (line 932) | public function getDeclarationName(): string; type ConstOrClassConstName (line 935) | interface ConstOrClassConstName extends VariableLikeName { method equals (line 936) | public function equals(ConstOrClassConstName $const): bool; method isClassConst (line 937) | public function isClassConst(): bool; method isUnknown (line 938) | public function isUnknown(): bool; class AbstractConstName (line 941) | abstract class AbstractConstName implements ConstOrClassConstName method equals (line 943) | public function equals(ConstOrClassConstName $const): bool method isUnknown (line 948) | public function isUnknown(): bool class ConstName (line 954) | class ConstName extends AbstractConstName { method __construct (line 957) | public function __construct(?Name $namespace, string $const) method isClassConst (line 965) | public function isClassConst(): bool method isUnknown (line 970) | public function isUnknown(): bool method __toString (line 979) | public function __toString(): string method getDeclarationName (line 984) | public function getDeclarationName(): string class ClassConstName (line 990) | class ClassConstName extends AbstractConstName { method __construct (line 994) | public function __construct(Name $class, string $const) method isClassConst (line 1000) | public function isClassConst(): bool method __toString (line 1005) | public function __toString(): string method getDeclarationName (line 1010) | public function getDeclarationName(): string class PropertyName (line 1016) | class PropertyName implements VariableLikeName { method __construct (line 1020) | public function __construct(Name $class, string $property) method __toString (line 1026) | public function __toString(): string method getDeclarationName (line 1031) | public function getDeclarationName(): string type FunctionOrMethodName (line 1037) | interface FunctionOrMethodName { method getDeclaration (line 1038) | public function getDeclaration(): string; method getArgInfoName (line 1039) | public function getArgInfoName(): string; method getMethodSynopsisFilename (line 1040) | public function getMethodSynopsisFilename(): string; method getNameForAttributes (line 1041) | public function getNameForAttributes(): string; method __toString (line 1042) | public function __toString(): string; method isMethod (line 1043) | public function isMethod(): bool; method isConstructor (line 1044) | public function isConstructor(): bool; method isDestructor (line 1045) | public function isDestructor(): bool; class FunctionName (line 1048) | class FunctionName implements FunctionOrMethodName { method __construct (line 1051) | public function __construct(Name $name) { method getNamespace (line 1055) | public function getNamespace(): ?string { method getNonNamespacedName (line 1062) | public function getNonNamespacedName(): string { method getDeclarationName (line 1069) | public function getDeclarationName(): string { method getFunctionName (line 1073) | public function getFunctionName(): string { method getDeclaration (line 1077) | public function getDeclaration(): string { method getArgInfoName (line 1081) | public function getArgInfoName(): string { method getFramelessFunctionInfosName (line 1086) | public function getFramelessFunctionInfosName(): string { method getMethodSynopsisFilename (line 1091) | public function getMethodSynopsisFilename(): string { method getNameForAttributes (line 1095) | public function getNameForAttributes(): string { method __toString (line 1099) | public function __toString(): string { method isMethod (line 1103) | public function isMethod(): bool { method isConstructor (line 1107) | public function isConstructor(): bool { method isDestructor (line 1111) | public function isDestructor(): bool { class MethodName (line 1116) | class MethodName implements FunctionOrMethodName { method __construct (line 1120) | public function __construct(Name $className, string $methodName) { method getDeclarationClassName (line 1125) | public function getDeclarationClassName(): string { method getDeclaration (line 1129) | public function getDeclaration(): string { method getArgInfoName (line 1133) | public function getArgInfoName(): string { method getMethodSynopsisFilename (line 1137) | public function getMethodSynopsisFilename(): string method getNameForAttributes (line 1144) | public function getNameForAttributes(): string { method __toString (line 1148) | public function __toString(): string { method isMethod (line 1152) | public function isMethod(): bool { method isConstructor (line 1156) | public function isConstructor(): bool { method isDestructor (line 1160) | public function isDestructor(): bool { class ReturnInfo (line 1165) | class ReturnInfo { method __construct (line 1182) | public function __construct(bool $byRef, ?Type $type, ?Type $phpDocTyp... method equalsApartFromPhpDocAndRefcount (line 1188) | public function equalsApartFromPhpDocAndRefcount(ReturnInfo $other): b... method getMethodSynopsisType (line 1194) | public function getMethodSynopsisType(): ?Type { method setTypes (line 1198) | private function setTypes(?Type $type, ?Type $phpDocType, bool $tentat... method setRefcount (line 1205) | private function setRefcount(?string $refcount): void method __construct (line 1258) | public function __construct( method isMethod (line 1296) | public function isMethod(): bool method isFinalMethod (line 1301) | public function isFinalMethod(): bool method isInstanceMethod (line 1306) | public function isInstanceMethod(): bool method getModifierNames (line 1312) | public function getModifierNames(): array method hasParamWithUnknownDefaultValue (line 1341) | public function hasParamWithUnknownDefaultValue(): bool method equalsApartFromNameAndRefcount (line 1352) | public function equalsApartFromNameAndRefcount(FuncInfo $other): bool { method getArgInfoName (line 1368) | public function getArgInfoName(): string { method getDeclarationKey (line 1372) | public function getDeclarationKey(): string method getDeclaration (line 1379) | public function getDeclaration(): ?string method getFramelessDeclaration (line 1390) | public function getFramelessDeclaration(FuncInfo $funcInfo): ?string { method getFramelessFunctionInfosName (line 1421) | public function getFramelessFunctionInfosName(): string { method getFunctionEntry (line 1425) | public function getFunctionEntry(): string { method getOptimizerInfo (line 1529) | public function getOptimizerInfo(): ?string { method discardInfoForOldPhpVersions (line 1550) | public function discardInfoForOldPhpVersions(?int $minimumPhpVersionIdCo... method getArginfoFlagsByPhpVersions (line 1565) | private function getArginfoFlagsByPhpVersions(): array method generateRefSect1 (line 1624) | private function generateRefSect1(DOMDocument $doc, string $role): DOMEl... method getMethodSynopsisDocument (line 1640) | public function getMethodSynopsisDocument(array $funcMap, array $aliasMa... method getParameterSection (line 1814) | private function getParameterSection(DOMDocument $doc): DOMElement { method getReturnValueSection (line 1876) | private function getReturnValueSection(DOMDocument $doc): DOMElement { method generateDocbookInformalTable (line 1917) | private function generateDocbookInformalTable( method getChangelogSection (line 1981) | private function getChangelogSection(DOMDocument $doc): DOMElement { FILE: ext/bcmath/bcmath.c function ZEND_INI_MH (line 74) | ZEND_INI_MH(OnUpdateScale) function PHP_GINIT_FUNCTION (line 97) | static PHP_GINIT_FUNCTION(bcmath) function PHP_GSHUTDOWN_FUNCTION (line 110) | static PHP_GSHUTDOWN_FUNCTION(bcmath) function PHP_MINIT_FUNCTION (line 123) | PHP_MINIT_FUNCTION(bcmath) function PHP_MSHUTDOWN_FUNCTION (line 133) | PHP_MSHUTDOWN_FUNCTION(bcmath) function PHP_MINFO_FUNCTION (line 142) | PHP_MINFO_FUNCTION(bcmath) function zend_always_inline (line 151) | static zend_always_inline zend_result bcmath_check_scale(zend_long scale... function php_long2num (line 160) | static void php_long2num(bc_num *num, zend_long lval) function zend_result (line 165) | static zend_result php_str2num_ex(bc_num *num, const zend_string *str, s... function zend_result (line 176) | static zend_result php_str2num(bc_num *num, const zend_string *str) function PHP_FUNCTION (line 183) | PHP_FUNCTION(bcadd) function PHP_FUNCTION (line 232) | PHP_FUNCTION(bcsub) function PHP_FUNCTION (line 281) | PHP_FUNCTION(bcmul) function PHP_FUNCTION (line 330) | PHP_FUNCTION(bcdiv) function PHP_FUNCTION (line 384) | PHP_FUNCTION(bcmod) function PHP_FUNCTION (line 437) | PHP_FUNCTION(bcdivmod) function PHP_FUNCTION (line 493) | PHP_FUNCTION(bcpowmod) function PHP_FUNCTION (line 570) | PHP_FUNCTION(bcpow) function PHP_FUNCTION (line 635) | PHP_FUNCTION(bcsqrt) function PHP_FUNCTION (line 678) | PHP_FUNCTION(bccomp) function bcfloor_or_bcceil (line 724) | static void bcfloor_or_bcceil(INTERNAL_FUNCTION_PARAMETERS, bool is_floor) function PHP_FUNCTION (line 752) | PHP_FUNCTION(bcfloor) function PHP_FUNCTION (line 759) | PHP_FUNCTION(bcceil) function PHP_FUNCTION (line 766) | PHP_FUNCTION(bcround) function PHP_FUNCTION (line 822) | PHP_FUNCTION(bcscale) function zend_always_inline (line 865) | static zend_always_inline bcmath_number_obj_t *get_bcmath_number_from_ob... function zend_always_inline (line 870) | static zend_always_inline bcmath_number_obj_t *get_bcmath_number_from_zv... function zend_always_inline (line 875) | static zend_always_inline zend_string *bcmath_number_value_to_str(bcmath... function zend_object (line 883) | static zend_object *bcmath_number_create(zend_class_entry *ce) function bcmath_number_free (line 895) | static void bcmath_number_free(zend_object *obj) function zend_object (line 909) | static zend_object *bcmath_number_clone(zend_object *obj) function HashTable (line 923) | static HashTable *bcmath_number_get_properties_for(zend_object *obj, zen... function zval (line 937) | static zval *bcmath_number_write_property(zend_object *obj, zend_string ... function bcmath_number_unset_property (line 947) | static void bcmath_number_unset_property(zend_object *obj, zend_string *... function zval (line 957) | static zval *bcmath_number_read_property(zend_object *obj, zend_string *... function zval (line 974) | static zval *bcmath_number_get_property_ptr_ptr(zend_object *object, zen... function bcmath_number_has_property (line 980) | static int bcmath_number_has_property(zend_object *obj, zend_string *nam... function zend_result (line 996) | static zend_result bcmath_number_cast_object(zend_object *obj, zval *ret... function bcmath_number_register_class (line 1007) | static void bcmath_number_register_class(void) function zend_always_inline (line 1028) | static zend_always_inline void bcmath_number_add_internal( function zend_always_inline (line 1040) | static zend_always_inline void bcmath_number_sub_internal( function zend_always_inline (line 1052) | static zend_always_inline zend_result bcmath_number_mul_internal( function zend_always_inline (line 1069) | static zend_always_inline zend_result bcmath_number_div_internal( function zend_always_inline (line 1092) | static zend_always_inline zend_result bcmath_number_mod_internal( function zend_result (line 1107) | static zend_result bcmath_number_pow_internal( function zend_always_inline (line 1166) | static zend_always_inline bcmath_number_obj_t *bcmath_number_new_obj(bc_... function zend_result (line 1174) | static zend_result bcmath_number_parse_num(zval *zv, zend_object **obj, ... function zend_result (line 1199) | static zend_result bc_num_from_obj_or_str_or_long( function zend_result (line 1220) | static zend_result bcmath_number_do_operation(uint8_t opcode, zval *ret_... function bcmath_number_compare (line 1323) | static int bcmath_number_compare(zval *op1, zval *op2) function zend_always_inline (line 1381) | static zend_always_inline zend_result bc_num_from_obj_or_str_or_long_wit... function bcmath_number_calc_method (line 1425) | static void bcmath_number_calc_method(INTERNAL_FUNCTION_PARAMETERS, uint... function bcmath_number_floor_or_ceil (line 1753) | static void bcmath_number_floor_or_ceil(INTERNAL_FUNCTION_PARAMETERS, bo... FILE: ext/bcmath/bcmath.stub.php function bcadd (line 8) | function bcadd(string $num1, string $num2, ?int $scale = null): string {} function bcsub (line 11) | function bcsub(string $num1, string $num2, ?int $scale = null): string {} function bcmul (line 14) | function bcmul(string $num1, string $num2, ?int $scale = null): string {} function bcdiv (line 17) | function bcdiv(string $num1, string $num2, ?int $scale = null): string {} function bcmod (line 20) | function bcmod(string $num1, string $num2, ?int $scale = null): string {} function bcdivmod (line 26) | function bcdivmod(string $num1, string $num2, ?int $scale = null): array {} function bcpowmod (line 29) | function bcpowmod(string $num, string $exponent, string $modulus, ?int $... function bcpow (line 32) | function bcpow(string $num, string $exponent, ?int $scale = null): strin... function bcsqrt (line 35) | function bcsqrt(string $num, ?int $scale = null): string {} function bccomp (line 37) | function bccomp(string $num1, string $num2, ?int $scale = null): int {} function bcscale (line 39) | function bcscale(?int $scale = null): int {} function bcfloor (line 42) | function bcfloor(string $num): string {} function bcceil (line 45) | function bcceil(string $num): string {} function bcround (line 48) | function bcround(string $num, int $precision = 0, RoundingMode $mode = R... class Number (line 54) | final readonly class Number implements \Stringable method __construct (line 61) | public function __construct(string|int $num) {} method add (line 63) | public function add(Number|string|int $num, ?int $scale = null): Numbe... method sub (line 65) | public function sub(Number|string|int $num, ?int $scale = null): Numbe... method mul (line 67) | public function mul(Number|string|int $num, ?int $scale = null): Numbe... method div (line 69) | public function div(Number|string|int $num, ?int $scale = null): Numbe... method mod (line 71) | public function mod(Number|string|int $num, ?int $scale = null): Numbe... method divmod (line 74) | public function divmod(Number|string|int $num, ?int $scale = null): ar... method powmod (line 76) | public function powmod(Number|string|int $exponent, Number|string|int ... method pow (line 78) | public function pow(Number|string|int $exponent, ?int $scale = null): ... method sqrt (line 80) | public function sqrt(?int $scale = null): Number {} method floor (line 82) | public function floor(): Number {} method ceil (line 84) | public function ceil(): Number {} method round (line 86) | public function round(int $precision = 0, \RoundingMode $mode = \Round... method compare (line 88) | public function compare(Number|string|int $num, ?int $scale = null): i... method __toString (line 90) | public function __toString(): string {} method __serialize (line 92) | public function __serialize(): array {} method __unserialize (line 94) | public function __unserialize(array $data): void {} FILE: ext/bcmath/bcmath_arginfo.h function zend_class_entry (line 197) | static zend_class_entry *register_class_BcMath_Number(zend_class_entry *... FILE: ext/bcmath/libbcmath/src/add.c function bc_num (line 42) | bc_num bc_add(bc_num n1, bc_num n2, size_t scale_min) FILE: ext/bcmath/libbcmath/src/bcmath.h type sign (line 37) | typedef enum {PLUS, MINUS} sign; type bc_struct (line 39) | struct bc_struct type bc_struct (line 41) | typedef struct bc_struct { function bc_num (line 95) | static inline bc_num bc_copy_num(bc_num num) type bcmath_compare_result (line 113) | typedef enum { type raise_mod_status (line 167) | typedef enum { FILE: ext/bcmath/libbcmath/src/compare.c function bcmath_compare_result (line 42) | bcmath_compare_result _bc_do_compare(bc_num n1, bc_num n2, size_t scale,... function bcmath_compare_result (line 154) | bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale) FILE: ext/bcmath/libbcmath/src/convert.c function BC_VECTOR (line 73) | BC_VECTOR bc_parse_chunk_chars(const char *str) function BC_VECTOR (line 92) | BC_VECTOR bc_parse_chunk_chars(const char *str) function bc_expand_lut (line 141) | static inline unsigned short bc_expand_lut(unsigned char c) function bc_write_bcd_representation (line 148) | void bc_write_bcd_representation(uint32_t value, char *str) FILE: ext/bcmath/libbcmath/src/convert.h function BC_VECTOR (line 30) | static inline BC_VECTOR bc_partial_convert_to_vector(const char *n, size... function bc_convert_to_vector (line 48) | static inline void bc_convert_to_vector(BC_VECTOR *n_vector, const char ... FILE: ext/bcmath/libbcmath/src/div.c function bc_fast_div (line 49) | static inline void bc_fast_div( function bc_standard_div (line 75) | static inline void bc_standard_div( function bc_do_div (line 257) | static void bc_do_div( function bc_divide (line 331) | bool bc_divide(bc_num numerator, bc_num divisor, bc_num *quot, size_t sc... FILE: ext/bcmath/libbcmath/src/divmod.c function bc_divmod (line 44) | bool bc_divmod(bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, size... function bc_modulo (line 86) | bool bc_modulo(bc_num num1, bc_num num2, bc_num *result, size_t scale) FILE: ext/bcmath/libbcmath/src/doaddsub.c function bc_num (line 41) | bc_num _bc_do_add(bc_num n1, bc_num n2) function bc_num (line 172) | bc_num _bc_do_sub(bc_num n1, bc_num n2) FILE: ext/bcmath/libbcmath/src/floor_or_ceil.c function bc_num (line 21) | bc_num bc_floor_or_ceil(bc_num num, bool is_floor) FILE: ext/bcmath/libbcmath/src/init.c function bc_num (line 38) | static bc_num _bc_new_num_nonzeroed_ex_internal(size_t length, size_t sc... function bc_num (line 62) | bc_num _bc_new_num_ex(size_t length, size_t scale, bool persistent) function bc_num (line 69) | bc_num _bc_new_num_nonzeroed_ex(size_t length, size_t scale, bool persis... function _bc_free_num_ex (line 76) | void _bc_free_num_ex(bc_num *num, bool persistent) function bc_init_numbers (line 91) | void bc_init_numbers(void) function bc_force_free_number (line 100) | void bc_force_free_number(bc_num *num) function bc_init_num (line 108) | void bc_init_num(bc_num *num) FILE: ext/bcmath/libbcmath/src/int2num.c function bc_int2num (line 36) | void bc_int2num(bc_num *num, int val) FILE: ext/bcmath/libbcmath/src/long2num.c function bc_num (line 23) | bc_num bc_long2num(zend_long lval) FILE: ext/bcmath/libbcmath/src/nearzero.c function bc_is_near_zero (line 40) | bool bc_is_near_zero(bc_num num, size_t scale) FILE: ext/bcmath/libbcmath/src/neg.c function bc_is_neg (line 36) | bool bc_is_neg(bc_num num) FILE: ext/bcmath/libbcmath/src/num2long.c function bc_num2long (line 40) | long bc_num2long(bc_num num) FILE: ext/bcmath/libbcmath/src/num2str.c function zend_string (line 37) | zend_string *bc_num2str_ex(bc_num num, size_t scale) FILE: ext/bcmath/libbcmath/src/private.h type BC_VECTOR (line 46) | typedef uint64_t BC_VECTOR; type BC_VECTOR (line 52) | typedef uint32_t BC_VECTOR; FILE: ext/bcmath/libbcmath/src/raise.c function bc_square_ex (line 37) | void bc_square_ex(bc_num n1, bc_num *result, size_t scale_min) { function bc_raise (line 46) | bool bc_raise(bc_num base, long exponent, bc_num *result, size_t scale) { function bc_raise_bc_exponent (line 111) | void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size... FILE: ext/bcmath/libbcmath/src/raisemod.c function raise_mod_status (line 37) | raise_mod_status bc_raisemod(bc_num base, bc_num expo, bc_num mod, bc_nu... FILE: ext/bcmath/libbcmath/src/recmul.c function bc_mul_carry_calc (line 43) | static inline void bc_mul_carry_calc(BC_VECTOR *prod_vector, size_t prod... function bc_fast_mul (line 55) | static inline void bc_fast_mul(bc_num n1, size_t n1len, bc_num n2, size_... function bc_fast_square (line 79) | static inline void bc_fast_square(bc_num n1, size_t n1len, bc_num *prod) function bc_mul_finish_from_vector (line 99) | static inline void bc_mul_finish_from_vector(BC_VECTOR *prod_vector, siz... function bc_standard_mul (line 141) | static void bc_standard_mul(bc_num n1, size_t n1len, bc_num n2, size_t n... function bc_standard_square (line 195) | static void bc_standard_square(bc_num n1, size_t n1len, bc_num *prod) function bc_num (line 243) | bc_num bc_multiply(bc_num n1, bc_num n2, size_t scale) function bc_num (line 271) | bc_num bc_square(bc_num n1, size_t scale) FILE: ext/bcmath/libbcmath/src/rmzero.c function _bc_rm_leading_zeros (line 39) | void _bc_rm_leading_zeros(bc_num num) function bc_rm_trailing_zeros (line 48) | void bc_rm_trailing_zeros(bc_num num) FILE: ext/bcmath/libbcmath/src/round.c function bc_round (line 21) | void bc_round(bc_num num, zend_long precision, zend_long mode, bc_num *r... FILE: ext/bcmath/libbcmath/src/sqrt.c function bc_sqrt (line 39) | bool bc_sqrt(bc_num *num, size_t scale) FILE: ext/bcmath/libbcmath/src/str2num.c function bc_str2num (line 109) | bool bc_str2num(bc_num *num, const char *str, const char *end, size_t sc... FILE: ext/bcmath/libbcmath/src/sub.c function bc_num (line 42) | bc_num bc_sub(bc_num n1, bc_num n2, size_t scale_min) FILE: ext/bcmath/libbcmath/src/zero.c function bc_is_zero_for_scale (line 38) | bool bc_is_zero_for_scale(bc_num num, size_t scale) function bc_is_zero (line 58) | bool bc_is_zero(bc_num num) FILE: ext/bcmath/php_bcmath.h type bcmath_number_obj_t (line 51) | typedef struct _bcmath_number_obj_t { FILE: ext/bz2/bz2.c type php_bz2_stream_data_t (line 60) | struct php_bz2_stream_data_t { function php_bz2iop_read (line 67) | static ssize_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) function php_bz2iop_write (line 97) | static ssize_t php_bz2iop_write(php_stream *stream, const char *buf, siz... function php_bz2iop_close (line 125) | static int php_bz2iop_close(php_stream *stream, int close_handle) function php_bz2iop_flush (line 143) | static int php_bz2iop_flush(php_stream *stream) function PHP_BZ2_API (line 161) | PHP_BZ2_API php_stream *_php_stream_bz2open_from_BZFILE(BZFILE *bz, function PHP_BZ2_API (line 177) | PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, function PHP_MINIT_FUNCTION (line 278) | static PHP_MINIT_FUNCTION(bz2) function PHP_MSHUTDOWN_FUNCTION (line 285) | static PHP_MSHUTDOWN_FUNCTION(bz2) function PHP_MINFO_FUNCTION (line 293) | static PHP_MINFO_FUNCTION(bz2) function PHP_FUNCTION (line 304) | PHP_FUNCTION(bzread) function PHP_FUNCTION (line 331) | PHP_FUNCTION(bzopen) function PHP_FUNCTION (line 419) | PHP_FUNCTION(bzerrno) function PHP_FUNCTION (line 426) | PHP_FUNCTION(bzerrstr) function PHP_FUNCTION (line 433) | PHP_FUNCTION(bzerror) function PHP_FUNCTION (line 440) | PHP_FUNCTION(bzcompress) function PHP_FUNCTION (line 490) | PHP_FUNCTION(bzdecompress) function php_bz2_error (line 563) | static void php_bz2_error(INTERNAL_FUNCTION_PARAMETERS, int opt) FILE: ext/bz2/bz2.stub.php function bzopen (line 9) | function bzopen($file, string $mode) {} function bzread (line 12) | function bzread($bz, int $length = 1024): string|false {} function bzwrite (line 18) | function bzwrite($bz, string $data, ?int $length = null): int|false {} function bzflush (line 24) | function bzflush($bz): bool {} function bzclose (line 30) | function bzclose($bz): bool {} function bzerrno (line 33) | function bzerrno($bz): int {} function bzerrstr (line 36) | function bzerrstr($bz): string {} function bzerror (line 43) | function bzerror($bz): array {} function bzcompress (line 45) | function bzcompress(string $data, int $block_size = 4, int $work_factor ... function bzdecompress (line 47) | function bzdecompress(string $data, bool $use_less_memory = false): stri... FILE: ext/bz2/bz2_filter.c type strm_status (line 26) | enum strm_status { type php_bz2_filter_data (line 32) | typedef struct _php_bz2_filter_data { function php_bz2_free (line 56) | static void php_bz2_free(void *opaque, void *address) function php_stream_filter_status_t (line 64) | static php_stream_filter_status_t php_bz2_decompress_filter( function php_bz2_decompress_dtor (line 181) | static void php_bz2_decompress_dtor(php_stream_filter *thisfilter) function php_stream_filter_status_t (line 203) | static php_stream_filter_status_t php_bz2_compress_filter( function php_bz2_compress_dtor (line 291) | static void php_bz2_compress_dtor(php_stream_filter *thisfilter) function php_stream_filter (line 312) | static php_stream_filter *php_bz2_filter_create(const char *filtername, ... FILE: ext/calendar/cal_unix.c function PHP_FUNCTION (line 27) | PHP_FUNCTION(unixtojd) function PHP_FUNCTION (line 56) | PHP_FUNCTION(jdtounix) FILE: ext/calendar/calendar.c type cal_name_type_t (line 38) | enum cal_name_type_t { type zend_long (line 46) | typedef zend_long (*cal_to_jd_func_t) (int month, int day, int year); type cal_entry_t (line 50) | struct cal_entry_t { type cal_entry_t (line 61) | struct cal_entry_t function PHP_MINIT_FUNCTION (line 108) | ZEND_GET_MODULE(calendar) function PHP_MINFO_FUNCTION (line 118) | PHP_MINFO_FUNCTION(calendar) function _php_cal_info (line 125) | static void _php_cal_info(int cal, zval *ret) function PHP_FUNCTION (line 151) | PHP_FUNCTION(cal_info) function PHP_FUNCTION (line 182) | PHP_FUNCTION(cal_days_in_month) function PHP_FUNCTION (line 239) | PHP_FUNCTION(cal_to_jd) function PHP_FUNCTION (line 272) | PHP_FUNCTION(cal_from_jd) function PHP_FUNCTION (line 323) | PHP_FUNCTION(jdtogregorian) function PHP_FUNCTION (line 339) | PHP_FUNCTION(gregoriantojd) function PHP_FUNCTION (line 352) | PHP_FUNCTION(jdtojulian) function PHP_FUNCTION (line 368) | PHP_FUNCTION(juliantojd) function PHP_FUNCTION (line 477) | PHP_FUNCTION(jdtojewish) function PHP_FUNCTION (line 510) | PHP_FUNCTION(jewishtojd) function PHP_FUNCTION (line 528) | PHP_FUNCTION(jdtofrench) function PHP_FUNCTION (line 544) | PHP_FUNCTION(frenchtojd) function PHP_FUNCTION (line 557) | PHP_FUNCTION(jddayofweek) function PHP_FUNCTION (line 587) | PHP_FUNCTION(jdmonthname) FILE: ext/calendar/calendar.stub.php function cal_days_in_month (line 115) | function cal_days_in_month(int $calendar, int $month, int $year): int {} function cal_from_jd (line 121) | function cal_from_jd(int $julian_day, int $calendar): array {} function cal_info (line 127) | function cal_info(int $calendar = -1): array {} function cal_to_jd (line 129) | function cal_to_jd(int $calendar, int $month, int $day, int $year): int {} function easter_date (line 131) | function easter_date(?int $year = null, int $mode = CAL_EASTER_DEFAULT):... function easter_days (line 133) | function easter_days(?int $year = null, int $mode = CAL_EASTER_DEFAULT):... function frenchtojd (line 135) | function frenchtojd(int $month, int $day, int $year): int {} function gregoriantojd (line 137) | function gregoriantojd(int $month, int $day, int $year): int {} function jddayofweek (line 139) | function jddayofweek(int $julian_day, int $mode = CAL_DOW_DAYNO): int|st... function jdmonthname (line 141) | function jdmonthname(int $julian_day, int $mode): string {} function jdtofrench (line 143) | function jdtofrench(int $julian_day): string {} function jdtogregorian (line 145) | function jdtogregorian(int $julian_day): string {} function jdtojewish (line 147) | function jdtojewish(int $julian_day, bool $hebrew = false, int $flags = ... function jdtojulian (line 149) | function jdtojulian(int $julian_day): string {} function jdtounix (line 151) | function jdtounix(int $julian_day): int {} function jewishtojd (line 153) | function jewishtojd(int $month, int $day, int $year): int {} function juliantojd (line 155) | function juliantojd(int $month, int $day, int $year): int {} function unixtojd (line 157) | function unixtojd(?int $timestamp = null): int|false {} FILE: ext/calendar/calendar_arginfo.h function register_calendar_symbols (line 118) | static void register_calendar_symbols(int module_number) FILE: ext/calendar/dow.c function DayOfWeek (line 33) | int DayOfWeek( FILE: ext/calendar/easter.c function _cal_easter (line 29) | static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, bool gm) function PHP_FUNCTION (line 147) | PHP_FUNCTION(easter_date) function PHP_FUNCTION (line 154) | PHP_FUNCTION(easter_days) FILE: ext/calendar/french.c function SdnToFrench (line 95) | void SdnToFrench( function zend_long (line 117) | zend_long FrenchToSdn( FILE: ext/calendar/gregor.c function SdnToGregorian (line 137) | void SdnToGregorian( function zend_long (line 202) | zend_long GregorianToSdn( FILE: ext/calendar/jewish.c function zend_long (line 381) | static zend_long Tishri1( function MoladOfMetonicCycle (line 426) | static void MoladOfMetonicCycle( function FindTishriMolad (line 481) | static void FindTishriMolad( function FindStartOfYear (line 533) | static void FindStartOfYear( function SdnToJewish (line 559) | void SdnToJewish( function zend_long (line 698) | zend_long JewishToSdn( FILE: ext/calendar/julian.c function SdnToJulian (line 155) | void SdnToJulian( function zend_long (line 215) | zend_long JulianToSdn( FILE: ext/ctype/ctype.c function PHP_MINFO_FUNCTION (line 50) | ZEND_GET_MODULE(ctype) function zend_never_inline (line 63) | static zend_never_inline void ctype_fallback(zval *c, zval *return_value... function PHP_FUNCTION (line 108) | PHP_FUNCTION(ctype_alnum) function PHP_FUNCTION (line 115) | PHP_FUNCTION(ctype_alpha) function PHP_FUNCTION (line 122) | PHP_FUNCTION(ctype_cntrl) function PHP_FUNCTION (line 129) | PHP_FUNCTION(ctype_digit) function PHP_FUNCTION (line 136) | PHP_FUNCTION(ctype_lower) function PHP_FUNCTION (line 143) | PHP_FUNCTION(ctype_graph) function PHP_FUNCTION (line 150) | PHP_FUNCTION(ctype_print) function PHP_FUNCTION (line 157) | PHP_FUNCTION(ctype_punct) function PHP_FUNCTION (line 164) | PHP_FUNCTION(ctype_space) function PHP_FUNCTION (line 171) | PHP_FUNCTION(ctype_upper) function PHP_FUNCTION (line 178) | PHP_FUNCTION(ctype_xdigit) FILE: ext/ctype/ctype.stub.php function ctype_alnum (line 5) | function ctype_alnum(mixed $text): bool {} function ctype_alpha (line 7) | function ctype_alpha(mixed $text): bool {} function ctype_cntrl (line 9) | function ctype_cntrl(mixed $text): bool {} function ctype_digit (line 11) | function ctype_digit(mixed $text): bool {} function ctype_lower (line 13) | function ctype_lower(mixed $text): bool {} function ctype_graph (line 15) | function ctype_graph(mixed $text): bool {} function ctype_print (line 17) | function ctype_print(mixed $text): bool {} function ctype_punct (line 19) | function ctype_punct(mixed $text): bool {} function ctype_space (line 21) | function ctype_space(mixed $text): bool {} function ctype_upper (line 23) | function ctype_upper(mixed $text): bool {} function ctype_xdigit (line 25) | function ctype_xdigit(mixed $text): bool {} FILE: ext/curl/curl.stub.php class CurlHandle (line 3651) | final class CurlHandle class CurlMultiHandle (line 3659) | final class CurlMultiHandle class CurlShareHandle (line 3667) | final class CurlShareHandle function curl_close (line 3671) | function curl_close(CurlHandle $handle): void {} function curl_copy_handle (line 3674) | function curl_copy_handle(CurlHandle $handle): CurlHandle|false {} function curl_errno (line 3676) | function curl_errno(CurlHandle $handle): int {} function curl_error (line 3679) | function curl_error(CurlHandle $handle): string {} function curl_escape (line 3682) | function curl_escape(CurlHandle $handle, string $string): string|false {} function curl_unescape (line 3685) | function curl_unescape(CurlHandle $handle, string $string): string|false {} function curl_multi_setopt (line 3687) | function curl_multi_setopt(CurlMultiHandle $multi_handle, int $option, m... function curl_exec (line 3689) | function curl_exec(CurlHandle $handle): string|bool {} function curl_file_create (line 3692) | function curl_file_create(string $filename, ?string $mime_type = null, ?... function curl_getinfo (line 3694) | function curl_getinfo(CurlHandle $handle, ?int $option = null): mixed {} function curl_init (line 3697) | function curl_init(?string $url = null): CurlHandle|false {} function curl_upkeep (line 3700) | function curl_upkeep(CurlHandle $handle): bool {} function curl_multi_add_handle (line 3703) | function curl_multi_add_handle(CurlMultiHandle $multi_handle, CurlHandle... function curl_multi_close (line 3705) | function curl_multi_close(CurlMultiHandle $multi_handle): void {} function curl_multi_errno (line 3707) | function curl_multi_errno(CurlMultiHandle $multi_handle): int {} function curl_multi_exec (line 3710) | function curl_multi_exec(CurlMultiHandle $multi_handle, &$still_running)... function curl_multi_getcontent (line 3712) | function curl_multi_getcontent(CurlHandle $handle): ?string {} function curl_multi_info_read (line 3719) | function curl_multi_info_read(CurlMultiHandle $multi_handle, &$queued_me... function curl_multi_init (line 3722) | function curl_multi_init(): CurlMultiHandle {} function curl_multi_remove_handle (line 3724) | function curl_multi_remove_handle(CurlMultiHandle $multi_handle, CurlHan... function curl_multi_select (line 3726) | function curl_multi_select(CurlMultiHandle $multi_handle, float $timeout... function curl_multi_strerror (line 3729) | function curl_multi_strerror(int $error_code): ?string {} function curl_pause (line 3731) | function curl_pause(CurlHandle $handle, int $flags): int {} function curl_reset (line 3733) | function curl_reset(CurlHandle $handle): void {} function curl_setopt_array (line 3735) | function curl_setopt_array(CurlHandle $handle, array $options): bool {} function curl_setopt (line 3737) | function curl_setopt(CurlHandle $handle, int $option, mixed $value): boo... function curl_share_close (line 3739) | function curl_share_close(CurlShareHandle $share_handle): void {} function curl_share_errno (line 3741) | function curl_share_errno(CurlShareHandle $share_handle): int {} function curl_share_init (line 3744) | function curl_share_init(): CurlShareHandle {} function curl_share_setopt (line 3746) | function curl_share_setopt(CurlShareHandle $share_handle, int $option, m... function curl_share_strerror (line 3749) | function curl_share_strerror(int $error_code): ?string {} function curl_strerror (line 3752) | function curl_strerror(int $error_code): ?string {} function curl_version (line 3758) | function curl_version(): array|false {} FILE: ext/curl/curl_arginfo.h function register_curl_symbols (line 216) | static void register_curl_symbols(int module_number) function zend_class_entry (line 1105) | static zend_class_entry *register_class_CurlHandle(void) function zend_class_entry (line 1115) | static zend_class_entry *register_class_CurlMultiHandle(void) function zend_class_entry (line 1125) | static zend_class_entry *register_class_CurlShareHandle(void) FILE: ext/curl/curl_file.c function curlfile_ctor (line 29) | static void curlfile_ctor(INTERNAL_FUNCTION_PARAMETERS) function PHP_FUNCTION (line 61) | PHP_FUNCTION(curl_file_create) function curlfile_get_property (line 68) | static void curlfile_get_property(const char *name, size_t name_len, INT... function curlfile_set_property (line 77) | static void curlfile_set_property(const char *name, size_t name_len, INT... function curlfile_register_class (line 146) | void curlfile_register_class(void) FILE: ext/curl/curl_file.stub.php class CURLFile (line 6) | class CURLFile method __construct (line 12) | public function __construct(string $filename, ?string $mime_type = nul... method getFilename (line 15) | public function getFilename(): string {} method getMimeType (line 18) | public function getMimeType(): string {} method getPostFilename (line 21) | public function getPostFilename(): string {} method setMimeType (line 24) | public function setMimeType(string $mime_type): void {} method setPostFilename (line 27) | public function setPostFilename(string $posted_filename): void {} class CURLStringFile (line 30) | class CURLStringFile method __construct (line 36) | public function __construct(string $data, string $postname, string $mi... FILE: ext/curl/curl_file_arginfo.h function zend_class_entry (line 54) | static zend_class_entry *register_class_CURLFile(void) function zend_class_entry (line 82) | static zend_class_entry *register_class_CURLStringFile(void) FILE: ext/curl/curl_private.h type php_curl_write (line 47) | typedef struct { type php_curl_read (line 55) | typedef struct { type php_curl_handlers (line 63) | typedef struct { type _php_curl_error (line 80) | struct _php_curl_error { type _php_curl_send_headers (line 85) | struct _php_curl_send_headers { type _php_curl_free (line 89) | struct _php_curl_free { type php_curl (line 95) | typedef struct { type php_curlm_handlers (line 113) | typedef struct { type php_curlm (line 117) | typedef struct { type php_curlsh (line 127) | typedef struct _php_curlsh { function php_curl (line 145) | static inline php_curl *curl_from_obj(zend_object *obj) { function php_curlsh (line 151) | static inline php_curlsh *curl_share_from_obj(zend_object *obj) { FILE: ext/curl/interface.c function ZEND_ATTRIBUTE_UNUSED (line 75) | static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, con... function php_curl_ssl_id (line 84) | static ZEND_ATTRIBUTE_UNUSED unsigned long php_curl_ssl_id(void) function zend_result (line 104) | static zend_result php_curl_option_str(php_curl *ch, zend_long option, c... function zend_result (line 117) | static zend_result php_curl_option_url(php_curl *ch, const zend_string *... function _php_curl_verify_handlers (line 143) | void _php_curl_verify_handlers(php_curl *ch, bool reporterror) /* {{{ */ function PHP_MINFO_FUNCTION (line 247) | PHP_MINFO_FUNCTION(curl) function PHP_MINIT_FUNCTION (line 367) | PHP_MINIT_FUNCTION(curl) function zend_object (line 421) | static zend_object *curl_create_object(zend_class_entry *class_type) { function zend_function (line 430) | static zend_function *curl_get_constructor(zend_object *object) { function zend_object (line 435) | static zend_object *curl_clone_obj(zend_object *object) { function HashTable (line 467) | static HashTable *curl_get_gc(zend_object *object, zval **table, int *n) function zend_result (line 530) | zend_result curl_cast_object(zend_object *obj, zval *result, int type) function PHP_MSHUTDOWN_FUNCTION (line 543) | PHP_MSHUTDOWN_FUNCTION(curl) function curl_write (line 567) | static size_t curl_write(char *data, size_t size, size_t nmemb, void *ctx) function curl_fnmatch (line 617) | static int curl_fnmatch(void *ctx, const char *pattern, const char *string) function curl_progress (line 646) | static int curl_progress(void *clientp, double dltotal, double dlnow, do... function curl_xferinfo (line 684) | static int curl_xferinfo(void *clientp, curl_off_t dltotal, curl_off_t d... function curl_prereqfunction (line 722) | static int curl_prereqfunction(void *clientp, char *conn_primary_ip, cha... function curl_ssh_hostkeyfunction (line 776) | static int curl_ssh_hostkeyfunction(void *clientp, int keytype, const ch... function curl_read (line 821) | static size_t curl_read(char *data, size_t size, size_t nmemb, void *ctx) function curl_write_header (line 873) | static size_t curl_write_header(char *data, size_t size, size_t nmemb, v... function curl_debug (line 923) | static int curl_debug(CURL *handle, curl_infotype type, char *data, size... function curl_free_post (line 967) | static void curl_free_post(void **post) type mime_data_cb_arg (line 973) | struct mime_data_cb_arg { function curl_free_cb_arg (line 979) | static void curl_free_cb_arg(void **cb_arg_p) function curl_free_slist (line 990) | static void curl_free_slist(zval *el) function PHP_FUNCTION (line 997) | PHP_FUNCTION(curl_version) function php_curl (line 1111) | php_curl *init_curl_handle_into_zval(zval *curl) function init_curl_handle (line 1123) | void init_curl_handle(php_curl *ch) function create_certinfo (line 1155) | static void create_certinfo(struct curl_certinfo *ci, zval *listcode) function _php_curl_set_default_options (line 1189) | static void _php_curl_set_default_options(php_curl *ch) function PHP_FUNCTION (line 1220) | PHP_FUNCTION(curl_init) function php_curl_copy_fcc_with_option (line 1256) | static void php_curl_copy_fcc_with_option(php_curl *ch, CURLoption optio... function _php_setup_easy_copy_handlers (line 1264) | void _php_setup_easy_copy_handlers(php_curl *ch, php_curl *source) function zend_long (line 1326) | zend_long php_curl_get_long(zval *zv) function read_cb (line 1337) | static size_t read_cb(char *buffer, size_t size, size_t nitems, void *ar... function seek_cb (line 1357) | static int seek_cb(void *arg, curl_off_t offset, int origin) /* {{{ */ function free_cb (line 1370) | static void free_cb(void *arg) /* {{{ */ function CURLcode (line 1381) | static inline CURLcode add_simple_field(curl_mime *mime, zend_string *st... function zend_result (line 1405) | static inline zend_result build_mime_structure_from_hash(php_curl *ch, z... function PHP_FUNCTION (line 1591) | PHP_FUNCTION(curl_copy_handle) function php_curl_set_callable_handler (line 1627) | static bool php_curl_set_callable_handler(zend_fcall_info_cache *const h... function zend_result (line 1676) | static zend_result _php_curl_setopt(php_curl *ch, zend_long option, zval... function PHP_FUNCTION (line 2362) | PHP_FUNCTION(curl_setopt) function PHP_FUNCTION (line 2385) | PHP_FUNCTION(curl_setopt_array) function _php_curl_cleanup_handle (line 2417) | void _php_curl_cleanup_handle(php_curl *ch) function PHP_FUNCTION (line 2431) | PHP_FUNCTION(curl_exec) function PHP_FUNCTION (line 2485) | PHP_FUNCTION(curl_getinfo) function PHP_FUNCTION (line 2753) | PHP_FUNCTION(curl_error) function PHP_FUNCTION (line 2778) | PHP_FUNCTION(curl_errno) function PHP_FUNCTION (line 2794) | PHP_FUNCTION(curl_close) function curl_free_obj (line 2812) | static void curl_free_obj(zend_object *object) function PHP_FUNCTION (line 2899) | PHP_FUNCTION(curl_strerror) function _php_curl_reset_handlers (line 2919) | static void _php_curl_reset_handlers(php_curl *ch) function PHP_FUNCTION (line 2977) | PHP_FUNCTION(curl_reset) function PHP_FUNCTION (line 3000) | PHP_FUNCTION(curl_escape) function PHP_FUNCTION (line 3028) | PHP_FUNCTION(curl_unescape) function PHP_FUNCTION (line 3057) | PHP_FUNCTION(curl_pause) function PHP_FUNCTION (line 3076) | PHP_FUNCTION(curl_upkeep) FILE: ext/curl/multi.c function php_curlm (line 53) | static inline php_curlm *curl_multi_from_obj(zend_object *obj) { function PHP_FUNCTION (line 60) | PHP_FUNCTION(curl_multi_init) function PHP_FUNCTION (line 80) | PHP_FUNCTION(curl_multi_add_handle) function _php_curl_multi_cleanup_list (line 112) | void _php_curl_multi_cleanup_list(void *data) /* {{{ */ function curl_compare_objects (line 121) | static int curl_compare_objects( zval *z1, zval *z2 ) /* {{{ */ function zval (line 130) | static zval *_php_curl_multi_find_easy_handle(php_curlm *mh, CURL *easy)... function PHP_FUNCTION (line 150) | PHP_FUNCTION(curl_multi_remove_handle) function PHP_FUNCTION (line 178) | PHP_FUNCTION(curl_multi_select) function PHP_FUNCTION (line 210) | PHP_FUNCTION(curl_multi_exec) function PHP_FUNCTION (line 248) | PHP_FUNCTION(curl_multi_getcontent) function PHP_FUNCTION (line 272) | PHP_FUNCTION(curl_multi_info_read) function PHP_FUNCTION (line 318) | PHP_FUNCTION(curl_multi_close) function PHP_FUNCTION (line 343) | PHP_FUNCTION(curl_multi_errno) function PHP_FUNCTION (line 359) | PHP_FUNCTION(curl_multi_strerror) function _php_server_push_callback (line 378) | static int _php_server_push_callback(CURL *parent_ch, CURL *easy, size_t... function _php_curl_multi_setopt (line 426) | static bool _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval... function PHP_FUNCTION (line 490) | PHP_FUNCTION(curl_multi_setopt) function zend_object (line 514) | static zend_object *curl_multi_create_object(zend_class_entry *class_typ... function zend_function (line 523) | static zend_function *curl_multi_get_constructor(zend_object *object) { function curl_multi_free_obj (line 528) | static void curl_multi_free_obj(zend_object *object) function HashTable (line 560) | static HashTable *curl_multi_get_gc(zend_object *object, zval **table, i... function curl_multi_register_handlers (line 583) | void curl_multi_register_handlers(void) { FILE: ext/curl/share.c function PHP_FUNCTION (line 32) | PHP_FUNCTION(curl_share_init) function PHP_FUNCTION (line 46) | PHP_FUNCTION(curl_share_close) function _php_curl_share_setopt (line 56) | static bool _php_curl_share_setopt(php_curlsh *sh, zend_long option, zva... function PHP_FUNCTION (line 79) | PHP_FUNCTION(curl_share_setopt) function PHP_FUNCTION (line 102) | PHP_FUNCTION(curl_share_errno) function PHP_FUNCTION (line 119) | PHP_FUNCTION(curl_share_strerror) function zend_object (line 139) | static zend_object *curl_share_create_object(zend_class_entry *class_typ... function zend_function (line 148) | static zend_function *curl_share_get_constructor(zend_object *object) { function curl_share_free_obj (line 153) | void curl_share_free_obj(zend_object *object) function curl_share_register_handlers (line 163) | void curl_share_register_handlers(void) { FILE: ext/curl/sync-constants.php class AsciiTable (line 36) | class AsciiTable method add (line 58) | public function add(string ...$values) : void method __toString (line 76) | public function __toString() : string function getCurlConstants (line 208) | function getCurlConstants() : array function getSourceConstants (line 258) | function getSourceConstants() : array function getHexVersion (line 293) | function getHexVersion(string $version) : string FILE: ext/date/lib/astro.c function astro_revolution (line 74) | static double astro_revolution(double x) function astro_rev180 (line 82) | static double astro_rev180( double x ) function astro_GMST0 (line 113) | static double astro_GMST0(double d) function astro_sunpos (line 133) | static void astro_sunpos(double d, double *lon, double *r) function astro_sun_RA_dec (line 160) | static void astro_sun_RA_dec(double d, double *RA, double *dec, double *r) function timelib_astro_rise_set_altitude (line 212) | int timelib_astro_rise_set_altitude(timelib_time *t_loc, double lon, dou... function timelib_ts_to_julianday (line 299) | double timelib_ts_to_julianday(timelib_sll ts) function timelib_ts_to_j2000 (line 310) | double timelib_ts_to_j2000(timelib_sll ts) FILE: ext/date/lib/dow.c function timelib_sll (line 31) | static timelib_sll positive_mod(timelib_sll x, timelib_sll y) function timelib_sll (line 43) | static timelib_sll century_value(timelib_sll j) function timelib_sll (line 48) | static timelib_sll timelib_day_of_week_ex(timelib_sll y, timelib_sll m, ... function timelib_sll (line 67) | timelib_sll timelib_day_of_week(timelib_sll y, timelib_sll m, timelib_sl... function timelib_sll (line 72) | timelib_sll timelib_iso_day_of_week(timelib_sll y, timelib_sll m, timeli... function timelib_sll (line 83) | timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sl... function timelib_sll (line 88) | timelib_sll timelib_days_in_month(timelib_sll y, timelib_sll m) function timelib_isoweek_from_date (line 93) | void timelib_isoweek_from_date(timelib_sll y, timelib_sll m, timelib_sll... function timelib_isodate_from_date (line 141) | void timelib_isodate_from_date(timelib_sll y, timelib_sll m, timelib_sll... function timelib_sll (line 147) | timelib_sll timelib_daynr_from_weeknr(timelib_sll iy, timelib_sll iw, ti... function timelib_date_from_isodate (line 160) | void timelib_date_from_isodate(timelib_sll iy, timelib_sll iw, timelib_s... function timelib_valid_time (line 195) | int timelib_valid_time(timelib_sll h, timelib_sll i, timelib_sll s) function timelib_valid_date (line 203) | int timelib_valid_date(timelib_sll y, timelib_sll m, timelib_sll d) function main (line 211) | int main(void) FILE: ext/date/lib/interval.c function swap_times (line 29) | static void swap_times(timelib_time **one, timelib_time **two, timelib_r... function sort_old_to_new (line 39) | static void sort_old_to_new(timelib_time **one, timelib_time **two, time... function timelib_rel_time (line 71) | static timelib_rel_time *timelib_diff_with_tzid(timelib_time *one, timel... function timelib_rel_time (line 146) | timelib_rel_time *timelib_diff(timelib_time *one, timelib_time *two) function timelib_diff_days (line 181) | int timelib_diff_days(timelib_time *one, timelib_time *two) function timelib_time (line 211) | timelib_time *timelib_add(timelib_time *old_time, timelib_rel_time *inte... function timelib_time (line 242) | timelib_time *timelib_sub(timelib_time *old_time, timelib_rel_time *inte... function do_range_limit (line 271) | static void do_range_limit(timelib_sll start, timelib_sll end, timelib_s... function timelib_time (line 284) | timelib_time *timelib_add_wall(timelib_time *old_time, timelib_rel_time ... function timelib_time (line 338) | timelib_time *timelib_sub_wall(timelib_time *old_time, timelib_rel_time ... FILE: ext/date/lib/parse_date.c type uchar (line 84) | typedef unsigned char uchar; type timelib_elems (line 131) | typedef struct _timelib_elems { type Scanner (line 136) | typedef struct _Scanner { type timelib_lookup_table (line 146) | typedef struct _timelib_lookup_table { type timelib_relunit (line 152) | typedef struct _timelib_relunit { function uchar (line 321) | uchar *fill(Scanner *s, uchar *cursor){ function timelib_error_message (line 353) | static timelib_error_message *alloc_error_message(timelib_error_message ... function add_warning (line 366) | static void add_warning(Scanner *s, int error_code, const char *error) function add_error (line 376) | static void add_error(Scanner *s, int error_code, const char *error) function add_pbf_warning (line 386) | static void add_pbf_warning(Scanner *s, int error_code, const char *erro... function add_pbf_error (line 396) | static void add_pbf_error(Scanner *s, int error_code, const char *error,... function timelib_sll (line 406) | static timelib_sll timelib_meridian(const char **ptr, timelib_sll h) function timelib_sll (line 433) | static timelib_sll timelib_meridian_with_check(const char **ptr, timelib... function timelib_sll (line 477) | static timelib_sll timelib_get_nr_ex(const char **ptr, int max_length, i... function timelib_sll (line 507) | static timelib_sll timelib_get_nr(const char **ptr, int max_length) function timelib_skip_day_suffix (line 512) | static void timelib_skip_day_suffix(const char **ptr) function timelib_sll (line 522) | static timelib_sll timelib_get_frac_nr(const char **ptr) function timelib_ull (line 546) | static timelib_ull timelib_get_signed_nr(Scanner *s, const char **ptr, i... function timelib_sll (line 603) | static timelib_sll timelib_lookup_relative_text(const char **ptr, int *b... function timelib_sll (line 628) | static timelib_sll timelib_get_relative_text(const char **ptr, int *beha... function timelib_long (line 636) | static timelib_long timelib_lookup_month(const char **ptr) function timelib_long (line 660) | static timelib_long timelib_get_month(const char **ptr) function timelib_eat_spaces (line 668) | static void timelib_eat_spaces(const char **ptr) function timelib_eat_until_separator (line 687) | static void timelib_eat_until_separator(const char **ptr) function timelib_relunit (line 695) | static const timelib_relunit* timelib_lookup_relunit(const char **ptr) function add_with_overflow (line 720) | static void add_with_overflow(Scanner *s, timelib_sll *e, timelib_sll am... function timelib_set_relative (line 737) | static void timelib_set_relative(const char **ptr, timelib_sll amount, i... function timelib_tz_lookup_table (line 774) | static const timelib_tz_lookup_table* abbr_search(const char *word, time... function timelib_long (line 812) | static timelib_long timelib_lookup_abbr(const char **ptr, int *dst, char... function timelib_long (line 848) | static timelib_long timelib_parse_tz_cor(const char **ptr, int *tz_not_f... function timelib_long (line 909) | static timelib_long timelib_parse_tz_minutes(const char **ptr, timelib_t... function timelib_long (line 940) | timelib_long timelib_parse_zone(const char **ptr, int *dst, timelib_time... function scan (line 1015) | static int scan(Scanner *s, timelib_tz_get_wrapper tz_get_wrapper) function timelib_time (line 24852) | timelib_time *timelib_strtotime(const char *s, size_t len, timelib_error... function timelib_time_reset_fields (line 24943) | static void timelib_time_reset_fields(timelib_time *time) function timelib_time_reset_unset_fields (line 24955) | static void timelib_time_reset_unset_fields(timelib_time *time) function timelib_format_specifier_code (line 25024) | static timelib_format_specifier_code timelib_lookup_format(char input, c... function timelib_time (line 25035) | timelib_time *timelib_parse_from_format(const char *format, const char *... function timelib_time (line 25040) | timelib_time *timelib_parse_from_format_with_map(const char *format, con... function timelib_fill_holes (line 25532) | void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int opt... function timelib_tz_lookup_table (line 25589) | const timelib_tz_lookup_table *timelib_timezone_abbreviations_list(void) function main (line 25595) | int main(void) FILE: ext/date/lib/parse_iso_intervals.c type uchar (line 48) | typedef unsigned char uchar; type Scanner (line 73) | typedef struct _Scanner { function add_error (line 91) | static void add_error(Scanner *s, const char *error) function timelib_sll (line 108) | static timelib_sll timelib_get_nr(const char **ptr, int max_length) function timelib_ull (line 134) | static timelib_ull timelib_get_unsigned_nr(const char **ptr, int max_len... function scan (line 170) | static int scan(Scanner *s) function timelib_strtointerval (line 971) | void timelib_strtointerval(const char *s, size_t len, FILE: ext/date/lib/parse_posix.c function read_sign (line 120) | static int read_sign(char **ptr) function timelib_sll (line 135) | static timelib_sll read_number(char **ptr) function timelib_sll (line 159) | static timelib_sll read_offset(char **ptr) function timelib_posix_trans_info (line 204) | static timelib_posix_trans_info* read_trans_spec_mwd(char **ptr) function timelib_posix_trans_info (line 248) | static timelib_posix_trans_info* read_transition_spec(char **ptr) function timelib_posix_trans_info (line 289) | static timelib_posix_trans_info* timelib_posix_trans_info_ctor(void) function timelib_posix_trans_info_dtor (line 300) | static void timelib_posix_trans_info_dtor(timelib_posix_trans_info* ts) function timelib_posix_str_dtor (line 305) | void timelib_posix_str_dtor(timelib_posix_str *ps) function timelib_posix_str (line 323) | timelib_posix_str* timelib_parse_posix_str(const char *posix) function timelib_sll (line 415) | static timelib_sll calc_transition(timelib_posix_trans_info *psi, timeli... function timelib_sll (line 479) | static timelib_sll count_leap_years(timelib_sll y) function timelib_sll (line 488) | timelib_sll timelib_ts_at_start_of_year(timelib_sll year) function timelib_get_transitions_for_year (line 500) | void timelib_get_transitions_for_year(timelib_tzinfo *tz, timelib_sll ye... function ttinfo (line 531) | ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_... FILE: ext/date/lib/parse_tz.c function timelib_conv_int_unsigned (line 58) | static inline uint32_t timelib_conv_int_unsigned(uint32_t value) function timelib_conv_int64_unsigned (line 63) | static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) function timelib_conv_int_unsigned (line 68) | static inline uint32_t timelib_conv_int_unsigned(uint32_t value) function timelib_conv_int64_unsigned (line 77) | static inline uint64_t timelib_conv_int64_unsigned(uint64_t value) function read_php_preamble (line 94) | static int read_php_preamble(const unsigned char **tzf, timelib_tzinfo *tz) function read_tzif_preamble (line 117) | static int read_tzif_preamble(const unsigned char **tzf, timelib_tzinfo ... function read_preamble (line 152) | static int read_preamble(const unsigned char **tzf, timelib_tzinfo *tz, ... function read_32bit_header (line 166) | static void read_32bit_header(const unsigned char **tzf, timelib_tzinfo ... function detect_slim_file (line 181) | static int detect_slim_file(timelib_tzinfo *tz) function read_64bit_transitions (line 197) | static int read_64bit_transitions(const unsigned char **tzf, timelib_tzi... function skip_32bit_transitions (line 233) | static void skip_32bit_transitions(const unsigned char **tzf, timelib_tz... function read_64bit_types (line 241) | static int read_64bit_types(const unsigned char **tzf, timelib_tzinfo *tz) function skip_32bit_types (line 334) | static void skip_32bit_types(const unsigned char **tzf, timelib_tzinfo *tz) function read_posix_string (line 358) | static void read_posix_string(const unsigned char **tzf, timelib_tzinfo ... function find_ttinfo_index (line 377) | static signed int find_ttinfo_index(timelib_tzinfo *tz, int32_t offset, ... function add_abbr (line 394) | static unsigned int add_abbr(timelib_tzinfo *tz, char *abbr) function add_new_ttinfo_index (line 406) | static signed int add_new_ttinfo_index(timelib_tzinfo *tz, int32_t offse... function integrate_posix_string (line 419) | static int integrate_posix_string(timelib_tzinfo *tz) function read_location (line 446) | static void read_location(const unsigned char **tzf, timelib_tzinfo *tz) function set_default_location_and_comments (line 465) | static void set_default_location_and_comments(const unsigned char **tzf,... function timelib_dump_tzinfo (line 510) | void timelib_dump_tzinfo(timelib_tzinfo *tz) function seek_to_tz_position (line 580) | static int seek_to_tz_position(const unsigned char **tzf, const char *ti... function timelib_tzdb (line 606) | const timelib_tzdb *timelib_builtin_db(void) function timelib_tzdb_index_entry (line 611) | const timelib_tzdb_index_entry *timelib_timezone_identifiers_list(const ... function timelib_timezone_id_is_valid (line 617) | int timelib_timezone_id_is_valid(const char *timezone, const timelib_tzd... function skip_64bit_preamble (line 623) | static int skip_64bit_preamble(const unsigned char **tzf, timelib_tzinfo... function read_64bit_header (line 639) | static void read_64bit_header(const unsigned char **tzf, timelib_tzinfo ... function timelib_tzinfo (line 653) | static timelib_tzinfo* timelib_tzinfo_ctor(const char *name) function timelib_tzinfo (line 662) | timelib_tzinfo *timelib_parse_tzfile(const char *timezone, const timelib... function timelib_tzinfo_dtor (line 728) | void timelib_tzinfo_dtor(timelib_tzinfo *tz) function timelib_tzinfo (line 745) | timelib_tzinfo *timelib_tzinfo_clone(timelib_tzinfo *tz) function ttinfo (line 790) | ttinfo* timelib_fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts... function tlinfo (line 854) | static tlinfo* fetch_leaptime_offset(timelib_tzinfo *tz, timelib_sll ts) function timelib_timestamp_is_in_dst (line 870) | int timelib_timestamp_is_in_dst(timelib_sll ts, timelib_tzinfo *tz) function timelib_time_offset (line 881) | timelib_time_offset *timelib_get_time_zone_info(timelib_sll ts, timelib_... function timelib_get_time_zone_offset_info (line 913) | int timelib_get_time_zone_offset_info(timelib_sll ts, timelib_tzinfo *tz... function timelib_sll (line 937) | timelib_sll timelib_get_current_offset(timelib_time *t) function timelib_same_timezone (line 955) | int timelib_same_timezone(timelib_time *one, timelib_time *two) FILE: ext/date/lib/timelib.c function timelib_time (line 61) | timelib_time* timelib_time_ctor(void) function timelib_time_dtor (line 69) | void timelib_time_dtor(timelib_time* t) function timelib_time_compare (line 75) | int timelib_time_compare(timelib_time *t1, timelib_time *t2) function timelib_time (line 88) | timelib_time* timelib_time_clone(timelib_time *orig) function timelib_rel_time (line 101) | timelib_rel_time* timelib_rel_time_ctor(void) function timelib_rel_time_dtor (line 109) | void timelib_rel_time_dtor(timelib_rel_time* t) function timelib_rel_time (line 114) | timelib_rel_time* timelib_rel_time_clone(timelib_rel_time *rel) function timelib_time_tz_abbr_update (line 121) | void timelib_time_tz_abbr_update(timelib_time* tm, const char* tz_abbr) function timelib_time_offset (line 133) | timelib_time_offset* timelib_time_offset_ctor(void) function timelib_time_offset_dtor (line 141) | void timelib_time_offset_dtor(timelib_time_offset* t) function timelib_error_container_dtor (line 155) | void timelib_error_container_dtor(timelib_error_container *errors) function timelib_long (line 170) | timelib_long timelib_date_to_int(timelib_time *d, int *error) function timelib_decimal_hour_to_hms (line 188) | void timelib_decimal_hour_to_hms(double h, int *hour, int *min, int *sec) function timelib_hms_to_decimal_hour (line 209) | void timelib_hms_to_decimal_hour(int hour, int min, int sec, double *h) function timelib_hmsf_to_decimal_hour (line 218) | void timelib_hmsf_to_decimal_hour(int hour, int min, int sec, int us, do... function timelib_sll (line 227) | timelib_sll timelib_hms_to_seconds(timelib_sll h, timelib_sll m, timelib... function timelib_strcasecmp (line 257) | int timelib_strcasecmp(const char *s1, const char *s2) function timelib_strncasecmp (line 280) | int timelib_strncasecmp(const char *s1, const char *s2, size_t length) function timelib_dump_date (line 305) | void timelib_dump_date(timelib_time *d, int options) function timelib_dump_rel_time (line 376) | void timelib_dump_rel_time(timelib_rel_time *d) FILE: ext/date/lib/timelib.h type __int32 (line 69) | typedef __int32 int32_t; type __int64 (line 75) | typedef __int64 int64_t; type timelib_long (line 113) | typedef int64_t timelib_long; type timelib_ulong (line 114) | typedef uint64_t timelib_ulong; type timelib_long (line 121) | typedef int32_t timelib_long; type timelib_ulong (line 122) | typedef uint32_t timelib_ulong; type timelib_ull (line 131) | typedef uint64_t timelib_ull; type timelib_sll (line 132) | typedef int64_t timelib_sll; type timelib_ull (line 135) | typedef unsigned long long timelib_ull; type timelib_sll (line 136) | typedef signed long long timelib_sll; type ttinfo (line 140) | typedef struct _ttinfo ttinfo; type tlinfo (line 141) | typedef struct _tlinfo tlinfo; type tlocinfo (line 143) | typedef struct _tlocinfo type timelib_posix_trans_info (line 155) | typedef struct _timelib_posix_trans_info type timelib_posix_str (line 169) | typedef struct _timelib_posix_str type timelib_posix_transitions (line 183) | typedef struct _timelib_posix_transitions { type timelib_tzinfo (line 189) | typedef struct _timelib_tzinfo type timelib_rel_time (line 223) | typedef struct _timelib_rel_time { type timelib_time_offset (line 243) | typedef struct _timelib_time_offset { type timelib_time (line 251) | typedef struct _timelib_time { type timelib_abbr_info (line 273) | typedef struct _timelib_abbr_info { type timelib_error_message (line 331) | typedef struct _timelib_error_message { type timelib_error_container (line 338) | typedef struct _timelib_error_container { type timelib_tz_lookup_table (line 345) | typedef struct _timelib_tz_lookup_table { type timelib_tzdb_index_entry (line 352) | typedef struct _timelib_tzdb_index_entry { type timelib_tzdb (line 357) | typedef struct _timelib_tzdb { type timelib_format_specifier_code (line 402) | typedef enum _timelib_format_specifier_code { type timelib_format_specifier (line 446) | typedef struct _timelib_format_specifier { type timelib_format_config (line 451) | typedef struct _timelib_format_config { type timelib_tzinfo (line 458) | typedef timelib_tzinfo* (*timelib_tz_get_wrapper)(const char *tzname, co... FILE: ext/date/lib/timelib_private.h type _ttinfo (line 138) | struct _ttinfo type _tlinfo (line 148) | struct _tlinfo FILE: ext/date/lib/tm2unixtime.c function do_range_limit (line 32) | static void do_range_limit(timelib_sll start, timelib_sll end, timelib_s... function inc_month (line 52) | static void inc_month(timelib_sll *y, timelib_sll *m) function dec_month (line 61) | static void dec_month(timelib_sll *y, timelib_sll *m) function do_range_limit_days_relative (line 70) | static void do_range_limit_days_relative(timelib_sll *base_y, timelib_sl... function do_range_limit_days (line 112) | static int do_range_limit_days(timelib_sll *y, timelib_sll *m, timelib_s... function do_adjust_for_weekday (line 154) | static void do_adjust_for_weekday(timelib_time* time) function timelib_do_rel_normalize (line 188) | void timelib_do_rel_normalize(timelib_time *base, timelib_rel_time *rt) function magic_date_calc (line 200) | static void magic_date_calc(timelib_time *time) function timelib_do_normalize (line 226) | void timelib_do_normalize(timelib_time* time) function do_adjust_relative (line 243) | static void do_adjust_relative(timelib_time* time) function do_adjust_special_weekday (line 275) | static void do_adjust_special_weekday(timelib_time* time) function do_adjust_special (line 325) | static void do_adjust_special(timelib_time* time) function do_adjust_special_early (line 338) | static void do_adjust_special_early(timelib_time* time) function do_adjust_timezone (line 366) | static void do_adjust_timezone(timelib_time *tz, timelib_tzinfo *tzi) function timelib_sll (line 453) | timelib_sll timelib_epoch_days_from_time(timelib_time *time) function timelib_update_ts (line 467) | void timelib_update_ts(timelib_time* time, timelib_tzinfo* tzi) function main (line 491) | int main(void) FILE: ext/date/lib/unixtime2tm.c function timelib_unixtime2date (line 29) | void timelib_unixtime2date(timelib_sll ts, timelib_sll *y, timelib_sll *... function timelib_unixtime2gmt (line 57) | void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts) function timelib_update_from_sse (line 83) | void timelib_update_from_sse(timelib_time *tm) function timelib_unixtime2local (line 120) | void timelib_unixtime2local(timelib_time *tm, timelib_sll ts) function timelib_set_timezone_from_offset (line 163) | void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_o... function timelib_set_timezone_from_abbr (line 177) | void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info a... function timelib_set_timezone (line 191) | void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz) function timelib_apply_localtime (line 218) | int timelib_apply_localtime(timelib_time *t, unsigned int localtime) FILE: ext/date/php_date.c function __int64 (line 35) | static __inline __int64 php_date_llabs( __int64 i ) { return i >= 0? i: ... function __int64_t (line 37) | static __inline __int64_t php_date_llabs( __int64_t i ) { return i >= 0 ... function php_date_llabs (line 39) | static inline long long php_date_llabs( long long i ) { return i >= 0 ? ... function PHPAPI (line 56) | PHPAPI time_t php_time(void) function PHPAPI (line 274) | PHPAPI zend_class_entry *php_date_get_date_ce(void) function PHPAPI (line 279) | PHPAPI zend_class_entry *php_date_get_immutable_ce(void) function PHPAPI (line 284) | PHPAPI zend_class_entry *php_date_get_interface_ce(void) function PHPAPI (line 289) | PHPAPI zend_class_entry *php_date_get_timezone_ce(void) function PHPAPI (line 294) | PHPAPI zend_class_entry *php_date_get_interval_ce(void) function PHPAPI (line 299) | PHPAPI zend_class_entry *php_date_get_period_ce(void) function date_throw_uninitialized_error (line 310) | static void date_throw_uninitialized_error(zend_class_entry *ce) function PHP_GINIT_FUNCTION (line 392) | static PHP_GINIT_FUNCTION(date) function _php_date_tzinfo_dtor (line 401) | static void _php_date_tzinfo_dtor(zval *zv) /* {{{ */ function PHP_RINIT_FUNCTION (line 409) | PHP_RINIT_FUNCTION(date) function PHP_RSHUTDOWN_FUNCTION (line 423) | PHP_RSHUTDOWN_FUNCTION(date) function ZEND_MODULE_POST_ZEND_DEACTIVATE_D (line 434) | ZEND_MODULE_POST_ZEND_DEACTIVATE_D(date) function PHP_MINIT_FUNCTION (line 453) | PHP_MINIT_FUNCTION(date) function PHP_MSHUTDOWN_FUNCTION (line 467) | PHP_MSHUTDOWN_FUNCTION(date) function PHP_MINFO_FUNCTION (line 484) | PHP_MINFO_FUNCTION(date) function timelib_tzinfo (line 501) | static timelib_tzinfo *php_date_parse_tzfile(const char *formal_tzname, ... function timelib_tzinfo (line 522) | static timelib_tzinfo *php_date_parse_tzfile_wrapper(const char *formal_... function PHP_INI_MH (line 530) | static PHP_INI_MH(OnUpdate_date_timezone) function PHPAPI (line 573) | PHPAPI timelib_tzinfo *get_timezone_info(void) function update_property (line 585) | static void update_property(zend_object *object, zend_string *key, zval ... function zend_string (line 674) | static zend_string *date_format(const char *format, size_t format_len, t... function PHPAPI (line 846) | PHPAPI zend_string *php_format_date_obj(const char *format, size_t forma... function php_date (line 855) | static void php_date(INTERNAL_FUNCTION_PARAMETERS, bool localtime) function PHPAPI (line 875) | PHPAPI zend_string *php_format_date(const char *format, size_t format_le... function PHPAPI (line 901) | PHPAPI int php_idate(char format, time_t ts, bool localtime) function PHP_FUNCTION (line 999) | PHP_FUNCTION(date) function PHP_FUNCTION (line 1006) | PHP_FUNCTION(gmdate) function PHP_FUNCTION (line 1013) | PHP_FUNCTION(idate) function PHPAPI (line 1045) | PHPAPI void php_date_set_tzdb(timelib_tzdb *tzdb) function PHPAPI (line 1057) | PHPAPI zend_long php_parse_date(const char *string, zend_long *now) function PHP_FUNCTION (line 1082) | PHP_FUNCTION(strtotime) function PHPAPI (line 1141) | PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) function PHP_FUNCTION (line 1225) | PHP_FUNCTION(mktime) function PHP_FUNCTION (line 1232) | PHP_FUNCTION(gmmktime) function PHP_FUNCTION (line 1239) | PHP_FUNCTION(checkdate) function PHPAPI (line 1257) | PHPAPI void php_strftime(INTERNAL_FUNCTION_PARAMETERS, bool gmt) function PHP_FUNCTION (line 1359) | PHP_FUNCTION(strftime) function PHP_FUNCTION (line 1366) | PHP_FUNCTION(gmstrftime) function PHP_FUNCTION (line 1373) | PHP_FUNCTION(time) function PHP_FUNCTION (line 1382) | PHP_FUNCTION(localtime) function PHP_FUNCTION (line 1438) | PHP_FUNCTION(getdate) function create_date_period_datetime (line 1481) | static void create_date_period_datetime(timelib_time *datetime, zend_cla... function create_date_period_interval (line 1494) | static void create_date_period_interval(timelib_rel_time *interval, zval... function write_date_period_property (line 1508) | static void write_date_period_property(zend_object *obj, const char *nam... function initialize_date_period_properties (line 1518) | static void initialize_date_period_properties(php_period_obj *period_obj) type date_period_it (line 1548) | typedef struct { function date_period_it_invalidate_current (line 1556) | static void date_period_it_invalidate_current(zend_object_iterator *iter) function date_period_it_dtor (line 1568) | static void date_period_it_dtor(zend_object_iterator *iter) function zend_result (line 1579) | static zend_result date_period_it_has_more(zend_object_iterator *iter) function zend_class_entry (line 1600) | static zend_class_entry *get_base_date_class(zend_class_entry *start_ce) function zval (line 1612) | static zval *date_period_it_current_data(zend_object_iterator *iter) function date_period_it_current_key (line 1637) | static void date_period_it_current_key(zend_object_iterator *iter, zval ... function date_period_advance (line 1644) | static void date_period_advance(timelib_time *it_time, timelib_rel_time ... function date_period_it_move_forward (line 1654) | static void date_period_it_move_forward(zend_object_iterator *iter) function date_period_it_rewind (line 1678) | static void date_period_it_rewind(zend_object_iterator *iter) function zend_object_iterator (line 1713) | static zend_object_iterator *date_object_period_get_iterator(zend_class_... function implement_date_interface_handler (line 1734) | static int implement_date_interface_handler(zend_class_entry *interface,... function date_interval_has_property (line 1746) | static int date_interval_has_property(zend_object *object, zend_string *... function date_register_classes (line 1779) | static void date_register_classes(void) /* {{{ */ function zend_object (line 1856) | static zend_object *date_object_new_date(zend_class_entry *class_type) /... function zend_object (line 1866) | static zend_object *date_object_clone_date(zend_object *this_ptr) /* {{{ */ function date_clone_immutable (line 1889) | static void date_clone_immutable(zval *object, zval *new_object) /* {{{ */ function date_object_compare_date (line 1894) | static int date_object_compare_date(zval *d1, zval *d2) /* {{{ */ function HashTable (line 1918) | static HashTable *date_object_get_gc(zend_object *object, zval **table, ... function HashTable (line 1925) | static HashTable *date_object_get_gc_timezone(zend_object *object, zval ... function date_object_to_hash (line 1932) | static void date_object_to_hash(php_date_obj *dateobj, HashTable *props) function HashTable (line 1969) | static HashTable *date_object_get_properties_for(zend_object *object, ze... function zend_object (line 1996) | static zend_object *date_object_new_timezone(zend_class_entry *class_typ... function zend_object (line 2006) | static zend_object *date_object_clone_timezone(zend_object *this_ptr) /*... function date_object_compare_timezone (line 2035) | static int date_object_compare_timezone(zval *tz1, zval *tz2) /* {{{ */ function php_timezone_to_string (line 2065) | static void php_timezone_to_string(php_timezone_obj *tzobj, zval *zv) function date_timezone_object_to_hash (line 2101) | static void date_timezone_object_to_hash(php_timezone_obj *tzobj, HashTa... function HashTable (line 2112) | static HashTable *date_object_get_properties_for_timezone(zend_object *o... function HashTable (line 2139) | static HashTable *date_object_get_debug_info_timezone(zend_object *objec... function zend_object (line 2160) | static zend_object *date_object_new_interval(zend_class_entry *class_typ... function zend_object (line 2170) | static zend_object *date_object_clone_interval(zend_object *this_ptr) /*... function HashTable (line 2189) | static HashTable *date_object_get_gc_interval(zend_object *object, zval ... function date_interval_object_to_hash (line 2197) | static void date_interval_object_to_hash(php_interval_obj *intervalobj, ... function HashTable (line 2235) | static HashTable *date_object_get_properties_interval(zend_object *objec... function zend_object (line 2251) | static zend_object *date_object_new_period(zend_class_entry *class_type)... function zend_object (line 2261) | static zend_object *date_object_clone_period(zend_object *this_ptr) /* {... function date_object_free_storage_date (line 2288) | static void date_object_free_storage_date(zend_object *object) /* {{{ */ function date_object_free_storage_timezone (line 2299) | static void date_object_free_storage_timezone(zend_object *object) /* {{... function date_object_free_storage_interval (line 2309) | static void date_object_free_storage_interval(zend_object *object) /* {{... function date_object_free_storage_period (line 2321) | static void date_object_free_storage_period(zend_object *object) /* {{{ */ function add_common_properties (line 2341) | static void add_common_properties(HashTable *myht, zend_object *zobj) function PHPAPI (line 2357) | PHPAPI zval *php_date_instantiate(zend_class_entry *pce, zval *object) /... function update_errors_warnings (line 2365) | static void update_errors_warnings(timelib_error_container **last_errors... function php_date_set_time_fraction (line 2385) | static void php_date_set_time_fraction(timelib_time *time, int microsecond) function php_date_get_current_time_with_fraction (line 2390) | static void php_date_get_current_time_with_fraction(time_t *sec, susecon... function PHPAPI (line 2404) | PHPAPI bool php_date_initialize(php_date_obj *dateobj, const char *time_... function PHPAPI (line 2520) | PHPAPI void php_date_initialize_from_ts_long(php_date_obj *dateobj, zend... function PHPAPI (line 2530) | PHPAPI bool php_date_initialize_from_ts_double(php_date_obj *dateobj, do... function PHP_FUNCTION (line 2579) | PHP_FUNCTION(date_create) function PHP_FUNCTION (line 2600) | PHP_FUNCTION(date_create_immutable) function PHP_FUNCTION (line 2621) | PHP_FUNCTION(date_create_from_format) function PHP_FUNCTION (line 2643) | PHP_FUNCTION(date_create_immutable_from_format) function php_date_initialize_from_hash (line 2848) | static bool php_date_initialize_from_hash(php_date_obj **dateobj, HashTa... function date_time_is_internal_property (line 2989) | static bool date_time_is_internal_property(zend_string *name) function restore_custom_datetime_properties (line 3001) | static void restore_custom_datetime_properties(zval *object, HashTable *... function zval_from_error_container (line 3103) | static void zval_from_error_container(zval *z, timelib_error_container *... function PHP_FUNCTION (line 3124) | PHP_FUNCTION(date_get_last_errors) function php_date_do_return_parsed_time (line 3137) | static void php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAMETERS,... function PHP_FUNCTION (line 3212) | PHP_FUNCTION(date_parse) function PHP_FUNCTION (line 3228) | PHP_FUNCTION(date_parse_from_format) function PHP_FUNCTION (line 3245) | PHP_FUNCTION(date_format) function php_date_modify (line 3261) | static bool php_date_modify(zval *object, char *modify, size_t modify_le... function PHP_FUNCTION (line 3343) | PHP_FUNCTION(date_modify) function php_date_add (line 3414) | static void php_date_add(zval *object, zval *interval, zval *return_valu... function PHP_FUNCTION (line 3435) | PHP_FUNCTION(date_add) function php_date_sub (line 3466) | static void php_date_sub(zval *object, zval *interval, zval *return_valu... function PHP_FUNCTION (line 3492) | PHP_FUNCTION(date_sub) function set_timezone_from_timelib_time (line 3544) | static void set_timezone_from_timelib_time(php_timezone_obj *tzobj, time... function PHP_FUNCTION (line 3572) | PHP_FUNCTION(date_timezone_get) function php_date_timezone_set (line 3593) | static void php_date_timezone_set(zval *object, zval *timezone_object, z... function PHP_FUNCTION (line 3617) | PHP_FUNCTION(date_timezone_set) function PHP_FUNCTION (line 3651) | PHP_FUNCTION(date_offset_get) function php_date_time_set (line 3683) | static void php_date_time_set(zval *object, zend_long h, zend_long i, ze... function PHP_FUNCTION (line 3698) | PHP_FUNCTION(date_time_set) function Z_PARAM_LONG (line 3721) | Z_PARAM_LONG(h) function PHP_FUNCTION (line 3748) | PHP_FUNCTION(date_date_set) function Z_PARAM_LONG (line 3771) | Z_PARAM_LONG(y) function PHP_FUNCTION (line 3800) | PHP_FUNCTION(date_isodate_set) function Z_PARAM_LONG (line 3823) | Z_PARAM_LONG(y) function PHP_FUNCTION (line 3848) | PHP_FUNCTION(date_timestamp_set) function PHP_FUNCTION (line 3946) | PHP_FUNCTION(date_timestamp_get) function PHP_FUNCTION (line 3990) | PHP_FUNCTION(date_diff) function timezone_initialize (line 4016) | static bool timezone_initialize(php_timezone_obj *tzobj, const char *tz,... function PHP_FUNCTION (line 4063) | PHP_FUNCTION(timezone_open) function php_date_timezone_initialize_from_hash (line 4103) | static bool php_date_timezone_initialize_from_hash(zval **return_value, ... function date_timezone_is_internal_property (line 4191) | static bool date_timezone_is_internal_property(zend_string *name) function restore_custom_datetimezone_properties (line 4202) | static void restore_custom_datetimezone_properties(zval *object, HashTab... function PHP_FUNCTION (line 4240) | PHP_FUNCTION(timezone_name_get) function PHP_FUNCTION (line 4255) | PHP_FUNCTION(timezone_name_from_abbr) function PHP_FUNCTION (line 4280) | PHP_FUNCTION(timezone_offset_get) function PHP_FUNCTION (line 4312) | PHP_FUNCTION(timezone_transitions_get) function PHP_FUNCTION (line 4446) | PHP_FUNCTION(timezone_location_get) function date_interval_initialize (line 4468) | static bool date_interval_initialize(timelib_rel_time **rt, /*const*/ ch... function date_interval_compare_objects (line 4506) | static int date_interval_compare_objects(zval *o1, zval *o2) function zval (line 4517) | static zval *date_interval_read_property(zend_object *object, zend_strin... function zval (line 4570) | static zval *date_interval_write_property(zend_object *object, zend_stri... function zval (line 4607) | static zval *date_interval_get_property_ptr_ptr(zend_object *object, zen... function php_date_interval_initialize_from_hash (line 4655) | static void php_date_interval_initialize_from_hash(zval **return_value, ... function date_interval_is_internal_property (line 4820) | static bool date_interval_is_internal_property(zend_string *name) function restore_custom_dateinterval_properties (line 4840) | static void restore_custom_dateinterval_properties(zval *object, HashTab... function date_interval_instantiate_from_time (line 4891) | static void date_interval_instantiate_from_time(zval *return_value, time... function PHP_FUNCTION (line 4905) | PHP_FUNCTION(date_interval_create_from_date_string) function zend_string (line 4971) | static zend_string *date_interval_format(char *format, size_t format_len... function PHP_FUNCTION (line 5041) | PHP_FUNCTION(date_interval_format) function date_period_initialize (line 5058) | static bool date_period_initialize(timelib_time **st, timelib_time **et,... function date_period_init_iso8601_string (line 5091) | static bool date_period_init_iso8601_string(php_period_obj *dpobj, zend_... function date_period_init_finish (line 5127) | static bool date_period_init_finish(php_period_obj *dpobj, zend_long opt... function check_id_allowed (line 5354) | static int check_id_allowed(char *id, zend_long what) /* {{{ */ function PHP_FUNCTION (line 5371) | PHP_FUNCTION(timezone_identifiers_list) function PHP_FUNCTION (line 5411) | PHP_FUNCTION(timezone_version_get) function PHP_FUNCTION (line 5423) | PHP_FUNCTION(timezone_abbreviations_list) function PHP_FUNCTION (line 5458) | PHP_FUNCTION(date_default_timezone_set) function PHP_FUNCTION (line 5481) | PHP_FUNCTION(date_default_timezone_get) function php_do_date_sunrise_sunset (line 5497) | static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, boo... function PHP_FUNCTION (line 5594) | PHP_FUNCTION(date_sunrise) function PHP_FUNCTION (line 5601) | PHP_FUNCTION(date_sunset) function PHP_FUNCTION (line 5608) | PHP_FUNCTION(date_sun_info) function HashTable (line 5726) | static HashTable *date_object_get_gc_period(zend_object *object, zval **... function date_period_object_to_hash (line 5733) | static void date_period_object_to_hash(php_period_obj *period_obj, HashT... function php_date_period_initialize_from_hash (line 5760) | static bool php_date_period_initialize_from_hash(php_period_obj *period_... function date_period_is_internal_property (line 5928) | static bool date_period_is_internal_property(zend_string *name) function restore_custom_dateperiod_properties (line 5945) | static void restore_custom_dateperiod_properties(zval *object, HashTable... function zval (line 6002) | static zval *date_period_read_property(zend_object *object, zend_string ... function zval (line 6015) | static zval *date_period_write_property(zend_object *object, zend_string... function zval (line 6025) | static zval *date_period_get_property_ptr_ptr(zend_object *object, zend_... FILE: ext/date/php_date.h type php_date_obj (line 53) | typedef struct _php_date_obj php_date_obj; type php_timezone_obj (line 54) | typedef struct _php_timezone_obj php_timezone_obj; type php_interval_obj (line 55) | typedef struct _php_interval_obj php_interval_obj; type php_period_obj (line 56) | typedef struct _php_period_obj php_period_obj; type _php_date_obj (line 58) | struct _php_date_obj { function php_date_obj (line 63) | static inline php_date_obj *php_date_obj_from_obj(zend_object *obj) { type _php_timezone_obj (line 69) | struct _php_timezone_obj { function php_timezone_obj (line 80) | static inline php_timezone_obj *php_timezone_obj_from_obj(zend_object *o... type _php_interval_obj (line 89) | struct _php_interval_obj { function php_interval_obj (line 98) | static inline php_interval_obj *php_interval_obj_from_obj(zend_object *o... type _php_period_obj (line 104) | struct _php_period_obj { function php_period_obj (line 117) | static inline php_period_obj *php_period_obj_from_obj(zend_object *obj) { FILE: ext/date/php_date.stub.php function strtotime (line 104) | function strtotime(string $datetime, ?int $baseTimestamp = null): int|fa... function date (line 107) | function date(string $format, ?int $timestamp = null): string {} function idate (line 109) | function idate(string $format, ?int $timestamp = null): int|false {} function gmdate (line 112) | function gmdate(string $format, ?int $timestamp = null): string {} function mktime (line 114) | function mktime( function gmmktime (line 118) | function gmmktime( function checkdate (line 122) | function checkdate(int $month, int $day, int $year): bool {} function strftime (line 127) | #[\Deprecated(since: '8.1', message: 'use IntlDateFormatter::format() in... function gmstrftime (line 133) | #[\Deprecated(since: '8.1', message: 'use IntlDateFormatter::format() in... function time (line 136) | function time(): int {} function localtime (line 142) | function localtime(?int $timestamp = null, bool $associative = false): a... function getdate (line 148) | function getdate(?int $timestamp = null): array {} function date_create (line 151) | function date_create(string $datetime = "now", ?DateTimeZone $timezone =... function date_create_immutable (line 154) | function date_create_immutable( function date_create_from_format (line 158) | function date_create_from_format( function date_create_immutable_from_format (line 162) | function date_create_immutable_from_format( function date_parse (line 169) | function date_parse(string $datetime): array {} function date_parse_from_format (line 175) | function date_parse_from_format(string $format, string $datetime): array {} function date_get_last_errors (line 181) | function date_get_last_errors(): array|false {} function date_format (line 184) | function date_format(DateTimeInterface $object, string $format): string {} function date_modify (line 186) | function date_modify(DateTime $object, string $modifier): DateTime|false {} function date_add (line 188) | function date_add(DateTime $object, DateInterval $interval): DateTime {} function date_sub (line 190) | function date_sub(DateTime $object, DateInterval $interval): DateTime {} function date_timezone_get (line 193) | function date_timezone_get(DateTimeInterface $object): DateTimeZone|fals... function date_timezone_set (line 195) | function date_timezone_set(DateTime $object, DateTimeZone $timezone): Da... function date_offset_get (line 197) | function date_offset_get(DateTimeInterface $object): int {} function date_diff (line 200) | function date_diff( function date_time_set (line 203) | function date_time_set( function date_date_set (line 206) | function date_date_set(DateTime $object, int $year, int $month, int $day... function date_isodate_set (line 208) | function date_isodate_set(DateTime $object, int $year, int $week, int $d... function date_timestamp_set (line 210) | function date_timestamp_set(DateTime $object, int $timestamp): DateTime {} function date_timestamp_get (line 212) | function date_timestamp_get(DateTimeInterface $object): int {} function timezone_open (line 215) | function timezone_open(string $timezone): DateTimeZone|false {} function timezone_name_get (line 218) | function timezone_name_get(DateTimeZone $object): string {} function timezone_name_from_abbr (line 221) | function timezone_name_from_abbr(string $abbr, int $utcOffset = -1, int ... function timezone_offset_get (line 223) | function timezone_offset_get(DateTimeZone $object, DateTimeInterface $da... function timezone_transitions_get (line 229) | function timezone_transitions_get( function timezone_location_get (line 236) | function timezone_location_get(DateTimeZone $object): array|false {} function timezone_identifiers_list (line 242) | function timezone_identifiers_list(int $timezoneGroup = DateTimeZone::AL... function timezone_abbreviations_list (line 248) | function timezone_abbreviations_list(): array {} function timezone_version_get (line 251) | function timezone_version_get(): string {} function date_interval_create_from_date_string (line 254) | function date_interval_create_from_date_string(string $datetime): DateIn... function date_interval_format (line 257) | function date_interval_format(DateInterval $object, string $format): str... function date_default_timezone_set (line 259) | function date_default_timezone_set(string $timezoneId): bool {} function date_default_timezone_get (line 262) | function date_default_timezone_get(): string {} function date_sunrise (line 267) | #[\Deprecated(since: '8.1', message: 'use date_sun_info() instead')] function date_sunset (line 276) | #[\Deprecated(since: '8.1', message: 'use date_sun_info() instead')] function date_sun_info (line 286) | function date_sun_info(int $timestamp, float $latitude, float $longitude... type DateTimeInterface (line 288) | interface DateTimeInterface method format (line 320) | public function format(string $format): string; method getTimezone (line 323) | public function getTimezone(): DateTimeZone|false; method getOffset (line 326) | public function getOffset(): int; method getTimestamp (line 329) | public function getTimestamp(): int; method getMicrosecond (line 331) | public function getMicrosecond(): int; method diff (line 334) | public function diff(DateTimeInterface $targetObject, bool $absolute =... method __wakeup (line 337) | public function __wakeup(): void; method __serialize (line 339) | public function __serialize(): array; method __unserialize (line 341) | public function __unserialize(array $data): void; class DateTime (line 344) | class DateTime implements DateTimeInterface method __construct (line 346) | public function __construct(string $datetime = "now", ?DateTimeZone $t... method __serialize (line 348) | public function __serialize(): array {} method __unserialize (line 350) | public function __unserialize(array $data): void {} method __wakeup (line 353) | public function __wakeup(): void {} method __set_state (line 356) | public static function __set_state(array $array): DateTime {} method createFromImmutable (line 359) | public static function createFromImmutable(DateTimeImmutable $object):... method createFromInterface (line 362) | public static function createFromInterface(DateTimeInterface $object):... method createFromFormat (line 368) | public static function createFromFormat(string $format, string $dateti... method createFromTimestamp (line 371) | public static function createFromTimestamp(int|float $timestamp): stat... method getLastErrors (line 378) | public static function getLastErrors(): array|false {} method format (line 384) | public function format(string $format): string {} method modify (line 389) | public function modify(string $modifier): DateTime {} method add (line 395) | public function add(DateInterval $interval): DateTime {} method sub (line 400) | public function sub(DateInterval $interval): DateTime {} method getTimezone (line 406) | public function getTimezone(): DateTimeZone|false {} method setTimezone (line 412) | public function setTimezone(DateTimeZone $timezone): DateTime {} method getOffset (line 418) | public function getOffset(): int {} method getMicrosecond (line 420) | public function getMicrosecond(): int {} method setTime (line 426) | public function setTime(int $hour, int $minute, int $second = 0, int $... method setDate (line 432) | public function setDate(int $year, int $month, int $day): DateTime {} method setISODate (line 438) | public function setISODate(int $year, int $week, int $dayOfWeek = 1): ... method setTimestamp (line 444) | public function setTimestamp(int $timestamp): DateTime {} method setMicrosecond (line 446) | public function setMicrosecond(int $microsecond): static {} method getTimestamp (line 452) | public function getTimestamp(): int {} method diff (line 458) | public function diff(DateTimeInterface $targetObject, bool $absolute =... class DateTimeImmutable (line 461) | class DateTimeImmutable implements DateTimeInterface method __construct (line 463) | public function __construct(string $datetime = "now", ?DateTimeZone $t... method __serialize (line 465) | public function __serialize(): array {} method __unserialize (line 467) | public function __unserialize(array $data): void {} method __wakeup (line 470) | public function __wakeup(): void {} method __set_state (line 473) | public static function __set_state(array $array): DateTimeImmutable {} method createFromFormat (line 479) | public static function createFromFormat(string $format, string $dateti... method createFromTimestamp (line 482) | public static function createFromTimestamp(int|float $timestamp): stat... method getLastErrors (line 489) | public static function getLastErrors(): array|false {} method format (line 495) | public function format(string $format): string {} method getTimezone (line 501) | public function getTimezone(): DateTimeZone|false {} method getOffset (line 507) | public function getOffset(): int {} method getTimestamp (line 513) | public function getTimestamp(): int {} method getMicrosecond (line 518) | public function getMicrosecond(): int {} method diff (line 524) | public function diff(DateTimeInterface $targetObject, bool $absolute =... method modify (line 527) | public function modify(string $modifier): DateTimeImmutable {} method add (line 530) | public function add(DateInterval $interval): DateTimeImmutable {} method sub (line 533) | public function sub(DateInterval $interval): DateTimeImmutable {} method setTimezone (line 536) | public function setTimezone(DateTimeZone $timezone): DateTimeImmutable {} method setTime (line 539) | public function setTime(int $hour, int $minute, int $second = 0, int $... method setDate (line 542) | public function setDate(int $year, int $month, int $day): DateTimeImmu... method setISODate (line 545) | public function setISODate(int $year, int $week, int $dayOfWeek = 1): ... method setTimestamp (line 548) | public function setTimestamp(int $timestamp): DateTimeImmutable {} method setMicrosecond (line 550) | public function setMicrosecond(int $microsecond): static {} method createFromMutable (line 553) | public static function createFromMutable(DateTime $object): static {} method createFromInterface (line 556) | public static function createFromInterface(DateTimeInterface $object):... class DateTimeZone (line 559) | class DateTimeZone method __construct (line 590) | public function __construct(string $timezone) {} method getName (line 596) | public function getName(): string {} method getOffset (line 602) | public function getOffset(DateTimeInterface $datetime): int {} method getTransitions (line 609) | public function getTransitions(int $timestampBegin = PHP_INT_MIN, int ... method getLocation (line 616) | public function getLocation(): array|false {} method listAbbreviations (line 623) | public static function listAbbreviations(): array {} method listIdentifiers (line 630) | public static function listIdentifiers(int $timezoneGroup = DateTimeZo... method __serialize (line 632) | public function __serialize(): array {} method __unserialize (line 634) | public function __unserialize(array $data): void {} method __wakeup (line 637) | public function __wakeup(): void {} method __set_state (line 640) | public static function __set_state(array $array): DateTimeZone {} class DateInterval (line 643) | class DateInterval method __construct (line 645) | public function __construct(string $duration) {} method createFromDateString (line 650) | public static function createFromDateString(string $datetime): DateInt... method format (line 656) | public function format(string $format): string {} method __serialize (line 658) | public function __serialize(): array; method __unserialize (line 660) | public function __unserialize(array $data): void; method __wakeup (line 663) | public function __wakeup(): void {} method __set_state (line 666) | public static function __set_state(array $array): DateInterval {} class DatePeriod (line 669) | class DatePeriod implements IteratorAggregate method createFromISO8601String (line 691) | public static function createFromISO8601String(string $specification, ... method __construct (line 699) | public function __construct($start, $interval = UNKNOWN, $end = UNKNOW... method getStartDate (line 702) | public function getStartDate(): DateTimeInterface {} method getEndDate (line 705) | public function getEndDate(): ?DateTimeInterface {} method getDateInterval (line 708) | public function getDateInterval(): DateInterval {} method getRecurrences (line 711) | public function getRecurrences(): ?int {} method __serialize (line 713) | public function __serialize(): array; method __unserialize (line 715) | public function __unserialize(array $data): void; method __wakeup (line 718) | public function __wakeup(): void {} method __set_state (line 721) | public static function __set_state(array $array): DatePeriod {} method getIterator (line 723) | public function getIterator(): Iterator {} class DateError (line 729) | class DateError extends Error class DateObjectError (line 736) | class DateObjectError extends DateError class DateRangeError (line 743) | class DateRangeError extends DateError class DateException (line 750) | class DateException extends Exception class DateInvalidTimeZoneException (line 757) | class DateInvalidTimeZoneException extends DateException class DateInvalidOperationException (line 764) | class DateInvalidOperationException extends DateException class DateMalformedStringException (line 771) | class DateMalformedStringException extends DateException class DateMalformedIntervalStringException (line 778) | class DateMalformedIntervalStringException extends DateException class DateMalformedPeriodStringException (line 785) | class DateMalformedPeriodStringException extends DateException FILE: ext/date/php_date_arginfo.h function register_php_date_symbols (line 783) | static void register_php_date_symbols(int module_number) function zend_class_entry (line 865) | static zend_class_entry *register_class_DateTimeInterface(void) function zend_class_entry (line 973) | static zend_class_entry *register_class_DateTime(zend_class_entry *class... function zend_class_entry (line 984) | static zend_class_entry *register_class_DateTimeImmutable(zend_class_ent... function zend_class_entry (line 995) | static zend_class_entry *register_class_DateTimeZone(void) function zend_class_entry (line 1089) | static zend_class_entry *register_class_DateInterval(void) function zend_class_entry (line 1099) | static zend_class_entry *register_class_DatePeriod(zend_class_entry *cla... function zend_class_entry (line 1168) | static zend_class_entry *register_class_DateError(zend_class_entry *clas... function zend_class_entry (line 1178) | static zend_class_entry *register_class_DateObjectError(zend_class_entry... function zend_class_entry (line 1188) | static zend_class_entry *register_class_DateRangeError(zend_class_entry ... function zend_class_entry (line 1198) | static zend_class_entry *register_class_DateException(zend_class_entry *... function zend_class_entry (line 1208) | static zend_class_entry *register_class_DateInvalidTimeZoneException(zen... function zend_class_entry (line 1218) | static zend_class_entry *register_class_DateInvalidOperationException(ze... function zend_class_entry (line 1228) | static zend_class_entry *register_class_DateMalformedStringException(zen... function zend_class_entry (line 1238) | static zend_class_entry *register_class_DateMalformedIntervalStringExcep... function zend_class_entry (line 1248) | static zend_class_entry *register_class_DateMalformedPeriodStringExcepti... FILE: ext/dom/attr.c function zend_result (line 80) | zend_result dom_attr_name_read(dom_object *obj, zval *retval) function zend_result (line 101) | zend_result dom_attr_specified_read(dom_object *obj, zval *retval) function dom_attr_value_will_change (line 110) | void dom_attr_value_will_change(dom_object *obj, xmlAttrPtr attrp) function zend_result (line 125) | zend_result dom_attr_value_read(dom_object *obj, zval *retval) function zend_result (line 132) | zend_result dom_attr_value_write(dom_object *obj, zval *newval) function zend_result (line 161) | zend_result dom_attr_owner_element_read(dom_object *obj, zval *retval) function zend_result (line 178) | zend_result dom_attr_schema_type_info_read(dom_object *obj, zval *retval) function dom_compare_value (line 202) | bool dom_compare_value(const xmlAttr *attr, const xmlChar *value) FILE: ext/dom/characterdata.c function dom_convert_number_unsigned (line 37) | static bool dom_convert_number_unsigned(dom_object *intern, zend_long in... function zend_result (line 57) | zend_result dom_characterdata_data_read(dom_object *obj, zval *retval) function zend_result (line 64) | zend_result dom_characterdata_data_write(dom_object *obj, zval *newval) function zend_result (line 84) | zend_result dom_characterdata_length_read(dom_object *obj, zval *retval) function dom_character_data_append_data (line 157) | static void dom_character_data_append_data(INTERNAL_FUNCTION_PARAMETERS) function dom_character_data_insert_data (line 188) | static void dom_character_data_insert_data(INTERNAL_FUNCTION_PARAMETERS,... function dom_character_data_delete_data (line 255) | static void dom_character_data_delete_data(INTERNAL_FUNCTION_PARAMETERS,... function dom_character_data_replace_data (line 323) | static void dom_character_data_replace_data(INTERNAL_FUNCTION_PARAMETERS... FILE: ext/dom/document.c function zend_result (line 47) | zend_result dom_document_doctype_read(dom_object *obj, zval *retval) function zend_result (line 64) | zend_result dom_document_implementation_read(dom_object *obj, zval *retval) function zend_result (line 76) | zend_result dom_document_document_element_read(dom_object *obj, zval *re... function zend_result (line 92) | zend_result dom_document_encoding_read(dom_object *obj, zval *retval) function zend_result (line 107) | zend_result dom_document_actual_encoding_read(dom_object *obj, zval *ret... function zend_result (line 114) | zend_result dom_document_encoding_write(dom_object *obj, zval *newval) function zend_result (line 153) | zend_result dom_document_standalone_read(dom_object *obj, zval *retval) function zend_result (line 160) | zend_result dom_document_standalone_write(dom_object *obj, zval *newval) function zend_result (line 177) | zend_result dom_document_version_read(dom_object *obj, zval *retval) function zend_result (line 192) | zend_result dom_document_version_write(dom_object *obj, zval *newval) function zend_result (line 224) | zend_result dom_document_strict_error_checking_read(dom_object *obj, zva... function zend_result (line 231) | zend_result dom_document_strict_error_checking_write(dom_object *obj, zv... function zend_result (line 246) | zend_result dom_document_format_output_read(dom_object *obj, zval *retval) function zend_result (line 253) | zend_result dom_document_format_output_write(dom_object *obj, zval *newval) function zend_result (line 267) | zend_result dom_document_validate_on_parse_read(dom_object *obj, zval *r... function zend_result (line 274) | zend_result dom_document_validate_on_parse_write(dom_object *obj, zval *... function zend_result (line 288) | zend_result dom_document_resolve_externals_read(dom_object *obj, zval *r... function zend_result (line 295) | zend_result dom_document_resolve_externals_write(dom_object *obj, zval *... function zend_result (line 309) | zend_result dom_document_preserve_whitespace_read(dom_object *obj, zval ... function zend_result (line 316) | zend_result dom_document_preserve_whitespace_write(dom_object *obj, zval... function zend_result (line 330) | zend_result dom_document_recover_read(dom_object *obj, zval *retval) function zend_result (line 337) | zend_result dom_document_recover_write(dom_object *obj, zval *newval) function zend_result (line 351) | zend_result dom_document_substitue_entities_read(dom_object *obj, zval *... function zend_result (line 358) | zend_result dom_document_substitue_entities_write(dom_object *obj, zval ... function zend_result (line 374) | zend_result dom_document_document_uri_read(dom_object *obj, zval *retval) function zend_result (line 392) | zend_result dom_document_document_uri_write(dom_object *obj, zval *newval) function zend_result (line 416) | zend_result dom_document_config_read(dom_object *obj, zval *retval) function dom_document_create_processing_instruction (line 626) | static void dom_document_create_processing_instruction(INTERNAL_FUNCTION... function dom_modern_document_import_node (line 802) | static void dom_modern_document_import_node(INTERNAL_FUNCTION_PARAMETERS... function zend_always_inline (line 1076) | static zend_always_inline void php_dom_transfer_document_ref_single_node... function php_dom_transfer_document_ref (line 1089) | static void php_dom_transfer_document_ref(xmlNodePtr node, php_libxml_re... function xmlChar (line 1110) | static xmlChar *libxml_copy_dicted_string(xmlDictPtr src_dict, xmlDictPt... function libxml_fixup_name_and_content (line 1124) | static void libxml_fixup_name_and_content(xmlDocPtr src_doc, xmlDocPtr d... function libxml_fixup_name_and_content_outer (line 1136) | static void libxml_fixup_name_and_content_outer(xmlDocPtr src_doc, xmlDo... function php_dom_adopt_node (line 1157) | bool php_dom_adopt_node(xmlNodePtr nodep, dom_object *dom_object_new_doc... function dom_document_adopt_node (line 1195) | static void dom_document_adopt_node(INTERNAL_FUNCTION_PARAMETERS, bool m... function xmlDocPtr (line 1362) | xmlDocPtr dom_document_parser(zval *id, dom_load_mode mode, const char *... function php_dom_finish_loading_document (line 1484) | static void php_dom_finish_loading_document(zval *this, zval *return_val... function dom_parse_document (line 1526) | static void dom_parse_document(INTERNAL_FUNCTION_PARAMETERS, int mode) function dom_document_save_xml (line 1619) | static void dom_document_save_xml(INTERNAL_FUNCTION_PARAMETERS, zend_cla... function dom_xinclude_strip_references_for_attributes (line 1687) | static void dom_xinclude_strip_references_for_attributes(xmlNodePtr basep) function dom_xinclude_strip_references (line 1697) | static void dom_xinclude_strip_references(xmlNodePtr basep) function dom_xinclude_strip_fallback_references (line 1717) | static void dom_xinclude_strip_fallback_references(const xmlNode *basep) function dom_perform_xinclude (line 1734) | static int dom_perform_xinclude(xmlDocPtr docp, dom_object *intern, zend... function dom_document_schema_validate (line 1837) | static void dom_document_schema_validate(INTERNAL_FUNCTION_PARAMETERS, i... function dom_document_relaxNG_validate (line 1948) | static void dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAMETERS, ... function dom_load_html (line 2049) | static void dom_load_html(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ function dom_document_register_node_class (line 2244) | static void dom_document_register_node_class(INTERNAL_FUNCTION_PARAMETER... FILE: ext/dom/documenttype.c function zend_result (line 32) | zend_result dom_documenttype_name_read(dom_object *obj, zval *retval) function zend_result (line 46) | zend_result dom_documenttype_entities_read(dom_object *obj, zval *retval) function zend_result (line 67) | zend_result dom_documenttype_notations_read(dom_object *obj, zval *retval) function zend_result (line 88) | zend_result dom_documenttype_public_id_read(dom_object *obj, zval *retval) function zend_result (line 108) | zend_result dom_documenttype_system_id_read(dom_object *obj, zval *retval) function zend_result (line 128) | zend_result dom_documenttype_internal_subset_read(dom_object *obj, zval ... FILE: ext/dom/dom_iterators.c type nodeIterator (line 27) | typedef struct nodeIterator { function itemHashScanner (line 37) | static void itemHashScanner (void *payload, void *data, xmlChar *name) function dom_nnodemap_object (line 52) | static dom_nnodemap_object *php_dom_iterator_get_nnmap(const php_dom_ite... function xmlNodePtr (line 59) | xmlNodePtr create_notation(const xmlChar *name, const xmlChar *ExternalI... function xmlNode (line 71) | static xmlNode *php_dom_libxml_hash_iter_ex(xmlHashTable *ht, int index) function xmlNode (line 87) | xmlNode *php_dom_libxml_hash_iter(dom_nnodemap_object *objmap, int index) function php_dom_iterator_dtor (line 99) | static void php_dom_iterator_dtor(zend_object_iterator *iter) /* {{{ */ function zend_result (line 108) | static zend_result php_dom_iterator_valid(zend_object_iterator *iter) /*... function zval (line 120) | zval *php_dom_iterator_current_data(zend_object_iterator *iter) /* {{{ */ function php_dom_iterator_current_key (line 127) | static void php_dom_iterator_current_key(zend_object_iterator *iter, zva... function xmlNodePtr (line 153) | static xmlNodePtr dom_fetch_first_iteration_item(dom_nnodemap_object *ob... function php_dom_iterator_move_forward (line 173) | static void php_dom_iterator_move_forward(zend_object_iterator *iter) /*... function zend_object_iterator (line 261) | zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *o... FILE: ext/dom/domexception.c function php_dom_throw_error_with_message (line 33) | void php_dom_throw_error_with_message(dom_exception_code error_code, con... function php_dom_throw_error (line 44) | void php_dom_throw_error(dom_exception_code error_code, bool strict_error) FILE: ext/dom/domexception.h type dom_exception_code (line 22) | typedef enum { FILE: ext/dom/element.c function zend_result (line 118) | zend_result dom_element_tag_name_read(dom_object *obj, zval *retval) function zend_result (line 132) | static zend_result dom_element_reflected_attribute_read(dom_object *obj,... function xmlAttrPtr (line 148) | static xmlAttrPtr dom_element_reflected_attribute_write(dom_object *obj,... function zend_result (line 166) | zend_result dom_element_class_name_read(dom_object *obj, zval *retval) function zend_result (line 171) | zend_result dom_element_class_name_write(dom_object *obj, zval *newval) function zval (line 180) | zval *dom_element_class_list_zval(dom_object *obj) function zend_result (line 197) | zend_result dom_element_class_list_read(dom_object *obj, zval *retval) function zend_result (line 216) | zend_result dom_element_id_read(dom_object *obj, zval *retval) function zend_result (line 223) | zend_result dom_element_id_write(dom_object *obj, zval *newval) function zend_result (line 239) | zend_result dom_element_schema_type_info_read(dom_object *obj, zval *ret... function xmlNodePtr (line 248) | static xmlNodePtr dom_get_attribute_or_nsdecl(dom_object *intern, xmlNod... function xmlNodePtr (line 385) | static xmlNodePtr dom_create_attribute(xmlNodePtr nodep, const char *nam... function dom_check_register_attribute_id (line 394) | static void dom_check_register_attribute_id(xmlAttrPtr attr, php_libxml_... type dom_deep_ns_redef_item (line 489) | typedef struct dom_deep_ns_redef_item { function dom_deep_ns_redef (line 495) | static void dom_deep_ns_redef(xmlNodePtr node, xmlNsPtr ns_to_redefine) function dom_remove_attribute (line 547) | static bool dom_remove_attribute(xmlNodePtr thisp, xmlNodePtr attrp) function dom_element_set_attribute_node_common (line 686) | static void dom_element_set_attribute_node_common(INTERNAL_FUNCTION_PARA... function dom_element_remove_attribute_node (line 775) | static void dom_element_remove_attribute_node(INTERNAL_FUNCTION_PARAMETE... function dom_element_get_elements_by_tag_name (line 817) | static void dom_element_get_elements_by_tag_name(INTERNAL_FUNCTION_PARAM... function xmlChar (line 855) | static const xmlChar *dom_get_attribute_ns(dom_object *intern, xmlNodePt... function dom_set_attribute_ns_legacy (line 916) | static void dom_set_attribute_ns_legacy(dom_object *intern, xmlNodePtr e... function dom_set_attribute_ns_modern (line 1015) | static void dom_set_attribute_ns_modern(dom_object *intern, xmlNodePtr e... function dom_remove_eliminated_ns_single_element (line 1066) | static void dom_remove_eliminated_ns_single_element(xmlNodePtr node, xml... function dom_remove_eliminated_ns (line 1080) | static void dom_remove_eliminated_ns(xmlNodePtr node, xmlNsPtr eliminate... function dom_eliminate_ns (line 1097) | static void dom_eliminate_ns(xmlNodePtr nodep, xmlNsPtr nsptr) function dom_element_get_elements_by_tag_name_ns (line 1245) | static void dom_element_get_elements_by_tag_name_ns(INTERNAL_FUNCTION_PA... function php_set_attribute_id (line 1348) | static void php_set_attribute_id(xmlAttrPtr attrp, bool is_id, php_libxm... function dom_element_set_id_attribute_node (line 1422) | static void dom_element_set_id_attribute_node(INTERNAL_FUNCTION_PARAMETE... function xmlNodePtr (line 1583) | static xmlNodePtr dom_insert_adjacent(const zend_string *where, xmlNodeP... function dom_element_insert_adjacent_element (line 1629) | static void dom_element_insert_adjacent_element(INTERNAL_FUNCTION_PARAME... function dom_element_insert_adjacent_text (line 1677) | static void dom_element_insert_adjacent_text(INTERNAL_FUNCTION_PARAMETER... function php_dom_dispatch_query_selector (line 1807) | static void php_dom_dispatch_query_selector(INTERNAL_FUNCTION_PARAMETERS... function zend_result (line 1869) | zend_result dom_modern_element_substituted_node_value_read(dom_object *o... function zend_result (line 1886) | zend_result dom_modern_element_substituted_node_value_write(dom_object *... function dom_element_get_in_scope_namespace_info (line 1897) | static void dom_element_get_in_scope_namespace_info(php_dom_libxml_ns_ma... FILE: ext/dom/entity.c function zend_result (line 40) | zend_result dom_entity_public_id_read(dom_object *obj, zval *retval) function zend_result (line 60) | zend_result dom_entity_system_id_read(dom_object *obj, zval *retval) function zend_result (line 80) | zend_result dom_entity_notation_name_read(dom_object *obj, zval *retval) function zend_result (line 105) | zend_result dom_entity_actual_encoding_read(dom_object *obj, zval *retval) function zend_result (line 120) | zend_result dom_entity_encoding_read(dom_object *obj, zval *retval) function zend_result (line 135) | zend_result dom_entity_version_read(dom_object *obj, zval *retval) FILE: ext/dom/entityreference.c function xmlEntityPtr (line 74) | xmlEntityPtr dom_entity_reference_fetch_and_sync_declaration(xmlNodePtr ... function zend_result (line 83) | zend_result dom_entity_reference_child_read(dom_object *obj, zval *retval) function zend_result (line 93) | zend_result dom_entity_reference_text_content_read(dom_object *obj, zval... function zend_result (line 101) | zend_result dom_entity_reference_child_nodes_read(dom_object *obj, zval ... FILE: ext/dom/html5_parser.c type work_list_item (line 37) | typedef struct work_list_item { function lexbor_libxml2_bridge_work_list_item_push (line 44) | static void lexbor_libxml2_bridge_work_list_item_push( function sanitize_line_nr (line 59) | static unsigned short sanitize_line_nr(size_t line) type lxml_ns (line 67) | struct lxml_ns { function get_libxml_namespace_href (line 73) | static struct lxml_ns get_libxml_namespace_href(uintptr_t lexbor_namespace) function zend_always_inline (line 84) | static zend_always_inline xmlNodePtr lexbor_libxml2_bridge_new_text_node... function lexbor_libxml2_bridge_status (line 106) | static lexbor_libxml2_bridge_status lexbor_libxml2_bridge_convert( function lexbor_libxml2_bridge_parse_context_init (line 329) | void lexbor_libxml2_bridge_parse_context_init(lexbor_libxml2_bridge_pars... function lexbor_libxml2_bridge_parse_set_error_callbacks (line 334) | void lexbor_libxml2_bridge_parse_set_error_callbacks( function lexbor_libxml2_bridge_status (line 344) | lexbor_libxml2_bridge_status lexbor_libxml2_bridge_convert_document( function lexbor_libxml2_bridge_status (line 372) | lexbor_libxml2_bridge_status lexbor_libxml2_bridge_convert_fragment( function lexbor_libxml2_bridge_report_errors (line 401) | void lexbor_libxml2_bridge_report_errors( function php_libxml_quirks_mode (line 449) | static php_libxml_quirks_mode dom_translate_quirks_mode(lxb_dom_document... function lexbor_libxml2_bridge_copy_observations (line 459) | void lexbor_libxml2_bridge_copy_observations(lxb_html_tree_t *tree, lexb... FILE: ext/dom/html5_parser.h type lexbor_libxml2_bridge_status (line 25) | typedef enum { type lexbor_libxml2_bridge_extracted_observations (line 46) | typedef struct lexbor_libxml2_bridge_extracted_observations { type lexbor_libxml2_bridge_parse_context (line 53) | typedef struct lexbor_libxml2_bridge_parse_context { FILE: ext/dom/html5_serializer.c function zend_result (line 35) | static zend_result dom_html5_serialize_doctype(dom_html5_serialize_conte... function zend_result (line 42) | static zend_result dom_html5_serialize_comment(dom_html5_serialize_conte... function zend_result (line 51) | static zend_result dom_html5_serialize_processing_instruction(dom_html5_... function zend_result (line 62) | static zend_result dom_html5_serialize_entity_ref(dom_html5_serialize_co... function zend_result (line 70) | static zend_result dom_html5_escape_string(dom_html5_serialize_context *... function zend_result (line 134) | static zend_result dom_html5_serialize_text_node(dom_html5_serialize_con... function zend_result (line 160) | static zend_result dom_html5_serialize_element_tag_name(dom_html5_serial... function zend_result (line 171) | static zend_result dom_html5_serialize_element_start(dom_html5_serialize... function dom_html5_serializes_as_void (line 230) | static bool dom_html5_serializes_as_void(const xmlNode *node) function zend_result (line 260) | static zend_result dom_html5_serialize_element_end(dom_html5_serialize_c... function zend_result (line 271) | static zend_result dom_html5_serialize_node(dom_html5_serialize_context ... function zend_result (line 353) | zend_result dom_html5_serialize(dom_html5_serialize_context *ctx, const ... function zend_result (line 381) | zend_result dom_html5_serialize_outer(dom_html5_serialize_context *ctx, ... FILE: ext/dom/html5_serializer.h type dom_html5_serialize_context (line 24) | typedef struct { FILE: ext/dom/html_collection.c type dom_named_item (line 28) | typedef struct dom_named_item { function dom_named_item (line 34) | static dom_named_item dom_html_collection_named_item(zend_string *key, z... function dom_html_collection_named_item_into_zval (line 82) | static void dom_html_collection_named_item_into_zval(zval *return_value,... function zval (line 101) | zval *dom_html_collection_read_dimension(zend_object *object, zval *offs... function dom_html_collection_has_dimension (line 124) | int dom_html_collection_has_dimension(zend_object *object, zval *member,... FILE: ext/dom/html_document.c type dom_line_column_cache (line 37) | typedef struct dom_line_column_cache { type dom_lexbor_libxml2_bridge_application_data (line 43) | typedef struct dom_lexbor_libxml2_bridge_application_data { type dom_character_encoding_data (line 53) | typedef struct dom_character_encoding_data { type zend_result (line 58) | typedef zend_result (*dom_write_output)(void*, const char *, size_t); type dom_output_ctx (line 60) | typedef struct dom_output_ctx { type dom_decoding_encoding_ctx (line 71) | typedef struct dom_decoding_encoding_ctx { function zend_result (line 84) | zend_result dom_modern_document_implementation_read(dom_object *obj, zva... function dom_decoding_encoding_ctx_init (line 105) | static void dom_decoding_encoding_ctx_init(dom_decoding_encoding_ctx *ctx) function dom_reset_line_column_cache (line 235) | static void dom_reset_line_column_cache(dom_line_column_cache *cache) function dom_find_line_and_column_using_cache (line 242) | static void dom_find_line_and_column_using_cache( function dom_lexbor_libxml2_bridge_tokenizer_error_reporter (line 293) | static void dom_lexbor_libxml2_bridge_tokenizer_error_reporter( function dom_lexbor_libxml2_bridge_tree_error_reporter (line 304) | static void dom_lexbor_libxml2_bridge_tree_error_reporter( function xmlNodePtr (line 346) | static xmlNodePtr dom_search_child(xmlNodePtr parent, const char *search... function dom_place_remove_element_and_hoist_children (line 358) | static void dom_place_remove_element_and_hoist_children(xmlNodePtr paren... function dom_post_process_html5_loading (line 375) | static void dom_post_process_html5_loading( function dom_character_encoding_data (line 396) | static dom_character_encoding_data dom_determine_encoding(const char *so... function dom_setup_parser_encoding_manually (line 451) | static void dom_setup_parser_encoding_manually(const lxb_char_t *buf_sta... function dom_setup_parser_encoding_implicitly (line 480) | static void dom_setup_parser_encoding_implicitly( function dom_process_parse_chunk (line 494) | static bool dom_process_parse_chunk( function dom_decode_encode_fast_path (line 520) | static bool dom_decode_encode_fast_path( function dom_decode_encode_slow_path (line 631) | static bool dom_decode_encode_slow_path( function dom_parse_decode_encode_step (line 676) | static bool dom_parse_decode_encode_step( function dom_parse_decode_encode_finish (line 712) | static bool dom_parse_decode_encode_finish( function check_options_validity (line 753) | static bool check_options_validity(uint32_t arg_num, zend_long options) function dom_should_register_error_handlers (line 805) | static bool dom_should_register_error_handlers(zend_long options) function zend_result (line 1201) | static zend_result dom_write_output_smart_str(void *ctx, const char *buf... function zend_result (line 1207) | static zend_result dom_write_output_stream(void *application_data, const... function zend_result (line 1216) | static zend_result dom_saveHTML_write_string_len(void *application_data,... function zend_result (line 1245) | static zend_result dom_saveHTML_write_string(void *application_data, con... function zend_result (line 1250) | static zend_result dom_common_save(dom_output_ctx *output_ctx, dom_objec... function zend_result (line 1387) | zend_result dom_html_document_encoding_write(dom_object *obj, zval *newval) function xmlNodePtr (line 1408) | static xmlNodePtr dom_html_document_element_read_raw(const xmlDoc *docp,... function zend_result (line 1426) | zend_result dom_html_document_element_read_helper(dom_object *obj, zval ... function dom_accept_body_name (line 1436) | static bool dom_accept_body_name(const xmlChar *name) function dom_accept_head_name (line 1441) | static bool dom_accept_head_name(const xmlChar *name) function zend_result (line 1447) | zend_result dom_html_document_body_read(dom_object *obj, zval *retval) function zend_result (line 1453) | zend_result dom_html_document_head_read(dom_object *obj, zval *retval) function zend_result (line 1459) | zend_result dom_html_document_body_write(dom_object *obj, zval *newval) function zend_string (line 1506) | static zend_string *dom_get_child_text_content(const xmlNode *node) function xmlNodePtr (line 1522) | static xmlNodePtr dom_get_title_element(const xmlDoc *doc) function xmlNodePtr (line 1541) | static xmlNodePtr dom_get_svg_title_element(xmlNodePtr svg) function zend_result (line 1557) | zend_result dom_html_document_title_read(dom_object *obj, zval *retval) function dom_string_replace_all (line 1594) | static void dom_string_replace_all(xmlDocPtr docp, xmlNodePtr element, z... function zend_result (line 1602) | zend_result dom_html_document_title_write(dom_object *obj, zval *newval) FILE: ext/dom/infra.c function zend_string (line 29) | zend_string *dom_strip_and_collapse_ascii_whitespace(zend_string *input) FILE: ext/dom/inner_html_mixin.c function zend_result (line 37) | static zend_result dom_inner_html_write_string(void *application_data, c... function zend_result (line 44) | static zend_result dom_inner_html_write_string_len(void *application_dat... function dom_write_smart_str (line 51) | static int dom_write_smart_str(void *context, const char *buffer, int len) function zend_result (line 60) | zend_result dom_element_inner_html_read(dom_object *obj, zval *retval) function lxb_dom_node_t (line 115) | static lxb_dom_node_t *dom_html_fragment_lexbor_parse(lxb_html_document_... function lxb_dom_document_cmode_t (line 171) | static lxb_dom_document_cmode_t dom_translate_quirks_mode(php_libxml_qui... function xmlNodePtr (line 182) | static xmlNodePtr dom_html_fragment_parsing_algorithm(dom_object *obj, x... function dom_xml_parser_tag_name (line 223) | static void dom_xml_parser_tag_name(const xmlNode *context_node, xmlPars... function dom_xml_fragment_parsing_algorithm_parse (line 233) | static void dom_xml_fragment_parsing_algorithm_parse(php_dom_libxml_ns_m... function xmlNodePtr (line 269) | static xmlNodePtr dom_xml_fragment_parsing_algorithm(dom_object *obj, co... function zend_result (line 339) | zend_result dom_element_inner_html_write(dom_object *obj, zval *newval) FILE: ext/dom/internal_helpers.h function zend_always_inline (line 33) | static zend_always_inline zend_class_entry *dom_get_html_document_ce(boo... function zend_always_inline (line 38) | static zend_always_inline zend_class_entry *dom_get_xml_document_ce(bool... function zend_always_inline (line 43) | static zend_always_inline zend_class_entry *dom_get_dtd_namednodemap_ce(... function DOM_DEF_GET_CE_FUNC (line 48) | DOM_DEF_GET_CE_FUNC(node) function zend_always_inline (line 72) | static zend_always_inline void dom_mark_document_cache_as_modified_since... function zend_always_inline (line 81) | static zend_always_inline void dom_mark_ids_modified(php_libxml_ref_obj ... function zend_always_inline (line 87) | static zend_always_inline bool dom_is_document_cache_modified_since_pars... function zend_always_inline (line 92) | static zend_always_inline zend_long dom_mangle_pointer_for_key(const voi... FILE: ext/dom/lexbor/lexbor/core/array.c function lexbor_array_t (line 10) | lexbor_array_t * function lxb_status_t (line 16) | lxb_status_t function lexbor_array_clean (line 38) | void function lexbor_array_t (line 46) | lexbor_array_t * function lxb_status_t (line 86) | lxb_status_t function lxb_status_t (line 112) | lxb_status_t function lxb_status_t (line 147) | lxb_status_t function lexbor_array_delete (line 169) | void function lexbor_array_length_noi (line 198) | size_t function lexbor_array_size_noi (line 204) | size_t FILE: ext/dom/lexbor/lexbor/core/array.h type lexbor_array_t (line 17) | typedef struct { function lxb_inline (line 61) | lxb_inline void * function lxb_inline (line 71) | lxb_inline size_t function lxb_inline (line 77) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/core/array_obj.c function lexbor_array_obj_t (line 10) | lexbor_array_obj_t * function lxb_status_t (line 16) | lxb_status_t function lexbor_array_obj_clean (line 41) | void function lexbor_array_obj_t (line 49) | lexbor_array_obj_t * function lexbor_array_obj_delete (line 157) | void function lexbor_array_obj_erase_noi (line 182) | void function lexbor_array_obj_length_noi (line 194) | size_t function lexbor_array_obj_size_noi (line 200) | size_t function lexbor_array_obj_struct_size_noi (line 206) | size_t FILE: ext/dom/lexbor/lexbor/core/array_obj.h type lexbor_array_obj_t (line 17) | typedef struct { function lxb_inline (line 63) | lxb_inline void function lxb_inline (line 69) | lxb_inline void * function lxb_inline (line 79) | lxb_inline size_t function lxb_inline (line 85) | lxb_inline size_t function lxb_inline (line 91) | lxb_inline size_t function lxb_inline (line 97) | lxb_inline void * FILE: ext/dom/lexbor/lexbor/core/avl.c function lexbor_avl_t (line 38) | lexbor_avl_t * function lxb_status_t (line 44) | lxb_status_t function lexbor_avl_clean (line 67) | void function lexbor_avl_t (line 75) | lexbor_avl_t * function lexbor_avl_node_t (line 90) | lexbor_avl_node_t * function lexbor_avl_node_clean (line 104) | void function lexbor_avl_node_t (line 110) | lexbor_avl_node_t * function lexbor_avl_node_height (line 125) | lxb_inline short function lexbor_avl_node_balance_factor (line 131) | lxb_inline short function lxb_inline (line 138) | lxb_inline void function lexbor_avl_node_t (line 148) | static lexbor_avl_node_t * function lexbor_avl_node_t (line 170) | static lexbor_avl_node_t * function lexbor_avl_node_t (line 192) | static lexbor_avl_node_t * function lexbor_avl_node_t (line 257) | lexbor_avl_node_t * function lxb_inline (line 313) | lxb_inline lexbor_avl_node_t * function lxb_inline (line 327) | lxb_inline void function lexbor_avl_remove_by_node (line 425) | void function lexbor_avl_node_t (line 436) | lexbor_avl_node_t * function lxb_status_t (line 454) | lxb_status_t function lexbor_avl_foreach_recursion (line 556) | void FILE: ext/dom/lexbor/lexbor/core/avl.h type lexbor_avl_t (line 18) | typedef struct lexbor_avl lexbor_avl_t; type lexbor_avl_node_t (line 19) | typedef struct lexbor_avl_node lexbor_avl_node_t; type lxb_status_t (line 21) | typedef lxb_status_t type lexbor_avl_node (line 25) | struct lexbor_avl_node { type lexbor_avl (line 35) | struct lexbor_avl { FILE: ext/dom/lexbor/lexbor/core/base.h type lexbor_status_t (line 48) | typedef enum { type lexbor_action_t (line 73) | typedef enum { type lxb_status_t (line 81) | typedef lxb_status_t type lxb_status_t (line 84) | typedef lxb_status_t type lexbor_serialize_ctx_t (line 88) | typedef struct { FILE: ext/dom/lexbor/lexbor/core/bst.c function lexbor_bst_t (line 11) | lexbor_bst_t * function lxb_status_t (line 17) | lxb_status_t function lexbor_bst_clean (line 43) | void function lexbor_bst_t (line 54) | lexbor_bst_t * function lexbor_bst_entry_t (line 70) | lexbor_bst_entry_t * function lexbor_bst_entry_t (line 85) | lexbor_bst_entry_t * function lexbor_bst_entry_t (line 144) | lexbor_bst_entry_t * function lexbor_bst_entry_t (line 187) | lexbor_bst_entry_t * function lexbor_bst_entry_t (line 205) | lexbor_bst_entry_t * function lexbor_bst_serialize (line 407) | void function lexbor_bst_serialize_entry (line 413) | void FILE: ext/dom/lexbor/lexbor/core/bst.h type lexbor_bst_entry_t (line 24) | typedef struct lexbor_bst_entry lexbor_bst_entry_t; type lexbor_bst_t (line 25) | typedef struct lexbor_bst lexbor_bst_t; type lexbor_bst_entry (line 30) | struct lexbor_bst_entry { type lexbor_bst (line 41) | struct lexbor_bst { FILE: ext/dom/lexbor/lexbor/core/bst_map.c function lexbor_bst_map_t (line 11) | lexbor_bst_map_t * function lxb_status_t (line 17) | lxb_status_t function lexbor_bst_map_clean (line 55) | void function lexbor_bst_map_t (line 63) | lexbor_bst_map_t * function lexbor_bst_map_entry_t (line 81) | lexbor_bst_map_entry_t * function lexbor_bst_map_entry_t (line 111) | lexbor_bst_map_entry_t * function lexbor_bst_map_entry_t (line 128) | lexbor_bst_map_entry_t * function lexbor_mraw_t (line 234) | lexbor_mraw_t * FILE: ext/dom/lexbor/lexbor/core/bst_map.h type lexbor_bst_map_entry_t (line 20) | typedef struct { type lexbor_bst_map_t (line 26) | typedef struct { function lxb_inline (line 69) | lxb_inline lexbor_mraw_t * FILE: ext/dom/lexbor/lexbor/core/conv.c function lexbor_conv_float_to_data (line 15) | size_t function lexbor_conv_long_to_data (line 21) | size_t function lexbor_conv_int64_to_data (line 27) | size_t function lexbor_conv_data_to_double (line 89) | double function lexbor_conv_data_to_ulong (line 206) | unsigned long function lexbor_conv_data_to_long (line 235) | long function lexbor_conv_data_to_uint (line 278) | unsigned function lexbor_conv_dec_to_hex (line 307) | size_t FILE: ext/dom/lexbor/lexbor/core/conv.h function lexbor_conv_double_to_long (line 43) | lxb_inline long FILE: ext/dom/lexbor/lexbor/core/diyfp.c type lexbor_diyfp_cpe_t (line 17) | typedef struct { function lexbor_diyfp_t (line 119) | lexbor_diyfp_t function lexbor_diyfp_t (line 133) | lexbor_diyfp_t FILE: ext/dom/lexbor/lexbor/core/diyfp.h type lexbor_diyfp_t (line 57) | typedef struct { function lxb_inline (line 79) | lxb_inline uint64_t function lxb_inline (line 100) | lxb_inline lexbor_diyfp_t function lxb_inline (line 131) | lxb_inline double function lxb_inline (line 181) | lxb_inline lexbor_diyfp_t function lxb_inline (line 187) | lxb_inline lexbor_diyfp_t function lxb_inline (line 193) | lxb_inline lexbor_diyfp_t function lxb_inline (line 199) | lxb_inline lexbor_diyfp_t function lxb_inline (line 246) | lxb_inline lexbor_diyfp_t FILE: ext/dom/lexbor/lexbor/core/dobject.c function lexbor_dobject_t (line 15) | lexbor_dobject_t * function lxb_status_t (line 21) | lxb_status_t function lexbor_dobject_clean (line 63) | void function lexbor_dobject_t (line 74) | lexbor_dobject_t * function lexbor_dobject_allocated_noi (line 177) | size_t function lexbor_dobject_cache_length_noi (line 183) | size_t FILE: ext/dom/lexbor/lexbor/core/dobject.h type lexbor_dobject_t (line 19) | typedef struct { function lxb_inline (line 60) | lxb_inline size_t function lxb_inline (line 66) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/core/dtoa.c function lxb_inline (line 47) | lxb_inline void function lxb_inline (line 60) | lxb_inline int function lxb_inline (line 76) | lxb_inline size_t function lxb_inline (line 181) | lxb_inline lexbor_diyfp_t function lxb_inline (line 192) | lxb_inline void function lxb_inline (line 215) | lxb_inline size_t function lxb_inline (line 237) | lxb_inline size_t function lxb_inline (line 277) | lxb_inline size_t function lexbor_dtoa (line 367) | size_t FILE: ext/dom/lexbor/lexbor/core/fs.h type lexbor_action_t (line 17) | typedef lexbor_action_t (*lexbor_fs_dir_file_f)(const lxb_char_t *fullpath, type lexbor_fs_dir_opt_t (line 22) | typedef int lexbor_fs_dir_opt_t; type lexbor_fs_dir_opt (line 24) | enum lexbor_fs_dir_opt { type lexbor_fs_file_type_t (line 31) | typedef enum { FILE: ext/dom/lexbor/lexbor/core/hash.c function lxb_inline (line 72) | lxb_inline lexbor_hash_entry_t ** function lxb_inline (line 78) | lxb_inline void function lxb_inline (line 84) | lxb_inline lexbor_hash_entry_t ** function lxb_inline (line 94) | lxb_inline lexbor_hash_entry_t * function lexbor_hash_t (line 113) | lexbor_hash_t * function lxb_status_t (line 119) | lxb_status_t function lexbor_hash_clean (line 159) | void function lexbor_hash_t (line 167) | lexbor_hash_t * function lexbor_hash_remove (line 265) | void function lexbor_hash_remove_by_hash_id (line 281) | void function lexbor_hash_make_id (line 342) | uint32_t function lexbor_hash_make_id_lower (line 361) | uint32_t function lexbor_hash_make_id_upper (line 380) | uint32_t function lxb_status_t (line 399) | lxb_status_t function lxb_status_t (line 424) | lxb_status_t function lxb_status_t (line 451) | lxb_status_t FILE: ext/dom/lexbor/lexbor/core/hash.h type lexbor_hash_search_t (line 22) | typedef struct lexbor_hash_search lexbor_hash_search_t; type lexbor_hash_insert_t (line 23) | typedef struct lexbor_hash_insert lexbor_hash_insert_t; type lexbor_hash_t (line 41) | typedef struct lexbor_hash lexbor_hash_t; type lexbor_hash_entry_t (line 42) | typedef struct lexbor_hash_entry lexbor_hash_entry_t; type lxb_status_t (line 47) | typedef lxb_status_t type lexbor_hash_entry (line 55) | struct lexbor_hash_entry { type lexbor_hash (line 66) | struct lexbor_hash { type lexbor_hash_insert (line 76) | struct lexbor_hash_insert { type lexbor_hash_search (line 82) | struct lexbor_hash_search { function lxb_inline (line 154) | lxb_inline lexbor_mraw_t * function lxb_inline (line 160) | lxb_inline lxb_char_t * function lxb_inline (line 170) | lxb_inline lxb_char_t * function lxb_inline (line 185) | lxb_inline void function lxb_inline (line 195) | lxb_inline lexbor_hash_entry_t * function lxb_inline (line 201) | lxb_inline lexbor_hash_entry_t * function lxb_inline (line 207) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/core/in.c function lexbor_in_t (line 11) | lexbor_in_t * function lxb_status_t (line 17) | lxb_status_t function lexbor_in_clean (line 34) | void function lexbor_in_t (line 40) | lexbor_in_t * function lexbor_in_node_t (line 56) | lexbor_in_node_t * function lexbor_in_node_clean (line 86) | void function lexbor_in_node_t (line 96) | lexbor_in_node_t * function lexbor_in_node_t (line 111) | lexbor_in_node_t * function lexbor_in_node_t (line 144) | lexbor_in_node_t * function lxb_char_t (line 158) | const lxb_char_t * function lxb_char_t (line 191) | const lxb_char_t * function lxb_char_t (line 227) | const lxb_char_t * function lxb_char_t (line 233) | const lxb_char_t * function lexbor_in_node_offset_noi (line 239) | size_t function lexbor_in_node_t (line 245) | lexbor_in_node_t * function lexbor_in_node_t (line 251) | lexbor_in_node_t * function lexbor_in_t (line 257) | lexbor_in_t * function lexbor_in_segment_noi (line 263) | bool FILE: ext/dom/lexbor/lexbor/core/in.h type lexbor_in_node_t (line 18) | typedef struct lexbor_in_node lexbor_in_node_t; type lexbor_in_opt_t (line 19) | typedef int lexbor_in_opt_t; type lexbor_in_opt (line 21) | enum lexbor_in_opt { type lexbor_in_t (line 29) | typedef struct { type lexbor_in_node (line 34) | struct lexbor_in_node { function lxb_inline (line 101) | lxb_inline const lxb_char_t * function lxb_inline (line 107) | lxb_inline const lxb_char_t * function lxb_inline (line 113) | lxb_inline size_t function lxb_inline (line 119) | lxb_inline lexbor_in_node_t * function lxb_inline (line 125) | lxb_inline lexbor_in_node_t * function lxb_inline (line 131) | lxb_inline lexbor_in_t * function lxb_inline (line 137) | lxb_inline bool FILE: ext/dom/lexbor/lexbor/core/mem.c function lexbor_mem_t (line 10) | lexbor_mem_t * function lxb_status_t (line 16) | lxb_status_t function lexbor_mem_clean (line 41) | void function lexbor_mem_t (line 68) | lexbor_mem_t * function lexbor_mem_chunk_t (line 121) | lexbor_mem_chunk_t * function lexbor_mem_chunk_t (line 137) | lexbor_mem_chunk_t * function lexbor_mem_current_length_noi (line 201) | size_t function lexbor_mem_current_size_noi (line 207) | size_t function lexbor_mem_chunk_length_noi (line 213) | size_t function lexbor_mem_align_noi (line 218) | size_t function lexbor_mem_align_floor_noi (line 224) | size_t FILE: ext/dom/lexbor/lexbor/core/mem.h type lexbor_mem_chunk_t (line 19) | typedef struct lexbor_mem_chunk lexbor_mem_chunk_t; type lexbor_mem_t (line 20) | typedef struct lexbor_mem lexbor_mem_t; type lexbor_mem_chunk (line 22) | struct lexbor_mem_chunk { type lexbor_mem (line 31) | struct lexbor_mem { function lxb_inline (line 84) | lxb_inline size_t function lxb_inline (line 90) | lxb_inline size_t function lxb_inline (line 96) | lxb_inline size_t function lxb_inline (line 102) | lxb_inline size_t function lxb_inline (line 110) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/core/mraw.c function lexbor_mraw_t (line 31) | lexbor_mraw_t * function lxb_status_t (line 37) | lxb_status_t function lexbor_mraw_clean (line 75) | void function lexbor_mraw_t (line 86) | lexbor_mraw_t * function lxb_inline (line 103) | lxb_inline void * function lxb_inline (line 241) | lxb_inline void * function lexbor_mraw_data_size_noi (line 405) | size_t function lexbor_mraw_data_size_set_noi (line 411) | void FILE: ext/dom/lexbor/lexbor/core/mraw.h type lexbor_mraw_t (line 28) | typedef struct { function lxb_inline (line 65) | lxb_inline size_t function lxb_inline (line 71) | lxb_inline void function lxb_inline (line 78) | lxb_inline void * function lxb_inline (line 90) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/core/plog.c function lxb_status_t (line 10) | lxb_status_t function lexbor_plog_t (line 31) | lexbor_plog_t * function lexbor_plog_t (line 50) | lexbor_plog_t * function lexbor_plog_clean_noi (line 56) | void function lexbor_plog_length_noi (line 69) | size_t FILE: ext/dom/lexbor/lexbor/core/plog.h type lexbor_plog_entry_t (line 17) | typedef struct { type lexbor_plog_t (line 24) | typedef struct { function lxb_inline (line 40) | lxb_inline lexbor_plog_t * function lxb_inline (line 46) | lxb_inline void function lxb_inline (line 52) | lxb_inline void * function lxb_inline (line 74) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/core/print.c function lexbor_printf_size (line 23) | size_t function lexbor_vprintf_size (line 36) | size_t function lexbor_sprintf (line 86) | size_t function lexbor_vsprintf (line 99) | size_t FILE: ext/dom/lexbor/lexbor/core/sbst.h type lexbor_sbst_entry_static_t (line 28) | typedef struct { function lxb_inline (line 44) | lxb_inline const lexbor_sbst_entry_static_t * FILE: ext/dom/lexbor/lexbor/core/serialize.c function lxb_status_t (line 11) | lxb_status_t function lxb_status_t (line 18) | lxb_status_t FILE: ext/dom/lexbor/lexbor/core/shs.c function lexbor_shs_entry_t (line 33) | const lexbor_shs_entry_t * function lexbor_shs_entry_t (line 62) | const lexbor_shs_entry_t * function lexbor_shs_entry_t (line 91) | const lexbor_shs_entry_t * FILE: ext/dom/lexbor/lexbor/core/shs.h type lexbor_shs_entry_t (line 19) | typedef struct { type lexbor_shs_hash_t (line 28) | typedef struct { function lxb_inline (line 52) | lxb_inline const lexbor_shs_hash_t * FILE: ext/dom/lexbor/lexbor/core/str.c function lexbor_str_t (line 15) | lexbor_str_t * function lxb_char_t (line 21) | lxb_char_t * function lxb_char_t (line 38) | lxb_char_t * function lexbor_str_clean (line 63) | void function lexbor_str_clean_all (line 69) | void function lexbor_str_t (line 75) | lexbor_str_t * function lxb_char_t (line 93) | lxb_char_t * function lxb_char_t (line 106) | lxb_char_t * function lxb_char_t (line 130) | lxb_char_t * function lxb_char_t (line 152) | lxb_char_t * function lxb_char_t (line 172) | lxb_char_t * function lxb_char_t (line 186) | lxb_char_t * function lxb_char_t (line 208) | lxb_char_t * function lxb_char_t (line 250) | lxb_char_t * function lexbor_str_stay_only_whitespace (line 269) | void function lexbor_str_strip_collapse_whitespace (line 285) | void function lexbor_str_crop_whitespace_from_begin (line 331) | size_t function lexbor_str_whitespace_from_begin (line 351) | size_t function lexbor_str_whitespace_from_end (line 366) | size_t function lxb_char_t (line 387) | const lxb_char_t * function lexbor_str_data_ncasecmp_end (line 408) | bool function lexbor_str_data_ncasecmp_contain (line 425) | bool function lexbor_str_data_ncasecmp (line 438) | bool function lexbor_str_data_nlocmp_right (line 453) | bool function lexbor_str_data_nupcmp_right (line 466) | bool function lexbor_str_data_casecmp (line 479) | bool function lexbor_str_data_ncmp_end (line 498) | bool function lexbor_str_data_ncmp_contain (line 513) | bool function lexbor_str_data_ncmp (line 526) | bool function lexbor_str_data_cmp (line 533) | bool function lexbor_str_data_cmp_ws (line 550) | bool function lexbor_str_data_to_lowercase (line 567) | void function lexbor_str_data_to_uppercase (line 577) | void function lxb_char_t (line 587) | const lxb_char_t * function lxb_char_t (line 601) | const lxb_char_t * function lxb_char_t (line 618) | lxb_char_t * function lexbor_str_length_noi (line 624) | size_t function lexbor_str_size_noi (line 630) | size_t function lexbor_str_data_set_noi (line 636) | void function lxb_char_t (line 642) | lxb_char_t * FILE: ext/dom/lexbor/lexbor/core/str.h type lexbor_str_t (line 46) | typedef struct { function lxb_inline (line 186) | lxb_inline lxb_char_t * function lxb_inline (line 192) | lxb_inline size_t function lxb_inline (line 198) | lxb_inline size_t function lxb_inline (line 204) | lxb_inline void function lxb_inline (line 210) | lxb_inline lxb_char_t * FILE: ext/dom/lexbor/lexbor/core/strtod.c function lxb_inline (line 55) | lxb_inline uint64_t function lexbor_diyfp_t (line 84) | static lexbor_diyfp_t function lxb_inline (line 109) | lxb_inline lexbor_diyfp_t function lxb_inline (line 140) | lxb_inline int function lexbor_strtod_diyfp_strtod (line 158) | static double function lexbor_strtod_internal (line 263) | double FILE: ext/dom/lexbor/lexbor/core/swar.h function lxb_inline (line 32) | lxb_inline const lxb_char_t * function lxb_inline (line 62) | lxb_inline const lxb_char_t * FILE: ext/dom/lexbor/lexbor/core/types.h type lxb_codepoint_t (line 26) | typedef uint32_t lxb_codepoint_t; type lxb_char_t (line 27) | typedef unsigned char lxb_char_t; type lxb_status_t (line 28) | typedef unsigned int lxb_status_t; type lxb_status_t (line 31) | typedef lxb_status_t (*lexbor_callback_f)(const lxb_char_t *buffer, FILE: ext/dom/lexbor/lexbor/core/utils.c function lexbor_utils_power (line 10) | size_t function lexbor_utils_hash_hash (line 27) | size_t FILE: ext/dom/lexbor/lexbor/css/at_rule.h type lxb_css_at_rule__undef_t (line 19) | typedef struct { type lxb_css_at_rule__custom_t (line 26) | typedef struct { type lxb_css_at_rule_media_t (line 33) | typedef struct { type lxb_css_at_rule_namespace_t (line 38) | typedef struct { FILE: ext/dom/lexbor/lexbor/css/at_rule/const.h type lxb_css_at_rule_type_t (line 28) | typedef uintptr_t lxb_css_at_rule_type_t; FILE: ext/dom/lexbor/lexbor/css/base.h type lxb_css_memory_t (line 30) | typedef struct lxb_css_memory { type lxb_css_type_t (line 39) | typedef uint32_t lxb_css_type_t; type lxb_css_parser_t (line 41) | typedef struct lxb_css_parser lxb_css_parser_t; type lxb_css_parser_state_t (line 42) | typedef struct lxb_css_parser_state lxb_css_parser_state_t; type lxb_css_parser_error_t (line 43) | typedef struct lxb_css_parser_error lxb_css_parser_error_t; type lxb_css_syntax_tokenizer_t (line 45) | typedef struct lxb_css_syntax_tokenizer lxb_css_syntax_tokenizer_t; type lxb_css_syntax_token_t (line 46) | typedef struct lxb_css_syntax_token lxb_css_syntax_token_t; type lxb_status_t (line 55) | typedef lxb_status_t type lxb_css_stylesheet_t (line 65) | typedef struct lxb_css_stylesheet lxb_css_stylesheet_t; type lxb_css_rule_list_t (line 66) | typedef struct lxb_css_rule_list lxb_css_rule_list_t; type lxb_css_rule_style_t (line 67) | typedef struct lxb_css_rule_style lxb_css_rule_style_t; type lxb_css_rule_bad_style_t (line 68) | typedef struct lxb_css_rule_bad_style lxb_css_rule_bad_style_t; type lxb_css_rule_declaration_list_t (line 69) | typedef struct lxb_css_rule_declaration_list lxb_css_rule_declaration_li... type lxb_css_rule_declaration_t (line 70) | typedef struct lxb_css_rule_declaration lxb_css_rule_declaration_t; type lxb_css_rule_at_t (line 71) | typedef struct lxb_css_rule_at lxb_css_rule_at_t; type lxb_css_entry_data_t (line 73) | typedef struct { type lxb_css_data_t (line 85) | typedef struct { FILE: ext/dom/lexbor/lexbor/css/css.c type lxb_css_str_ctx_t (line 10) | typedef struct { function lxb_css_memory_t (line 21) | lxb_css_memory_t * function lxb_status_t (line 27) | lxb_status_t function lxb_css_memory_clean (line 80) | void function lxb_css_memory_t (line 96) | lxb_css_memory_t * function lxb_css_memory_t (line 122) | lxb_css_memory_t * function lxb_css_memory_ref_dec (line 134) | void function lxb_css_memory_t (line 142) | lxb_css_memory_t * function lxb_status_t (line 156) | lxb_status_t function lxb_char_t (line 206) | lxb_char_t * function lxb_status_t (line 250) | lxb_status_t function lxb_status_t (line 270) | static lxb_status_t FILE: ext/dom/lexbor/lexbor/css/log.c type lxb_css_log_type_str_t (line 12) | typedef struct { function lxb_css_log_t (line 27) | lxb_css_log_t * function lxb_status_t (line 33) | lxb_status_t function lxb_css_log_clean (line 61) | void function lxb_css_log_t (line 73) | lxb_css_log_t * function lxb_css_log_message_t (line 93) | lxb_css_log_message_t * function lxb_css_log_message_t (line 119) | lxb_css_log_message_t * function lxb_css_log_message_t (line 139) | lxb_css_log_message_t * function lxb_css_log_message_t (line 169) | lxb_css_log_message_t * function lxb_char_t (line 179) | const lxb_char_t * function lxb_status_t (line 189) | lxb_status_t function lxb_char_t (line 228) | lxb_char_t * function lxb_status_t (line 275) | lxb_status_t function lxb_char_t (line 292) | lxb_char_t * FILE: ext/dom/lexbor/lexbor/css/log.h type lxb_css_log_type_t (line 20) | typedef enum { type lxb_css_log_message_t (line 28) | typedef struct { type lxb_css_log_t (line 34) | typedef struct { function lxb_inline (line 92) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/css/parser.c function lxb_css_parser_t (line 12) | lxb_css_parser_t * function lxb_status_t (line 18) | lxb_status_t function lxb_css_parser_clean (line 103) | void function lxb_css_parser_erase (line 119) | void function lxb_css_parser_t (line 129) | lxb_css_parser_t * function lxb_css_parser_state_t (line 165) | lxb_css_parser_state_t * function lxb_css_parser_state_t (line 207) | lxb_css_parser_state_t * function lxb_status_t (line 224) | lxb_status_t function lxb_css_parser_stop (line 256) | bool function lxb_css_parser_fail (line 263) | bool function lxb_css_parser_unexpected (line 271) | bool function lxb_css_parser_success (line 278) | bool function lxb_css_parser_failed (line 285) | bool function lxb_status_t (line 296) | lxb_status_t function lxb_css_parser_unexpected_data (line 306) | bool function lxb_status_t (line 320) | lxb_status_t function lxb_css_parser_memory_fail (line 334) | bool function lxb_status_t (line 342) | lxb_status_t FILE: ext/dom/lexbor/lexbor/css/parser.h type lxb_css_parser_stage_t (line 123) | typedef enum { type lxb_css_parser (line 131) | struct lxb_css_parser { type lxb_css_parser_state (line 177) | struct lxb_css_parser_state { type lxb_css_parser_error (line 183) | struct lxb_css_parser_error { function lxb_inline (line 252) | lxb_inline lxb_status_t function lxb_inline (line 258) | lxb_inline lxb_css_memory_t * function lxb_inline (line 264) | lxb_inline void function lxb_inline (line 270) | lxb_inline lxb_css_selectors_t * function lxb_inline (line 276) | lxb_inline void function lxb_inline (line 283) | lxb_inline bool function lxb_inline (line 289) | lxb_inline bool function lxb_inline (line 295) | lxb_inline void function lxb_inline (line 301) | lxb_inline void function lxb_inline (line 311) | lxb_inline bool function lxb_inline (line 317) | lxb_inline void function lxb_inline (line 324) | lxb_inline const lxb_char_t * function lxb_inline (line 334) | lxb_inline void function lxb_inline (line 341) | lxb_inline lxb_css_parser_state_f function lxb_inline (line 347) | lxb_inline void function lxb_inline (line 353) | lxb_inline void function lxb_inline (line 360) | lxb_inline void function lxb_inline (line 367) | lxb_inline void * function lxb_inline (line 373) | lxb_inline void function lxb_inline (line 379) | lxb_inline lxb_css_syntax_rule_t * function lxb_inline (line 385) | lxb_inline size_t function lxb_inline (line 391) | lxb_inline lxb_css_parser_state_t * function lxb_inline (line 397) | lxb_inline lxb_css_parser_state_t * function lxb_inline (line 411) | lxb_inline bool function lxb_inline (line 423) | lxb_inline void function lxb_inline (line 430) | lxb_inline void function lxb_inline (line 436) | lxb_inline lxb_css_parser_state_t * function lxb_inline (line 442) | lxb_inline void function lxb_inline (line 450) | lxb_inline void function lxb_inline (line 456) | lxb_inline void function lxb_inline (line 462) | lxb_inline lxb_css_log_t * function lxb_inline (line 468) | lxb_inline void function lxb_inline (line 485) | lxb_inline const lxb_css_syntax_list_rules_offset_t * function lxb_inline (line 491) | lxb_inline const lxb_css_syntax_at_rule_offset_t * function lxb_inline (line 497) | lxb_inline const lxb_css_syntax_qualified_offset_t * function lxb_inline (line 503) | lxb_inline const lxb_css_syntax_declarations_offset_t * FILE: ext/dom/lexbor/lexbor/css/property.h type lxb_css_property__undef_t (line 22) | typedef struct { type lxb_css_property__custom_t (line 28) | typedef struct { type lxb_css_property_display_t (line 34) | typedef struct { type lxb_css_value_integer_type_t (line 41) | typedef lxb_css_value_integer_type_t lxb_css_property_order_t; type lxb_css_property_visibility_t (line 43) | typedef struct { type lxb_css_value_length_percentage_t (line 48) | typedef lxb_css_value_length_percentage_t lxb_css_property_width_t; type lxb_css_value_length_percentage_t (line 49) | typedef lxb_css_value_length_percentage_t lxb_css_property_height_t; type lxb_css_value_length_percentage_t (line 50) | typedef lxb_css_value_length_percentage_t lxb_css_property_min_width_t; type lxb_css_value_length_percentage_t (line 51) | typedef lxb_css_value_length_percentage_t lxb_css_property_min_height_t; type lxb_css_value_length_percentage_t (line 52) | typedef lxb_css_value_length_percentage_t lxb_css_property_max_width_t; type lxb_css_value_length_percentage_t (line 53) | typedef lxb_css_value_length_percentage_t lxb_css_property_max_height_t; type lxb_css_value_length_percentage_t (line 54) | typedef lxb_css_value_length_percentage_t lxb_css_property_margin_top_t; type lxb_css_value_length_percentage_t (line 55) | typedef lxb_css_value_length_percentage_t lxb_css_property_margin_right_t; type lxb_css_value_length_percentage_t (line 56) | typedef lxb_css_value_length_percentage_t lxb_css_property_margin_bottom_t; type lxb_css_value_length_percentage_t (line 57) | typedef lxb_css_value_length_percentage_t lxb_css_property_margin_left_t; type lxb_css_value_length_percentage_t (line 58) | typedef lxb_css_value_length_percentage_t lxb_css_property_padding_top_t; type lxb_css_value_length_percentage_t (line 59) | typedef lxb_css_value_length_percentage_t lxb_css_property_padding_right_t; type lxb_css_value_length_percentage_t (line 60) | typedef lxb_css_value_length_percentage_t lxb_css_property_padding_botto... type lxb_css_value_length_percentage_t (line 61) | typedef lxb_css_value_length_percentage_t lxb_css_property_padding_left_t; type lxb_css_property_box_sizing_t (line 63) | typedef struct { type lxb_css_property_margin_t (line 68) | typedef struct { type lxb_css_property_padding_t (line 76) | typedef struct { type lxb_css_property_border_t (line 84) | typedef struct { type lxb_css_property_border_t (line 91) | typedef lxb_css_property_border_t lxb_css_property_border_top_t; type lxb_css_property_border_t (line 92) | typedef lxb_css_property_border_t lxb_css_property_border_right_t; type lxb_css_property_border_t (line 93) | typedef lxb_css_property_border_t lxb_css_property_border_bottom_t; type lxb_css_property_border_t (line 94) | typedef lxb_css_property_border_t lxb_css_property_border_left_t; type lxb_css_value_color_t (line 96) | typedef lxb_css_value_color_t lxb_css_property_border_top_color_t; type lxb_css_value_color_t (line 97) | typedef lxb_css_value_color_t lxb_css_property_border_right_color_t; type lxb_css_value_color_t (line 98) | typedef lxb_css_value_color_t lxb_css_property_border_bottom_color_t; type lxb_css_value_color_t (line 99) | typedef lxb_css_value_color_t lxb_css_property_border_left_color_t; type lxb_css_value_color_t (line 101) | typedef lxb_css_value_color_t lxb_css_property_background_color_t; type lxb_css_value_color_t (line 103) | typedef lxb_css_value_color_t lxb_css_property_color_t; type lxb_css_value_number_percentage_t (line 104) | typedef lxb_css_value_number_percentage_t lxb_css_property_opacity_t; type lxb_css_property_position_t (line 106) | typedef struct { type lxb_css_value_length_percentage_t (line 111) | typedef lxb_css_value_length_percentage_t lxb_css_property_top_t; type lxb_css_value_length_percentage_t (line 112) | typedef lxb_css_value_length_percentage_t lxb_css_property_right_t; type lxb_css_value_length_percentage_t (line 113) | typedef lxb_css_value_length_percentage_t lxb_css_property_bottom_t; type lxb_css_value_length_percentage_t (line 114) | typedef lxb_css_value_length_percentage_t lxb_css_property_left_t; type lxb_css_value_length_percentage_t (line 116) | typedef lxb_css_value_length_percentage_t lxb_css_property_inset_block_s... type lxb_css_value_length_percentage_t (line 117) | typedef lxb_css_value_length_percentage_t lxb_css_property_inset_inline_... type lxb_css_value_length_percentage_t (line 118) | typedef lxb_css_value_length_percentage_t lxb_css_property_inset_block_e... type lxb_css_value_length_percentage_t (line 119) | typedef lxb_css_value_length_percentage_t lxb_css_property_inset_inline_... type lxb_css_property_text_transform_t (line 121) | typedef struct { type lxb_css_property_text_align_t (line 128) | typedef struct { type lxb_css_property_text_align_all_t (line 133) | typedef struct { type lxb_css_property_text_align_last_t (line 138) | typedef struct { type lxb_css_property_text_justify_t (line 143) | typedef struct { type lxb_css_property_text_indent_t (line 148) | typedef struct { type lxb_css_property_white_space_t (line 156) | typedef struct { type lxb_css_value_number_length_t (line 161) | typedef lxb_css_value_number_length_t lxb_css_property_tab_size_t; type lxb_css_property_word_break_t (line 163) | typedef struct { type lxb_css_property_line_break_t (line 168) | typedef struct { type lxb_css_property_hyphens_t (line 173) | typedef struct { type lxb_css_property_overflow_wrap_t (line 178) | typedef struct { type lxb_css_property_word_wrap_t (line 183) | typedef struct { type lxb_css_value_length_type_t (line 188) | typedef lxb_css_value_length_type_t lxb_css_property_word_spacing_t; type lxb_css_value_length_type_t (line 189) | typedef lxb_css_value_length_type_t lxb_css_property_letter_spacing_t; type lxb_css_property_hanging_punctuation_t (line 191) | typedef struct { type lxb_css_property_family_name_t (line 198) | typedef struct lxb_css_property_family_name lxb_css_property_family_name_t; type lxb_css_property_family_name (line 200) | struct lxb_css_property_family_name { type lxb_css_property_font_family_t (line 212) | typedef struct { type lxb_css_value_number_type_t (line 220) | typedef lxb_css_value_number_type_t lxb_css_property_font_weight_t; type lxb_css_value_percentage_type_t (line 221) | typedef lxb_css_value_percentage_type_t lxb_css_property_font_stretch_t; type lxb_css_value_angle_type_t (line 222) | typedef lxb_css_value_angle_type_t lxb_css_property_font_style_t; type lxb_css_value_length_percentage_type_t (line 223) | typedef lxb_css_value_length_percentage_type_t lxb_css_property_font_siz... type lxb_css_property_float_reference_t (line 225) | typedef struct { type lxb_css_property_float_t (line 230) | typedef struct { type lxb_css_property_clear_t (line 237) | typedef struct { type lxb_css_value_length_percentage_t (line 242) | typedef lxb_css_value_length_percentage_t lxb_css_property_float_offset_t; type lxb_css_value_integer_type_t (line 243) | typedef lxb_css_value_integer_type_t lxb_css_property_float_defer_t; type lxb_css_property_wrap_flow_t (line 245) | typedef struct { type lxb_css_property_wrap_through_t (line 250) | typedef struct { type lxb_css_property_flex_direction_t (line 255) | typedef struct { type lxb_css_property_flex_wrap_t (line 260) | typedef struct { type lxb_css_property_flex_flow_t (line 265) | typedef struct { type lxb_css_value_number_type_t (line 271) | typedef lxb_css_value_number_type_t lxb_css_property_flex_grow_t; type lxb_css_value_number_type_t (line 272) | typedef lxb_css_value_number_type_t lxb_css_property_flex_shrink_t; type lxb_css_property_width_t (line 273) | typedef lxb_css_property_width_t lxb_css_property_flex_basis_t; type lxb_css_property_flex_t (line 275) | typedef struct { type lxb_css_property_justify_content_t (line 283) | typedef struct { type lxb_css_property_align_items_t (line 288) | typedef struct { type lxb_css_property_align_self_t (line 293) | typedef struct { type lxb_css_property_align_content_t (line 298) | typedef struct { type lxb_css_property_dominant_baseline_t (line 303) | typedef struct { type lxb_css_property_baseline_source_t (line 308) | typedef struct { type lxb_css_property_alignment_baseline_t (line 313) | typedef struct { type lxb_css_value_length_percentage_t (line 318) | typedef lxb_css_value_length_percentage_t lxb_css_property_baseline_shif... type lxb_css_property_vertical_align_t (line 320) | typedef struct { type lxb_css_value_number_length_percentage_t (line 327) | typedef lxb_css_value_number_length_percentage_t lxb_css_property_line_h... type lxb_css_value_integer_type_t (line 329) | typedef lxb_css_value_integer_type_t lxb_css_property_z_index_t; type lxb_css_property_direction_t (line 331) | typedef struct { type lxb_css_property_unicode_bidi_t (line 336) | typedef struct { type lxb_css_property_writing_mode_t (line 341) | typedef struct { type lxb_css_property_text_orientation_t (line 346) | typedef struct { type lxb_css_property_text_combine_upright_t (line 351) | typedef struct { type lxb_css_property_overflow_x_t (line 361) | typedef struct { type lxb_css_property_overflow_y_t (line 366) | typedef struct { type lxb_css_property_overflow_block_t (line 371) | typedef struct { type lxb_css_property_overflow_inline_t (line 376) | typedef struct { type lxb_css_property_text_overflow_t (line 381) | typedef struct { type lxb_css_property_text_decoration_line_t (line 386) | typedef struct { type lxb_css_property_text_decoration_style_t (line 395) | typedef struct { type lxb_css_value_color_t (line 400) | typedef lxb_css_value_color_t lxb_css_property_text_decoration_color_t; type lxb_css_property_text_decoration_t (line 402) | typedef struct { FILE: ext/dom/lexbor/lexbor/css/property/const.h type lxb_css_property_type_t (line 127) | typedef uintptr_t lxb_css_property_type_t; type lxb_css_align_content_type_t (line 137) | typedef unsigned int lxb_css_align_content_type_t; type lxb_css_align_items_type_t (line 146) | typedef unsigned int lxb_css_align_items_type_t; type lxb_css_align_self_type_t (line 156) | typedef unsigned int lxb_css_align_self_type_t; type lxb_css_alignment_baseline_type_t (line 168) | typedef unsigned int lxb_css_alignment_baseline_type_t; type lxb_css_baseline_shift_type_t (line 181) | typedef unsigned int lxb_css_baseline_shift_type_t; type lxb_css_baseline_source_type_t (line 188) | typedef unsigned int lxb_css_baseline_source_type_t; type lxb_css_border_type_t (line 206) | typedef unsigned int lxb_css_border_type_t; type lxb_css_border_bottom_type_t (line 224) | typedef unsigned int lxb_css_border_bottom_type_t; type lxb_css_border_left_type_t (line 244) | typedef unsigned int lxb_css_border_left_type_t; type lxb_css_border_right_type_t (line 264) | typedef unsigned int lxb_css_border_right_type_t; type lxb_css_border_top_type_t (line 284) | typedef unsigned int lxb_css_border_top_type_t; type lxb_css_bottom_type_t (line 293) | typedef unsigned int lxb_css_bottom_type_t; type lxb_css_box_sizing_type_t (line 299) | typedef unsigned int lxb_css_box_sizing_type_t; type lxb_css_clear_type_t (line 312) | typedef unsigned int lxb_css_clear_type_t; type lxb_css_color_type_t (line 496) | typedef unsigned int lxb_css_color_type_t; type lxb_css_direction_type_t (line 502) | typedef unsigned int lxb_css_direction_type_t; type lxb_css_display_type_t (line 534) | typedef unsigned int lxb_css_display_type_t; type lxb_css_dominant_baseline_type_t (line 547) | typedef unsigned int lxb_css_dominant_baseline_type_t; type lxb_css_flex_type_t (line 552) | typedef unsigned int lxb_css_flex_type_t; type lxb_css_flex_basis_type_t (line 557) | typedef unsigned int lxb_css_flex_basis_type_t; type lxb_css_flex_direction_type_t (line 565) | typedef unsigned int lxb_css_flex_direction_type_t; type lxb_css_flex_grow_type_t (line 572) | typedef unsigned int lxb_css_flex_grow_type_t; type lxb_css_flex_shrink_type_t (line 577) | typedef unsigned int lxb_css_flex_shrink_type_t; type lxb_css_flex_wrap_type_t (line 584) | typedef unsigned int lxb_css_flex_wrap_type_t; type lxb_css_float_type_t (line 602) | typedef unsigned int lxb_css_float_type_t; type lxb_css_float_defer_type_t (line 609) | typedef unsigned int lxb_css_float_defer_type_t; type lxb_css_float_offset_type_t (line 615) | typedef unsigned int lxb_css_float_offset_type_t; type lxb_css_float_reference_type_t (line 623) | typedef unsigned int lxb_css_float_reference_type_t; type lxb_css_font_family_type_t (line 640) | typedef unsigned int lxb_css_font_family_type_t; type lxb_css_font_size_type_t (line 656) | typedef unsigned int lxb_css_font_size_type_t; type lxb_css_font_stretch_type_t (line 670) | typedef unsigned int lxb_css_font_stretch_type_t; type lxb_css_font_style_type_t (line 677) | typedef unsigned int lxb_css_font_style_type_t; type lxb_css_font_weight_type_t (line 686) | typedef unsigned int lxb_css_font_weight_type_t; type lxb_css_hanging_punctuation_type_t (line 695) | typedef unsigned int lxb_css_hanging_punctuation_type_t; type lxb_css_height_type_t (line 706) | typedef unsigned int lxb_css_height_type_t; type lxb_css_hyphens_type_t (line 713) | typedef unsigned int lxb_css_hyphens_type_t; type lxb_css_inset_block_end_type_t (line 720) | typedef unsigned int lxb_css_inset_block_end_type_t; type lxb_css_inset_block_start_type_t (line 727) | typedef unsigned int lxb_css_inset_block_start_type_t; type lxb_css_inset_inline_end_type_t (line 734) | typedef unsigned int lxb_css_inset_inline_end_type_t; type lxb_css_inset_inline_start_type_t (line 741) | typedef unsigned int lxb_css_inset_inline_start_type_t; type lxb_css_justify_content_type_t (line 750) | typedef unsigned int lxb_css_justify_content_type_t; type lxb_css_left_type_t (line 757) | typedef unsigned int lxb_css_left_type_t; type lxb_css_letter_spacing_type_t (line 763) | typedef unsigned int lxb_css_letter_spacing_type_t; type lxb_css_line_break_type_t (line 772) | typedef unsigned int lxb_css_line_break_type_t; type lxb_css_line_height_type_t (line 780) | typedef unsigned int lxb_css_line_height_type_t; type lxb_css_margin_type_t (line 787) | typedef unsigned int lxb_css_margin_type_t; type lxb_css_margin_bottom_type_t (line 794) | typedef unsigned int lxb_css_margin_bottom_type_t; type lxb_css_margin_left_type_t (line 801) | typedef unsigned int lxb_css_margin_left_type_t; type lxb_css_margin_right_type_t (line 808) | typedef unsigned int lxb_css_margin_right_type_t; type lxb_css_margin_top_type_t (line 815) | typedef unsigned int lxb_css_margin_top_type_t; type lxb_css_max_height_type_t (line 826) | typedef unsigned int lxb_css_max_height_type_t; type lxb_css_max_width_type_t (line 837) | typedef unsigned int lxb_css_max_width_type_t; type lxb_css_min_height_type_t (line 848) | typedef unsigned int lxb_css_min_height_type_t; type lxb_css_min_width_type_t (line 859) | typedef unsigned int lxb_css_min_width_type_t; type lxb_css_opacity_type_t (line 865) | typedef unsigned int lxb_css_opacity_type_t; type lxb_css_order_type_t (line 870) | typedef unsigned int lxb_css_order_type_t; type lxb_css_overflow_block_type_t (line 879) | typedef unsigned int lxb_css_overflow_block_type_t; type lxb_css_overflow_inline_type_t (line 888) | typedef unsigned int lxb_css_overflow_inline_type_t; type lxb_css_overflow_wrap_type_t (line 895) | typedef unsigned int lxb_css_overflow_wrap_type_t; type lxb_css_overflow_x_type_t (line 904) | typedef unsigned int lxb_css_overflow_x_type_t; type lxb_css_overflow_y_type_t (line 913) | typedef unsigned int lxb_css_overflow_y_type_t; type lxb_css_padding_type_t (line 920) | typedef unsigned int lxb_css_padding_type_t; type lxb_css_padding_bottom_type_t (line 927) | typedef unsigned int lxb_css_padding_bottom_type_t; type lxb_css_padding_left_type_t (line 934) | typedef unsigned int lxb_css_padding_left_type_t; type lxb_css_padding_right_type_t (line 941) | typedef unsigned int lxb_css_padding_right_type_t; type lxb_css_padding_top_type_t (line 948) | typedef unsigned int lxb_css_padding_top_type_t; type lxb_css_position_type_t (line 957) | typedef unsigned int lxb_css_position_type_t; type lxb_css_right_type_t (line 964) | typedef unsigned int lxb_css_right_type_t; type lxb_css_tab_size_type_t (line 970) | typedef unsigned int lxb_css_tab_size_type_t; type lxb_css_text_align_type_t (line 982) | typedef unsigned int lxb_css_text_align_type_t; type lxb_css_text_align_all_type_t (line 993) | typedef unsigned int lxb_css_text_align_all_type_t; type lxb_css_text_align_last_type_t (line 1005) | typedef unsigned int lxb_css_text_align_last_type_t; type lxb_css_text_combine_upright_type_t (line 1012) | typedef unsigned int lxb_css_text_combine_upright_type_t; type lxb_css_text_decoration_line_type_t (line 1025) | typedef unsigned int lxb_css_text_decoration_line_type_t; type lxb_css_text_decoration_style_type_t (line 1034) | typedef unsigned int lxb_css_text_decoration_style_type_t; type lxb_css_text_indent_type_t (line 1042) | typedef unsigned int lxb_css_text_indent_type_t; type lxb_css_text_justify_type_t (line 1050) | typedef unsigned int lxb_css_text_justify_type_t; type lxb_css_text_orientation_type_t (line 1057) | typedef unsigned int lxb_css_text_orientation_type_t; type lxb_css_text_overflow_type_t (line 1063) | typedef unsigned int lxb_css_text_overflow_type_t; type lxb_css_text_transform_type_t (line 1073) | typedef unsigned int lxb_css_text_transform_type_t; type lxb_css_top_type_t (line 1080) | typedef unsigned int lxb_css_top_type_t; type lxb_css_unicode_bidi_type_t (line 1090) | typedef unsigned int lxb_css_unicode_bidi_type_t; type lxb_css_vertical_align_type_t (line 1096) | typedef unsigned int lxb_css_vertical_align_type_t; type lxb_css_visibility_type_t (line 1103) | typedef unsigned int lxb_css_visibility_type_t; type lxb_css_white_space_type_t (line 1113) | typedef unsigned int lxb_css_white_space_type_t; type lxb_css_width_type_t (line 1124) | typedef unsigned int lxb_css_width_type_t; type lxb_css_word_break_type_t (line 1132) | typedef unsigned int lxb_css_word_break_type_t; type lxb_css_word_spacing_type_t (line 1138) | typedef unsigned int lxb_css_word_spacing_type_t; type lxb_css_word_wrap_type_t (line 1145) | typedef unsigned int lxb_css_word_wrap_type_t; type lxb_css_wrap_flow_type_t (line 1156) | typedef unsigned int lxb_css_wrap_flow_type_t; type lxb_css_wrap_through_type_t (line 1162) | typedef unsigned int lxb_css_wrap_through_type_t; type lxb_css_writing_mode_type_t (line 1171) | typedef unsigned int lxb_css_writing_mode_type_t; type lxb_css_z_index_type_t (line 1177) | typedef unsigned int lxb_css_z_index_type_t; FILE: ext/dom/lexbor/lexbor/css/rule.h type lxb_css_rule_type_t (line 29) | typedef enum { type lxb_css_rule_t (line 41) | typedef struct lxb_css_rule lxb_css_rule_t; type lxb_css_rule (line 43) | struct lxb_css_rule { type lxb_css_rule_list (line 56) | struct lxb_css_rule_list { type lxb_css_rule_at (line 63) | struct lxb_css_rule_at { type lxb_css_rule_style (line 77) | struct lxb_css_rule_style { type lxb_css_rule_bad_style (line 84) | struct lxb_css_rule_bad_style { type lxb_css_rule_declaration_list (line 91) | struct lxb_css_rule_declaration_list { type lxb_css_rule_declaration (line 100) | struct lxb_css_rule_declaration { function lxb_inline (line 277) | lxb_inline void function lxb_inline (line 288) | lxb_inline lxb_css_rule_t * function lxb_inline (line 305) | lxb_inline lxb_css_rule_list_t * function lxb_inline (line 313) | lxb_inline size_t function lxb_inline (line 319) | lxb_inline lxb_status_t function lxb_inline (line 331) | lxb_inline void function lxb_inline (line 339) | lxb_inline void function lxb_inline (line 353) | lxb_inline void function lxb_inline (line 369) | lxb_inline lxb_css_rule_at_t * function lxb_inline (line 377) | lxb_inline lxb_css_rule_style_t * function lxb_inline (line 385) | lxb_inline lxb_css_rule_bad_style_t * function lxb_inline (line 393) | lxb_inline lxb_css_rule_declaration_list_t * function lxb_inline (line 401) | lxb_inline void function lxb_inline (line 420) | lxb_inline lxb_css_rule_declaration_t * FILE: ext/dom/lexbor/lexbor/css/selectors/base.h type lxb_css_selectors_t (line 38) | typedef struct lxb_css_selectors lxb_css_selectors_t; type lxb_css_selector_t (line 39) | typedef struct lxb_css_selector lxb_css_selector_t; type lxb_css_selector_list_t (line 40) | typedef struct lxb_css_selector_list lxb_css_selector_list_t; FILE: ext/dom/lexbor/lexbor/css/selectors/pseudo.c function lxb_css_selectors_pseudo_data_t (line 14) | const lxb_css_selectors_pseudo_data_t * function lxb_css_selectors_pseudo_data_func_t (line 28) | const lxb_css_selectors_pseudo_data_func_t * function lxb_css_selectors_pseudo_data_func_t (line 43) | const lxb_css_selectors_pseudo_data_func_t * function lxb_css_selectors_pseudo_data_t (line 49) | const lxb_css_selectors_pseudo_data_t * function lxb_css_selectors_pseudo_data_func_t (line 63) | const lxb_css_selectors_pseudo_data_func_t * function lxb_css_selectors_pseudo_data_func_t (line 78) | const lxb_css_selectors_pseudo_data_func_t * function lxb_css_selectors_pseudo_data_func_t (line 84) | const lxb_css_selectors_pseudo_data_func_t * function lxb_css_selector_pseudo_function_can_empty (line 94) | bool FILE: ext/dom/lexbor/lexbor/css/selectors/pseudo.h type lxb_css_selectors_pseudo_data_func_t (line 19) | typedef struct { type lxb_css_selectors_pseudo_data_t (line 31) | typedef struct { FILE: ext/dom/lexbor/lexbor/css/selectors/pseudo_const.h type lxb_css_selector_pseudo_class_id_t (line 18) | typedef enum { type lxb_css_selector_pseudo_class_function_id_t (line 65) | typedef enum { type lxb_css_selector_pseudo_element_id_t (line 84) | typedef enum { type lxb_css_selector_pseudo_element_function_id_t (line 102) | typedef enum { FILE: ext/dom/lexbor/lexbor/css/selectors/pseudo_state.c function lxb_inline (line 37) | lxb_inline bool function lxb_css_selectors_state_pseudo_class_function__undef (line 55) | bool function lxb_css_selectors_state_pseudo_class_function_current (line 62) | bool function lxb_css_selectors_state_pseudo_class_function_dir (line 74) | bool function lxb_css_selectors_state_pseudo_class_function_has (line 81) | bool function lxb_css_selectors_state_pseudo_class_function_is (line 93) | bool function lxb_css_selectors_state_pseudo_class_function_lang (line 105) | bool function lxb_css_selectors_state_pseudo_class_function_not (line 112) | bool function lxb_css_selectors_state_pseudo_class_function_nth_child (line 124) | bool function lxb_css_selectors_state_pseudo_class_function_nth_col (line 131) | bool function lxb_css_selectors_state_pseudo_class_function_nth_last_child (line 138) | bool function lxb_css_selectors_state_pseudo_class_function_nth_last_col (line 145) | bool function lxb_css_selectors_state_pseudo_class_function_nth_last_of_type (line 152) | bool function lxb_css_selectors_state_pseudo_class_function_nth_of_type (line 159) | bool function lxb_css_selectors_state_pseudo_class_function_where (line 166) | bool function lxb_css_selectors_state_pseudo_element_function__undef (line 178) | bool function lxb_css_selectors_state_pseudo_anb (line 185) | static bool function lxb_css_selectors_state_pseudo_of_begin (line 216) | static bool function lxb_status_t (line 290) | static lxb_status_t function lxb_css_selectors_state_pseudo_of_back (line 306) | static bool FILE: ext/dom/lexbor/lexbor/css/selectors/selector.c type lxb_status_t (line 21) | typedef lxb_status_t function lxb_css_selector_t (line 110) | lxb_css_selector_t * function lxb_css_selector_destroy (line 123) | void function lxb_css_selector_destroy_chain (line 136) | void function lxb_css_selector_remove (line 148) | void function lxb_css_selector_list_t (line 168) | lxb_css_selector_list_t * function lxb_css_selector_list_remove (line 183) | void function lxb_css_selector_list_selectors_remove (line 195) | void function lxb_css_selector_list_destroy (line 210) | void function lxb_css_selector_list_destroy_chain (line 219) | void function lxb_css_selector_list_destroy_memory (line 231) | void function lxb_css_selector_destroy_undef (line 239) | static void function lxb_css_selector_destroy_any (line 246) | static void function lxb_css_selector_destroy_id (line 259) | static void function lxb_css_selector_destroy_attribute (line 268) | static void function lxb_css_selector_destroy_pseudo_class_function (line 285) | static void function lxb_css_selector_destroy_pseudo_element_function (line 335) | static void function lxb_status_t (line 342) | lxb_status_t function lxb_status_t (line 349) | lxb_status_t function lxb_char_t (line 404) | lxb_char_t * function lxb_status_t (line 450) | lxb_status_t function lxb_char_t (line 461) | lxb_char_t * function lxb_status_t (line 507) | lxb_status_t function lxb_char_t (line 538) | lxb_char_t * function lxb_status_t (line 585) | static lxb_status_t function lxb_status_t (line 592) | static lxb_status_t function lxb_status_t (line 611) | static lxb_status_t function lxb_status_t (line 626) | static lxb_status_t function lxb_status_t (line 641) | static lxb_status_t function lxb_status_t (line 731) | static lxb_status_t function lxb_status_t (line 738) | static lxb_status_t function lxb_status_t (line 806) | static lxb_status_t function lxb_status_t (line 813) | static lxb_status_t function lxb_status_t (line 820) | static lxb_status_t function lxb_status_t (line 845) | lxb_status_t function lxb_char_t (line 867) | lxb_char_t * function lxb_css_selector_list_append (line 901) | void function lxb_css_selector_append_next (line 917) | void function lxb_css_selector_list_append_next (line 930) | void FILE: ext/dom/lexbor/lexbor/css/selectors/selector.h type lxb_css_selector_type_t (line 19) | typedef enum { type lxb_css_selector_combinator_t (line 34) | typedef enum { type lxb_css_selector_match_t (line 45) | typedef enum { type lxb_css_selector_modifier_t (line 56) | typedef enum { type lxb_css_selector_attribute_t (line 64) | typedef struct { type lxb_css_selector_pseudo_t (line 71) | typedef struct { type lxb_css_selector_anb_of_t (line 77) | typedef struct { type lxb_css_selector (line 83) | struct lxb_css_selector { type lxb_css_selector_specificity_t (line 107) | typedef uint32_t lxb_css_selector_specificity_t; type lxb_css_selector_list (line 165) | struct lxb_css_selector_list { FILE: ext/dom/lexbor/lexbor/css/selectors/selectors.c function lxb_css_selectors_t (line 79) | lxb_css_selectors_t * function lxb_status_t (line 85) | lxb_status_t function lxb_css_selectors_clean (line 104) | void function lxb_css_selectors_t (line 119) | lxb_css_selectors_t * function lxb_css_selector_list_t (line 133) | lxb_css_selector_list_t * function lxb_css_selector_list_t (line 140) | lxb_css_selector_list_t * function lxb_css_selector_list_t (line 148) | lxb_css_selector_list_t * function lxb_css_selector_list_t (line 156) | lxb_css_selector_list_t * function lxb_css_selector_list_t (line 164) | lxb_css_selector_list_t * function lxb_status_t (line 172) | static lxb_status_t function lxb_css_selector_list_t (line 197) | static lxb_css_selector_list_t * function lxb_css_selectors_parse_finish (line 221) | static void function lxb_css_selector_list_t (line 230) | static lxb_css_selector_list_t * function lxb_status_t (line 292) | static lxb_status_t function lxb_css_selector_list_t (line 312) | lxb_css_selector_list_t * function lxb_css_selector_list_t (line 320) | lxb_css_selector_list_t * function lxb_css_selector_list_t (line 328) | lxb_css_selector_list_t * function lxb_css_selector_list_t (line 336) | lxb_css_selector_list_t * FILE: ext/dom/lexbor/lexbor/css/selectors/selectors.h type lxb_css_selectors (line 23) | struct lxb_css_selectors { function lxb_inline (line 90) | lxb_inline void function lxb_inline (line 104) | lxb_inline void FILE: ext/dom/lexbor/lexbor/css/selectors/state.c function lxb_inline (line 210) | lxb_inline bool function lxb_inline (line 218) | lxb_inline void function lxb_inline (line 241) | lxb_inline void function lxb_inline (line 264) | lxb_inline void function lxb_css_selectors_state_complex_list (line 282) | bool function lxb_css_selectors_state_complex_list_end (line 300) | static bool function lxb_css_selectors_state_relative_list (line 312) | bool function lxb_css_selectors_state_relative_list_end (line 330) | static bool function lxb_css_selectors_state_relative (line 342) | bool function lxb_css_selectors_state_relative_list_wo_root (line 360) | static bool function lxb_css_selectors_state_relative_wo_root (line 369) | static bool function lxb_css_selectors_state_relative_handler (line 378) | static bool function lxb_css_selectors_state_complex (line 452) | bool function lxb_css_selectors_state_complex_wo_root (line 469) | static bool function lxb_css_selectors_state_complex_handler (line 477) | static bool function lxb_css_selectors_state_complex_end (line 495) | static bool function lxb_css_selectors_state_compound_list (line 584) | bool function lxb_css_selectors_state_compound_list_end (line 602) | static bool function lxb_css_selectors_state_compound (line 615) | bool function lxb_css_selectors_state_compound_wo_root (line 633) | static bool function lxb_css_selectors_state_compound_handler (line 647) | static bool function lxb_css_selectors_state_compound_sub (line 761) | static bool function lxb_css_selectors_state_compound_pseudo (line 843) | static bool function lxb_css_selectors_state_simple_list (line 897) | bool function lxb_css_selectors_state_simple_list_end (line 914) | static bool function lxb_css_selectors_state_simple (line 926) | bool function lxb_css_selectors_state_simple_wo_root (line 943) | static bool function lxb_css_selectors_state_simple_handler (line 957) | static bool function lxb_css_selectors_state_simple_back (line 1043) | static bool function lxb_status_t (line 1051) | static lxb_status_t function lxb_status_t (line 1086) | static lxb_status_t function lxb_status_t (line 1114) | static lxb_status_t function lxb_status_t (line 1146) | static lxb_status_t function lxb_status_t (line 1170) | static lxb_status_t function lxb_status_t (line 1372) | static lxb_status_t function lxb_status_t (line 1390) | static lxb_status_t function lxb_status_t (line 1441) | static lxb_status_t function lxb_status_t (line 1505) | static lxb_status_t function lxb_status_t (line 1577) | static lxb_status_t function lxb_status_t (line 1635) | static lxb_status_t function lxb_inline (line 1678) | lxb_inline void function lxb_status_t (line 1704) | lxb_status_t function lxb_status_t (line 1753) | lxb_status_t function lxb_status_t (line 1763) | lxb_status_t function lxb_status_t (line 1773) | static lxb_status_t function lxb_css_selectors_state_restore_parent (line 1830) | static void function lxb_css_selectors_state_list_end (line 1874) | static bool function lxb_css_selectors_state_end (line 1928) | static bool function lxb_css_syntax_token_t (line 1966) | static const lxb_css_syntax_token_t * FILE: ext/dom/lexbor/lexbor/css/selectors/state.h function lxb_inline (line 71) | lxb_inline bool FILE: ext/dom/lexbor/lexbor/css/state.c function lxb_css_state_success (line 12) | bool function lxb_css_state_failed (line 31) | bool function lxb_css_state_stop (line 46) | bool FILE: ext/dom/lexbor/lexbor/css/stylesheet.h type lxb_css_stylesheet (line 21) | struct lxb_css_stylesheet { FILE: ext/dom/lexbor/lexbor/css/syntax/anb.c function lxb_css_syntax_anb_t (line 48) | lxb_css_syntax_anb_t function lxb_css_syntax_anb_state (line 89) | static bool function lxb_status_t (line 109) | static lxb_status_t function lxb_css_log_message_t (line 117) | static lxb_css_log_message_t * function lxb_status_t (line 128) | lxb_status_t function lxb_status_t (line 207) | static lxb_status_t function lxb_status_t (line 271) | static lxb_status_t function lxb_status_t (line 378) | lxb_status_t function lxb_char_t (line 445) | lxb_char_t * FILE: ext/dom/lexbor/lexbor/css/syntax/anb.h type lxb_css_syntax_anb_t (line 17) | typedef struct { FILE: ext/dom/lexbor/lexbor/css/syntax/parser.c function lxb_inline (line 107) | lxb_inline const lxb_css_syntax_token_t * function lxb_status_t (line 115) | lxb_status_t function lxb_css_syntax_token_t (line 141) | const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 155) | const lxb_css_syntax_token_t * function lxb_css_syntax_parser_consume (line 170) | void function lxb_css_syntax_rule_t (line 178) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 221) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 266) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 307) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 348) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 385) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 437) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 508) | lxb_css_syntax_rule_t * function lxb_css_syntax_rule_t (line 542) | lxb_css_syntax_rule_t * function lxb_css_syntax_token_t (line 548) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 617) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 639) | static const lxb_css_syntax_token_t * function lxb_css_syntax_parser_list_rules_back (line 661) | static bool function lxb_css_syntax_token_t (line 677) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 792) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 902) | static const lxb_css_syntax_token_t * function lxb_css_syntax_parser_declarations_back (line 992) | static bool function lxb_css_syntax_token_t (line 1003) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1082) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1274) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1313) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1407) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1459) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1527) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1602) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1669) | static const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1686) | const lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 1707) | const lxb_css_syntax_token_t * FILE: ext/dom/lexbor/lexbor/css/syntax/state.c function lxb_inline (line 143) | lxb_inline bool function lxb_inline (line 158) | lxb_inline bool function lxb_inline (line 212) | lxb_inline bool function lxb_inline (line 226) | lxb_inline lxb_status_t function lxb_inline (line 245) | lxb_inline lxb_status_t function lxb_inline (line 262) | lxb_inline lxb_status_t function lxb_inline (line 276) | lxb_inline const lxb_char_t * function lxb_inline (line 293) | lxb_inline const lxb_char_t * function lxb_inline (line 313) | lxb_inline const lxb_char_t * function lxb_inline (line 325) | lxb_inline const lxb_char_t * function lxb_char_t (line 345) | const lxb_char_t * function lxb_char_t (line 358) | const lxb_char_t * function lxb_char_t (line 444) | const lxb_char_t * function lxb_char_t (line 490) | const lxb_char_t * function lxb_char_t (line 620) | const lxb_char_t * function lxb_char_t (line 675) | const lxb_char_t * function lxb_char_t (line 686) | const lxb_char_t * function lxb_char_t (line 697) | const lxb_char_t * function lxb_char_t (line 739) | const lxb_char_t * function lxb_char_t (line 751) | const lxb_char_t * function lxb_char_t (line 792) | const lxb_char_t * function lxb_char_t (line 808) | const lxb_char_t * function lxb_char_t (line 819) | const lxb_char_t * function lxb_char_t (line 830) | const lxb_char_t * function lxb_char_t (line 852) | const lxb_char_t * function lxb_char_t (line 871) | const lxb_char_t * function lxb_char_t (line 882) | const lxb_char_t * function lxb_char_t (line 896) | const lxb_char_t * function lxb_char_t (line 907) | const lxb_char_t * function lxb_char_t (line 918) | const lxb_char_t * function lxb_inline (line 929) | lxb_inline void function lxb_char_t (line 952) | const lxb_char_t * function lxb_char_t (line 963) | static const lxb_char_t * function lxb_char_t (line 1125) | static const lxb_char_t * function lxb_char_t (line 1158) | static const lxb_char_t * function lxb_char_t (line 1214) | static const lxb_char_t * function lxb_char_t (line 1292) | const lxb_char_t * function lxb_char_t (line 1360) | const lxb_char_t * function lxb_char_t (line 1374) | const lxb_char_t * function lxb_char_t (line 1395) | const lxb_char_t * function lxb_char_t (line 1422) | static const lxb_char_t * function lxb_char_t (line 1573) | static const lxb_char_t * function lxb_char_t (line 1611) | static const lxb_char_t * function lxb_css_syntax_state_start_number (line 1683) | static bool function lxb_css_syntax_state_start_ident_sequence (line 1728) | static bool function lxb_codepoint_t (line 1768) | static lxb_codepoint_t FILE: ext/dom/lexbor/lexbor/css/syntax/syntax.c function lxb_status_t (line 25) | lxb_status_t function lxb_status_t (line 66) | lxb_status_t function lxb_css_syntax_codepoint_to_ascii (line 91) | void function lxb_status_t (line 144) | lxb_status_t function lxb_status_t (line 186) | lxb_status_t function lxb_status_t (line 262) | lxb_status_t FILE: ext/dom/lexbor/lexbor/css/syntax/syntax.h type lxb_css_syntax_rule_t (line 17) | typedef struct lxb_css_syntax_rule lxb_css_syntax_rule_t; type lxb_css_syntax_token_t (line 19) | typedef const lxb_css_syntax_token_t * type lxb_status_t (line 24) | typedef lxb_status_t type lxb_status_t (line 28) | typedef lxb_status_t type lxb_css_syntax_list_rules_offset_t (line 33) | typedef struct { type lxb_css_syntax_at_rule_offset_t (line 39) | typedef struct { type lxb_css_syntax_qualified_offset_t (line 48) | typedef struct { type lxb_css_syntax_declarations_offset_t (line 56) | typedef struct { type lxb_css_syntax_cb_base_t (line 67) | typedef struct { type lxb_css_syntax_cb_base_t (line 75) | typedef lxb_css_syntax_cb_base_t lxb_css_syntax_cb_pipe_t; type lxb_css_syntax_cb_base_t (line 76) | typedef lxb_css_syntax_cb_base_t lxb_css_syntax_cb_block_t; type lxb_css_syntax_cb_base_t (line 77) | typedef lxb_css_syntax_cb_base_t lxb_css_syntax_cb_function_t; type lxb_css_syntax_cb_base_t (line 78) | typedef lxb_css_syntax_cb_base_t lxb_css_syntax_cb_components_t; type lxb_css_syntax_cb_base_t (line 79) | typedef lxb_css_syntax_cb_base_t lxb_css_syntax_cb_at_rule_t; type lxb_css_syntax_cb_base_t (line 80) | typedef lxb_css_syntax_cb_base_t lxb_css_syntax_cb_qualified_rule_t; type lxb_css_syntax_cb_declarations_t (line 82) | typedef struct { type lxb_css_syntax_cb_list_rules_t (line 89) | typedef struct { type lxb_css_syntax_rule (line 97) | struct lxb_css_syntax_rule { FILE: ext/dom/lexbor/lexbor/css/syntax/token.c type lxb_css_syntax_token_ctx_t (line 29) | typedef struct { function lxb_css_syntax_token_t (line 43) | lxb_css_syntax_token_t * function lxb_css_syntax_token_t (line 53) | lxb_css_syntax_token_t * function lxb_css_syntax_token_consume (line 59) | void function lxb_css_syntax_token_consume_n (line 77) | void function lxb_status_t (line 86) | lxb_status_t function lxb_status_t (line 118) | lxb_status_t function lxb_css_syntax_token_string_free (line 155) | void function lxb_char_t (line 173) | const lxb_char_t * function lxb_css_syntax_token_type_t (line 238) | lxb_css_syntax_token_type_t function lxb_status_t (line 253) | lxb_status_t function lxb_status_t (line 501) | lxb_status_t function lxb_status_t (line 521) | static lxb_status_t function lxb_char_t (line 536) | lxb_char_t * function lxb_css_log_message_t (line 582) | lxb_css_log_message_t * function lxb_css_syntax_token_encode_utf_8 (line 605) | static int8_t function lxb_css_syntax_token_t (line 648) | lxb_css_syntax_token_t * function lxb_css_syntax_token_clean_noi (line 654) | void function lxb_css_syntax_token_t (line 660) | lxb_css_syntax_token_t * function lxb_char_t (line 667) | const lxb_char_t * function lxb_css_syntax_token_type_t (line 673) | lxb_css_syntax_token_type_t FILE: ext/dom/lexbor/lexbor/css/syntax/token.h type lxb_css_syntax_token_data_t (line 51) | typedef struct lxb_css_syntax_token_data lxb_css_syntax_token_data_t; type lxb_char_t (line 53) | typedef const lxb_char_t * type lxb_status_t (line 58) | typedef lxb_status_t type lxb_css_syntax_token_data (line 61) | struct lxb_css_syntax_token_data { type lxb_css_syntax_token_type_t (line 69) | typedef enum { type lxb_css_syntax_token_base_t (line 110) | typedef struct lxb_css_syntax_token_base { type lxb_css_syntax_token_number_t (line 118) | typedef struct lxb_css_syntax_token_number { type lxb_css_syntax_token_string_t (line 127) | typedef struct lxb_css_syntax_token_string { type lxb_css_syntax_token_dimension_t (line 135) | typedef struct lxb_css_syntax_token_dimension { type lxb_css_syntax_token_delim_t (line 141) | typedef struct lxb_css_syntax_token_delim { type lxb_css_syntax_token_unicode_range_t (line 147) | typedef struct lxb_css_syntax_token_unicode_range { type lxb_css_syntax_token_string_t (line 154) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_ident_t; type lxb_css_syntax_token_string_t (line 155) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_function_t; type lxb_css_syntax_token_string_t (line 156) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_at_keyword_t; type lxb_css_syntax_token_string_t (line 157) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_hash_t; type lxb_css_syntax_token_string_t (line 158) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_bad_string_t; type lxb_css_syntax_token_string_t (line 159) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_url_t; type lxb_css_syntax_token_string_t (line 160) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_bad_url_t; type lxb_css_syntax_token_number_t (line 161) | typedef lxb_css_syntax_token_number_t lxb_css_syntax_token_percentage_t; type lxb_css_syntax_token_string_t (line 162) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_whitespace_t; type lxb_css_syntax_token_base_t (line 163) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_cdo_t; type lxb_css_syntax_token_base_t (line 164) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_cdc_t; type lxb_css_syntax_token_base_t (line 165) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_colon_t; type lxb_css_syntax_token_base_t (line 166) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_semicolon_t; type lxb_css_syntax_token_base_t (line 167) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_comma_t; type lxb_css_syntax_token_base_t (line 168) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_ls_bracket_t; type lxb_css_syntax_token_base_t (line 169) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_rs_bracket_t; type lxb_css_syntax_token_base_t (line 170) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_l_parenthesis_t; type lxb_css_syntax_token_base_t (line 171) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_r_parenthesis_t; type lxb_css_syntax_token_base_t (line 172) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_lc_bracket_t; type lxb_css_syntax_token_base_t (line 173) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_rc_bracket_t; type lxb_css_syntax_token_string_t (line 174) | typedef lxb_css_syntax_token_string_t lxb_css_syntax_token_comment_t; type lxb_css_syntax_token_base_t (line 175) | typedef lxb_css_syntax_token_base_t lxb_css_syntax_token_terminated_t; type lxb_css_syntax_token (line 177) | struct lxb_css_syntax_token { function lxb_inline (line 260) | lxb_inline lxb_css_syntax_token_t * function lxb_inline (line 266) | lxb_inline void function lxb_inline (line 272) | lxb_inline lxb_css_syntax_token_t * function lxb_inline (line 279) | lxb_inline const lxb_char_t * function lxb_inline (line 285) | lxb_inline lxb_css_syntax_token_type_t function lxb_inline (line 291) | lxb_inline lxb_css_syntax_token_t * FILE: ext/dom/lexbor/lexbor/css/syntax/tokenizer.c function lxb_css_syntax_tokenizer_t (line 34) | lxb_css_syntax_tokenizer_t * function lxb_status_t (line 40) | lxb_status_t function lxb_status_t (line 97) | lxb_status_t function lxb_css_syntax_tokenizer_t (line 116) | lxb_css_syntax_tokenizer_t * function lxb_css_syntax_token_t (line 137) | lxb_css_syntax_token_t * function lxb_css_syntax_tokenizer_lookup_colon (line 195) | bool function lxb_css_syntax_tokenizer_lookup_important (line 240) | bool function lxb_css_syntax_tokenizer_lookup_important_ch (line 292) | static bool function lxb_css_syntax_tokenizer_lookup_important_end (line 311) | static bool function lxb_css_syntax_tokenizer_lookup_declaration_ws_end (line 339) | bool function lxb_status_t (line 392) | lxb_status_t FILE: ext/dom/lexbor/lexbor/css/syntax/tokenizer.h type lxb_char_t (line 21) | typedef const lxb_char_t * type lxb_css_syntax_tokenizer_opt (line 26) | enum lxb_css_syntax_tokenizer_opt { type lxb_css_syntax_tokenizer (line 30) | struct lxb_css_syntax_tokenizer { function lxb_inline (line 89) | lxb_inline lxb_status_t function lxb_inline (line 95) | lxb_inline void function lxb_inline (line 104) | lxb_inline void FILE: ext/dom/lexbor/lexbor/css/syntax/tokenizer/error.c function lxb_css_syntax_tokenizer_error_t (line 10) | lxb_css_syntax_tokenizer_error_t * FILE: ext/dom/lexbor/lexbor/css/syntax/tokenizer/error.h type lxb_css_syntax_tokenizer_error_id_t (line 18) | typedef enum { type lxb_css_syntax_tokenizer_error_t (line 42) | typedef struct { FILE: ext/dom/lexbor/lexbor/css/unit/const.h type lxb_css_unit_t (line 21) | typedef enum { type lxb_css_unit_absolute_t (line 27) | typedef enum { type lxb_css_unit_relative_t (line 40) | typedef enum { type lxb_css_unit_angle_t (line 60) | typedef enum { type lxb_css_unit_frequency_t (line 70) | typedef enum { type lxb_css_unit_resolution_t (line 78) | typedef enum { type lxb_css_unit_duration_t (line 88) | typedef enum { FILE: ext/dom/lexbor/lexbor/css/value.h type lxb_css_value_number_t (line 18) | typedef struct { type lxb_css_value_integer_t (line 24) | typedef struct { type lxb_css_value_number_t (line 29) | typedef lxb_css_value_number_t lxb_css_value_percentage_t; type lxb_css_value_length_t (line 31) | typedef struct { type lxb_css_value_length_percentage_t (line 38) | typedef struct { type lxb_css_value_number_length_percentage_t (line 48) | typedef struct { type lxb_css_value_number_length_t (line 59) | typedef struct { type lxb_css_value_number_percentage_t (line 69) | typedef struct { type lxb_css_value_number_type_t (line 79) | typedef struct { type lxb_css_value_integer_type_t (line 85) | typedef struct { type lxb_css_value_percentage_type_t (line 91) | typedef struct { type lxb_css_value_length_type_t (line 97) | typedef struct { type lxb_css_value_length_percentage_type_t (line 103) | typedef struct { type lxb_css_value_angle_t (line 109) | typedef struct { type lxb_css_value_angle_type_t (line 116) | typedef struct { type lxb_css_value_hue_t (line 122) | typedef struct { type lxb_css_value_color_hex_rgba_t (line 132) | typedef struct { type lxb_css_value_color_hex_type_t (line 140) | typedef enum { type lxb_css_value_color_hex_t (line 148) | typedef struct { type lxb_css_value_color_rgba_t (line 154) | typedef struct { type lxb_css_value_color_hsla_t (line 171) | typedef struct { type lxb_css_value_color_lab_t (line 181) | typedef struct { type lxb_css_value_color_lch_t (line 189) | typedef struct { type lxb_css_value_color_t (line 197) | typedef struct { FILE: ext/dom/lexbor/lexbor/css/value/const.h type lxb_css_value_type_t (line 394) | typedef unsigned int lxb_css_value_type_t; FILE: ext/dom/lexbor/lexbor/dom/collection.c function lxb_dom_collection_t (line 11) | lxb_dom_collection_t * function lxb_status_t (line 26) | lxb_status_t function lxb_dom_collection_t (line 40) | lxb_dom_collection_t * function lxb_dom_collection_t (line 63) | lxb_dom_collection_t * function lxb_dom_collection_clean_noi (line 69) | void function lxb_status_t (line 75) | lxb_status_t function lxb_dom_element_t (line 81) | lxb_dom_element_t * function lxb_dom_node_t (line 87) | lxb_dom_node_t * function lxb_dom_collection_length_noi (line 93) | size_t FILE: ext/dom/lexbor/lexbor/dom/collection.h type lxb_dom_collection_t (line 20) | typedef struct { function lxb_inline (line 40) | lxb_inline lxb_dom_collection_t * function lxb_inline (line 56) | lxb_inline void function lxb_inline (line 62) | lxb_inline lxb_status_t function lxb_inline (line 68) | lxb_inline lxb_dom_element_t * function lxb_inline (line 74) | lxb_inline lxb_dom_node_t * function lxb_inline (line 80) | lxb_inline size_t FILE: ext/dom/lexbor/lexbor/dom/exception.h type lxb_dom_exception_code_t (line 17) | typedef enum { function lxb_inline (line 50) | lxb_inline void * FILE: ext/dom/lexbor/lexbor/dom/interface.c function lxb_dom_interface_t (line 22) | lxb_dom_interface_t * function lxb_dom_interface_t (line 39) | lxb_dom_interface_t * function lxb_dom_interface_t (line 73) | lxb_dom_interface_t * FILE: ext/dom/lexbor/lexbor/dom/interface.h type lxb_dom_event_target_t (line 37) | typedef struct lxb_dom_event_target lxb_dom_event_target_t; type lxb_dom_node_t (line 38) | typedef struct lxb_dom_node lxb_dom_node_t; type lxb_dom_element_t (line 39) | typedef struct lxb_dom_element lxb_dom_element_t; type lxb_dom_attr_t (line 40) | typedef struct lxb_dom_attr lxb_dom_attr_t; type lxb_dom_document_t (line 41) | typedef struct lxb_dom_document lxb_dom_document_t; type lxb_dom_document_type_t (line 42) | typedef struct lxb_dom_document_type lxb_dom_document_type_t; type lxb_dom_document_fragment_t (line 43) | typedef struct lxb_dom_document_fragment lxb_dom_document_fragment_t; type lxb_dom_shadow_root_t (line 44) | typedef struct lxb_dom_shadow_root lxb_dom_shadow_root_t; type lxb_dom_character_data_t (line 45) | typedef struct lxb_dom_character_data lxb_dom_character_data_t; type lxb_dom_text_t (line 46) | typedef struct lxb_dom_text lxb_dom_text_t; type lxb_dom_cdata_section_t (line 47) | typedef struct lxb_dom_cdata_section lxb_dom_cdata_section_t; type lxb_dom_processing_instruction_t (line 48) | typedef struct lxb_dom_processing_instruction lxb_dom_processing_instruc... type lxb_dom_comment_t (line 49) | typedef struct lxb_dom_comment lxb_dom_comment_t; type lxb_dom_interface_t (line 51) | typedef void lxb_dom_interface_t; type lxb_dom_interface_t (line 60) | typedef lxb_dom_interface_t * type lxb_dom_interface_t (line 64) | typedef lxb_dom_interface_t * type lxb_dom_interface_t (line 68) | typedef lxb_dom_interface_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/attr.c function lxb_dom_attr_t (line 25) | lxb_dom_attr_t * function lxb_dom_attr_t (line 43) | lxb_dom_attr_t * function lxb_dom_attr_t (line 108) | lxb_dom_attr_t * function lxb_status_t (line 129) | lxb_status_t function lxb_status_t (line 155) | lxb_status_t function lxb_status_t (line 209) | lxb_status_t function lxb_status_t (line 258) | lxb_status_t function lxb_status_t (line 277) | lxb_status_t function lxb_status_t (line 284) | lxb_status_t function lxb_dom_attr_compare (line 302) | bool function lxb_dom_attr_remove (line 329) | void function lxb_dom_attr_data_t (line 365) | lxb_dom_attr_data_t * function lxb_dom_attr_data_t (line 392) | lxb_dom_attr_data_t * function lxb_dom_attr_data_t (line 412) | const lxb_dom_attr_data_t * function lxb_dom_attr_data_t (line 418) | const lxb_dom_attr_data_t * function lxb_dom_attr_data_t (line 432) | const lxb_dom_attr_data_t * function lxb_dom_attr_data_t (line 451) | const lxb_dom_attr_data_t * function lxb_char_t (line 470) | const lxb_char_t * function lxb_char_t (line 494) | const lxb_char_t * function lxb_char_t (line 500) | const lxb_char_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/attr.h type lxb_dom_attr_data_t (line 25) | typedef struct { type lxb_dom_attr (line 34) | struct lxb_dom_attr { function lxb_inline (line 108) | lxb_inline const lxb_char_t * function lxb_inline (line 123) | lxb_inline const lxb_char_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/attr_const.h type lxb_dom_attr_id_t (line 18) | typedef uintptr_t lxb_dom_attr_id_t; type lxb_dom_attr_id_enum_t (line 20) | typedef enum { FILE: ext/dom/lexbor/lexbor/dom/interfaces/cdata_section.c function lxb_dom_cdata_section_t (line 11) | lxb_dom_cdata_section_t * function lxb_dom_cdata_section_t (line 30) | lxb_dom_cdata_section_t * function lxb_dom_cdata_section_t (line 50) | lxb_dom_cdata_section_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/cdata_section.h type lxb_dom_cdata_section (line 18) | struct lxb_dom_cdata_section { FILE: ext/dom/lexbor/lexbor/dom/interfaces/character_data.c function lxb_dom_character_data_t (line 11) | lxb_dom_character_data_t * function lxb_dom_character_data_t (line 30) | lxb_dom_character_data_t * function lxb_dom_character_data_t (line 48) | lxb_dom_character_data_t * function lxb_status_t (line 66) | lxb_status_t function lxb_status_t (line 89) | lxb_status_t FILE: ext/dom/lexbor/lexbor/dom/interfaces/character_data.h type lxb_dom_character_data (line 20) | struct lxb_dom_character_data { FILE: ext/dom/lexbor/lexbor/dom/interfaces/comment.c function lxb_dom_comment_t (line 11) | lxb_dom_comment_t * function lxb_dom_comment_t (line 30) | lxb_dom_comment_t * function lxb_dom_comment_t (line 50) | lxb_dom_comment_t * function lxb_status_t (line 58) | lxb_status_t FILE: ext/dom/lexbor/lexbor/dom/interfaces/comment.h type lxb_dom_comment (line 18) | struct lxb_dom_comment { FILE: ext/dom/lexbor/lexbor/dom/interfaces/document.c function lxb_dom_document_t (line 23) | lxb_dom_document_t * function lxb_dom_document_t (line 40) | lxb_dom_document_t * function lxb_dom_document_t (line 59) | lxb_dom_document_t * function lxb_dom_document_t (line 67) | lxb_dom_document_t * function lxb_status_t (line 77) | lxb_status_t function lxb_status_t (line 185) | lxb_status_t function lxb_dom_document_t (line 205) | lxb_dom_document_t * function lxb_dom_document_attach_doctype (line 230) | void function lxb_dom_document_attach_element (line 237) | void function lxb_dom_element_t (line 244) | lxb_dom_element_t * function lxb_dom_element_t (line 269) | lxb_dom_element_t * function lxb_dom_document_fragment_t (line 275) | lxb_dom_document_fragment_t * function lxb_dom_text_t (line 281) | lxb_dom_text_t * function lxb_dom_cdata_section_t (line 303) | lxb_dom_cdata_section_t * function lxb_dom_processing_instruction_t (line 344) | lxb_dom_processing_instruction_t * function lxb_dom_comment_t (line 396) | lxb_dom_comment_t * function lxb_dom_node_t (line 418) | lxb_dom_node_t * function lxb_dom_node_t (line 438) | lxb_dom_node_t * function lxb_dom_document_set_default_node_cb (line 486) | void function lxb_dom_interface_t (line 496) | lxb_dom_interface_t * function lxb_dom_interface_t (line 503) | lxb_dom_interface_t * function lxb_char_t (line 523) | lxb_char_t * function lxb_dom_element_t (line 536) | lxb_dom_element_t * function lxb_dom_document_scripting_noi (line 542) | bool function lxb_dom_document_scripting_set_noi (line 548) | void FILE: ext/dom/lexbor/lexbor/dom/interfaces/document.h type lxb_dom_document_cmode_t (line 21) | typedef enum { type lxb_dom_document_dtype_t (line 28) | typedef enum { type lxb_dom_document_css_t (line 35) | typedef struct lxb_dom_document_css lxb_dom_document_css_t; type lxb_dom_document_node_cb_t (line 37) | typedef struct { type lxb_dom_document (line 45) | struct lxb_dom_document { function lxb_inline (line 180) | lxb_inline lxb_dom_interface_t * function lxb_inline (line 187) | lxb_inline lxb_dom_interface_t * function lxb_inline (line 193) | lxb_inline void * function lxb_inline (line 199) | lxb_inline void * function lxb_inline (line 205) | lxb_inline lxb_char_t * function lxb_inline (line 212) | lxb_inline void * function lxb_inline (line 218) | lxb_inline lxb_dom_element_t * function lxb_inline (line 224) | lxb_inline bool function lxb_inline (line 230) | lxb_inline void function lxb_inline (line 236) | lxb_inline lxb_dom_document_t * function lxb_inline (line 242) | lxb_inline bool FILE: ext/dom/lexbor/lexbor/dom/interfaces/document_fragment.c function lxb_dom_document_fragment_t (line 11) | lxb_dom_document_fragment_t * function lxb_dom_document_fragment_t (line 30) | lxb_dom_document_fragment_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/document_fragment.h type lxb_dom_document_fragment (line 18) | struct lxb_dom_document_fragment { FILE: ext/dom/lexbor/lexbor/dom/interfaces/document_type.c function lxb_dom_document_type_t (line 16) | lxb_dom_document_type_t * function lxb_dom_document_type_t (line 35) | lxb_dom_document_type_t * function lxb_dom_document_type_t (line 89) | lxb_dom_document_type_t * function lxb_char_t (line 111) | const lxb_char_t * function lxb_char_t (line 117) | const lxb_char_t * function lxb_char_t (line 124) | const lxb_char_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/document_type.h type lxb_dom_document_type (line 21) | struct lxb_dom_document_type { function lxb_inline (line 44) | lxb_inline const lxb_char_t * function lxb_inline (line 68) | lxb_inline const lxb_char_t * function lxb_inline (line 78) | lxb_inline const lxb_char_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/element.c function lxb_dom_element_t (line 32) | lxb_dom_element_t * function lxb_dom_element_t (line 51) | lxb_dom_element_t * function lxb_dom_element_t (line 69) | lxb_dom_element_t * function lxb_status_t (line 88) | lxb_status_t function LXB_API (line 118) | LXB_API lxb_status_t function lxb_dom_element_t (line 157) | lxb_dom_element_t * function lxb_dom_element_t (line 236) | lxb_dom_element_t * function lxb_dom_element_has_attributes (line 242) | bool function lxb_dom_attr_t (line 248) | lxb_dom_attr_t * function lxb_char_t (line 297) | const lxb_char_t * function lxb_status_t (line 316) | lxb_status_t function lxb_dom_element_has_attribute (line 338) | bool function lxb_status_t (line 345) | lxb_status_t function lxb_status_t (line 395) | lxb_status_t function lxb_dom_attr_t (line 405) | lxb_dom_attr_t * function lxb_dom_attr_t (line 440) | lxb_dom_attr_t * function lxb_dom_attr_t (line 459) | lxb_dom_attr_t * function lxb_dom_element_compare (line 476) | bool function lxb_dom_attr_t (line 523) | lxb_dom_attr_t * function lxb_status_t (line 549) | lxb_status_t function lxb_status_t (line 584) | lxb_status_t function lxb_status_t (line 593) | lxb_status_t function lxb_status_t (line 602) | lxb_status_t function lxb_status_t (line 614) | lxb_status_t function lxb_status_t (line 626) | lxb_status_t function lxb_status_t (line 638) | lxb_status_t function lxb_char_t (line 650) | const lxb_char_t * function lxb_char_t (line 669) | const lxb_char_t * function lxb_char_t (line 687) | static const lxb_char_t * function lxb_char_t (line 721) | const lxb_char_t * function lxb_char_t (line 742) | const lxb_char_t * function lxb_char_t (line 768) | const lxb_char_t * function lxb_char_t (line 787) | const lxb_char_t * function lxb_char_t (line 793) | const lxb_char_t * function lxb_dom_element_is_custom_noi (line 799) | bool function lxb_dom_element_custom_is_defined_noi (line 805) | bool function lxb_dom_attr_t (line 811) | lxb_dom_attr_t * function lxb_dom_attr_t (line 817) | lxb_dom_attr_t * function lxb_dom_attr_t (line 823) | lxb_dom_attr_t * function lxb_dom_attr_t (line 829) | lxb_dom_attr_t * function lxb_dom_attr_t (line 835) | lxb_dom_attr_t * function lxb_dom_attr_t (line 841) | lxb_dom_attr_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/element.h type lxb_dom_element_custom_state_t (line 25) | typedef enum { type lxb_dom_element (line 33) | struct lxb_dom_element { function lxb_inline (line 195) | lxb_inline const lxb_char_t * function lxb_inline (line 209) | lxb_inline const lxb_char_t * function lxb_inline (line 223) | lxb_inline bool function lxb_inline (line 229) | lxb_inline bool function lxb_inline (line 236) | lxb_inline lxb_dom_attr_t * function lxb_inline (line 242) | lxb_inline lxb_dom_attr_t * function lxb_inline (line 248) | lxb_inline lxb_dom_attr_t * function lxb_inline (line 254) | lxb_inline lxb_dom_attr_t * function lxb_inline (line 260) | lxb_inline lxb_dom_attr_t * function lxb_inline (line 266) | lxb_inline lxb_dom_attr_t * function lxb_inline (line 272) | lxb_inline lxb_tag_id_t function lxb_inline (line 278) | lxb_inline lxb_ns_id_t function lxb_inline (line 284) | lxb_inline lxb_dom_document_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/event_target.c function lxb_dom_event_target_t (line 11) | lxb_dom_event_target_t * function lxb_dom_event_target_t (line 27) | lxb_dom_event_target_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/event_target.h type lxb_dom_event_target (line 17) | struct lxb_dom_event_target { FILE: ext/dom/lexbor/lexbor/dom/interfaces/node.c type lxb_dom_node_cb_ctx_t (line 15) | typedef struct lxb_dom_node_cb_ctx lxb_dom_node_cb_ctx_t; type lxb_dom_node_cb_ctx (line 20) | struct lxb_dom_node_cb_ctx { function lxb_dom_node_t (line 88) | lxb_dom_node_t * function lxb_dom_node_t (line 105) | lxb_dom_node_t * function lxb_dom_node_t (line 123) | lxb_dom_node_t * function lxb_status_t (line 135) | lxb_status_t function lxb_dom_node_t (line 247) | lxb_dom_node_t * function lxb_dom_node_t (line 254) | lxb_dom_node_t * function lxb_dom_node_t (line 290) | lxb_dom_node_t * function lxb_char_t (line 296) | const lxb_char_t * function lxb_dom_node_insert_child_wo_events (line 362) | void function lxb_dom_node_insert_child (line 379) | void function lxb_dom_node_insert_before_wo_events (line 389) | void function lxb_dom_node_insert_before (line 408) | void function lxb_dom_node_insert_after_wo_events (line 418) | void function lxb_dom_node_insert_after (line 436) | void function lxb_dom_node_remove_wo_events (line 446) | void function lxb_dom_node_remove (line 472) | void function lxb_status_t (line 482) | lxb_status_t function lxb_dom_node_simple_walk (line 494) | void function lxb_inline (line 524) | lxb_inline lxb_status_t function lxb_inline (line 572) | lxb_inline lxb_status_t function lxb_status_t (line 620) | lxb_status_t function lexbor_action_t (line 653) | static lexbor_action_t function lexbor_action_t (line 670) | static lexbor_action_t function lxb_status_t (line 691) | lxb_status_t function lexbor_action_t (line 712) | static lexbor_action_t function lxb_status_t (line 791) | lxb_status_t function lxb_status_t (line 827) | lxb_status_t function lxb_status_t (line 864) | lxb_status_t function lxb_status_t (line 899) | lxb_status_t function lexbor_action_t (line 935) | static lexbor_action_t function lxb_dom_node_by_attr_cmp_full (line 964) | static bool function lxb_dom_node_by_attr_cmp_full_case (line 977) | static bool function lxb_dom_node_by_attr_cmp_begin (line 991) | static bool function lxb_dom_node_by_attr_cmp_begin_case (line 1004) | static bool function lxb_dom_node_by_attr_cmp_end (line 1018) | static bool function lxb_dom_node_by_attr_cmp_end_case (line 1034) | static bool function lxb_dom_node_by_attr_cmp_contain (line 1051) | static bool function lxb_dom_node_by_attr_cmp_contain_case (line 1065) | static bool function lxb_char_t (line 1079) | lxb_char_t * function lexbor_action_t (line 1165) | static lexbor_action_t function lexbor_action_t (line 1175) | static lexbor_action_t function lxb_status_t (line 1192) | lxb_status_t function lxb_dom_node_is_empty (line 1236) | bool function lxb_tag_id_t (line 1281) | lxb_tag_id_t function lxb_dom_node_t (line 1287) | lxb_dom_node_t * function lxb_dom_node_t (line 1293) | lxb_dom_node_t * function lxb_dom_node_t (line 1299) | lxb_dom_node_t * function lxb_dom_node_t (line 1305) | lxb_dom_node_t * function lxb_dom_node_t (line 1311) | lxb_dom_node_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/node.h type lexbor_action_t (line 19) | typedef lexbor_action_t type lxb_status_t (line 34) | typedef lxb_status_t type lxb_status_t (line 37) | typedef lxb_status_t type lxb_status_t (line 40) | typedef lxb_status_t type lxb_status_t (line 43) | typedef lxb_status_t type lxb_dom_node_type_t (line 48) | typedef enum { type lxb_dom_node (line 66) | struct lxb_dom_node { function lxb_inline (line 200) | lxb_inline lxb_tag_id_t function lxb_inline (line 206) | lxb_inline lxb_dom_node_t * function lxb_inline (line 212) | lxb_inline lxb_dom_node_t * function lxb_inline (line 218) | lxb_inline lxb_dom_node_t * function lxb_inline (line 224) | lxb_inline lxb_dom_node_t * function lxb_inline (line 230) | lxb_inline lxb_dom_node_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/processing_instruction.c function lxb_dom_processing_instruction_t (line 11) | lxb_dom_processing_instruction_t * function lxb_dom_processing_instruction_t (line 30) | lxb_dom_processing_instruction_t * function lxb_dom_processing_instruction_t (line 50) | lxb_dom_processing_instruction_t * function lxb_status_t (line 67) | lxb_status_t function lxb_char_t (line 87) | const lxb_char_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/processing_instruction.h type lxb_dom_processing_instruction (line 18) | struct lxb_dom_processing_instruction { function lxb_inline (line 43) | lxb_inline const lxb_char_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/shadow_root.c function lxb_dom_shadow_root_t (line 11) | lxb_dom_shadow_root_t * function lxb_dom_shadow_root_t (line 30) | lxb_dom_shadow_root_t * FILE: ext/dom/lexbor/lexbor/dom/interfaces/shadow_root.h type lxb_dom_shadow_root_mode_t (line 19) | typedef enum { type lxb_dom_shadow_root (line 25) | struct lxb_dom_shadow_root { FILE: ext/dom/lexbor/lexbor/dom/interfaces/text.c function lxb_dom_text_t (line 11) | lxb_dom_text_t * function lxb_dom_text_t (line 30) | lxb_dom_text_t * function lxb_dom_text_t (line 50) | lxb_dom_text_t * function lxb_status_t (line 58) | lxb_status_t FILE: ext/dom/lexbor/lexbor/dom/interfaces/text.h type lxb_dom_text (line 18) | struct lxb_dom_text { FILE: ext/dom/lexbor/lexbor/encoding/base.h type lxb_encoding_ctx_utf_8_t (line 74) | typedef struct { type lxb_encoding_ctx_gb18030_t (line 81) | typedef struct { type lxb_encoding_ctx_euc_jp_t (line 88) | typedef struct { type lxb_encoding_ctx_2022_jp_t (line 94) | typedef struct { type lxb_encoding_data_t (line 103) | typedef struct lxb_encoding_data lxb_encoding_data_t; type lxb_encoding_decode_t (line 105) | typedef struct { type lxb_encoding_encode_t (line 138) | typedef struct { type lxb_status_t (line 173) | typedef lxb_status_t type lxb_status_t (line 177) | typedef lxb_status_t type lxb_codepoint_t (line 185) | typedef lxb_codepoint_t type lxb_encoding_data (line 189) | struct lxb_encoding_data { type lxb_encoding_single_index_t (line 198) | typedef struct { type lxb_encoding_single_index_t (line 205) | typedef lxb_encoding_single_index_t lxb_encoding_multi_index_t; type lxb_encoding_range_index_t (line 207) | typedef struct { FILE: ext/dom/lexbor/lexbor/encoding/const.h type lxb_encoding_t (line 17) | typedef enum { FILE: ext/dom/lexbor/lexbor/encoding/decode.c function lxb_status_t (line 182) | lxb_status_t function lxb_status_t (line 189) | lxb_status_t function lxb_status_t (line 197) | lxb_status_t function lxb_status_t (line 205) | lxb_status_t function lxb_status_t (line 371) | lxb_status_t function lxb_status_t (line 513) | lxb_status_t function lxb_status_t (line 604) | lxb_status_t function lxb_status_t (line 611) | lxb_status_t function lxb_status_t (line 620) | lxb_status_t function lxb_status_t (line 948) | lxb_status_t function lxb_status_t (line 957) | lxb_status_t function lxb_status_t (line 966) | lxb_status_t function lxb_status_t (line 975) | lxb_status_t function lxb_status_t (line 984) | lxb_status_t function lxb_status_t (line 993) | lxb_status_t function lxb_status_t (line 1002) | lxb_status_t function lxb_status_t (line 1011) | lxb_status_t function lxb_status_t (line 1020) | lxb_status_t function lxb_status_t (line 1029) | lxb_status_t function lxb_status_t (line 1038) | lxb_status_t function lxb_status_t (line 1047) | lxb_status_t function lxb_status_t (line 1056) | lxb_status_t function lxb_status_t (line 1065) | lxb_status_t function lxb_status_t (line 1074) | lxb_status_t function lxb_status_t (line 1083) | lxb_status_t function lxb_inline (line 1203) | lxb_inline lxb_status_t function lxb_status_t (line 1313) | lxb_status_t function lxb_status_t (line 1320) | lxb_status_t function lxb_status_t (line 1327) | lxb_status_t function lxb_inline (line 1492) | lxb_inline lxb_codepoint_t function lxb_status_t (line 1545) | lxb_status_t function lxb_status_t (line 1797) | lxb_status_t function lxb_status_t (line 1806) | lxb_status_t function lxb_status_t (line 1814) | lxb_status_t function lxb_status_t (line 1823) | lxb_status_t function lxb_status_t (line 1832) | lxb_status_t function lxb_status_t (line 1841) | lxb_status_t function lxb_status_t (line 1850) | lxb_status_t function lxb_status_t (line 1859) | lxb_status_t function lxb_status_t (line 1868) | lxb_status_t function lxb_status_t (line 1877) | lxb_status_t function lxb_status_t (line 1886) | lxb_status_t function lxb_status_t (line 1895) | lxb_status_t function lxb_status_t (line 1904) | lxb_status_t function lxb_status_t (line 1913) | lxb_status_t function lxb_codepoint_t (line 1932) | lxb_codepoint_t function lxb_codepoint_t (line 1939) | lxb_codepoint_t function lxb_codepoint_t (line 1946) | lxb_codepoint_t function lxb_codepoint_t (line 1953) | lxb_codepoint_t function lxb_codepoint_t (line 2061) | lxb_codepoint_t function lxb_codepoint_t (line 2169) | lxb_codepoint_t function lxb_codepoint_t (line 2230) | lxb_codepoint_t function lxb_codepoint_t (line 2237) | lxb_codepoint_t function lxb_codepoint_t (line 2248) | lxb_codepoint_t function lxb_codepoint_t (line 2445) | lxb_codepoint_t function lxb_codepoint_t (line 2456) | lxb_codepoint_t function lxb_codepoint_t (line 2467) | lxb_codepoint_t function lxb_codepoint_t (line 2478) | lxb_codepoint_t function lxb_codepoint_t (line 2489) | lxb_codepoint_t function lxb_codepoint_t (line 2500) | lxb_codepoint_t function lxb_codepoint_t (line 2511) | lxb_codepoint_t function lxb_codepoint_t (line 2522) | lxb_codepoint_t function lxb_codepoint_t (line 2533) | lxb_codepoint_t function lxb_codepoint_t (line 2544) | lxb_codepoint_t function lxb_codepoint_t (line 2555) | lxb_codepoint_t function lxb_codepoint_t (line 2566) | lxb_codepoint_t function lxb_codepoint_t (line 2577) | lxb_codepoint_t function lxb_codepoint_t (line 2588) | lxb_codepoint_t function lxb_codepoint_t (line 2599) | lxb_codepoint_t function lxb_codepoint_t (line 2610) | lxb_codepoint_t function lxb_inline (line 2697) | lxb_inline lxb_codepoint_t function lxb_codepoint_t (line 2765) | lxb_codepoint_t function lxb_codepoint_t (line 2772) | lxb_codepoint_t function lxb_codepoint_t (line 2779) | lxb_codepoint_t function lxb_codepoint_t (line 2888) | lxb_codepoint_t function lxb_codepoint_t (line 2958) | lxb_codepoint_t function lxb_encoding_decode_utf_8_length (line 3029) | uint8_t function lxb_codepoint_t (line 3049) | lxb_codepoint_t function lxb_codepoint_t (line 3206) | lxb_codepoint_t function lxb_codepoint_t (line 3217) | lxb_codepoint_t function lxb_codepoint_t (line 3224) | lxb_codepoint_t function lxb_codepoint_t (line 3235) | lxb_codepoint_t function lxb_codepoint_t (line 3246) | lxb_codepoint_t function lxb_codepoint_t (line 3257) | lxb_codepoint_t function lxb_codepoint_t (line 3268) | lxb_codepoint_t function lxb_codepoint_t (line 3279) | lxb_codepoint_t function lxb_codepoint_t (line 3290) | lxb_codepoint_t function lxb_codepoint_t (line 3301) | lxb_codepoint_t function lxb_codepoint_t (line 3312) | lxb_codepoint_t function lxb_codepoint_t (line 3323) | lxb_codepoint_t function lxb_codepoint_t (line 3334) | lxb_codepoint_t function lxb_codepoint_t (line 3345) | lxb_codepoint_t FILE: ext/dom/lexbor/lexbor/encoding/encode.c function lxb_status_t (line 114) | lxb_status_t function lxb_status_t (line 121) | lxb_status_t function lxb_status_t (line 129) | lxb_status_t function lxb_status_t (line 137) | lxb_status_t function lxb_status_t (line 175) | lxb_status_t function lxb_status_t (line 232) | lxb_status_t function lxb_status_t (line 264) | lxb_status_t function lxb_status_t (line 312) | lxb_status_t function lxb_status_t (line 321) | lxb_status_t function lxb_status_t (line 512) | lxb_status_t function lxb_status_t (line 527) | lxb_status_t function lxb_status_t (line 535) | lxb_status_t function lxb_status_t (line 543) | lxb_status_t function lxb_status_t (line 551) | lxb_status_t function lxb_status_t (line 559) | lxb_status_t function lxb_status_t (line 567) | lxb_status_t function lxb_status_t (line 575) | lxb_status_t function lxb_status_t (line 583) | lxb_status_t function lxb_status_t (line 591) | lxb_status_t function lxb_status_t (line 599) | lxb_status_t function lxb_status_t (line 607) | lxb_status_t function lxb_status_t (line 615) | lxb_status_t function lxb_status_t (line 623) | lxb_status_t function lxb_status_t (line 631) | lxb_status_t function lxb_status_t (line 639) | lxb_status_t function lxb_inline (line 647) | lxb_inline uint16_t function lxb_status_t (line 657) | lxb_status_t function lxb_inline (line 712) | lxb_inline void function lxb_inline (line 727) | lxb_inline int8_t function lxb_status_t (line 759) | lxb_status_t function lxb_status_t (line 766) | lxb_status_t function lxb_status_t (line 773) | lxb_status_t function lxb_inline (line 840) | lxb_inline uint32_t function lxb_status_t (line 883) | lxb_status_t function lxb_status_t (line 939) | lxb_status_t function lxb_status_t (line 947) | lxb_status_t function lxb_status_t (line 955) | lxb_status_t function lxb_status_t (line 963) | lxb_status_t function lxb_status_t (line 971) | lxb_status_t function lxb_status_t (line 979) | lxb_status_t function lxb_status_t (line 987) | lxb_status_t function lxb_status_t (line 995) | lxb_status_t function lxb_status_t (line 1003) | lxb_status_t function lxb_status_t (line 1011) | lxb_status_t function lxb_status_t (line 1019) | lxb_status_t function lxb_status_t (line 1027) | lxb_status_t function lxb_status_t (line 1035) | lxb_status_t function lxb_status_t (line 1043) | lxb_status_t function lxb_encoding_encode_default_single (line 1069) | int8_t function lxb_encoding_encode_auto_single (line 1076) | int8_t function lxb_encoding_encode_undefined_single (line 1083) | int8_t function lxb_encoding_encode_big5_single (line 1090) | int8_t function lxb_encoding_encode_euc_jp_single (line 1123) | int8_t function lxb_encoding_encode_euc_kr_single (line 1173) | int8_t function lxb_encoding_encode_gbk_single (line 1200) | int8_t function lxb_encoding_encode_ibm866_single (line 1243) | int8_t function lxb_encoding_encode_iso_2022_jp_single (line 1251) | int8_t function lxb_encoding_encode_iso_2022_jp_eof_single (line 1435) | int8_t function lxb_encoding_encode_iso_8859_10_single (line 1455) | int8_t function lxb_encoding_encode_iso_8859_13_single (line 1463) | int8_t function lxb_encoding_encode_iso_8859_14_single (line 1471) | int8_t function lxb_encoding_encode_iso_8859_15_single (line 1479) | int8_t function lxb_encoding_encode_iso_8859_16_single (line 1487) | int8_t function lxb_encoding_encode_iso_8859_2_single (line 1495) | int8_t function lxb_encoding_encode_iso_8859_3_single (line 1503) | int8_t function lxb_encoding_encode_iso_8859_4_single (line 1511) | int8_t function lxb_encoding_encode_iso_8859_5_single (line 1519) | int8_t function lxb_encoding_encode_iso_8859_6_single (line 1527) | int8_t function lxb_encoding_encode_iso_8859_7_single (line 1535) | int8_t function lxb_encoding_encode_iso_8859_8_single (line 1543) | int8_t function lxb_encoding_encode_iso_8859_8_i_single (line 1551) | int8_t function lxb_encoding_encode_koi8_r_single (line 1559) | int8_t function lxb_encoding_encode_koi8_u_single (line 1567) | int8_t function lxb_encoding_encode_shift_jis_single (line 1575) | int8_t function lxb_inline (line 1626) | lxb_inline void function lxb_inline (line 1641) | lxb_inline int8_t function lxb_encoding_encode_utf_16be_single (line 1667) | int8_t function lxb_encoding_encode_utf_16le_single (line 1674) | int8_t function lxb_encoding_encode_utf_8_single (line 1681) | int8_t function lxb_encoding_encode_utf_8_length (line 1734) | int8_t function lxb_encoding_encode_gb18030_single (line 1753) | int8_t function lxb_encoding_encode_macintosh_single (line 1804) | int8_t function lxb_encoding_encode_replacement_single (line 1812) | int8_t function lxb_encoding_encode_windows_1250_single (line 1820) | int8_t function lxb_encoding_encode_windows_1251_single (line 1828) | int8_t function lxb_encoding_encode_windows_1252_single (line 1836) | int8_t function lxb_encoding_encode_windows_1253_single (line 1844) | int8_t function lxb_encoding_encode_windows_1254_single (line 1852) | int8_t function lxb_encoding_encode_windows_1255_single (line 1860) | int8_t function lxb_encoding_encode_windows_1256_single (line 1868) | int8_t function lxb_encoding_encode_windows_1257_single (line 1876) | int8_t function lxb_encoding_encode_windows_1258_single (line 1884) | int8_t function lxb_encoding_encode_windows_874_single (line 1892) | int8_t function lxb_encoding_encode_x_mac_cyrillic_single (line 1900) | int8_t function lxb_encoding_encode_x_user_defined_single (line 1908) | int8_t FILE: ext/dom/lexbor/lexbor/encoding/encoding.c function lxb_encoding_data_t (line 10) | const lxb_encoding_data_t * function lxb_encoding_utf_8_skip_bom (line 58) | void function lxb_encoding_utf_16be_skip_bom (line 73) | void function lxb_encoding_utf_16le_skip_bom (line 88) | void function lxb_status_t (line 106) | lxb_status_t function lxb_status_t (line 115) | lxb_status_t function LXB_API (line 121) | LXB_API lxb_char_t * function lxb_encoding_encode_buf_set_noi (line 127) | void function lxb_encoding_encode_buf_used_set_noi (line 134) | void function lxb_encoding_encode_buf_used_noi (line 141) | size_t function lxb_status_t (line 147) | lxb_status_t function lxb_status_t (line 154) | lxb_status_t function lxb_status_t (line 161) | lxb_status_t function lxb_status_t (line 170) | lxb_status_t function lxb_codepoint_t (line 176) | lxb_codepoint_t * function lxb_encoding_decode_buf_set_noi (line 182) | void function lxb_encoding_decode_buf_used_set_noi (line 189) | void function lxb_encoding_decode_buf_used_noi (line 196) | size_t function lxb_status_t (line 202) | lxb_status_t function lxb_status_t (line 209) | lxb_status_t function lxb_status_t (line 216) | lxb_status_t function lxb_encoding_encode_finish_single_noi (line 223) | int8_t function lxb_status_t (line 230) | lxb_status_t function lxb_status_t (line 237) | lxb_status_t function lxb_encoding_data_t (line 243) | const lxb_encoding_data_t * function lxb_encoding_data_t (line 249) | const lxb_encoding_data_t * function lxb_encoding_encode_f (line 255) | lxb_encoding_encode_f function lxb_encoding_decode_f (line 261) | lxb_encoding_decode_f function lxb_status_t (line 267) | lxb_status_t function lxb_status_t (line 274) | lxb_status_t function lxb_encoding_t (line 281) | lxb_encoding_t function lxb_encoding_encode_t_sizeof (line 287) | size_t function lxb_encoding_decode_t_sizeof (line 293) | size_t FILE: ext/dom/lexbor/lexbor/encoding/encoding.h function lxb_inline (line 50) | lxb_inline lxb_status_t function lxb_inline (line 68) | lxb_inline lxb_status_t function lxb_inline (line 78) | lxb_inline lxb_char_t * function lxb_inline (line 84) | lxb_inline void function lxb_inline (line 93) | lxb_inline void function lxb_inline (line 100) | lxb_inline size_t function lxb_inline (line 106) | lxb_inline lxb_status_t function lxb_inline (line 120) | lxb_inline lxb_status_t function lxb_inline (line 138) | lxb_inline lxb_status_t function lxb_inline (line 154) | lxb_inline lxb_status_t function lxb_inline (line 172) | lxb_inline lxb_status_t function lxb_inline (line 199) | lxb_inline lxb_codepoint_t * function lxb_inline (line 205) | lxb_inline void function lxb_inline (line 214) | lxb_inline void function lxb_inline (line 221) | lxb_inline size_t function lxb_inline (line 227) | lxb_inline lxb_status_t function lxb_inline (line 244) | lxb_inline lxb_status_t function lxb_inline (line 259) | lxb_inline int8_t function lxb_inline (line 273) | lxb_inline lxb_status_t function lxb_inline (line 288) | lxb_inline lxb_status_t function lxb_inline (line 308) | lxb_inline const lxb_encoding_data_t * function lxb_inline (line 326) | lxb_inline const lxb_encoding_data_t * function lxb_inline (line 336) | lxb_inline lxb_encoding_encode_f function lxb_inline (line 346) | lxb_inline lxb_encoding_decode_f function lxb_inline (line 356) | lxb_inline lxb_status_t function lxb_inline (line 363) | lxb_inline lxb_status_t function lxb_inline (line 370) | lxb_inline lxb_encoding_t FILE: ext/dom/lexbor/lexbor/encoding/multi.h function lxb_inline (line 57) | lxb_inline uint16_t function lxb_inline (line 91) | lxb_inline uint16_t function lxb_inline (line 120) | lxb_inline uint16_t function lxb_inline (line 144) | lxb_inline uint16_t function lxb_inline (line 154) | lxb_inline uint16_t function lxb_inline (line 183) | lxb_inline uint16_t FILE: ext/dom/lexbor/lexbor/html/base.h type lxb_html_tokenizer_t (line 26) | typedef struct lxb_html_tokenizer lxb_html_tokenizer_t; type lxb_html_tokenizer_opt_t (line 27) | typedef unsigned int lxb_html_tokenizer_opt_t; type lxb_html_tree_t (line 28) | typedef struct lxb_html_tree lxb_html_tree_t; type lxb_html_status_t (line 33) | typedef enum { FILE: ext/dom/lexbor/lexbor/html/encoding.c function lxb_inline (line 22) | lxb_inline const lxb_char_t * function lxb_inline (line 40) | lxb_inline const lxb_char_t * function lxb_inline (line 55) | lxb_inline const lxb_char_t * function lxb_status_t (line 66) | lxb_status_t function lxb_html_encoding_t (line 85) | lxb_html_encoding_t * function lxb_status_t (line 102) | lxb_status_t function lxb_char_t (line 224) | static const lxb_char_t * function lxb_char_t (line 343) | const lxb_char_t * function lxb_char_t (line 422) | static const lxb_char_t * function lxb_html_encoding_t (line 550) | lxb_html_encoding_t * function lxb_html_encoding_clean_noi (line 556) | void function lxb_html_encoding_entry_t (line 562) | lxb_html_encoding_entry_t * function lxb_html_encoding_meta_length_noi (line 568) | size_t function lexbor_array_obj_t (line 574) | lexbor_array_obj_t * FILE: ext/dom/lexbor/lexbor/html/encoding.h type lxb_html_encoding_entry_t (line 19) | typedef struct { type lxb_html_encoding_t (line 25) | typedef struct { function lxb_inline (line 51) | lxb_inline lxb_html_encoding_t * function lxb_inline (line 58) | lxb_inline void function lxb_inline (line 65) | lxb_inline lxb_html_encoding_entry_t * function lxb_inline (line 71) | lxb_inline size_t function lxb_inline (line 77) | lxb_inline lexbor_array_obj_t * FILE: ext/dom/lexbor/lexbor/html/interface.c function lxb_dom_interface_t (line 24) | lxb_dom_interface_t * function lxb_dom_interface_t (line 65) | lxb_dom_interface_t * function lxb_dom_element_t (line 99) | static lxb_dom_element_t * function lxb_dom_interface_t (line 119) | lxb_dom_interface_t * FILE: ext/dom/lexbor/lexbor/html/interface.h type lxb_html_document_t (line 95) | typedef struct lxb_html_document lxb_html_document_t; type lxb_html_anchor_element_t (line 96) | typedef struct lxb_html_anchor_element lxb_html_anchor_element_t; type lxb_html_area_element_t (line 97) | typedef struct lxb_html_area_element lxb_html_area_element_t; type lxb_html_audio_element_t (line 98) | typedef struct lxb_html_audio_element lxb_html_audio_element_t; type lxb_html_br_element_t (line 99) | typedef struct lxb_html_br_element lxb_html_br_element_t; type lxb_html_base_element_t (line 100) | typedef struct lxb_html_base_element lxb_html_base_element_t; type lxb_html_body_element_t (line 101) | typedef struct lxb_html_body_element lxb_html_body_element_t; type lxb_html_button_element_t (line 102) | typedef struct lxb_html_button_element lxb_html_button_element_t; type lxb_html_canvas_element_t (line 103) | typedef struct lxb_html_canvas_element lxb_html_canvas_element_t; type lxb_html_d_list_element_t (line 104) | typedef struct lxb_html_d_list_element lxb_html_d_list_element_t; type lxb_html_data_element_t (line 105) | typedef struct lxb_html_data_element lxb_html_data_element_t; type lxb_html_data_list_element_t (line 106) | typedef struct lxb_html_data_list_element lxb_html_data_list_element_t; type lxb_html_details_element_t (line 107) | typedef struct lxb_html_details_element lxb_html_details_element_t; type lxb_html_dialog_element_t (line 108) | typedef struct lxb_html_dialog_element lxb_html_dialog_element_t; type lxb_html_directory_element_t (line 109) | typedef struct lxb_html_directory_element lxb_html_directory_element_t; type lxb_html_div_element_t (line 110) | typedef struct lxb_html_div_element lxb_html_div_element_t; type lxb_html_element_t (line 111) | typedef struct lxb_html_element lxb_html_element_t; type lxb_html_embed_element_t (line 112) | typedef struct lxb_html_embed_element lxb_html_embed_element_t; type lxb_html_field_set_element_t (line 113) | typedef struct lxb_html_field_set_element lxb_html_field_set_element_t; type lxb_html_font_element_t (line 114) | typedef struct lxb_html_font_element lxb_html_font_element_t; type lxb_html_form_element_t (line 115) | typedef struct lxb_html_form_element lxb_html_form_element_t; type lxb_html_frame_element_t (line 116) | typedef struct lxb_html_frame_element lxb_html_frame_element_t; type lxb_html_frame_set_element_t (line 117) | typedef struct lxb_html_frame_set_element lxb_html_frame_set_element_t; type lxb_html_hr_element_t (line 118) | typedef struct lxb_html_hr_element lxb_html_hr_element_t; type lxb_html_head_element_t (line 119) | typedef struct lxb_html_head_element lxb_html_head_element_t; type lxb_html_heading_element_t (line 120) | typedef struct lxb_html_heading_element lxb_html_heading_element_t; type lxb_html_html_element_t (line 121) | typedef struct lxb_html_html_element lxb_html_html_element_t; type lxb_html_iframe_element_t (line 122) | typedef struct lxb_html_iframe_element lxb_html_iframe_element_t; type lxb_html_image_element_t (line 123) | typedef struct lxb_html_image_element lxb_html_image_element_t; type lxb_html_input_element_t (line 124) | typedef struct lxb_html_input_element lxb_html_input_element_t; type lxb_html_li_element_t (line 125) | typedef struct lxb_html_li_element lxb_html_li_element_t; type lxb_html_label_element_t (line 126) | typedef struct lxb_html_label_element lxb_html_label_element_t; type lxb_html_legend_element_t (line 127) | typedef struct lxb_html_legend_element lxb_html_legend_element_t; type lxb_html_link_element_t (line 128) | typedef struct lxb_html_link_element lxb_html_link_element_t; type lxb_html_map_element_t (line 129) | typedef struct lxb_html_map_element lxb_html_map_element_t; type lxb_html_marquee_element_t (line 130) | typedef struct lxb_html_marquee_element lxb_html_marquee_element_t; type lxb_html_media_element_t (line 131) | typedef struct lxb_html_media_element lxb_html_media_element_t; type lxb_html_menu_element_t (line 132) | typedef struct lxb_html_menu_element lxb_html_menu_element_t; type lxb_html_meta_element_t (line 133) | typedef struct lxb_html_meta_element lxb_html_meta_element_t; type lxb_html_meter_element_t (line 134) | typedef struct lxb_html_meter_element lxb_html_meter_element_t; type lxb_html_mod_element_t (line 135) | typedef struct lxb_html_mod_element lxb_html_mod_element_t; type lxb_html_o_list_element_t (line 136) | typedef struct lxb_html_o_list_element lxb_html_o_list_element_t; type lxb_html_object_element_t (line 137) | typedef struct lxb_html_object_element lxb_html_object_element_t; type lxb_html_opt_group_element_t (line 138) | typedef struct lxb_html_opt_group_element lxb_html_opt_group_element_t; type lxb_html_option_element_t (line 139) | typedef struct lxb_html_option_element lxb_html_option_element_t; type lxb_html_output_element_t (line 140) | typedef struct lxb_html_output_element lxb_html_output_element_t; type lxb_html_paragraph_element_t (line 141) | typedef struct lxb_html_paragraph_element lxb_html_paragraph_element_t; type lxb_html_param_element_t (line 142) | typedef struct lxb_html_param_element lxb_html_param_element_t; type lxb_html_picture_element_t (line 143) | typedef struct lxb_html_picture_element lxb_html_picture_element_t; type lxb_html_pre_element_t (line 144) | typedef struct lxb_html_pre_element lxb_html_pre_element_t; type lxb_html_progress_element_t (line 145) | typedef struct lxb_html_progress_element lxb_html_progress_element_t; type lxb_html_quote_element_t (line 146) | typedef struct lxb_html_quote_element lxb_html_quote_element_t; type lxb_html_script_element_t (line 147) | typedef struct lxb_html_script_element lxb_html_script_element_t; type lxb_html_select_element_t (line 148) | typedef struct lxb_html_select_element lxb_html_select_element_t; type lxb_html_slot_element_t (line 149) | typedef struct lxb_html_slot_element lxb_html_slot_element_t; type lxb_html_source_element_t (line 150) | typedef struct lxb_html_source_element lxb_html_source_element_t; type lxb_html_span_element_t (line 151) | typedef struct lxb_html_span_element lxb_html_span_element_t; type lxb_html_style_element_t (line 152) | typedef struct lxb_html_style_element lxb_html_style_element_t; type lxb_html_table_caption_element_t (line 153) | typedef struct lxb_html_table_caption_element lxb_html_table_caption_ele... type lxb_html_table_cell_element_t (line 154) | typedef struct lxb_html_table_cell_element lxb_html_table_cell_element_t; type lxb_html_table_col_element_t (line 155) | typedef struct lxb_html_table_col_element lxb_html_table_col_element_t; type lxb_html_table_element_t (line 156) | typedef struct lxb_html_table_element lxb_html_table_element_t; type lxb_html_table_row_element_t (line 157) | typedef struct lxb_html_table_row_element lxb_html_table_row_element_t; type lxb_html_table_section_element_t (line 158) | typedef struct lxb_html_table_section_element lxb_html_table_section_ele... type lxb_html_template_element_t (line 159) | typedef struct lxb_html_template_element lxb_html_template_element_t; type lxb_html_text_area_element_t (line 160) | typedef struct lxb_html_text_area_element lxb_html_text_area_element_t; type lxb_html_time_element_t (line 161) | typedef struct lxb_html_time_element lxb_html_time_element_t; type lxb_html_title_element_t (line 162) | typedef struct lxb_html_title_element lxb_html_title_element_t; type lxb_html_track_element_t (line 163) | typedef struct lxb_html_track_element lxb_html_track_element_t; type lxb_html_u_list_element_t (line 164) | typedef struct lxb_html_u_list_element lxb_html_u_list_element_t; type lxb_html_unknown_element_t (line 165) | typedef struct lxb_html_unknown_element lxb_html_unknown_element_t; type lxb_html_video_element_t (line 166) | typedef struct lxb_html_video_element lxb_html_video_element_t; type lxb_html_window_t (line 167) | typedef struct lxb_html_window lxb_html_window_t; FILE: ext/dom/lexbor/lexbor/html/interface_res.h function lxb_inline (line 121) | lxb_inline void * function lxb_inline (line 127) | lxb_inline void * function lxb_inline (line 133) | lxb_inline void * function lxb_inline (line 139) | lxb_inline void * function lxb_inline (line 145) | lxb_inline void * function lxb_inline (line 151) | lxb_inline void * function lxb_inline (line 157) | lxb_inline void * function lxb_inline (line 163) | lxb_inline void * function lxb_inline (line 169) | lxb_inline void * function lxb_inline (line 175) | lxb_inline void * function lxb_inline (line 181) | lxb_inline void * function lxb_inline (line 187) | lxb_inline void * function lxb_inline (line 193) | lxb_inline void * function lxb_inline (line 199) | lxb_inline void * function lxb_inline (line 205) | lxb_inline void * function lxb_inline (line 211) | lxb_inline void * function lxb_inline (line 217) | lxb_inline void * function lxb_inline (line 223) | lxb_inline void * function lxb_inline (line 229) | lxb_inline void * function lxb_inline (line 235) | lxb_inline void * function lxb_inline (line 241) | lxb_inline void * function lxb_inline (line 247) | lxb_inline void * function lxb_inline (line 253) | lxb_inline void * function lxb_inline (line 259) | lxb_inline void * function lxb_inline (line 265) | lxb_inline void * function lxb_inline (line 271) | lxb_inline void * function lxb_inline (line 277) | lxb_inline void * function lxb_inline (line 283) | lxb_inline void * function lxb_inline (line 289) | lxb_inline void * function lxb_inline (line 295) | lxb_inline void * function lxb_inline (line 301) | lxb_inline void * function lxb_inline (line 307) | lxb_inline void * function lxb_inline (line 313) | lxb_inline void * function lxb_inline (line 319) | lxb_inline void * function lxb_inline (line 325) | lxb_inline void * function lxb_inline (line 331) | lxb_inline void * function lxb_inline (line 337) | lxb_inline void * function lxb_inline (line 343) | lxb_inline void * function lxb_inline (line 349) | lxb_inline void * function lxb_inline (line 355) | lxb_inline void * function lxb_inline (line 361) | lxb_inline void * function lxb_inline (line 367) | lxb_inline void * function lxb_inline (line 373) | lxb_inline void * function lxb_inline (line 379) | lxb_inline void * function lxb_inline (line 385) | lxb_inline void * function lxb_inline (line 391) | lxb_inline void * function lxb_inline (line 397) | lxb_inline void * function lxb_inline (line 403) | lxb_inline void * function lxb_inline (line 409) | lxb_inline void * function lxb_inline (line 415) | lxb_inline void * function lxb_inline (line 421) | lxb_inline void * function lxb_inline (line 427) | lxb_inline void * function lxb_inline (line 433) | lxb_inline void * function lxb_inline (line 439) | lxb_inline void * function lxb_inline (line 445) | lxb_inline void * function lxb_inline (line 451) | lxb_inline void * function lxb_inline (line 457) | lxb_inline void * function lxb_inline (line 463) | lxb_inline void * function lxb_inline (line 469) | lxb_inline void * function lxb_inline (line 475) | lxb_inline void * function lxb_inline (line 481) | lxb_inline void * function lxb_inline (line 487) | lxb_inline void * function lxb_inline (line 493) | lxb_inline void * function lxb_inline (line 499) | lxb_inline void * function lxb_inline (line 505) | lxb_inline void * function lxb_inline (line 511) | lxb_inline void * function lxb_inline (line 517) | lxb_inline void * function lxb_inline (line 523) | lxb_inline void * function lxb_inline (line 529) | lxb_inline void * function lxb_inline (line 535) | lxb_inline void * function lxb_inline (line 541) | lxb_inline void * function lxb_inline (line 547) | lxb_inline void * function lxb_inline (line 553) | lxb_inline void * function lxb_inline (line 559) | lxb_inline void * function lxb_inline (line 565) | lxb_inline void * function lxb_inline (line 571) | lxb_inline void * function lxb_inline (line 577) | lxb_inline void * function lxb_inline (line 583) | lxb_inline void * function lxb_inline (line 589) | lxb_inline void * function lxb_inline (line 595) | lxb_inline void * function lxb_inline (line 601) | lxb_inline void * function lxb_inline (line 607) | lxb_inline void * function lxb_inline (line 613) | lxb_inline void * function lxb_inline (line 619) | lxb_inline void * function lxb_inline (line 625) | lxb_inline void * function lxb_inline (line 631) | lxb_inline void * function lxb_inline (line 637) | lxb_inline void * function lxb_inline (line 643) | lxb_inline void * function lxb_inline (line 649) | lxb_inline void * function lxb_inline (line 655) | lxb_inline void * function lxb_inline (line 661) | lxb_inline void * function lxb_inline (line 667) | lxb_inline void * function lxb_inline (line 673) | lxb_inline void * function lxb_inline (line 679) | lxb_inline void * function lxb_inline (line 685) | lxb_inline void * function lxb_inline (line 691) | lxb_inline void * function lxb_inline (line 697) | lxb_inline void * function lxb_inline (line 703) | lxb_inline void * function lxb_inline (line 709) | lxb_inline void * function lxb_inline (line 715) | lxb_inline void * function lxb_inline (line 721) | lxb_inline void * function lxb_inline (line 727) | lxb_inline void * function lxb_inline (line 733) | lxb_inline void * function lxb_inline (line 739) | lxb_inline void * function lxb_inline (line 745) | lxb_inline void * function lxb_inline (line 751) | lxb_inline void * function lxb_inline (line 757) | lxb_inline void * function lxb_inline (line 763) | lxb_inline void * function lxb_inline (line 769) | lxb_inline void * function lxb_inline (line 775) | lxb_inline void * function lxb_inline (line 781) | lxb_inline void * function lxb_inline (line 787) | lxb_inline void * function lxb_inline (line 793) | lxb_inline void * function lxb_inline (line 799) | lxb_inline void * function lxb_inline (line 805) | lxb_inline void * function lxb_inline (line 811) | lxb_inline void * function lxb_inline (line 817) | lxb_inline void * function lxb_inline (line 823) | lxb_inline void * function lxb_inline (line 829) | lxb_inline void * function lxb_inline (line 835) | lxb_inline void * function lxb_inline (line 841) | lxb_inline void * function lxb_inline (line 847) | lxb_inline void * function lxb_inline (line 853) | lxb_inline void * function lxb_inline (line 859) | lxb_inline void * function lxb_inline (line 865) | lxb_inline void * function lxb_inline (line 871) | lxb_inline void * function lxb_inline (line 877) | lxb_inline void * function lxb_inline (line 883) | lxb_inline void * function lxb_inline (line 889) | lxb_inline void * function lxb_inline (line 895) | lxb_inline void * function lxb_inline (line 901) | lxb_inline void * function lxb_inline (line 907) | lxb_inline void * function lxb_inline (line 913) | lxb_inline void * function lxb_inline (line 919) | lxb_inline void * function lxb_inline (line 925) | lxb_inline void * function lxb_inline (line 931) | lxb_inline void * function lxb_inline (line 937) | lxb_inline void * function lxb_inline (line 943) | lxb_inline void * function lxb_inline (line 949) | lxb_inline void * function lxb_inline (line 955) | lxb_inline void * function lxb_inline (line 961) | lxb_inline void * function lxb_inline (line 967) | lxb_inline void * function lxb_inline (line 973) | lxb_inline void * function lxb_inline (line 979) | lxb_inline void * function lxb_inline (line 985) | lxb_inline void * function lxb_inline (line 991) | lxb_inline void * function lxb_inline (line 997) | lxb_inline void * function lxb_inline (line 1003) | lxb_inline void * function lxb_inline (line 1009) | lxb_inline void * function lxb_inline (line 1015) | lxb_inline void * FILE: ext/dom/lexbor/lexbor/html/interfaces/anchor_element.c function lxb_html_anchor_element_t (line 11) | lxb_html_anchor_element_t * function lxb_html_anchor_element_t (line 30) | lxb_html_anchor_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/anchor_element.h type lxb_html_anchor_element (line 18) | struct lxb_html_anchor_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/area_element.c function lxb_html_area_element_t (line 11) | lxb_html_area_element_t * function lxb_html_area_element_t (line 30) | lxb_html_area_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/area_element.h type lxb_html_area_element (line 18) | struct lxb_html_area_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/audio_element.c function lxb_html_audio_element_t (line 11) | lxb_html_audio_element_t * function lxb_html_audio_element_t (line 30) | lxb_html_audio_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/audio_element.h type lxb_html_audio_element (line 18) | struct lxb_html_audio_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/base_element.c function lxb_html_base_element_t (line 11) | lxb_html_base_element_t * function lxb_html_base_element_t (line 30) | lxb_html_base_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/base_element.h type lxb_html_base_element (line 18) | struct lxb_html_base_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/body_element.c function lxb_html_body_element_t (line 11) | lxb_html_body_element_t * function lxb_html_body_element_t (line 30) | lxb_html_body_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/body_element.h type lxb_html_body_element (line 18) | struct lxb_html_body_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/br_element.c function lxb_html_br_element_t (line 11) | lxb_html_br_element_t * function lxb_html_br_element_t (line 30) | lxb_html_br_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/br_element.h type lxb_html_br_element (line 18) | struct lxb_html_br_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/button_element.c function lxb_html_button_element_t (line 11) | lxb_html_button_element_t * function lxb_html_button_element_t (line 30) | lxb_html_button_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/button_element.h type lxb_html_button_element (line 18) | struct lxb_html_button_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/canvas_element.c function lxb_html_canvas_element_t (line 11) | lxb_html_canvas_element_t * function lxb_html_canvas_element_t (line 30) | lxb_html_canvas_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/canvas_element.h type lxb_html_canvas_element (line 18) | struct lxb_html_canvas_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/d_list_element.c function lxb_html_d_list_element_t (line 11) | lxb_html_d_list_element_t * function lxb_html_d_list_element_t (line 30) | lxb_html_d_list_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/d_list_element.h type lxb_html_d_list_element (line 18) | struct lxb_html_d_list_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/data_element.c function lxb_html_data_element_t (line 11) | lxb_html_data_element_t * function lxb_html_data_element_t (line 30) | lxb_html_data_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/data_element.h type lxb_html_data_element (line 18) | struct lxb_html_data_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/data_list_element.c function lxb_html_data_list_element_t (line 11) | lxb_html_data_list_element_t * function lxb_html_data_list_element_t (line 30) | lxb_html_data_list_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/data_list_element.h type lxb_html_data_list_element (line 18) | struct lxb_html_data_list_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/details_element.c function lxb_html_details_element_t (line 11) | lxb_html_details_element_t * function lxb_html_details_element_t (line 30) | lxb_html_details_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/details_element.h type lxb_html_details_element (line 18) | struct lxb_html_details_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/dialog_element.c function lxb_html_dialog_element_t (line 11) | lxb_html_dialog_element_t * function lxb_html_dialog_element_t (line 30) | lxb_html_dialog_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/dialog_element.h type lxb_html_dialog_element (line 18) | struct lxb_html_dialog_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/directory_element.c function lxb_html_directory_element_t (line 11) | lxb_html_directory_element_t * function lxb_html_directory_element_t (line 30) | lxb_html_directory_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/directory_element.h type lxb_html_directory_element (line 18) | struct lxb_html_directory_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/div_element.c function lxb_html_div_element_t (line 11) | lxb_html_div_element_t * function lxb_html_div_element_t (line 30) | lxb_html_div_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/div_element.h type lxb_html_div_element (line 18) | struct lxb_html_div_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/document.c function lxb_inline (line 36) | lxb_inline lxb_dom_interface_t * function lxb_html_document_t (line 44) | lxb_html_document_t * function lxb_html_document_t (line 75) | lxb_html_document_t * function lxb_html_document_t (line 95) | lxb_html_document_t * function lxb_html_document_clean (line 101) | void function lxb_html_document_t (line 112) | lxb_html_document_t * function lxb_status_t (line 118) | lxb_status_t function lxb_status_t (line 161) | lxb_status_t function lxb_status_t (line 179) | lxb_status_t function lxb_status_t (line 187) | lxb_status_t function lxb_dom_node_t (line 193) | lxb_dom_node_t * function lxb_status_t (line 232) | lxb_status_t function lxb_status_t (line 251) | lxb_status_t function lxb_dom_node_t (line 259) | lxb_dom_node_t * function lxb_inline (line 265) | lxb_inline lxb_status_t function lxb_char_t (line 289) | const lxb_char_t * function lxb_status_t (line 303) | lxb_status_t function lxb_char_t (line 342) | const lxb_char_t * function lexbor_action_t (line 356) | static lexbor_action_t function lxb_dom_node_t (line 368) | lxb_dom_node_t * function lxb_html_head_element_t (line 378) | lxb_html_head_element_t * function lxb_html_body_element_t (line 384) | lxb_html_body_element_t * function lxb_dom_document_t (line 390) | lxb_dom_document_t * function lxb_html_document_is_original_noi (line 396) | bool function lexbor_mraw_t (line 402) | lexbor_mraw_t * function lexbor_mraw_t (line 408) | lexbor_mraw_t * function lxb_html_document_opt_set_noi (line 414) | void function lxb_html_document_opt_t (line 421) | lxb_html_document_opt_t function lxb_html_element_t (line 440) | lxb_html_element_t * function lxb_dom_element_t (line 449) | lxb_dom_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/document.h type lxb_status_t (line 22) | typedef lxb_status_t type lxb_status_t (line 25) | typedef lxb_status_t type lxb_html_document_opt_t (line 28) | typedef unsigned int lxb_html_document_opt_t; type lxb_html_document_ready_state_t (line 30) | typedef enum { type lxb_html_document_opt (line 38) | enum lxb_html_document_opt { type lxb_html_document_parse_cb_t (line 43) | typedef struct { type lxb_html_document (line 49) | struct lxb_html_document { function lxb_inline (line 129) | lxb_inline lxb_html_head_element_t * function lxb_inline (line 135) | lxb_inline lxb_html_body_element_t * function lxb_inline (line 141) | lxb_inline lxb_dom_document_t * function lxb_inline (line 153) | lxb_inline bool function lxb_inline (line 160) | lxb_inline lexbor_mraw_t * function lxb_inline (line 166) | lxb_inline lexbor_mraw_t * function lxb_inline (line 172) | lxb_inline void function lxb_inline (line 179) | lxb_inline lxb_html_document_opt_t function lxb_inline (line 185) | lxb_inline lexbor_hash_t * function lxb_inline (line 191) | lxb_inline void * function lxb_inline (line 199) | lxb_inline void * function lxb_inline (line 205) | lxb_inline lxb_html_element_t * function lxb_inline (line 215) | lxb_inline lxb_dom_element_t * function lxb_inline (line 221) | lxb_inline const lxb_html_document_parse_cb_t * function lxb_inline (line 227) | lxb_inline void function lxb_inline (line 234) | lxb_inline lxb_html_document_done_cb_f function lxb_inline (line 240) | lxb_inline void FILE: ext/dom/lexbor/lexbor/html/interfaces/element.c function lxb_html_element_t (line 11) | lxb_html_element_t * function lxb_html_element_t (line 30) | lxb_html_element_t * function lxb_html_element_t (line 37) | lxb_html_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/element.h type lxb_html_element (line 18) | struct lxb_html_element { function lxb_inline (line 37) | lxb_inline lxb_tag_id_t function lxb_inline (line 43) | lxb_inline lxb_ns_id_t function lxb_inline (line 49) | lxb_inline void function lxb_inline (line 56) | lxb_inline void function lxb_inline (line 63) | lxb_inline void function lxb_inline (line 70) | lxb_inline void function lxb_inline (line 76) | lxb_inline lxb_html_document_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/embed_element.c function lxb_html_embed_element_t (line 11) | lxb_html_embed_element_t * function lxb_html_embed_element_t (line 30) | lxb_html_embed_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/embed_element.h type lxb_html_embed_element (line 18) | struct lxb_html_embed_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/field_set_element.c function lxb_html_field_set_element_t (line 11) | lxb_html_field_set_element_t * function lxb_html_field_set_element_t (line 30) | lxb_html_field_set_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/field_set_element.h type lxb_html_field_set_element (line 18) | struct lxb_html_field_set_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/font_element.c function lxb_html_font_element_t (line 11) | lxb_html_font_element_t * function lxb_html_font_element_t (line 30) | lxb_html_font_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/font_element.h type lxb_html_font_element (line 18) | struct lxb_html_font_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/form_element.c function lxb_html_form_element_t (line 11) | lxb_html_form_element_t * function lxb_html_form_element_t (line 30) | lxb_html_form_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/form_element.h type lxb_html_form_element (line 18) | struct lxb_html_form_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/frame_element.c function lxb_html_frame_element_t (line 11) | lxb_html_frame_element_t * function lxb_html_frame_element_t (line 30) | lxb_html_frame_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/frame_element.h type lxb_html_frame_element (line 18) | struct lxb_html_frame_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/frame_set_element.c function lxb_html_frame_set_element_t (line 11) | lxb_html_frame_set_element_t * function lxb_html_frame_set_element_t (line 30) | lxb_html_frame_set_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/frame_set_element.h type lxb_html_frame_set_element (line 18) | struct lxb_html_frame_set_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/head_element.c function lxb_html_head_element_t (line 11) | lxb_html_head_element_t * function lxb_html_head_element_t (line 30) | lxb_html_head_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/head_element.h type lxb_html_head_element (line 18) | struct lxb_html_head_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/heading_element.c function lxb_html_heading_element_t (line 11) | lxb_html_heading_element_t * function lxb_html_heading_element_t (line 30) | lxb_html_heading_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/heading_element.h type lxb_html_heading_element (line 18) | struct lxb_html_heading_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/hr_element.c function lxb_html_hr_element_t (line 11) | lxb_html_hr_element_t * function lxb_html_hr_element_t (line 30) | lxb_html_hr_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/hr_element.h type lxb_html_hr_element (line 18) | struct lxb_html_hr_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/html_element.c function lxb_html_html_element_t (line 11) | lxb_html_html_element_t * function lxb_html_html_element_t (line 30) | lxb_html_html_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/html_element.h type lxb_html_html_element (line 18) | struct lxb_html_html_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/iframe_element.c function lxb_html_iframe_element_t (line 11) | lxb_html_iframe_element_t * function lxb_html_iframe_element_t (line 30) | lxb_html_iframe_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/iframe_element.h type lxb_html_iframe_element (line 18) | struct lxb_html_iframe_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/image_element.c function lxb_html_image_element_t (line 11) | lxb_html_image_element_t * function lxb_html_image_element_t (line 30) | lxb_html_image_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/image_element.h type lxb_html_image_element (line 18) | struct lxb_html_image_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/input_element.c function lxb_html_input_element_t (line 11) | lxb_html_input_element_t * function lxb_html_input_element_t (line 30) | lxb_html_input_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/input_element.h type lxb_html_input_element (line 18) | struct lxb_html_input_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/label_element.c function lxb_html_label_element_t (line 11) | lxb_html_label_element_t * function lxb_html_label_element_t (line 30) | lxb_html_label_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/label_element.h type lxb_html_label_element (line 18) | struct lxb_html_label_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/legend_element.c function lxb_html_legend_element_t (line 11) | lxb_html_legend_element_t * function lxb_html_legend_element_t (line 30) | lxb_html_legend_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/legend_element.h type lxb_html_legend_element (line 18) | struct lxb_html_legend_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/li_element.c function lxb_html_li_element_t (line 11) | lxb_html_li_element_t * function lxb_html_li_element_t (line 30) | lxb_html_li_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/li_element.h type lxb_html_li_element (line 18) | struct lxb_html_li_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/link_element.c function lxb_html_link_element_t (line 11) | lxb_html_link_element_t * function lxb_html_link_element_t (line 30) | lxb_html_link_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/link_element.h type lxb_html_link_element (line 18) | struct lxb_html_link_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/map_element.c function lxb_html_map_element_t (line 11) | lxb_html_map_element_t * function lxb_html_map_element_t (line 30) | lxb_html_map_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/map_element.h type lxb_html_map_element (line 18) | struct lxb_html_map_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/marquee_element.c function lxb_html_marquee_element_t (line 11) | lxb_html_marquee_element_t * function lxb_html_marquee_element_t (line 30) | lxb_html_marquee_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/marquee_element.h type lxb_html_marquee_element (line 18) | struct lxb_html_marquee_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/media_element.c function lxb_html_media_element_t (line 11) | lxb_html_media_element_t * function lxb_html_media_element_t (line 30) | lxb_html_media_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/media_element.h type lxb_html_media_element (line 18) | struct lxb_html_media_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/menu_element.c function lxb_html_menu_element_t (line 11) | lxb_html_menu_element_t * function lxb_html_menu_element_t (line 30) | lxb_html_menu_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/menu_element.h type lxb_html_menu_element (line 18) | struct lxb_html_menu_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/meta_element.c function lxb_html_meta_element_t (line 11) | lxb_html_meta_element_t * function lxb_html_meta_element_t (line 30) | lxb_html_meta_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/meta_element.h type lxb_html_meta_element (line 18) | struct lxb_html_meta_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/meter_element.c function lxb_html_meter_element_t (line 11) | lxb_html_meter_element_t * function lxb_html_meter_element_t (line 30) | lxb_html_meter_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/meter_element.h type lxb_html_meter_element (line 18) | struct lxb_html_meter_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/mod_element.c function lxb_html_mod_element_t (line 11) | lxb_html_mod_element_t * function lxb_html_mod_element_t (line 30) | lxb_html_mod_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/mod_element.h type lxb_html_mod_element (line 18) | struct lxb_html_mod_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/o_list_element.c function lxb_html_o_list_element_t (line 11) | lxb_html_o_list_element_t * function lxb_html_o_list_element_t (line 30) | lxb_html_o_list_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/o_list_element.h type lxb_html_o_list_element (line 18) | struct lxb_html_o_list_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/object_element.c function lxb_html_object_element_t (line 11) | lxb_html_object_element_t * function lxb_html_object_element_t (line 30) | lxb_html_object_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/object_element.h type lxb_html_object_element (line 18) | struct lxb_html_object_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/opt_group_element.c function lxb_html_opt_group_element_t (line 11) | lxb_html_opt_group_element_t * function lxb_html_opt_group_element_t (line 30) | lxb_html_opt_group_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/opt_group_element.h type lxb_html_opt_group_element (line 18) | struct lxb_html_opt_group_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/option_element.c function lxb_html_option_element_t (line 11) | lxb_html_option_element_t * function lxb_html_option_element_t (line 30) | lxb_html_option_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/option_element.h type lxb_html_option_element (line 18) | struct lxb_html_option_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/output_element.c function lxb_html_output_element_t (line 11) | lxb_html_output_element_t * function lxb_html_output_element_t (line 30) | lxb_html_output_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/output_element.h type lxb_html_output_element (line 18) | struct lxb_html_output_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/paragraph_element.c function lxb_html_paragraph_element_t (line 11) | lxb_html_paragraph_element_t * function lxb_html_paragraph_element_t (line 30) | lxb_html_paragraph_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/paragraph_element.h type lxb_html_paragraph_element (line 18) | struct lxb_html_paragraph_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/param_element.c function lxb_html_param_element_t (line 11) | lxb_html_param_element_t * function lxb_html_param_element_t (line 30) | lxb_html_param_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/param_element.h type lxb_html_param_element (line 18) | struct lxb_html_param_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/picture_element.c function lxb_html_picture_element_t (line 11) | lxb_html_picture_element_t * function lxb_html_picture_element_t (line 30) | lxb_html_picture_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/picture_element.h type lxb_html_picture_element (line 18) | struct lxb_html_picture_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/pre_element.c function lxb_html_pre_element_t (line 11) | lxb_html_pre_element_t * function lxb_html_pre_element_t (line 30) | lxb_html_pre_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/pre_element.h type lxb_html_pre_element (line 18) | struct lxb_html_pre_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/progress_element.c function lxb_html_progress_element_t (line 11) | lxb_html_progress_element_t * function lxb_html_progress_element_t (line 30) | lxb_html_progress_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/progress_element.h type lxb_html_progress_element (line 18) | struct lxb_html_progress_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/quote_element.c function lxb_html_quote_element_t (line 11) | lxb_html_quote_element_t * function lxb_html_quote_element_t (line 30) | lxb_html_quote_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/quote_element.h type lxb_html_quote_element (line 18) | struct lxb_html_quote_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/script_element.c function lxb_html_script_element_t (line 11) | lxb_html_script_element_t * function lxb_html_script_element_t (line 30) | lxb_html_script_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/script_element.h type lxb_html_script_element (line 18) | struct lxb_html_script_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/select_element.c function lxb_html_select_element_t (line 11) | lxb_html_select_element_t * function lxb_html_select_element_t (line 30) | lxb_html_select_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/select_element.h type lxb_html_select_element (line 18) | struct lxb_html_select_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/slot_element.c function lxb_html_slot_element_t (line 11) | lxb_html_slot_element_t * function lxb_html_slot_element_t (line 30) | lxb_html_slot_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/slot_element.h type lxb_html_slot_element (line 18) | struct lxb_html_slot_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/source_element.c function lxb_html_source_element_t (line 11) | lxb_html_source_element_t * function lxb_html_source_element_t (line 30) | lxb_html_source_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/source_element.h type lxb_html_source_element (line 18) | struct lxb_html_source_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/span_element.c function lxb_html_span_element_t (line 11) | lxb_html_span_element_t * function lxb_html_span_element_t (line 30) | lxb_html_span_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/span_element.h type lxb_html_span_element (line 18) | struct lxb_html_span_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/style_element.c function lxb_html_style_element_t (line 11) | lxb_html_style_element_t * function lxb_html_style_element_t (line 30) | lxb_html_style_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/style_element.h type lxb_html_style_element (line 18) | struct lxb_html_style_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/table_caption_element.c function lxb_html_table_caption_element_t (line 11) | lxb_html_table_caption_element_t * function lxb_html_table_caption_element_t (line 30) | lxb_html_table_caption_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/table_caption_element.h type lxb_html_table_caption_element (line 18) | struct lxb_html_table_caption_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/table_cell_element.c function lxb_html_table_cell_element_t (line 11) | lxb_html_table_cell_element_t * function lxb_html_table_cell_element_t (line 30) | lxb_html_table_cell_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/table_cell_element.h type lxb_html_table_cell_element (line 18) | struct lxb_html_table_cell_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/table_col_element.c function lxb_html_table_col_element_t (line 11) | lxb_html_table_col_element_t * function lxb_html_table_col_element_t (line 30) | lxb_html_table_col_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/table_col_element.h type lxb_html_table_col_element (line 18) | struct lxb_html_table_col_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/table_element.c function lxb_html_table_element_t (line 11) | lxb_html_table_element_t * function lxb_html_table_element_t (line 30) | lxb_html_table_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/table_element.h type lxb_html_table_element (line 18) | struct lxb_html_table_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/table_row_element.c function lxb_html_table_row_element_t (line 11) | lxb_html_table_row_element_t * function lxb_html_table_row_element_t (line 30) | lxb_html_table_row_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/table_row_element.h type lxb_html_table_row_element (line 18) | struct lxb_html_table_row_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/table_section_element.c function lxb_html_table_section_element_t (line 11) | lxb_html_table_section_element_t * function lxb_html_table_section_element_t (line 30) | lxb_html_table_section_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/table_section_element.h type lxb_html_table_section_element (line 18) | struct lxb_html_table_section_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/template_element.c function lxb_html_template_element_t (line 11) | lxb_html_template_element_t * function lxb_html_template_element_t (line 38) | lxb_html_template_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/template_element.h type lxb_html_template_element (line 20) | struct lxb_html_template_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/text_area_element.c function lxb_html_text_area_element_t (line 11) | lxb_html_text_area_element_t * function lxb_html_text_area_element_t (line 30) | lxb_html_text_area_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/text_area_element.h type lxb_html_text_area_element (line 18) | struct lxb_html_text_area_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/time_element.c function lxb_html_time_element_t (line 11) | lxb_html_time_element_t * function lxb_html_time_element_t (line 30) | lxb_html_time_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/time_element.h type lxb_html_time_element (line 18) | struct lxb_html_time_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/title_element.c function lxb_html_title_element_t (line 12) | lxb_html_title_element_t * function lxb_html_title_element_t (line 31) | lxb_html_title_element_t * function lxb_char_t (line 49) | const lxb_char_t * function lxb_char_t (line 79) | const lxb_char_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/title_element.h type lxb_html_title_element (line 18) | struct lxb_html_title_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/track_element.c function lxb_html_track_element_t (line 11) | lxb_html_track_element_t * function lxb_html_track_element_t (line 30) | lxb_html_track_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/track_element.h type lxb_html_track_element (line 18) | struct lxb_html_track_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/u_list_element.c function lxb_html_u_list_element_t (line 11) | lxb_html_u_list_element_t * function lxb_html_u_list_element_t (line 30) | lxb_html_u_list_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/u_list_element.h type lxb_html_u_list_element (line 18) | struct lxb_html_u_list_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/unknown_element.c function lxb_html_unknown_element_t (line 11) | lxb_html_unknown_element_t * function lxb_html_unknown_element_t (line 30) | lxb_html_unknown_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/unknown_element.h type lxb_html_unknown_element (line 18) | struct lxb_html_unknown_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/video_element.c function lxb_html_video_element_t (line 11) | lxb_html_video_element_t * function lxb_html_video_element_t (line 30) | lxb_html_video_element_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/video_element.h type lxb_html_video_element (line 18) | struct lxb_html_video_element { FILE: ext/dom/lexbor/lexbor/html/interfaces/window.c function lxb_html_window_t (line 11) | lxb_html_window_t * function lxb_html_window_t (line 30) | lxb_html_window_t * FILE: ext/dom/lexbor/lexbor/html/interfaces/window.h type lxb_html_window (line 18) | struct lxb_html_window { FILE: ext/dom/lexbor/lexbor/html/node.c function lxb_html_node_is_void_noi (line 10) | bool FILE: ext/dom/lexbor/lexbor/html/node.h function lxb_inline (line 21) | lxb_inline bool function lxb_inline (line 56) | lxb_inline bool FILE: ext/dom/lexbor/lexbor/html/parser.c function lxb_html_parser_t (line 25) | lxb_html_parser_t * function lxb_status_t (line 31) | lxb_status_t function lxb_html_parser_clean (line 65) | void function lxb_html_parser_t (line 78) | lxb_html_parser_t * function lxb_html_parser_t (line 91) | lxb_html_parser_t * function lxb_html_parser_t (line 103) | lxb_html_parser_t * function lxb_html_document_t (line 120) | lxb_html_document_t * function lxb_dom_node_t (line 147) | lxb_dom_node_t * function lxb_dom_node_t (line 158) | lxb_dom_node_t * function lxb_status_t (line 177) | lxb_status_t function lxb_status_t (line 279) | lxb_status_t function lxb_dom_node_t (line 300) | lxb_dom_node_t * function lxb_html_parse_fragment_chunk_destroy (line 325) | static void function LXB_API (line 354) | LXB_API lxb_status_t function lxb_html_document_t (line 375) | lxb_html_document_t * function lxb_status_t (line 402) | lxb_status_t function lxb_status_t (line 418) | lxb_status_t function lxb_html_tokenizer_t (line 437) | lxb_html_tokenizer_t * function lxb_html_tree_t (line 443) | lxb_html_tree_t * function lxb_status_t (line 449) | lxb_status_t function lxb_status_t (line 455) | lxb_status_t function lxb_html_parser_scripting_noi (line 461) | bool function lxb_html_parser_scripting_set_noi (line 467) | void FILE: ext/dom/lexbor/lexbor/html/parser.h type lxb_html_parser_state_t (line 21) | typedef enum { type lxb_html_parser_t (line 30) | typedef struct { function lxb_inline (line 107) | lxb_inline lxb_html_tokenizer_t * function lxb_inline (line 113) | lxb_inline lxb_html_tree_t * function lxb_inline (line 119) | lxb_inline lxb_status_t function lxb_inline (line 125) | lxb_inline lxb_status_t function lxb_inline (line 131) | lxb_inline bool function lxb_inline (line 137) | lxb_inline void FILE: ext/dom/lexbor/lexbor/html/serialize.h type lxb_html_serialize_opt_t (line 20) | typedef int lxb_html_serialize_opt_t; type lxb_html_serialize_opt (line 22) | enum lxb_html_serialize_opt { type lxb_status_t (line 34) | typedef lxb_status_t FILE: ext/dom/lexbor/lexbor/html/style.c function lxb_html_style_id_by_name (line 10) | uintptr_t FILE: ext/dom/lexbor/lexbor/html/style.h type lxb_html_style_weak_t (line 19) | typedef struct lxb_html_style_weak lxb_html_style_weak_t; type lxb_html_style_weak (line 21) | struct lxb_html_style_weak { type lxb_html_style_node_t (line 28) | typedef struct { FILE: ext/dom/lexbor/lexbor/html/tag.h type lxb_html_tag_category_t (line 21) | typedef int lxb_html_tag_category_t; type lxb_html_tag_category (line 23) | enum lxb_html_tag_category { type lxb_html_tag_fixname_t (line 35) | typedef struct { function lxb_inline (line 50) | lxb_inline bool function lxb_inline (line 61) | lxb_inline const lxb_html_tag_fixname_t * function lxb_inline (line 71) | lxb_inline bool FILE: ext/dom/lexbor/lexbor/html/token.c function lxb_html_token_t (line 24) | lxb_html_token_t * function lxb_html_token_t (line 30) | lxb_html_token_t * function lxb_html_token_attr_t (line 36) | lxb_html_token_attr_t * function lxb_html_token_attr_remove (line 59) | void function lxb_html_token_attr_delete (line 82) | void function lxb_status_t (line 90) | lxb_status_t function lxb_status_t (line 109) | lxb_status_t function lxb_status_t (line 140) | lxb_status_t function lxb_status_t (line 178) | lxb_status_t function lxb_status_t (line 214) | lxb_status_t function lxb_status_t (line 231) | lxb_status_t function lxb_status_t (line 258) | lxb_status_t function lxb_html_token_attr_t (line 350) | lxb_html_token_attr_t * function lxb_html_token_clean_noi (line 376) | void function lxb_html_token_t (line 382) | lxb_html_token_t * FILE: ext/dom/lexbor/lexbor/html/token.h type lxb_html_token_type_t (line 22) | typedef int lxb_html_token_type_t; type lxb_html_token_type (line 25) | enum lxb_html_token_type { type lxb_html_token_t (line 33) | typedef struct { function lxb_inline (line 105) | lxb_inline void function lxb_inline (line 111) | lxb_inline lxb_html_token_t * FILE: ext/dom/lexbor/lexbor/html/token_attr.c function lxb_html_token_attr_t (line 10) | lxb_html_token_attr_t * function lxb_html_token_attr_clean (line 16) | void function lxb_html_token_attr_t (line 22) | lxb_html_token_attr_t * function lxb_char_t (line 28) | const lxb_char_t * FILE: ext/dom/lexbor/lexbor/html/token_attr.h type lxb_html_token_attr_t (line 22) | typedef struct lxb_html_token_attr lxb_html_token_attr_t; type lxb_html_token_attr_type_t (line 23) | typedef int lxb_html_token_attr_type_t; type lxb_html_token_attr_type (line 25) | enum lxb_html_token_attr_type { type lxb_html_token_attr (line 31) | struct lxb_html_token_attr { FILE: ext/dom/lexbor/lexbor/html/tokenizer.c function lxb_html_tokenizer_t (line 38) | lxb_html_tokenizer_t * function lxb_status_t (line 44) | lxb_status_t function lxb_status_t (line 116) | lxb_status_t function lxb_html_tokenizer_t (line 162) | lxb_html_tokenizer_t * function lxb_html_tokenizer_t (line 178) | lxb_html_tokenizer_t * function lxb_html_tokenizer_clean (line 198) | void function lxb_html_tokenizer_t (line 218) | lxb_html_tokenizer_t * function lxb_status_t (line 245) | lxb_status_t function lxb_html_tokenizer_tags_destroy (line 252) | void function lxb_status_t (line 258) | lxb_status_t function lxb_html_tokenizer_attrs_destroy (line 266) | void function lxb_status_t (line 272) | lxb_status_t function lxb_status_t (line 307) | lxb_status_t function lxb_status_t (line 343) | lxb_status_t function lxb_html_token_t (line 381) | static lxb_html_token_t * function lxb_ns_id_t (line 388) | lxb_ns_id_t function lxb_html_tokenizer_set_state_by_tag (line 404) | void function lxb_html_tokenizer_status_set_noi (line 463) | void function lxb_html_tokenizer_callback_token_done_set_noi (line 470) | void function lxb_html_tokenizer_state_set_noi (line 484) | void function lxb_html_tokenizer_tmp_tag_id_set_noi (line 491) | void function lxb_html_tree_t (line 498) | lxb_html_tree_t * function lxb_html_tokenizer_tree_set_noi (line 504) | void function lexbor_mraw_t (line 511) | lexbor_mraw_t * function lexbor_hash_t (line 517) | lexbor_hash_t * FILE: ext/dom/lexbor/lexbor/html/tokenizer.h type lxb_char_t (line 25) | typedef const lxb_char_t * type lxb_html_token_t (line 29) | typedef lxb_html_token_t * type lxb_html_tokenizer (line 34) | struct lxb_html_tokenizer { function lxb_inline (line 163) | lxb_inline void function lxb_inline (line 169) | lxb_inline void function lxb_inline (line 175) | lxb_inline lexbor_hash_t * function lxb_inline (line 181) | lxb_inline void function lxb_inline (line 187) | lxb_inline lexbor_hash_t * function lxb_inline (line 193) | lxb_inline void function lxb_inline (line 200) | lxb_inline lexbor_mraw_t * function lxb_inline (line 206) | lxb_inline void function lxb_inline (line 215) | lxb_inline void * function lxb_inline (line 221) | lxb_inline void function lxb_inline (line 228) | lxb_inline void function lxb_inline (line 235) | lxb_inline lxb_html_tree_t * function lxb_inline (line 241) | lxb_inline void function lxb_inline (line 247) | lxb_inline lexbor_mraw_t * function lxb_inline (line 253) | lxb_inline lxb_status_t function lxb_inline (line 271) | lxb_inline lxb_status_t function lxb_inline (line 288) | lxb_inline lxb_status_t FILE: ext/dom/lexbor/lexbor/html/tokenizer/error.c function lxb_html_tokenizer_error_t (line 10) | lxb_html_tokenizer_error_t * FILE: ext/dom/lexbor/lexbor/html/tokenizer/error.h type lxb_html_tokenizer_error_id_t (line 20) | typedef enum { type lxb_html_tokenizer_error_t (line 123) | typedef struct { FILE: ext/dom/lexbor/lexbor/html/tokenizer/state.c function lxb_char_t (line 203) | const lxb_char_t * function lxb_char_t (line 224) | static const lxb_char_t * function lxb_char_t (line 320) | const lxb_char_t * function lxb_char_t (line 339) | static const lxb_char_t * function lxb_char_t (line 408) | static const lxb_char_t * function lxb_char_t (line 479) | static const lxb_char_t * function lxb_char_t (line 535) | static const lxb_char_t * function lxb_char_t (line 616) | const lxb_char_t * function lxb_char_t (line 687) | static const lxb_char_t * function lxb_char_t (line 775) | static const lxb_char_t * function lxb_char_t (line 841) | static const lxb_char_t * function lxb_char_t (line 901) | static const lxb_char_t * function lxb_char_t (line 997) | static const lxb_char_t * function lxb_char_t (line 1091) | static const lxb_char_t * function lxb_char_t (line 1198) | static const lxb_char_t * function lxb_char_t (line 1256) | const lxb_char_t * function lxb_char_t (line 1274) | const lxb_char_t * function lxb_char_t (line 1313) | static const lxb_char_t * function lxb_char_t (line 1328) | static const lxb_char_t * function lxb_char_t (line 1408) | static const lxb_char_t * function lxb_char_t (line 1496) | static const lxb_char_t * function lxb_char_t (line 1518) | static const lxb_char_t * function lxb_char_t (line 1550) | static const lxb_char_t * function lxb_char_t (line 1590) | static const lxb_char_t * function lxb_char_t (line 1612) | static const lxb_char_t * function lxb_char_t (line 1693) | static const lxb_char_t * function lxb_char_t (line 1714) | static const lxb_char_t * function lxb_char_t (line 1744) | const lxb_char_t * function lxb_char_t (line 1753) | static const lxb_char_t * function lxb_char_t (line 1763) | static const lxb_char_t * function lxb_char_t (line 1804) | static const lxb_char_t * function lxb_char_t (line 1900) | static const lxb_char_t * function lxb_char_t (line 1922) | static const lxb_char_t * function lxb_char_t (line 1949) | static const lxb_char_t * function lxb_char_t (line 1971) | static const lxb_char_t * function lxb_char_t (line 1993) | static const lxb_char_t * function lxb_char_t (line 2023) | static const lxb_char_t * function lxb_char_t (line 2053) | static const lxb_char_t * function lxb_html_tokenizer_state_to_ascii_utf_8 (line 2140) | static size_t FILE: ext/dom/lexbor/lexbor/html/tokenizer/state_comment.c function lxb_char_t (line 70) | const lxb_char_t * function lxb_char_t (line 88) | static const lxb_char_t * function lxb_char_t (line 120) | static const lxb_char_t * function lxb_char_t (line 168) | static const lxb_char_t * function lxb_char_t (line 262) | static const lxb_char_t * function lxb_char_t (line 290) | static const lxb_char_t * function lxb_char_t (line 310) | static const lxb_char_t * function lxb_char_t (line 332) | static const lxb_char_t * function lxb_char_t (line 364) | static const lxb_char_t * function lxb_char_t (line 398) | static const lxb_char_t * function lxb_char_t (line 450) | static const lxb_char_t * FILE: ext/dom/lexbor/lexbor/html/tokenizer/state_doctype.c function lxb_char_t (line 123) | const lxb_char_t * function lxb_char_t (line 143) | static const lxb_char_t * function lxb_char_t (line 196) | static const lxb_char_t * function lxb_char_t (line 283) | static const lxb_char_t * function lxb_char_t (line 372) | static const lxb_char_t * function lxb_char_t (line 513) | static const lxb_char_t * function lxb_char_t (line 563) | static const lxb_char_t * function lxb_char_t (line 612) | static const lxb_char_t * function lxb_char_t (line 697) | static const lxb_char_t * function lxb_char_t (line 773) | static const lxb_char_t * function lxb_char_t (line 888) | static const lxb_char_t * function lxb_char_t (line 1003) | static const lxb_char_t * function lxb_char_t (line 1089) | static const lxb_char_t * function lxb_char_t (line 1166) | static const lxb_char_t * function lxb_char_t (line 1250) | static const lxb_char_t * function lxb_char_t (line 1326) | static const lxb_char_t * function lxb_char_t (line 1441) | static const lxb_char_t * function lxb_char_t (line 1556) | static const lxb_char_t * function lxb_char_t (line 1614) | static const lxb_char_t * FILE: ext/dom/lexbor/lexbor/html/tokenizer/state_rawtext.c function lxb_char_t (line 44) | const lxb_char_t * function lxb_char_t (line 61) | static const lxb_char_t * function lxb_char_t (line 144) | static const lxb_char_t * function lxb_char_t (line 164) | static const lxb_char_t * function lxb_char_t (line 187) | static const lxb_char_t * FILE: ext/dom/lexbor/lexbor/html/tokenizer/state_rcdata.c function lxb_char_t (line 44) | const lxb_char_t * function lxb_char_t (line 61) | static const lxb_char_t * function lxb_char_t (line 153) | static const lxb_char_t * function lxb_char_t (line 173) | static const lxb_char_t * function lxb_char_t (line 196) | static const lxb_char_t * FILE: ext/dom/lexbor/lexbor/html/tokenizer/state_script.c function lxb_char_t (line 132) | const lxb_char_t * function lxb_char_t (line 149) | static const lxb_char_t * function lxb_char_t (line 233) | static const lxb_char_t * function lxb_char_t (line 263) | static const lxb_char_t * function lxb_char_t (line 286) | static const lxb_char_t * function lxb_char_t (line 407) | static const lxb_char_t * function lxb_char_t (line 429) | static const lxb_char_t * function lxb_char_t (line 454) | static const lxb_char_t * function lxb_char_t (line 546) | static const lxb_char_t * function lxb_char_t (line 607) | static const lxb_char_t * function lxb_char_t (line 642) | static const lxb_char_t * function lxb_char_t (line 672) | static const lxb_char_t * function lxb_char_t (line 695) | static const lxb_char_t * function lxb_char_t (line 818) | static const lxb_char_t * function lxb_char_t (line 884) | static const lxb_char_t * function lxb_char_t (line 976) | static const lxb_char_t * function lxb_char_t (line 1037) | static const lxb_char_t * function lxb_char_t (line 1105) | static const lxb_char_t * function lxb_char_t (line 1127) | static const lxb_char_t * function lxb_char_t (line 1150) | static const lxb_char_t * FILE: ext/dom/lexbor/lexbor/html/tree.c function lxb_html_tree_t (line 46) | lxb_html_tree_t * function lxb_status_t (line 52) | lxb_status_t function lxb_html_tree_t (line 127) | lxb_html_tree_t * function lxb_html_tree_t (line 139) | lxb_html_tree_t * function lxb_html_tree_clean (line 155) | void function lxb_html_tree_t (line 178) | lxb_html_tree_t * function lxb_html_token_t (line 199) | static lxb_html_token_t * function lxb_status_t (line 215) | lxb_status_t function lxb_html_tree_process_abort (line 223) | bool function lxb_html_tree_parse_error (line 236) | void function lxb_html_tree_construction_dispatcher (line 243) | bool function lxb_status_t (line 292) | static lxb_status_t function lxb_dom_node_t (line 303) | lxb_dom_node_t * function lxb_html_element_t (line 391) | lxb_html_element_t * function lxb_html_element_t (line 421) | lxb_html_element_t * function lxb_status_t (line 451) | lxb_status_t function lxb_status_t (line 503) | lxb_status_t function lxb_status_t (line 542) | lxb_status_t function lxb_status_t (line 568) | lxb_status_t function lxb_status_t (line 605) | lxb_status_t function lxb_status_t (line 668) | lxb_status_t function lxb_status_t (line 696) | lxb_status_t function lxb_dom_comment_t (line 789) | lxb_dom_comment_t * function lxb_dom_document_type_t (line 827) | lxb_dom_document_type_t * function lxb_html_tree_node_delete_deep (line 856) | void function lxb_html_element_t (line 862) | lxb_html_element_t * function lxb_html_element_t (line 888) | lxb_html_element_t * function lxb_html_tree_generate_implied_end_tags (line 913) | void function lxb_html_tree_generate_all_implied_end_tags_thoroughly (line 951) | void function lxb_html_tree_reset_insertion_mode_appropriately (line 998) | void function lxb_dom_node_t (line 1151) | lxb_dom_node_t * function lxb_dom_node_t (line 1176) | lxb_dom_node_t * function lxb_dom_node_t (line 1202) | lxb_dom_node_t * function lxb_dom_node_t (line 1241) | lxb_dom_node_t * function lxb_dom_node_t (line 1277) | lxb_dom_node_t * function lxb_html_tree_check_scope_element (line 1312) | bool function lxb_html_tree_close_p_element (line 1349) | void function lxb_html_tree_adoption_agency_algorithm (line 1367) | bool function lxb_html_tree_html_integration_point (line 1663) | bool function lxb_status_t (line 1705) | lxb_status_t function lxb_status_t (line 1719) | lxb_status_t FILE: ext/dom/lexbor/lexbor/html/tree.h type lxb_status_t (line 29) | typedef lxb_status_t type lxb_html_tree_pending_table_t (line 33) | typedef struct { type lxb_html_tree (line 39) | struct lxb_html_tree { type lxb_html_tree_insertion_position_t (line 71) | typedef enum { function lxb_inline (line 230) | lxb_inline lxb_status_t function lxb_inline (line 238) | lxb_inline lxb_status_t function lxb_inline (line 244) | lxb_inline lxb_status_t function lxb_inline (line 254) | lxb_inline lxb_status_t function lxb_inline (line 271) | lxb_inline lxb_dom_node_t * function lxb_inline (line 279) | lxb_inline bool function lxb_inline (line 285) | lxb_inline lxb_dom_node_t * function lxb_inline (line 296) | lxb_inline lxb_dom_node_t * function lxb_inline (line 306) | lxb_inline lxb_html_element_t * function lxb_inline (line 313) | lxb_inline void function lxb_inline (line 326) | lxb_inline void function lxb_inline (line 342) | lxb_inline bool function lxb_inline (line 359) | lxb_inline bool function lxb_inline (line 365) | lxb_inline void function lxb_inline (line 371) | lxb_inline void FILE: ext/dom/lexbor/lexbor/html/tree/active_formatting.c function lxb_html_element_t (line 20) | lxb_html_element_t * function lxb_html_tree_active_formatting_up_to_last_marker (line 26) | void function lxb_html_tree_active_formatting_remove_by_node (line 42) | void function lxb_html_tree_active_formatting_find_by_node (line 65) | bool function lxb_html_tree_active_formatting_find_by_node_reverse (line 89) | bool function lxb_status_t (line 116) | lxb_status_t function lxb_dom_node_t (line 184) | lxb_dom_node_t * function lxb_html_tree_active_formatting_push_with_check_dupl (line 211) | void FILE: ext/dom/lexbor/lexbor/html/tree/active_formatting.h function lxb_inline (line 55) | lxb_inline lxb_dom_node_t * function lxb_inline (line 66) | lxb_inline lxb_dom_node_t * function lxb_inline (line 72) | lxb_inline lxb_dom_node_t * function lxb_inline (line 78) | lxb_inline lxb_status_t function lxb_inline (line 85) | lxb_inline lxb_dom_node_t * function lxb_inline (line 91) | lxb_inline lxb_status_t function lxb_inline (line 98) | lxb_inline lxb_status_t function lxb_inline (line 105) | lxb_inline void FILE: ext/dom/lexbor/lexbor/html/tree/error.c function lxb_html_tree_error_t (line 10) | lxb_html_tree_error_t * FILE: ext/dom/lexbor/lexbor/html/tree/error.h type lxb_html_tree_error_id_t (line 20) | typedef enum { type lxb_html_tree_error_t (line 98) | typedef struct { FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/after_after_body.c function lxb_html_tree_insertion_mode_after_after_body (line 10) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/after_after_frameset.c function lxb_html_tree_insertion_mode_after_after_frameset (line 10) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/after_body.c function lxb_html_tree_insertion_mode_after_body (line 11) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/after_frameset.c function lxb_html_tree_insertion_mode_after_frameset (line 10) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/after_head.c function lxb_html_tree_insertion_mode_after_head (line 26) | bool function lxb_html_tree_insertion_mode_after_head_open (line 37) | static bool function lxb_html_tree_insertion_mode_after_head_closed (line 166) | static bool function lxb_inline (line 188) | lxb_inline bool function lxb_inline (line 209) | lxb_inline lxb_html_element_t * FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/before_head.c function lxb_html_tree_insertion_mode_before_head (line 26) | bool function lxb_html_tree_insertion_mode_before_head_open (line 37) | static bool function lxb_html_tree_insertion_mode_before_head_closed (line 94) | static bool function lxb_inline (line 114) | lxb_inline bool function lxb_inline (line 132) | lxb_inline lxb_status_t FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/before_html.c function lxb_html_tree_insertion_mode_before_html (line 28) | bool function lxb_html_tree_insertion_mode_before_html_open (line 39) | static bool function lxb_html_tree_insertion_mode_before_html_closed (line 106) | static bool function lxb_inline (line 126) | lxb_inline bool function lxb_inline (line 148) | lxb_inline lxb_status_t FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/foreign_content.c function lxb_inline (line 22) | lxb_inline bool function lxb_inline (line 59) | lxb_inline bool function lxb_inline (line 75) | lxb_inline bool function lxb_inline (line 125) | lxb_inline bool function lxb_inline (line 200) | lxb_inline bool function lxb_inline (line 216) | lxb_inline bool function lxb_inline (line 233) | lxb_inline bool function lxb_html_tree_insertion_mode_foreign_content (line 280) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_body.c function lxb_html_tree_insertion_mode_in_body_skip_new_line (line 25) | bool function lxb_html_tree_insertion_mode_in_body_skip_new_line_textarea (line 52) | bool function lxb_inline (line 75) | lxb_inline bool function lxb_status_t (line 112) | lxb_status_t function lxb_inline (line 145) | lxb_inline bool function lxb_inline (line 161) | lxb_inline bool function lxb_inline (line 170) | lxb_inline bool function lxb_inline (line 203) | lxb_inline bool function lxb_inline (line 210) | lxb_inline bool function lxb_inline (line 242) | lxb_inline bool function lxb_inline (line 278) | lxb_inline bool function lxb_inline (line 300) | lxb_inline bool function lxb_inline (line 324) | lxb_inline bool function lxb_inline (line 353) | lxb_inline bool function lxb_inline (line 379) | lxb_inline bool function lxb_inline (line 424) | lxb_inline bool function lxb_inline (line 451) | lxb_inline bool function lxb_inline (line 487) | lxb_inline bool function lxb_inline (line 551) | lxb_inline bool function lxb_inline (line 628) | lxb_inline bool function lxb_inline (line 654) | lxb_inline bool function lxb_inline (line 696) | lxb_inline bool function lxb_inline (line 726) | lxb_inline bool function lxb_inline (line 792) | lxb_inline bool function lxb_inline (line 822) | lxb_inline bool function lxb_inline (line 854) | lxb_inline bool function lxb_inline (line 886) | lxb_inline bool function lxb_inline (line 914) | lxb_inline bool function lxb_inline (line 970) | lxb_inline bool function lxb_inline (line 996) | lxb_inline bool function lxb_inline (line 1050) | lxb_inline bool function lxb_inline (line 1074) | lxb_inline bool function lxb_inline (line 1105) | lxb_inline bool function lxb_inline (line 1137) | lxb_inline bool function lxb_inline (line 1170) | lxb_inline bool function lxb_inline (line 1196) | lxb_inline bool function lxb_inline (line 1207) | lxb_inline bool function lxb_inline (line 1248) | lxb_inline bool function lxb_inline (line 1267) | lxb_inline bool function lxb_inline (line 1295) | lxb_inline bool function lxb_inline (line 1306) | lxb_inline bool function lxb_inline (line 1331) | lxb_inline bool function lxb_inline (line 1361) | lxb_inline bool function lxb_inline (line 1379) | lxb_inline bool function lxb_inline (line 1395) | lxb_inline bool function lxb_inline (line 1433) | lxb_inline bool function lxb_inline (line 1463) | lxb_inline bool function lxb_inline (line 1496) | lxb_inline bool function lxb_inline (line 1529) | lxb_inline bool function lxb_inline (line 1560) | lxb_inline bool function lxb_inline (line 1595) | lxb_inline bool function lxb_inline (line 1605) | lxb_inline bool function lxb_inline (line 1626) | lxb_inline bool function lxb_inline (line 1646) | lxb_inline bool function lxb_html_tree_insertion_mode_in_body (line 1684) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_caption.c function lxb_inline (line 12) | lxb_inline bool function lxb_inline (line 51) | lxb_inline bool function lxb_inline (line 89) | lxb_inline bool function lxb_inline (line 98) | lxb_inline bool function lxb_inline (line 105) | lxb_inline bool function lxb_html_tree_insertion_mode_in_caption (line 112) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_cell.c function lxb_html_tree_close_cell (line 12) | static void function lxb_inline (line 38) | lxb_inline bool function lxb_inline (line 75) | lxb_inline bool function lxb_inline (line 96) | lxb_inline bool function lxb_inline (line 108) | lxb_inline bool function lxb_inline (line 127) | lxb_inline bool function lxb_inline (line 134) | lxb_inline bool function lxb_html_tree_insertion_mode_in_cell (line 141) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_column_group.c function lxb_inline (line 11) | lxb_inline bool function lxb_inline (line 31) | lxb_inline bool function lxb_inline (line 57) | lxb_inline bool function lxb_inline (line 73) | lxb_inline bool function lxb_inline (line 80) | lxb_inline bool function lxb_inline (line 99) | lxb_inline bool function lxb_inline (line 119) | lxb_inline bool function lxb_inline (line 128) | lxb_inline bool function lxb_inline (line 135) | lxb_inline bool function lxb_inline (line 142) | lxb_inline bool function lxb_html_tree_insertion_mode_in_column_group (line 149) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_frameset.c function lxb_html_tree_insertion_mode_in_frameset (line 11) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_head.c function lxb_html_tree_insertion_mode_in_head (line 40) | bool function lxb_html_tree_insertion_mode_in_head_open (line 51) | static bool function lxb_html_tree_insertion_mode_in_head_closed (line 209) | static bool function lxb_inline (line 240) | lxb_inline bool function lxb_inline (line 289) | lxb_inline bool function lxb_inline (line 323) | lxb_inline bool function lxb_inline (line 357) | lxb_inline bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_head_noscript.c function lxb_html_tree_insertion_mode_in_head_noscript (line 20) | bool function lxb_html_tree_insertion_mode_in_head_noscript_open (line 36) | static bool function lxb_html_tree_insertion_mode_in_head_noscript_closed (line 95) | static bool function lxb_inline (line 109) | lxb_inline bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_row.c function lxb_html_tree_clear_stack_back_to_table_row (line 12) | static void function lxb_inline (line 30) | lxb_inline bool function lxb_inline (line 55) | lxb_inline bool function lxb_inline (line 82) | lxb_inline bool function lxb_inline (line 107) | lxb_inline bool function lxb_inline (line 138) | lxb_inline bool function lxb_inline (line 147) | lxb_inline bool function lxb_inline (line 154) | lxb_inline bool function lxb_html_tree_insertion_mode_in_row (line 161) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_select.c function lxb_inline (line 11) | lxb_inline bool function lxb_inline (line 48) | lxb_inline bool function lxb_inline (line 64) | lxb_inline bool function lxb_inline (line 73) | lxb_inline bool function lxb_inline (line 80) | lxb_inline bool function lxb_inline (line 101) | lxb_inline bool function lxb_inline (line 128) | lxb_inline bool function lxb_inline (line 159) | lxb_inline bool function lxb_inline (line 188) | lxb_inline bool function lxb_inline (line 205) | lxb_inline bool function lxb_inline (line 227) | lxb_inline bool function lxb_inline (line 252) | lxb_inline bool function lxb_inline (line 278) | lxb_inline bool function lxb_inline (line 285) | lxb_inline bool function lxb_inline (line 292) | lxb_inline bool function lxb_inline (line 301) | lxb_inline bool function lxb_html_tree_insertion_mode_in_select (line 310) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_select_in_table.c function lxb_inline (line 14) | lxb_inline bool function lxb_inline (line 31) | lxb_inline bool function lxb_inline (line 53) | lxb_inline bool function lxb_inline (line 60) | lxb_inline bool function lxb_html_tree_insertion_mode_in_select_in_table (line 68) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_table.c function lxb_inline (line 12) | lxb_inline void function lxb_inline (line 27) | lxb_inline bool function lxb_inline (line 52) | lxb_inline bool function lxb_inline (line 68) | lxb_inline bool function lxb_inline (line 77) | lxb_inline bool function lxb_inline (line 102) | lxb_inline bool function lxb_inline (line 122) | lxb_inline bool function lxb_inline (line 150) | lxb_inline bool function lxb_inline (line 173) | lxb_inline bool function lxb_inline (line 198) | lxb_inline bool function lxb_inline (line 218) | lxb_inline bool function lxb_inline (line 242) | lxb_inline bool function lxb_inline (line 255) | lxb_inline bool function lxb_inline (line 262) | lxb_inline bool function lxb_inline (line 306) | lxb_inline bool function lxb_inline (line 340) | lxb_inline bool function lxb_html_tree_insertion_mode_in_table_anything_else (line 347) | bool function lxb_inline (line 363) | lxb_inline bool function lxb_html_tree_insertion_mode_in_table (line 370) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_table_body.c function lxb_html_tree_clear_stack_back_to_table_body (line 11) | static void function lxb_inline (line 28) | lxb_inline bool function lxb_inline (line 51) | lxb_inline bool function lxb_inline (line 83) | lxb_inline bool function lxb_inline (line 110) | lxb_inline bool function lxb_inline (line 134) | lxb_inline bool function lxb_inline (line 143) | lxb_inline bool function lxb_inline (line 150) | lxb_inline bool function lxb_html_tree_insertion_mode_in_table_body (line 158) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_table_text.c function lxb_html_tree_insertion_mode_in_table_text (line 15) | bool function lxb_html_tree_insertion_mode_in_table_text_erase (line 116) | static void FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/in_template.c function lxb_inline (line 16) | lxb_inline bool function lxb_inline (line 33) | lxb_inline bool function lxb_inline (line 50) | lxb_inline bool function lxb_inline (line 70) | lxb_inline bool function lxb_inline (line 87) | lxb_inline bool function lxb_inline (line 116) | lxb_inline bool function lxb_html_tree_insertion_mode_in_template (line 133) | bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/initial.c type lxb_html_tree_insertion_mode_initial_str_t (line 11) | typedef struct { function lxb_html_tree_insertion_mode_initial (line 133) | bool function lxb_html_tree_insertion_mode_initial_doctype (line 185) | static bool function lxb_html_tree_insertion_mode_initial_doctype_ckeck (line 224) | static void function lxb_html_tree_insertion_mode_initial_doctype_ckeck_public (line 288) | static bool function lxb_html_tree_insertion_mode_initial_doctype_ckeck_system (line 328) | static bool function lxb_html_tree_insertion_mode_initial_doctype_ckeck_pubsys (line 353) | static bool function lxb_html_tree_insertion_mode_initial_doctype_check_limq (line 378) | static bool FILE: ext/dom/lexbor/lexbor/html/tree/insertion_mode/text.c function lxb_html_tree_insertion_mode_text (line 13) | bool FILE: ext/dom/lexbor/lexbor/html/tree/open_elements.c function LXB_API (line 11) | LXB_API void function lxb_html_tree_open_elements_pop_until_tag_id (line 34) | void function lxb_html_tree_open_elements_pop_until_h123456 (line 58) | void function lxb_html_tree_open_elements_pop_until_td_th (line 88) | void function lxb_html_tree_open_elements_pop_until_node (line 114) | void function lxb_html_tree_open_elements_pop_until (line 134) | void function lxb_html_tree_open_elements_find_by_node (line 145) | bool function lxb_html_tree_open_elements_find_by_node_reverse (line 169) | bool function lxb_dom_node_t (line 196) | lxb_dom_node_t * function lxb_dom_node_t (line 223) | lxb_dom_node_t * FILE: ext/dom/lexbor/lexbor/html/tree/open_elements.h function lxb_inline (line 68) | lxb_inline lxb_dom_node_t * function lxb_inline (line 74) | lxb_inline lxb_dom_node_t * function lxb_inline (line 80) | lxb_inline lxb_status_t function lxb_inline (line 86) | lxb_inline lxb_dom_node_t * function lxb_inline (line 92) | lxb_inline lxb_status_t FILE: ext/dom/lexbor/lexbor/html/tree/template_insertion.h type lxb_html_tree_template_insertion_t (line 19) | typedef struct { function lxb_inline (line 28) | lxb_inline lxb_html_tree_insertion_mode_f function lxb_inline (line 43) | lxb_inline lxb_html_tree_insertion_mode_f function lxb_inline (line 57) | lxb_inline lxb_html_tree_insertion_mode_f function lxb_inline (line 63) | lxb_inline lxb_status_t function lxb_inline (line 80) | lxb_inline lxb_html_tree_insertion_mode_f FILE: ext/dom/lexbor/lexbor/html/tree_res.h type lxb_html_tree_res_attr_adjust_t (line 11) | typedef struct { type lxb_html_tree_res_attr_adjust_foreign_t (line 18) | typedef struct { FILE: ext/dom/lexbor/lexbor/ns/const.h type lxb_ns_id_t (line 20) | typedef uintptr_t lxb_ns_id_t; type lxb_ns_prefix_id_t (line 21) | typedef uintptr_t lxb_ns_prefix_id_t; type lxb_ns_id_enum_t (line 23) | typedef enum { FILE: ext/dom/lexbor/lexbor/ns/ns.c function LXB_API (line 16) | LXB_API const lxb_ns_data_t * function lxb_char_t (line 42) | const lxb_char_t * function lxb_ns_data_t (line 63) | const lxb_ns_data_t * function lxb_ns_data_t (line 77) | const lxb_ns_data_t * function lxb_ns_prefix_data_t (line 96) | const lxb_ns_prefix_data_t * function lxb_ns_prefix_data_t (line 123) | const lxb_ns_prefix_data_t * function lxb_ns_prefix_data_t (line 137) | const lxb_ns_prefix_data_t * FILE: ext/dom/lexbor/lexbor/ns/ns.h type lxb_ns_data_t (line 20) | typedef struct { type lxb_ns_prefix_data_t (line 29) | typedef struct { FILE: ext/dom/lexbor/lexbor/ports/posix/lexbor/core/memory.c function lxb_status_t (line 39) | lxb_status_t FILE: ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core/memory.c function lxb_status_t (line 39) | lxb_status_t FILE: ext/dom/lexbor/lexbor/selectors-adapted/selectors.c type dom_lxb_str_wrapper (line 26) | typedef struct dom_lxb_str_wrapper { function dom_lxb_str_wrapper_release (line 31) | static void dom_lxb_str_wrapper_release(dom_lxb_str_wrapper *wrapper) function zend_always_inline (line 38) | static zend_always_inline bool lxb_selectors_adapted_cmp_local_name_lite... function zend_always_inline (line 43) | static zend_always_inline bool lxb_selectors_adapted_cmp_ns(const xmlNod... function zend_always_inline (line 49) | static zend_always_inline bool lxb_selectors_adapted_cmp_local_name_id(c... function zend_always_inline (line 61) | static zend_always_inline const xmlAttr *lxb_selectors_adapted_attr(cons... function zend_always_inline (line 84) | static zend_always_inline bool lxb_selectors_adapted_has_attr(const xmlN... function zend_always_inline (line 89) | static zend_always_inline dom_lxb_str_wrapper lxb_selectors_adapted_attr... function lxb_selectors_attrib_name_cmp (line 97) | static bool lxb_selectors_attrib_name_cmp(const lxb_css_selector_t *sele... function lxb_selectors_is_lowercased_html_attrib_name (line 104) | static bool lxb_selectors_is_lowercased_html_attrib_name(const lxb_css_s... function lxb_selectors_adapted_set_entry_id_ex (line 154) | static void lxb_selectors_adapted_set_entry_id_ex(lxb_selectors_entry_t ... function zend_always_inline (line 171) | static zend_always_inline void lxb_selectors_adapted_set_entry_id(lxb_se... function lxb_status_t (line 310) | lxb_status_t function lxb_selectors_clean (line 334) | void function lxb_selectors_destroy (line 341) | void function lxb_selectors_entry_t (line 348) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 384) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 406) | static lxb_selectors_entry_t * function lxb_inline (line 439) | lxb_inline const xmlNode * function lxb_inline (line 459) | lxb_inline const xmlNode * function lxb_inline (line 506) | lxb_inline const xmlNode * function lxb_inline (line 517) | lxb_inline const xmlNode * function lxb_inline (line 528) | lxb_inline const xmlNode * function lxb_inline (line 543) | lxb_inline const xmlNode * function lxb_inline (line 575) | lxb_inline const xmlNode * function lxb_inline (line 596) | lxb_inline const xmlNode * function lxb_inline (line 617) | lxb_inline const xmlNode * function lxb_inline (line 636) | lxb_inline const xmlNode * function lxb_inline (line 656) | lxb_inline void function lxb_inline (line 668) | lxb_inline void function lxb_status_t (line 680) | lxb_status_t function lxb_status_t (line 704) | lxb_status_t function lxb_status_t (line 737) | lxb_status_t function lxb_status_t (line 745) | static lxb_status_t function lxb_status_t (line 812) | static lxb_status_t function lxb_selectors_entry_t (line 835) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 880) | static lxb_selectors_entry_t * function lxb_inline (line 944) | lxb_inline lxb_selectors_entry_t * function lxb_inline (line 958) | lxb_inline lxb_selectors_entry_t * function lxb_selectors_entry_t (line 972) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1014) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1050) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1078) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1107) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1148) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1180) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1197) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1214) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1245) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1277) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1288) | static lxb_selectors_entry_t * function lxb_inline (line 1299) | lxb_inline const xmlNode * function lxb_inline (line 1329) | lxb_inline lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1344) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1379) | static lxb_selectors_entry_t * function lxb_selectors_match (line 1405) | static bool function lxb_selectors_match_element (line 1458) | static bool function lxb_selectors_match_id (line 1466) | static bool function lxb_selectors_match_class (line 1489) | static bool function lxb_selectors_match_attribute_value (line 1543) | static bool function lxb_selectors_match_attribute (line 1640) | static bool function lxb_selectors_pseudo_class (line 1670) | static bool function lxb_selectors_nested_t (line 1898) | static lxb_selectors_nested_t * function lxb_selectors_pseudo_class_function (line 1936) | static bool function lxb_selectors_pseudo_element (line 2073) | static bool function lxb_selectors_pseudo_class_disabled (line 2099) | static bool function lxb_selectors_pseudo_class_first_child (line 2159) | static bool function lxb_selectors_pseudo_class_first_of_type (line 2176) | static bool function lxb_selectors_pseudo_class_last_child (line 2196) | static bool function lxb_selectors_pseudo_class_last_of_type (line 2213) | static bool function lxb_selectors_pseudo_class_read_write (line 2234) | static bool function lxb_selectors_anb_calc (line 2250) | static bool function lxb_status_t (line 2271) | static lxb_status_t function lxb_status_t (line 2282) | static lxb_status_t function lxb_status_t (line 2293) | static lxb_status_t FILE: ext/dom/lexbor/lexbor/selectors-adapted/selectors.h type lxb_selectors_opt_t (line 23) | typedef enum { type lxb_selectors_t (line 66) | typedef struct lxb_selectors lxb_selectors_t; type lxb_selectors_entry_t (line 67) | typedef struct lxb_selectors_entry lxb_selectors_entry_t; type lxb_selectors_nested_t (line 68) | typedef struct lxb_selectors_nested lxb_selectors_nested_t; type lxb_status_t (line 70) | typedef lxb_status_t type lxb_selectors_entry_t (line 74) | typedef lxb_selectors_entry_t * type lxb_selectors_adapted_id (line 78) | typedef struct { type lxb_selectors_entry (line 84) | struct lxb_selectors_entry { type lxb_selectors_nested (line 95) | struct lxb_selectors_nested { type lxb_selectors (line 112) | struct lxb_selectors { function lxb_inline (line 230) | lxb_inline void function lxb_inline (line 246) | lxb_inline const lxb_css_selector_list_t * FILE: ext/dom/lexbor/lexbor/selectors/selectors.c function lxb_selectors_t (line 113) | lxb_selectors_t * function lxb_status_t (line 119) | lxb_status_t function lxb_selectors_clean (line 147) | void function lxb_selectors_t (line 154) | lxb_selectors_t * function lxb_inline (line 171) | lxb_inline lxb_dom_node_t * function lxb_inline (line 192) | lxb_inline lxb_dom_node_t * function lxb_inline (line 203) | lxb_inline lxb_dom_node_t * function lxb_inline (line 218) | lxb_inline lxb_dom_node_t * function lxb_inline (line 239) | lxb_inline lxb_dom_node_t * function lxb_status_t (line 258) | lxb_status_t function lxb_status_t (line 285) | lxb_status_t function lxb_status_t (line 321) | lxb_status_t function lxb_status_t (line 329) | static lxb_status_t function lxb_status_t (line 393) | static lxb_status_t function lxb_selectors_entry_t (line 424) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 526) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 667) | static lxb_selectors_entry_t * function lxb_dom_node_t (line 783) | static lxb_dom_node_t * function lxb_dom_node_t (line 822) | static lxb_dom_node_t * function lxb_selectors_entry_t (line 862) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 952) | static lxb_selectors_entry_t * function lxb_selectors_entry_t (line 1026) | static lxb_selectors_entry_t * function lxb_selectors_match (line 1101) | static bool function lxb_selectors_match_element (line 1151) | static bool function lxb_selectors_match_id (line 1170) | static bool function lxb_selectors_match_class (line 1189) | static bool function lxb_selectors_match_attribute (line 1243) | static bool function lxb_selectors_pseudo_class (line 1382) | static bool function lxb_selectors_pseudo_class_function (line 1644) | static bool function lxb_selectors_pseudo_element (line 1725) | static bool function lxb_selectors_pseudo_class_disabled (line 1750) | static bool function lxb_selectors_pseudo_class_first_child (line 1784) | static bool function lxb_selectors_pseudo_class_first_of_type (line 1802) | static bool function lxb_selectors_pseudo_class_last_child (line 1821) | static bool function lxb_selectors_pseudo_class_last_of_type (line 1839) | static bool function lxb_selectors_pseudo_class_read_write (line 1858) | static bool function lxb_selectors_anb_calc (line 1878) | static bool function lxb_status_t (line 1899) | static lxb_status_t function lxb_status_t (line 1907) | static lxb_status_t function lxb_selectors_opt_set_noi (line 1915) | void function lxb_css_selector_list_t (line 1921) | const lxb_css_selector_list_t * FILE: ext/dom/lexbor/lexbor/selectors/selectors.h type lxb_selectors_opt_t (line 21) | typedef enum { type lxb_selectors_t (line 61) | typedef struct lxb_selectors lxb_selectors_t; type lxb_selectors_entry_t (line 62) | typedef struct lxb_selectors_entry lxb_selectors_entry_t; type lxb_selectors_nested_t (line 63) | typedef struct lxb_selectors_nested lxb_selectors_nested_t; type lxb_status_t (line 65) | typedef lxb_status_t type lxb_selectors_entry_t (line 69) | typedef lxb_selectors_entry_t * type lxb_selectors_entry (line 73) | struct lxb_selectors_entry { type lxb_selectors_nested (line 84) | struct lxb_selectors_nested { type lxb_selectors (line 99) | struct lxb_selectors { function lxb_inline (line 238) | lxb_inline void function lxb_inline (line 254) | lxb_inline const lxb_css_selector_list_t * FILE: ext/dom/lexbor/lexbor/tag/const.h type lxb_tag_id_t (line 21) | typedef uintptr_t lxb_tag_id_t; type lxb_tag_id_enum_t (line 23) | typedef enum { FILE: ext/dom/lexbor/lexbor/tag/tag.c function LXB_API (line 12) | LXB_API const lxb_tag_data_t * function LXB_API (line 40) | LXB_API const lxb_tag_data_t * function lxb_tag_data_t (line 62) | const lxb_tag_data_t * function lxb_tag_data_t (line 76) | const lxb_tag_data_t * function lxb_tag_data_t (line 96) | const lxb_tag_data_t * function lxb_char_t (line 123) | const lxb_char_t * function lxb_char_t (line 129) | const lxb_char_t * function lxb_tag_id_t (line 135) | lxb_tag_id_t function lexbor_mraw_t (line 141) | lexbor_mraw_t * FILE: ext/dom/lexbor/lexbor/tag/tag.h type lxb_tag_data_t (line 22) | typedef struct { function lxb_inline (line 44) | lxb_inline const lxb_char_t * function lxb_inline (line 63) | lxb_inline const lxb_char_t * function lxb_inline (line 82) | lxb_inline lxb_tag_id_t function lxb_inline (line 93) | lxb_inline lexbor_mraw_t * FILE: ext/dom/namednodemap.c function php_dom_get_namednodemap_length (line 34) | int php_dom_get_namednodemap_length(dom_object *obj) function zend_result (line 66) | zend_result dom_namednodemap_length_read(dom_object *obj, zval *retval) function xmlNodePtr (line 74) | xmlNodePtr php_dom_named_node_map_get_named_item(dom_nnodemap_object *ob... function php_dom_named_node_map_get_named_item_into_zval (line 108) | void php_dom_named_node_map_get_named_item_into_zval(dom_nnodemap_object... function xmlNodePtr (line 135) | xmlNodePtr php_dom_named_node_map_get_item(dom_nnodemap_object *objmap, ... function php_dom_named_node_map_get_item_into_zval (line 160) | void php_dom_named_node_map_get_item_into_zval(dom_nnodemap_object *objm... FILE: ext/dom/namespace_compat.c function php_dom_libxml_ns_mapper_prefix_map_element_dtor (line 45) | static void php_dom_libxml_ns_mapper_prefix_map_element_dtor(zval *zv) function HashTable (line 52) | static HashTable *php_dom_libxml_ns_mapper_ensure_prefix_map(php_dom_lib... function xmlNsPtr (line 74) | static xmlNsPtr php_dom_libxml_ns_mapper_ensure_cached_ns(php_dom_libxml... function PHP_DOM_EXPORT (line 87) | PHP_DOM_EXPORT xmlNsPtr php_dom_libxml_ns_mapper_ensure_html_ns(php_dom_... function PHP_DOM_EXPORT (line 92) | PHP_DOM_EXPORT xmlNsPtr php_dom_libxml_ns_mapper_ensure_prefixless_xmlns... function xmlNsPtr (line 97) | static xmlNsPtr dom_create_owned_ns(zend_string *prefix, zend_string *uri) function PHP_DOM_EXPORT (line 114) | PHP_DOM_EXPORT xmlNsPtr php_dom_libxml_ns_mapper_get_ns(php_dom_libxml_n... function PHP_DOM_EXPORT (line 143) | PHP_DOM_EXPORT xmlNsPtr php_dom_libxml_ns_mapper_get_ns_raw_prefix_strin... function xmlNsPtr (line 157) | static xmlNsPtr php_dom_libxml_ns_mapper_get_ns_raw_strings_ex(php_dom_l... function zend_always_inline (line 167) | static zend_always_inline xmlNsPtr php_dom_libxml_ns_mapper_get_ns_raw_s... function PHP_DOM_EXPORT (line 172) | PHP_DOM_EXPORT xmlNsPtr php_dom_libxml_ns_mapper_get_ns_raw_strings_null... function xmlNsPtr (line 183) | static xmlNsPtr php_dom_libxml_ns_mapper_store_and_normalize_parsed_ns(p... type dom_libxml_reconcile_ctx (line 213) | typedef struct { function PHP_DOM_EXPORT (line 222) | PHP_DOM_EXPORT php_dom_libxml_ns_mapper *php_dom_get_ns_mapper(dom_objec... function PHP_DOM_EXPORT (line 227) | PHP_DOM_EXPORT xmlAttrPtr php_dom_ns_compat_mark_attribute(php_dom_libxm... function PHP_DOM_EXPORT (line 244) | PHP_DOM_EXPORT void php_dom_ns_compat_mark_attribute_list(php_dom_libxml... function PHP_DOM_EXPORT (line 280) | PHP_DOM_EXPORT bool php_dom_ns_is_fast_ex(xmlNsPtr ns, const php_dom_ns_... function PHP_DOM_EXPORT (line 301) | PHP_DOM_EXPORT bool php_dom_ns_is_fast(const xmlNode *nodep, const php_d... function PHP_DOM_EXPORT (line 311) | PHP_DOM_EXPORT bool php_dom_ns_is_html_and_document_is_html(const xmlNod... function PHP_DOM_EXPORT (line 318) | PHP_DOM_EXPORT void php_dom_reconcile_attribute_namespace_after_insertio... function zend_always_inline (line 339) | static zend_always_inline void php_dom_libxml_reconcile_modern_single_no... function zend_always_inline (line 365) | static zend_always_inline bool dom_libxml_reconcile_fast_element_skip(xm... function zend_always_inline (line 372) | static zend_always_inline void php_dom_libxml_reconcile_modern_single_el... function PHP_DOM_EXPORT (line 390) | PHP_DOM_EXPORT void php_dom_libxml_reconcile_modern(php_dom_libxml_ns_ma... function PHP_DOM_EXPORT (line 426) | PHP_DOM_EXPORT php_dom_in_scope_ns php_dom_get_in_scope_ns(php_dom_libxm... function PHP_DOM_EXPORT (line 476) | PHP_DOM_EXPORT php_dom_in_scope_ns php_dom_get_in_scope_ns_legacy(const ... function PHP_DOM_EXPORT (line 494) | PHP_DOM_EXPORT void php_dom_in_scope_ns_destroy(php_dom_in_scope_ns *in_... FILE: ext/dom/namespace_compat.h type php_dom_ns_magic_token (line 30) | struct php_dom_ns_magic_token type php_dom_ns_magic_token (line 31) | typedef struct php_dom_ns_magic_token php_dom_ns_magic_token; type php_dom_libxml_ns_mapper (line 33) | struct php_dom_libxml_ns_mapper type php_dom_libxml_ns_mapper (line 34) | typedef struct php_dom_libxml_ns_mapper php_dom_libxml_ns_mapper; type php_dom_in_scope_ns (line 62) | typedef struct php_dom_in_scope_ns { FILE: ext/dom/node.c function zend_string (line 37) | zend_string *dom_node_concatenated_name_helper(size_t name_len, const ch... function zend_string (line 47) | zend_string *dom_node_get_node_name_attribute_or_element(const xmlNode *... function php_dom_is_node_connected (line 62) | bool php_dom_is_node_connected(const xmlNode *node) function zend_result (line 80) | zend_result dom_node_node_name_read(dom_object *obj, zval *retval) function zend_result (line 146) | zend_result dom_node_node_value_read(dom_object *obj, zval *retval) function zend_result (line 184) | zend_result dom_node_node_value_write(dom_object *obj, zval *newval) function zend_result (line 227) | zend_result dom_node_node_type_read(dom_object *obj, zval *retval) function zend_result (line 243) | static zend_result dom_node_parent_get(dom_object *obj, zval *retval, bo... function zend_result (line 262) | zend_result dom_node_parent_node_read(dom_object *obj, zval *retval) function zend_result (line 274) | zend_result dom_node_parent_element_read(dom_object *obj, zval *retval) function zend_result (line 286) | zend_result dom_node_child_nodes_read(dom_object *obj, zval *retval) function zend_result (line 303) | zend_result dom_node_first_child_read(dom_object *obj, zval *retval) function zend_result (line 323) | zend_result dom_node_last_child_read(dom_object *obj, zval *retval) function zend_result (line 343) | zend_result dom_node_previous_sibling_read(dom_object *obj, zval *retval) function zend_result (line 360) | zend_result dom_node_next_sibling_read(dom_object *obj, zval *retval) function zend_result (line 377) | zend_result dom_node_previous_element_sibling_read(dom_object *obj, zval... function zend_result (line 398) | zend_result dom_node_next_element_sibling_read(dom_object *obj, zval *re... function zend_result (line 419) | zend_result dom_node_attributes_read(dom_object *obj, zval *retval) function zend_result (line 441) | zend_result dom_node_is_connected_read(dom_object *obj, zval *retval) function zend_result (line 454) | zend_result dom_node_owner_document_read(dom_object *obj, zval *retval) function zend_result (line 479) | zend_result dom_node_namespace_uri_read(dom_object *obj, zval *retval) function zend_result (line 514) | zend_result dom_node_prefix_read(dom_object *obj, zval *retval) function zend_result (line 542) | zend_result dom_modern_node_prefix_read(dom_object *obj, zval *retval) function zend_result (line 555) | zend_result dom_node_prefix_write(dom_object *obj, zval *newval) function zend_result (line 633) | zend_result dom_node_local_name_read(dom_object *obj, zval *retval) function zend_result (line 653) | zend_result dom_node_base_uri_read(dom_object *obj, zval *retval) function dom_skip_text_content (line 684) | static bool dom_skip_text_content(dom_object *obj, xmlNodePtr nodep) function zend_result (line 697) | zend_result dom_node_text_content_read(dom_object *obj, zval *retval) function zend_result (line 710) | zend_result dom_node_text_content_write(dom_object *obj, zval *newval) function dom_set_document_ref_obj_single (line 750) | static bool dom_set_document_ref_obj_single(xmlNodePtr node, php_libxml_... function dom_set_document_ref_pointers_attr (line 764) | void dom_set_document_ref_pointers_attr(xmlAttrPtr attr, php_libxml_ref_... function dom_set_document_ref_pointers_node (line 774) | static bool dom_set_document_ref_pointers_node(xmlNodePtr node, php_libx... function dom_set_document_ref_pointers (line 791) | void dom_set_document_ref_pointers(xmlNodePtr node, php_libxml_ref_obj *... function xmlNodePtr (line 808) | static xmlNodePtr dom_insert_fragment(xmlNodePtr nodep, xmlNodePtr prevs... function dom_node_check_legacy_insertion_validity (line 844) | static bool dom_node_check_legacy_insertion_validity(xmlNodePtr parentp,... function dom_node_insert_before_legacy (line 891) | static void dom_node_insert_before_legacy(zval *return_value, zval *ref,... function dom_node_insert_before_modern (line 1031) | static void dom_node_insert_before_modern(zval *return_value, zval *ref,... function dom_node_insert_before (line 1047) | static void dom_node_insert_before(INTERNAL_FUNCTION_PARAMETERS, bool mo... function zend_result (line 1080) | static zend_result dom_replace_node_validity_checks(xmlNodePtr parent, x... function dom_node_replace_child (line 1168) | static void dom_node_replace_child(INTERNAL_FUNCTION_PARAMETERS, bool mo... function dom_node_remove_child (line 1269) | static void dom_node_remove_child(INTERNAL_FUNCTION_PARAMETERS, zend_cla... function dom_node_append_child_legacy (line 1316) | static void dom_node_append_child_legacy(zval *return_value, dom_object ... function dom_node_is_same_node (line 1579) | static void dom_node_is_same_node(INTERNAL_FUNCTION_PARAMETERS, zval *node) function php_dom_node_is_content_equal (line 1621) | static bool php_dom_node_is_content_equal(const xmlNode *this, const xml... function php_dom_node_is_ns_uri_equal (line 1631) | static bool php_dom_node_is_ns_uri_equal(const xmlNode *this, const xmlN... function php_dom_node_is_ns_prefix_equal (line 1638) | static bool php_dom_node_is_ns_prefix_equal(const xmlNode *this, const x... function PHP_DOM_DEFINE_LIST_COUNTER_HELPER (line 1696) | PHP_DOM_DEFINE_LIST_COUNTER_HELPER(xmlNode) function php_dom_node_is_equal_node (line 1711) | static bool php_dom_node_is_equal_node(const xmlNode *this, const xmlNod... function dom_node_is_equal_node_common (line 1771) | static void dom_node_is_equal_node_common(INTERNAL_FUNCTION_PARAMETERS, ... function xmlChar (line 1813) | static const xmlChar *dom_locate_a_namespace_prefix(xmlNodePtr elem, con... function dom_node_lookup_prefix (line 1842) | static void dom_node_lookup_prefix(INTERNAL_FUNCTION_PARAMETERS, bool mo... function dom_canonicalize_node_parent_lookup_cb (line 2084) | static int dom_canonicalize_node_parent_lookup_cb(void *user_data, xmlNo... function dom_canonicalization (line 2103) | static void dom_canonicalization(INTERNAL_FUNCTION_PARAMETERS, int mode)... function dom_node_get_node_path (line 2285) | static void dom_node_get_node_path(INTERNAL_FUNCTION_PARAMETERS, bool th... function dom_node_contains (line 2340) | static bool dom_node_contains(xmlNodePtr thisp, xmlNodePtr otherp) function dom_node_compare_document_position (line 2435) | static void dom_node_compare_document_position(INTERNAL_FUNCTION_PARAMET... FILE: ext/dom/nodelist.c function zend_always_inline (line 35) | static zend_always_inline void objmap_cache_release_cached_obj(dom_nnode... function zend_always_inline (line 47) | static zend_always_inline void reset_objmap_cache(dom_nnodemap_object *o... function xmlNodePtr (line 53) | xmlNodePtr dom_nodelist_iter_start_first_child(xmlNodePtr nodep) function zend_long (line 63) | zend_long php_dom_get_nodelist_length(dom_object *obj) function zend_result (line 122) | zend_result dom_nodelist_length_read(dom_object *obj, zval *retval) function php_dom_nodelist_get_item_into_zval (line 138) | void php_dom_nodelist_get_item_into_zval(dom_nnodemap_object *objmap, ze... function dom_nodelist_dimension_index (line 253) | dom_nodelist_dimension_index dom_modern_nodelist_get_index(const zval *o... function zval (line 281) | zval *dom_modern_nodelist_read_dimension(zend_object *object, zval *offs... function dom_modern_nodelist_has_dimension (line 298) | int dom_modern_nodelist_has_dimension(zend_object *object, zval *member,... FILE: ext/dom/nodelist.h type dom_nodelist_dimension_index_type (line 20) | enum dom_nodelist_dimension_index_type { type dom_nodelist_dimension_index (line 26) | typedef struct dom_nodelist_dimension_index { FILE: ext/dom/notation.c function zend_result (line 41) | zend_result dom_notation_public_id_read(dom_object *obj, zval *retval) function zend_result (line 61) | zend_result dom_notation_system_id_read(dom_object *obj, zval *retval) FILE: ext/dom/parentnode/css_selectors.c type dom_query_selector_all_ctx (line 30) | typedef struct { type dom_query_selector_matches_ctx (line 35) | typedef struct { function lxb_selectors_opt_t (line 40) | static lxb_selectors_opt_t dom_quirks_opt(lxb_selectors_opt_t options, c... function lxb_status_t (line 48) | lxb_status_t dom_query_selector_find_single_callback(const xmlNode *node... function lxb_status_t (line 55) | lxb_status_t dom_query_selector_find_array_callback(const xmlNode *node,... function lxb_status_t (line 64) | lxb_status_t dom_query_selector_find_matches_callback(const xmlNode *nod... function lxb_css_selector_list_t (line 74) | static lxb_css_selector_list_t *dom_parse_selector( function lxb_status_t (line 110) | static lxb_status_t dom_check_css_execution_status(lxb_status_t status) function dom_selector_cleanup (line 119) | static void dom_selector_cleanup(lxb_css_parser_t *parser, lxb_selectors... function lxb_status_t (line 126) | static lxb_status_t dom_query_selector_common( function lxb_status_t (line 153) | static lxb_status_t dom_query_matches( function xmlNode (line 178) | static const xmlNode *dom_query_closest( function dom_parent_node_query_selector (line 213) | void dom_parent_node_query_selector(xmlNodePtr thisp, dom_object *intern... function dom_parent_node_query_selector_all (line 232) | void dom_parent_node_query_selector_all(xmlNodePtr thisp, dom_object *in... function dom_element_matches (line 257) | void dom_element_matches(xmlNodePtr thisp, dom_object *intern, zval *ret... function dom_element_closest (line 274) | void dom_element_closest(xmlNodePtr thisp, dom_object *intern, zval *ret... FILE: ext/dom/parentnode/tree.c function zend_result (line 32) | zend_result dom_parent_node_first_element_child_read(dom_object *obj, zv... function zend_result (line 51) | zend_result dom_parent_node_last_element_child_read(dom_object *obj, zva... function zend_result (line 70) | zend_result dom_parent_node_child_element_count(dom_object *obj, zval *r... function ZEND_COLD (line 91) | static ZEND_COLD void dom_cannot_create_temp_nodes(void) function dom_is_node_in_list (line 96) | static bool dom_is_node_in_list(const zval *nodes, uint32_t nodesc, cons... function xmlDocPtr (line 109) | static xmlDocPtr dom_doc_from_context_node(xmlNodePtr contextNode) function dom_add_child_without_merging (line 121) | static void dom_add_child_without_merging(xmlNodePtr parent, xmlNodePtr ... function dom_fragment_assign_parent_node (line 134) | static void dom_fragment_assign_parent_node(xmlNodePtr parentNode, xmlNo... function dom_fragment_common_hierarchy_check_part (line 149) | static bool dom_fragment_common_hierarchy_check_part(xmlNodePtr node, bo... function php_dom_fragment_insertion_hierarchy_check_pre_insertion (line 172) | bool php_dom_fragment_insertion_hierarchy_check_pre_insertion(xmlNodePtr... function php_dom_fragment_insertion_hierarchy_check_replace (line 198) | bool php_dom_fragment_insertion_hierarchy_check_replace(xmlNodePtr paren... function php_dom_pre_insert_is_parent_invalid (line 228) | bool php_dom_pre_insert_is_parent_invalid(xmlNodePtr parent) function dom_is_pre_insert_valid_without_step_1 (line 237) | static bool dom_is_pre_insert_valid_without_step_1(php_libxml_ref_obj *d... function dom_free_node_after_zval_single_node_creation (line 329) | static void dom_free_node_after_zval_single_node_creation(xmlNodePtr node) function xmlNode (line 344) | xmlNode* dom_zvals_to_single_node(php_libxml_ref_obj *document, xmlNode ... function zend_result (line 437) | static zend_result dom_sanity_check_node_list_types(zval *nodes, uint32_... function php_dom_pre_insert_helper (line 462) | static void php_dom_pre_insert_helper(xmlNodePtr insertion_point, xmlNod... function dom_insert_node_list_cleanup (line 489) | static void dom_insert_node_list_cleanup(xmlNodePtr node) function dom_insert_node_list_unchecked (line 508) | static void dom_insert_node_list_unchecked(php_libxml_ref_obj *document,... function php_dom_pre_insert (line 560) | bool php_dom_pre_insert(php_libxml_ref_obj *document, xmlNodePtr node, x... function php_dom_node_append (line 577) | void php_dom_node_append(php_libxml_ref_obj *document, xmlNodePtr node, ... function dom_parent_node_append (line 583) | void dom_parent_node_append(dom_object *context, zval *nodes, uint32_t n... function dom_parent_node_prepend (line 604) | void dom_parent_node_prepend(dom_object *context, zval *nodes, uint32_t ... function dom_parent_node_after (line 630) | void dom_parent_node_after(dom_object *context, zval *nodes, uint32_t no... function dom_parent_node_before (line 662) | void dom_parent_node_before(dom_object *context, zval *nodes, uint32_t n... function zend_result (line 700) | static zend_result dom_child_removal_preconditions(const xmlNode *child,... function dom_child_node_remove (line 716) | void dom_child_node_remove(dom_object *context) function dom_child_replace_with (line 730) | void dom_child_replace_with(dom_object *context, zval *nodes, uint32_t n... function dom_parent_node_replace_children (line 779) | void dom_parent_node_replace_children(dom_object *context, zval *nodes, ... FILE: ext/dom/php_dom.c type zend_result (line 151) | typedef zend_result (*dom_read_t)(dom_object *obj, zval *retval); type zend_result (line 152) | typedef zend_result (*dom_write_t)(dom_object *obj, zval *newval); type dom_prop_handler (line 154) | typedef struct dom_prop_handler { function dom_node_is_read_only (line 159) | int dom_node_is_read_only(const xmlNode *node) { function dom_node_children_valid (line 181) | bool dom_node_children_valid(const xmlNode *node) { function PHP_GINIT_FUNCTION (line 207) | ZEND_DECLARE_MODULE_GLOBALS(dom) function dom_doc_propsptr (line 218) | dom_doc_propsptr dom_get_doc_props(php_libxml_ref_obj *document) function libxml_doc_props (line 235) | libxml_doc_props const* dom_get_doc_props_read_only(const php_libxml_ref... function dom_copy_document_ref (line 244) | static void dom_copy_document_ref(php_libxml_ref_obj *source_doc, php_li... function dom_set_doc_classmap (line 271) | void dom_set_doc_classmap(php_libxml_ref_obj *document, zend_class_entry... function zend_class_entry (line 292) | zend_class_entry *dom_get_doc_classmap(php_libxml_ref_obj *document, zen... function dom_get_strict_error (line 309) | bool dom_get_strict_error(php_libxml_ref_obj *document) { function PHP_DOM_EXPORT (line 315) | PHP_DOM_EXPORT xmlNodePtr dom_object_get_node(dom_object *obj) function PHP_DOM_EXPORT (line 326) | PHP_DOM_EXPORT dom_object *php_dom_object_get_data(xmlNodePtr obj) function dom_register_prop_handler (line 336) | static void dom_register_prop_handler(HashTable *prop_handler, const cha... function dom_overwrite_prop_handler (line 343) | static void dom_overwrite_prop_handler(HashTable *prop_handler, const ch... function zval (line 358) | static zval *dom_get_property_ptr_ptr(zend_object *object, zend_string *... function zend_always_inline (line 372) | static zend_always_inline const dom_prop_handler *dom_get_prop_handler(c... function zval (line 394) | zval *dom_read_property(zend_object *object, zend_string *name, int type... function zval (line 415) | zval *dom_write_property(zend_object *object, zend_string *name, zval *v... function dom_property_exists (line 456) | static int dom_property_exists(zend_object *object, zend_string *name, i... function dom_unset_property (line 483) | static void dom_unset_property(zend_object *object, zend_string *member,... function HashTable (line 495) | static HashTable* dom_get_debug_info_helper(zend_object *object, int *is... function HashTable (line 544) | static HashTable* dom_get_debug_info(zend_object *object, int *is_temp) ... function dom_import_simplexml_common (line 565) | static void dom_import_simplexml_common(INTERNAL_FUNCTION_PARAMETERS, ph... function PHP_FUNCTION (line 603) | PHP_FUNCTION(dom_import_simplexml) function PHP_FUNCTION (line 608) | PHP_FUNCTION(Dom_import_simplexml) function php_dom_update_document_after_clone (line 616) | void php_dom_update_document_after_clone(dom_object *original, xmlNodePt... function dom_update_refcount_after_clone (line 627) | static void dom_update_refcount_after_clone(dom_object *original, xmlNod... function zend_object (line 640) | static zend_object *dom_objects_store_clone_obj(zend_object *zobject) /*... function zend_object (line 673) | static zend_object *dom_modern_element_clone_obj(zend_object *zobject) function zend_object (line 688) | static zend_object *dom_object_namespace_node_clone_obj(zend_object *zob... function zend_object (line 708) | static zend_object *dom_token_list_new(zend_class_entry *class_type) function dom_free (line 774) | static void dom_free(void *ptr) { function PHP_MINIT_FUNCTION (line 779) | PHP_MINIT_FUNCTION(dom) function PHP_MINFO_FUNCTION (line 1357) | PHP_MINFO_FUNCTION(dom) function PHP_MSHUTDOWN_FUNCTION (line 1380) | PHP_MSHUTDOWN_FUNCTION(dom) /* {{{ */ function node_list_unlink (line 1426) | void node_list_unlink(xmlNodePtr node) function dom_objects_free_storage (line 1461) | void dom_objects_free_storage(zend_object *object) function dom_namednode_iter (line 1482) | void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *int... function dom_objects_set_class_ex (line 1526) | static void dom_objects_set_class_ex(zend_class_entry *class_type, dom_o... function dom_object (line 1539) | static dom_object* dom_objects_set_class(zend_class_entry *class_type) function zend_object (line 1547) | zend_object *dom_objects_new(zend_class_entry *class_type) function zend_object (line 1554) | static zend_object *dom_objects_namespace_node_new(zend_class_entry *cla... function dom_object_namespace_node_free_storage (line 1561) | static void dom_object_namespace_node_free_storage(zend_object *object) function zend_object (line 1573) | zend_object *dom_xpath_objects_new(zend_class_entry *class_type) function dom_nnodemap_objects_free_storage (line 1591) | void dom_nnodemap_objects_free_storage(zend_object *object) /* {{{ */ function zend_object (line 1623) | zend_object *dom_nnodemap_objects_new(zend_class_entry *class_type) function php_dom_create_iterator (line 1649) | void php_dom_create_iterator(zval *return_value, dom_iterator_type itera... function zend_always_inline (line 1670) | static zend_always_inline zend_class_entry *dom_get_element_ce(const xml... function php_dom_create_nullable_object (line 1683) | bool php_dom_create_nullable_object(xmlNodePtr obj, zval *return_value, ... function PHP_DOM_EXPORT (line 1694) | PHP_DOM_EXPORT bool php_dom_create_object(xmlNodePtr obj, zval *return_v... function dom_object (line 1794) | dom_object *php_dom_instantiate_object_helper(zval *return_value, zend_c... function php_dom_create_implementation (line 1811) | void php_dom_create_implementation(zval *retval, bool modern) { function dom_hierarchy (line 1816) | int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child) function dom_has_feature (line 1842) | bool dom_has_feature(zend_string *feature, zend_string *version) function dom_match_qualified_name_according_to_spec (line 1859) | bool dom_match_qualified_name_according_to_spec(const xmlChar *qname, co... function dom_match_qualified_name_for_tag_name_equality (line 1885) | static bool dom_match_qualified_name_for_tag_name_equality(const xmlChar... function xmlNode (line 1895) | xmlNode *dom_get_elements_by_tag_name_ns_raw(xmlNodePtr basep, xmlNodePt... function is_empty_node (line 1934) | static inline bool is_empty_node(xmlNodePtr nodep) function free_node (line 1939) | static inline void free_node(xmlNodePtr node) function dom_merge_adjacent_exclusive_text_nodes (line 1946) | static void dom_merge_adjacent_exclusive_text_nodes(xmlNodePtr node) function php_dom_normalize_legacy (line 1962) | void php_dom_normalize_legacy(xmlNodePtr nodep) function php_dom_normalize_modern (line 1994) | void php_dom_normalize_modern(xmlNodePtr this) function dom_reconcile_ns_internal (line 2027) | static void dom_reconcile_ns_internal(xmlDocPtr doc, xmlNodePtr nodep, x... function dom_reconcile_ns (line 2058) | void dom_reconcile_ns(xmlDocPtr doc, xmlNodePtr nodep) /* {{{ */ function dom_reconcile_ns_list_internal (line 2071) | static void dom_reconcile_ns_list_internal(xmlDocPtr doc, xmlNodePtr nod... function dom_reconcile_ns_list (line 2088) | void dom_reconcile_ns_list(xmlDocPtr doc, xmlNodePtr nodep, xmlNodePtr l... function dom_validate_and_extract (line 2104) | int dom_validate_and_extract(const zend_string *namespace, const zend_st... function dom_check_qname (line 2159) | int dom_check_qname(char *qname, char **localname, char **prefix, int ur... function xmlNsPtr (line 2189) | xmlNsPtr dom_get_ns_resolve_prefix_conflict(xmlNodePtr tree, const char ... function xmlNsPtr (line 2225) | xmlNsPtr dom_get_ns_unchecked(xmlNodePtr nodep, char *uri, char *prefix) function xmlNsPtr (line 2240) | xmlNsPtr dom_get_ns(xmlNodePtr nodep, char *uri, int *errorcode, char *p... function xmlNsPtr (line 2263) | xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName) { function xmlNodePtr (line 2292) | static xmlNodePtr php_dom_create_fake_namespace_decl_node_ptr(xmlNodePtr... function xmlNodePtr (line 2309) | xmlNodePtr php_dom_create_fake_namespace_decl(xmlNodePtr nodep, xmlNsPtr... function dom_nodemap_or_nodelist_process_offset_as_named (line 2318) | static bool dom_nodemap_or_nodelist_process_offset_as_named(zval *offset... function zval (line 2335) | static zval *dom_nodelist_read_dimension(zend_object *object, zval *offs... function dom_nodelist_has_dimension (line 2355) | static int dom_nodelist_has_dimension(zend_object *object, zval *member,... function dom_remove_all_children (line 2371) | void dom_remove_all_children(xmlNodePtr nodep) function php_dom_get_content_into_zval (line 2381) | void php_dom_get_content_into_zval(const xmlNode *nodep, zval *return_va... function zval (line 2427) | static zval *dom_nodemap_read_dimension(zend_object *object, zval *offse... function dom_nodemap_has_dimension (line 2453) | static int dom_nodemap_has_dimension(zend_object *object, zval *member, ... function zval (line 2469) | static zval *dom_modern_nodemap_read_dimension(zend_object *object, zval... function dom_modern_nodemap_has_dimension (line 2498) | static int dom_modern_nodemap_has_dimension(zend_object *object, zval *m... function xmlNodePtr (line 2526) | static xmlNodePtr dom_clone_container_helper(php_dom_libxml_ns_mapper *n... function xmlNodePtr (line 2572) | static xmlNodePtr dom_clone_helper(php_dom_libxml_ns_mapper *ns_mapper, ... function xmlNodePtr (line 2645) | xmlNodePtr dom_clone_node(php_dom_libxml_ns_mapper *ns_mapper, xmlNodePt... function php_dom_has_child_of_type (line 2683) | bool php_dom_has_child_of_type(xmlNodePtr node, xmlElementType type) function php_dom_has_sibling_following_node (line 2698) | bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType ... function php_dom_has_sibling_preceding_node (line 2713) | bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType ... function xmlAttrPtr (line 2728) | xmlAttrPtr php_dom_get_attribute_node(xmlNodePtr elem, const xmlChar *na... function xmlChar (line 2754) | xmlChar *php_dom_libxml_fix_file_path(xmlChar *path) function xmlDocPtr (line 2771) | xmlDocPtr php_dom_create_html_doc(void) FILE: ext/dom/php_dom.h type dom_xpath_object (line 67) | typedef struct dom_xpath_object { function dom_xpath_object (line 73) | static inline dom_xpath_object *php_xpath_obj_from_obj(zend_object *obj) { type dom_nnodemap_object (line 80) | typedef struct dom_nnodemap_object { type php_dom_iterator (line 96) | typedef struct { type dom_object_namespace_node (line 106) | typedef struct { type dom_iterator_type (line 114) | typedef enum dom_iterator_type { type php_dom_libxml_ns_mapper (line 121) | struct php_dom_libxml_ns_mapper type php_dom_libxml_ns_mapper (line 122) | typedef struct php_dom_libxml_ns_mapper php_dom_libxml_ns_mapper; function dom_object_namespace_node (line 124) | static inline dom_object_namespace_node *php_dom_namespace_node_obj_from... type dom_load_mode (line 192) | typedef enum { function zend_always_inline (line 243) | static zend_always_inline bool php_dom_is_cache_tag_stale_from_doc_ptr(c... function zend_always_inline (line 249) | static zend_always_inline bool php_dom_is_cache_tag_stale_from_node(cons... function zend_always_inline (line 263) | static zend_always_inline void php_dom_mark_cache_tag_up_to_date_from_no... function zend_always_inline (line 275) | static zend_always_inline void php_dom_mark_cache_tag_up_to_date_from_do... function zend_always_inline (line 282) | static zend_always_inline bool php_dom_follow_spec_node(const xmlNode *n... function zend_always_inline (line 296) | static zend_always_inline xmlNodePtr php_dom_first_child_of_container_no... function zend_always_inline (line 305) | static zend_always_inline const xmlChar *php_dom_get_content_or_empty(co... FILE: ext/dom/php_dom.stub.php class DOMDocumentType (line 235) | class DOMDocumentType extends DOMNode class DOMCdataSection (line 274) | class DOMCdataSection extends DOMText method __construct (line 276) | public function __construct(string $data) {} class DOMComment (line 279) | class DOMComment extends DOMCharacterData method __construct (line 281) | public function __construct(string $data = "") {} type DOMParentNode (line 284) | interface DOMParentNode method append (line 287) | public function append(...$nodes): void; method prepend (line 290) | public function prepend(...$nodes): void; method replaceChildren (line 293) | public function replaceChildren(...$nodes): void; type DOMChildNode (line 296) | interface DOMChildNode method remove (line 298) | public function remove(): void; method before (line 301) | public function before(... $nodes): void; method after (line 304) | public function after(...$nodes): void; method replaceWith (line 307) | public function replaceWith(...$nodes): void; class DOMNode (line 310) | class DOMNode method appendChild (line 419) | public function appendChild(DOMNode $node) {} method C14N (line 422) | public function C14N(bool $exclusive = false, bool $withComments = fal... method C14NFile (line 425) | public function C14NFile(string $uri, bool $exclusive = false, bool $w... method cloneNode (line 428) | public function cloneNode(bool $deep = false) {} method getLineNo (line 431) | public function getLineNo(): int {} method getNodePath (line 434) | public function getNodePath(): ?string {} method hasAttributes (line 437) | public function hasAttributes(): bool {} method hasChildNodes (line 440) | public function hasChildNodes(): bool {} method insertBefore (line 443) | public function insertBefore(DOMNode $node, ?DOMNode $child = null) {} method isDefaultNamespace (line 446) | public function isDefaultNamespace(string $namespace): bool {} method isSameNode (line 449) | public function isSameNode(DOMNode $otherNode): bool {} method isEqualNode (line 451) | public function isEqualNode(?DOMNode $otherNode): bool {} method isSupported (line 454) | public function isSupported(string $feature, string $version): bool {} method lookupNamespaceURI (line 457) | public function lookupNamespaceURI(?string $prefix): ?string {} method lookupPrefix (line 460) | public function lookupPrefix(string $namespace): ?string {} method normalize (line 463) | public function normalize(): void {} method removeChild (line 466) | public function removeChild(DOMNode $child) {} method replaceChild (line 469) | public function replaceChild(DOMNode $node, DOMNode $child) {} method contains (line 471) | public function contains(DOMNode|DOMNameSpaceNode|null $other): bool {} method getRootNode (line 473) | public function getRootNode(?array $options = null): DOMNode {} method compareDocumentPosition (line 475) | public function compareDocumentPosition(DOMNode $other): int {} method __sleep (line 477) | public function __sleep(): array {} method __wakeup (line 479) | public function __wakeup(): void {} class DOMNameSpaceNode (line 482) | class DOMNameSpaceNode method __sleep (line 545) | public function __sleep(): array {} method __wakeup (line 548) | public function __wakeup(): void {} class DOMImplementation (line 551) | class DOMImplementation method hasFeature (line 554) | public function hasFeature(string $feature, string $version): bool {} method createDocumentType (line 557) | public function createDocumentType(string $qualifiedName, string $publ... method createDocument (line 560) | public function createDocument(?string $namespace = null, string $qual... class DOMDocumentFragment (line 563) | class DOMDocumentFragment extends DOMNode implements DOMParentNode method __construct (line 583) | public function __construct() {} method appendXML (line 586) | public function appendXML(string $data): bool {} method append (line 592) | public function append(...$nodes): void {} method prepend (line 598) | public function prepend(...$nodes): void {} method replaceChildren (line 604) | public function replaceChildren(...$nodes): void {} class DOMNodeList (line 607) | class DOMNodeList implements IteratorAggregate, Countable method count (line 616) | public function count(): int {} method getIterator (line 618) | public function getIterator(): Iterator {} method item (line 621) | public function item(int $index) {} class DOMCharacterData (line 624) | class DOMCharacterData extends DOMNode implements DOMChildNode method appendData (line 648) | public function appendData(string $data): true {} method substringData (line 651) | public function substringData(int $offset, int $count) {} method insertData (line 654) | public function insertData(int $offset, string $data): bool {} method deleteData (line 657) | public function deleteData(int $offset, int $count): bool {} method replaceData (line 660) | public function replaceData(int $offset, int $count, string $data): bo... method replaceWith (line 666) | public function replaceWith(...$nodes): void {} method remove (line 669) | public function remove(): void {} method before (line 675) | public function before(... $nodes): void {} method after (line 681) | public function after(...$nodes): void {} class DOMAttr (line 684) | class DOMAttr extends DOMNode method __construct (line 713) | public function __construct(string $name, string $value = "") {} method isId (line 716) | public function isId(): bool {} class DOMElement (line 719) | class DOMElement extends DOMNode implements \DOMParentNode, \DOMChildNode method __construct (line 769) | public function __construct(string $qualifiedName, ?string $value = nu... method getAttribute (line 772) | public function getAttribute(string $qualifiedName): string {} method getAttributeNames (line 774) | public function getAttributeNames(): array {} method getAttributeNS (line 777) | public function getAttributeNS(?string $namespace, string $localName):... method getAttributeNode (line 780) | public function getAttributeNode(string $qualifiedName) {} method getAttributeNodeNS (line 783) | public function getAttributeNodeNS(?string $namespace, string $localNa... method getElementsByTagName (line 786) | public function getElementsByTagName(string $qualifiedName): DOMNodeLi... method getElementsByTagNameNS (line 789) | public function getElementsByTagNameNS(?string $namespace, string $loc... method hasAttribute (line 792) | public function hasAttribute(string $qualifiedName): bool {} method hasAttributeNS (line 795) | public function hasAttributeNS(?string $namespace, string $localName):... method removeAttribute (line 798) | public function removeAttribute(string $qualifiedName): bool {} method removeAttributeNS (line 801) | public function removeAttributeNS(?string $namespace, string $localNam... method removeAttributeNode (line 804) | public function removeAttributeNode(DOMAttr $attr) {} method setAttribute (line 807) | public function setAttribute(string $qualifiedName, string $value) {} method setAttributeNS (line 810) | public function setAttributeNS(?string $namespace, string $qualifiedNa... method setAttributeNode (line 813) | public function setAttributeNode(DOMAttr $attr) {} method setAttributeNodeNS (line 816) | public function setAttributeNodeNS(DOMAttr $attr) {} method setIdAttribute (line 819) | public function setIdAttribute(string $qualifiedName, bool $isId): voi... method setIdAttributeNS (line 822) | public function setIdAttributeNS(string $namespace, string $qualifiedN... method setIdAttributeNode (line 825) | public function setIdAttributeNode(DOMAttr $attr, bool $isId): void {} method toggleAttribute (line 827) | public function toggleAttribute(string $qualifiedName, ?bool $force = ... method remove (line 829) | public function remove(): void {} method before (line 832) | public function before(... $nodes): void {} method after (line 835) | public function after(...$nodes): void {} method replaceWith (line 838) | public function replaceWith(...$nodes): void {} method append (line 841) | public function append(...$nodes): void {} method prepend (line 844) | public function prepend(...$nodes): void {} method replaceChildren (line 847) | public function replaceChildren(...$nodes): void {} method insertAdjacentElement (line 849) | public function insertAdjacentElement(string $where, DOMElement $eleme... method insertAdjacentText (line 851) | public function insertAdjacentText(string $where, string $data): void {} class DOMDocument (line 854) | class DOMDocument extends DOMNode implements DOMParentNode method __construct (line 951) | public function __construct(string $version = "1.0", string $encoding ... method createAttribute (line 954) | public function createAttribute(string $localName) {} method createAttributeNS (line 957) | public function createAttributeNS(?string $namespace, string $qualifie... method createCDATASection (line 960) | public function createCDATASection(string $data) {} method createComment (line 963) | public function createComment(string $data): DOMComment {} method createDocumentFragment (line 966) | public function createDocumentFragment(): DOMDocumentFragment {} method createElement (line 969) | public function createElement(string $localName, string $value = "") {} method createElementNS (line 972) | public function createElementNS(?string $namespace, string $qualifiedN... method createEntityReference (line 975) | public function createEntityReference(string $name) {} method createProcessingInstruction (line 978) | public function createProcessingInstruction(string $target, string $da... method createTextNode (line 981) | public function createTextNode(string $data): DOMText {} method getElementById (line 984) | public function getElementById(string $elementId): ?DOMElement {} method getElementsByTagName (line 990) | public function getElementsByTagName(string $qualifiedName): DOMNodeLi... method getElementsByTagNameNS (line 996) | public function getElementsByTagNameNS(?string $namespace, string $loc... method importNode (line 999) | public function importNode(DOMNode $node, bool $deep = false) {} method load (line 1002) | public function load(string $filename, int $options = 0): bool {} method loadXML (line 1005) | public function loadXML(string $source, int $options = 0): bool {} method normalizeDocument (line 1008) | public function normalizeDocument(): void {} method registerNodeClass (line 1011) | public function registerNodeClass(string $baseClass, ?string $extended... method save (line 1014) | public function save(string $filename, int $options = 0): int|false {} method loadHTML (line 1018) | public function loadHTML(string $source, int $options = 0): bool {} method loadHTMLFile (line 1021) | public function loadHTMLFile(string $filename, int $options = 0): bool {} method saveHTML (line 1024) | public function saveHTML(?DOMNode $node = null): string|false {} method saveHTMLFile (line 1027) | public function saveHTMLFile(string $filename): int|false {} method saveXML (line 1031) | public function saveXML(?DOMNode $node = null, int $options = 0): stri... method schemaValidate (line 1035) | public function schemaValidate(string $filename, int $flags = 0): bool {} method schemaValidateSource (line 1038) | public function schemaValidateSource(string $source, int $flags = 0): ... method relaxNGValidate (line 1041) | public function relaxNGValidate(string $filename): bool {} method relaxNGValidateSource (line 1044) | public function relaxNGValidateSource(string $source): bool {} method validate (line 1048) | public function validate(): bool {} method xinclude (line 1051) | public function xinclude(int $options = 0): int|false {} method adoptNode (line 1054) | public function adoptNode(DOMNode $node): DOMNode|false {} method append (line 1060) | public function append(...$nodes): void {} method prepend (line 1066) | public function prepend(...$nodes): void {} method replaceChildren (line 1069) | public function replaceChildren(...$nodes): void {} class DOMException (line 1073) | final class DOMException extends Exception class DOMText (line 1082) | class DOMText extends DOMCharacterData method __construct (line 1090) | public function __construct(string $data = "") {} method isWhitespaceInElementContent (line 1093) | public function isWhitespaceInElementContent(): bool {} method isElementContentWhitespace (line 1099) | public function isElementContentWhitespace(): bool {} method splitText (line 1102) | public function splitText(int $offset) {} class DOMNamedNodeMap (line 1105) | class DOMNamedNodeMap implements IteratorAggregate, Countable method getNamedItem (line 1114) | public function getNamedItem(string $qualifiedName): ?DOMNode {} method getNamedItemNS (line 1117) | public function getNamedItemNS(?string $namespace, string $localName):... method item (line 1120) | public function item(int $index): ?DOMNode {} method count (line 1123) | public function count(): int {} method getIterator (line 1125) | public function getIterator(): Iterator {} class DOMEntity (line 1128) | class DOMEntity extends DOMNode class DOMEntityReference (line 1170) | class DOMEntityReference extends DOMNode method __construct (line 1172) | public function __construct(string $name) {} class DOMNotation (line 1175) | class DOMNotation extends DOMNode class DOMProcessingInstruction (line 1190) | class DOMProcessingInstruction extends DOMNode method __construct (line 1201) | public function __construct(string $name, string $value = "") {} class DOMXPath (line 1206) | class DOMXPath method __construct (line 1217) | public function __construct(DOMDocument $document, bool $registerNodeN... method evaluate (line 1220) | public function evaluate(string $expression, ?DOMNode $contextNode = n... method query (line 1223) | public function query(string $expression, ?DOMNode $contextNode = null... method registerNamespace (line 1226) | public function registerNamespace(string $prefix, string $namespace): ... method registerPhpFunctions (line 1229) | public function registerPhpFunctions(string|array|null $restrict = nul... method registerPhpFunctionNS (line 1231) | public function registerPhpFunctionNS(string $namespaceURI, string $na... method quote (line 1233) | public static function quote(string $str): string {} function dom_import_simplexml (line 1237) | function dom_import_simplexml(object $node): DOMAttr|DOMElement {} type ParentNode (line 1324) | interface ParentNode method append (line 1326) | public function append(Node|string ...$nodes): void; method prepend (line 1327) | public function prepend(Node|string ...$nodes): void; method replaceChildren (line 1328) | public function replaceChildren(Node|string ...$nodes): void; method querySelector (line 1330) | public function querySelector(string $selectors): ?Element; method querySelectorAll (line 1331) | public function querySelectorAll(string $selectors): NodeList; type ChildNode (line 1334) | interface ChildNode method remove (line 1336) | public function remove(): void; method before (line 1337) | public function before(Node|string ...$nodes): void; method after (line 1338) | public function after(Node|string ...$nodes): void; method replaceWith (line 1339) | public function replaceWith(Node|string ...$nodes): void; class Implementation (line 1346) | class Implementation method createDocumentType (line 1348) | public function createDocumentType(string $qualifiedName, string $publ... method createDocument (line 1350) | public function createDocument(?string $namespace, string $qualifiedNa... method createHTMLDocument (line 1352) | public function createHTMLDocument(?string $title = null): HTMLDocumen... class Node (line 1356) | class Node method __construct (line 1358) | private final function __construct() {} method getRootNode (line 1389) | public function getRootNode(array $options = []): Node {} method hasChildNodes (line 1401) | public function hasChildNodes(): bool {} method normalize (line 1433) | public function normalize(): void {} method cloneNode (line 1436) | public function cloneNode(bool $deep = false): Node {} method isEqualNode (line 1437) | public function isEqualNode(?Node $otherNode): bool {} method isSameNode (line 1438) | public function isSameNode(?Node $otherNode): bool {} method compareDocumentPosition (line 1446) | public function compareDocumentPosition(Node $other): int {} method contains (line 1447) | public function contains(?Node $other): bool {} method lookupPrefix (line 1449) | public function lookupPrefix(?string $namespace): ?string {} method lookupNamespaceURI (line 1451) | public function lookupNamespaceURI(?string $prefix): ?string {} method isDefaultNamespace (line 1452) | public function isDefaultNamespace(?string $namespace): bool {} method insertBefore (line 1454) | public function insertBefore(Node $node, ?Node $child): Node {} method appendChild (line 1455) | public function appendChild(Node $node): Node {} method replaceChild (line 1456) | public function replaceChild(Node $node, Node $child): Node {} method removeChild (line 1457) | public function removeChild(Node $child): Node {} method getLineNo (line 1460) | public function getLineNo(): int {} method getNodePath (line 1461) | public function getNodePath(): string {} method C14N (line 1464) | public function C14N(bool $exclusive = false, bool $withComments = fal... method C14NFile (line 1466) | public function C14NFile(string $uri, bool $exclusive = false, bool $w... method __sleep (line 1469) | public function __sleep(): array {} method __wakeup (line 1471) | public function __wakeup(): void {} class NodeList (line 1474) | class NodeList implements \IteratorAggregate, \Countable method count (line 1483) | public function count(): int {} method getIterator (line 1486) | public function getIterator(): \Iterator {} method item (line 1489) | public function item(int $index): ?Node {} class NamedNodeMap (line 1492) | class NamedNodeMap implements \IteratorAggregate, \Countable method item (line 1501) | public function item(int $index): ?Attr {} method getNamedItem (line 1503) | public function getNamedItem(string $qualifiedName): ?Attr {} method getNamedItemNS (line 1505) | public function getNamedItemNS(?string $namespace, string $localName):... method count (line 1508) | public function count(): int {} method getIterator (line 1511) | public function getIterator(): \Iterator {} class DtdNamedNodeMap (line 1514) | class DtdNamedNodeMap implements \IteratorAggregate, \Countable method item (line 1523) | public function item(int $index): Entity|Notation|null {} method getNamedItem (line 1525) | public function getNamedItem(string $qualifiedName): Entity|Notation|n... method getNamedItemNS (line 1527) | public function getNamedItemNS(?string $namespace, string $localName):... method count (line 1530) | public function count(): int {} method getIterator (line 1533) | public function getIterator(): \Iterator {} class HTMLCollection (line 1536) | class HTMLCollection implements \IteratorAggregate, \Countable method item (line 1545) | public function item(int $index): ?Element {} method namedItem (line 1547) | public function namedItem(string $key): ?Element {} method count (line 1550) | public function count(): int {} method getIterator (line 1553) | public function getIterator(): \Iterator {} class Element (line 1564) | class Element extends Node implements ParentNode, ChildNode method hasAttributes (line 1595) | public function hasAttributes(): bool {} method getAttributeNames (line 1602) | public function getAttributeNames(): array {} method getAttribute (line 1604) | public function getAttribute(string $qualifiedName): ?string {} method getAttributeNS (line 1606) | public function getAttributeNS(?string $namespace, string $localName):... method setAttribute (line 1608) | public function setAttribute(string $qualifiedName, string $value): vo... method setAttributeNS (line 1610) | public function setAttributeNS(?string $namespace, string $qualifiedNa... method removeAttribute (line 1611) | public function removeAttribute(string $qualifiedName): void {} method removeAttributeNS (line 1613) | public function removeAttributeNS(?string $namespace, string $localNam... method toggleAttribute (line 1615) | public function toggleAttribute(string $qualifiedName, ?bool $force = ... method hasAttribute (line 1617) | public function hasAttribute(string $qualifiedName): bool {} method hasAttributeNS (line 1619) | public function hasAttributeNS(?string $namespace, string $localName):... method getAttributeNode (line 1622) | public function getAttributeNode(string $qualifiedName): ?Attr {} method getAttributeNodeNS (line 1624) | public function getAttributeNodeNS(?string $namespace, string $localNa... method setAttributeNode (line 1626) | public function setAttributeNode(Attr $attr) : ?Attr {} method setAttributeNodeNS (line 1627) | public function setAttributeNodeNS(Attr $attr) : ?Attr {} method removeAttributeNode (line 1628) | public function removeAttributeNode(Attr $attr) : Attr {} method getElementsByTagName (line 1630) | public function getElementsByTagName(string $qualifiedName): HTMLColle... method getElementsByTagNameNS (line 1631) | public function getElementsByTagNameNS(?string $namespace, string $loc... method insertAdjacentElement (line 1633) | public function insertAdjacentElement(AdjacentPosition $where, Element... method insertAdjacentText (line 1634) | public function insertAdjacentText(AdjacentPosition $where, string $da... method setIdAttribute (line 1663) | public function setIdAttribute(string $qualifiedName, bool $isId): voi... method setIdAttributeNS (line 1665) | public function setIdAttributeNS(?string $namespace, string $qualified... method setIdAttributeNode (line 1666) | public function setIdAttributeNode(Attr $attr, bool $isId): void {} method remove (line 1669) | public function remove(): void {} method before (line 1671) | public function before(Node|string ...$nodes): void {} method after (line 1673) | public function after(Node|string ...$nodes): void {} method replaceWith (line 1675) | public function replaceWith(Node|string ...$nodes): void {} method append (line 1677) | public function append(Node|string ...$nodes): void {} method prepend (line 1679) | public function prepend(Node|string ...$nodes): void {} method replaceChildren (line 1681) | public function replaceChildren(Node|string ...$nodes): void {} method querySelector (line 1683) | public function querySelector(string $selectors): ?Element {} method querySelectorAll (line 1684) | public function querySelectorAll(string $selectors): NodeList {} method closest (line 1685) | public function closest(string $selectors): ?Element {} method matches (line 1686) | public function matches(string $selectors): bool {} method getInScopeNamespaces (line 1695) | public function getInScopeNamespaces(): array {} method getDescendantNamespaces (line 1698) | public function getDescendantNamespaces(): array {} method rename (line 1700) | public function rename(?string $namespaceURI, string $qualifiedName): ... class HTMLElement (line 1703) | class HTMLElement extends Element class Attr (line 1707) | class Attr extends Node method isId (line 1745) | public function isId(): bool {} method rename (line 1748) | public function rename(?string $namespaceURI, string $qualifiedName): ... class CharacterData (line 1751) | class CharacterData extends Node implements ChildNode method substringData (line 1772) | public function substringData(int $offset, int $count): string {} method appendData (line 1773) | public function appendData(string $data): void {} method insertData (line 1774) | public function insertData(int $offset, string $data): void {} method deleteData (line 1775) | public function deleteData(int $offset, int $count): void {} method replaceData (line 1776) | public function replaceData(int $offset, int $count, string $data): vo... method remove (line 1779) | public function remove(): void {} method before (line 1781) | public function before(Node|string ...$nodes): void {} method after (line 1783) | public function after(Node|string ...$nodes): void {} method replaceWith (line 1785) | public function replaceWith(Node|string ...$nodes): void {} class Text (line 1788) | class Text extends CharacterData method splitText (line 1793) | public function splitText(int $offset): Text {} class CDATASection (line 1801) | class CDATASection extends Text {} class ProcessingInstruction (line 1803) | class ProcessingInstruction extends CharacterData class Comment (line 1812) | class Comment extends CharacterData class DocumentType (line 1817) | class DocumentType extends Node implements ChildNode method remove (line 1851) | public function remove(): void {} method before (line 1853) | public function before(Node|string ...$nodes): void {} method after (line 1855) | public function after(Node|string ...$nodes): void {} method replaceWith (line 1857) | public function replaceWith(Node|string ...$nodes): void {} class DocumentFragment (line 1860) | class DocumentFragment extends Node implements ParentNode method appendXml (line 1879) | public function appendXml(string $data): bool {} method append (line 1881) | public function append(Node|string ...$nodes): void {} method prepend (line 1883) | public function prepend(Node|string ...$nodes): void {} method replaceChildren (line 1885) | public function replaceChildren(Node|string ...$nodes): void {} method querySelector (line 1888) | public function querySelector(string $selectors): ?Element {} method querySelectorAll (line 1890) | public function querySelectorAll(string $selectors): NodeList {} class Entity (line 1893) | class Entity extends Node class EntityReference (line 1912) | class EntityReference extends Node {} class Notation (line 1914) | class Notation extends Node class Document (line 1928) | abstract class Document extends Node implements ParentNode method getElementsByTagName (line 1954) | public function getElementsByTagName(string $qualifiedName): HTMLColle... method getElementsByTagNameNS (line 1956) | public function getElementsByTagNameNS(?string $namespace, string $loc... method createElement (line 1958) | public function createElement(string $localName): Element {} method createElementNS (line 1959) | public function createElementNS(?string $namespace, string $qualifiedN... method createDocumentFragment (line 1961) | public function createDocumentFragment(): DocumentFragment {} method createTextNode (line 1963) | public function createTextNode(string $data): Text {} method createCDATASection (line 1965) | public function createCDATASection(string $data): CDATASection {} method createComment (line 1967) | public function createComment(string $data): Comment {} method createProcessingInstruction (line 1968) | public function createProcessingInstruction(string $target, string $da... method importNode (line 1970) | public function importNode(?Node $node, bool $deep = false): Node {} method adoptNode (line 1971) | public function adoptNode(Node $node): Node {} method createAttribute (line 1974) | public function createAttribute(string $localName): Attr {} method createAttributeNS (line 1976) | public function createAttributeNS(?string $namespace, string $qualifie... method getElementById (line 1995) | public function getElementById(string $elementId): ?Element {} method registerNodeClass (line 1997) | public function registerNodeClass(string $baseClass, ?string $extended... method schemaValidate (line 2001) | public function schemaValidate(string $filename, int $flags = 0): bool {} method schemaValidateSource (line 2003) | public function schemaValidateSource(string $source, int $flags = 0): ... method relaxNgValidate (line 2005) | public function relaxNgValidate(string $filename): bool {} method relaxNgValidateSource (line 2007) | public function relaxNgValidateSource(string $source): bool {} method append (line 2011) | public function append(Node|string ...$nodes): void {} method prepend (line 2013) | public function prepend(Node|string ...$nodes): void {} method replaceChildren (line 2015) | public function replaceChildren(Node|string ...$nodes): void {} method importLegacyNode (line 2017) | public function importLegacyNode(\DOMNode $node, bool $deep = false): ... method querySelector (line 2020) | public function querySelector(string $selectors): ?Element {} method querySelectorAll (line 2022) | public function querySelectorAll(string $selectors): NodeList {} class HTMLDocument (line 2035) | final class HTMLDocument extends Document method createEmpty (line 2037) | public static function createEmpty(string $encoding = "UTF-8"): HTMLDo... method createFromFile (line 2039) | public static function createFromFile(string $path, int $options = 0, ... method createFromString (line 2041) | public static function createFromString(string $source, int $options =... method saveXml (line 2044) | public function saveXml(?Node $node = null, int $options = 0): string|... method saveXmlFile (line 2047) | public function saveXmlFile(string $filename, int $options = 0): int|f... method saveHtml (line 2049) | public function saveHtml(?Node $node = null): string {} method saveHtmlFile (line 2051) | public function saveHtmlFile(string $filename): int|false {} method debugGetTemplateCount (line 2054) | public function debugGetTemplateCount(): int {} class XMLDocument (line 2058) | final class XMLDocument extends Document method createEmpty (line 2060) | public static function createEmpty(string $version = "1.0", string $en... method createFromFile (line 2062) | public static function createFromFile(string $path, int $options = 0, ... method createFromString (line 2064) | public static function createFromString(string $source, int $options =... method createEntityReference (line 2082) | public function createEntityReference(string $name): EntityReference {} method validate (line 2085) | public function validate(): bool {} method xinclude (line 2087) | public function xinclude(int $options = 0): int {} method saveXml (line 2089) | public function saveXml(?Node $node = null, int $options = 0): string|... method saveXmlFile (line 2092) | public function saveXmlFile(string $filename, int $options = 0): int|f... class TokenList (line 2099) | final class TokenList implements \IteratorAggregate, \Countable method __construct (line 2102) | private function __construct() {} method item (line 2109) | public function item(int $index): ?string {} method contains (line 2110) | public function contains(string $token): bool {} method add (line 2111) | public function add(string ...$tokens): void {} method remove (line 2112) | public function remove(string ...$tokens): void {} method toggle (line 2113) | public function toggle(string $token, ?bool $force = null): bool {} method replace (line 2114) | public function replace(string $token, string $newToken): bool {} method supports (line 2115) | public function supports(string $token): bool {} method count (line 2119) | public function count(): int {} method getIterator (line 2121) | public function getIterator(): \Iterator {} class NamespaceInfo (line 2128) | readonly final class NamespaceInfo method __construct (line 2135) | private function __construct() {} class XPath (line 2140) | final class XPath method __construct (line 2151) | public function __construct(Document $document, bool $registerNodeNS =... method evaluate (line 2153) | public function evaluate(string $expression, ?Node $contextNode = null... method query (line 2155) | public function query(string $expression, ?Node $contextNode = null, b... method registerNamespace (line 2158) | public function registerNamespace(string $prefix, string $namespace): ... method registerPhpFunctions (line 2161) | public function registerPhpFunctions(string|array|null $restrict = nul... method registerPhpFunctionNS (line 2164) | public function registerPhpFunctionNS(string $namespaceURI, string $na... method quote (line 2167) | public static function quote(string $str): string {} function import_simplexml (line 2171) | function import_simplexml(object $node): Attr|Element {} FILE: ext/dom/php_dom_arginfo.h function register_php_dom_symbols (line 1803) | static void register_php_dom_symbols(int module_number) function zend_class_entry (line 1868) | static zend_class_entry *register_class_DOMDocumentType(zend_class_entry... function zend_class_entry (line 1916) | static zend_class_entry *register_class_DOMCdataSection(zend_class_entry... function zend_class_entry (line 1926) | static zend_class_entry *register_class_DOMComment(zend_class_entry *cla... function zend_class_entry (line 1936) | static zend_class_entry *register_class_DOMParentNode(void) function zend_class_entry (line 1946) | static zend_class_entry *register_class_DOMChildNode(void) function zend_class_entry (line 1956) | static zend_class_entry *register_class_DOMNode(void) function zend_class_entry (line 2119) | static zend_class_entry *register_class_DOMNameSpaceNode(void) function zend_class_entry (line 2192) | static zend_class_entry *register_class_DOMImplementation(void) function zend_class_entry (line 2202) | static zend_class_entry *register_class_DOMDocumentFragment(zend_class_e... function zend_class_entry (line 2233) | static zend_class_entry *register_class_DOMNodeList(zend_class_entry *cl... function zend_class_entry (line 2250) | static zend_class_entry *register_class_DOMCharacterData(zend_class_entr... function zend_class_entry (line 2287) | static zend_class_entry *register_class_DOMAttr(zend_class_entry *class_... function zend_class_entry (line 2328) | static zend_class_entry *register_class_DOMElement(zend_class_entry *cla... function zend_class_entry (line 2397) | static zend_class_entry *register_class_DOMDocument(zend_class_entry *cl... function zend_class_entry (line 2545) | static zend_class_entry *register_class_DOMException(zend_class_entry *c... function zend_class_entry (line 2562) | static zend_class_entry *register_class_DOMText(zend_class_entry *class_... function zend_class_entry (line 2578) | static zend_class_entry *register_class_DOMNamedNodeMap(zend_class_entry... function zend_class_entry (line 2595) | static zend_class_entry *register_class_DOMEntity(zend_class_entry *clas... function zend_class_entry (line 2641) | static zend_class_entry *register_class_DOMEntityReference(zend_class_en... function zend_class_entry (line 2651) | static zend_class_entry *register_class_DOMNotation(zend_class_entry *cl... function zend_class_entry (line 2673) | static zend_class_entry *register_class_DOMProcessingInstruction(zend_cl... function zend_class_entry (line 2696) | static zend_class_entry *register_class_DOMXPath(void) function zend_class_entry (line 2720) | static zend_class_entry *register_class_Dom_ParentNode(void) function zend_class_entry (line 2730) | static zend_class_entry *register_class_Dom_ChildNode(void) function zend_class_entry (line 2740) | static zend_class_entry *register_class_Dom_Implementation(void) function zend_class_entry (line 2750) | static zend_class_entry *register_class_Dom_Node(void) function zend_class_entry (line 2888) | static zend_class_entry *register_class_Dom_NodeList(zend_class_entry *c... function zend_class_entry (line 2905) | static zend_class_entry *register_class_Dom_NamedNodeMap(zend_class_entr... function zend_class_entry (line 2922) | static zend_class_entry *register_class_Dom_DtdNamedNodeMap(zend_class_e... function zend_class_entry (line 2939) | static zend_class_entry *register_class_Dom_HTMLCollection(zend_class_en... function zend_class_entry (line 2956) | static zend_class_entry *register_class_Dom_AdjacentPosition(void) function zend_class_entry (line 2983) | static zend_class_entry *register_class_Dom_Element(zend_class_entry *cl... function zend_class_entry (line 3090) | static zend_class_entry *register_class_Dom_HTMLElement(zend_class_entry... function zend_class_entry (line 3100) | static zend_class_entry *register_class_Dom_Attr(zend_class_entry *class... function zend_class_entry (line 3153) | static zend_class_entry *register_class_Dom_CharacterData(zend_class_ent... function zend_class_entry (line 3190) | static zend_class_entry *register_class_Dom_Text(zend_class_entry *class... function zend_class_entry (line 3206) | static zend_class_entry *register_class_Dom_CDATASection(zend_class_entr... function zend_class_entry (line 3216) | static zend_class_entry *register_class_Dom_ProcessingInstruction(zend_c... function zend_class_entry (line 3232) | static zend_class_entry *register_class_Dom_Comment(zend_class_entry *cl... function zend_class_entry (line 3242) | static zend_class_entry *register_class_Dom_DocumentType(zend_class_entr... function zend_class_entry (line 3291) | static zend_class_entry *register_class_Dom_DocumentFragment(zend_class_... function zend_class_entry (line 3322) | static zend_class_entry *register_class_Dom_Entity(zend_class_entry *cla... function zend_class_entry (line 3350) | static zend_class_entry *register_class_Dom_EntityReference(zend_class_e... function zend_class_entry (line 3360) | static zend_class_entry *register_class_Dom_Notation(zend_class_entry *c... function zend_class_entry (line 3382) | static zend_class_entry *register_class_Dom_Document(zend_class_entry *c... function zend_class_entry (line 3484) | static zend_class_entry *register_class_Dom_HTMLDocument(zend_class_entr... function zend_class_entry (line 3494) | static zend_class_entry *register_class_Dom_XMLDocument(zend_class_entry... function zend_class_entry (line 3528) | static zend_class_entry *register_class_Dom_TokenList(zend_class_entry *... function zend_class_entry (line 3551) | static zend_class_entry *register_class_Dom_NamespaceInfo(void) function zend_class_entry (line 3581) | static zend_class_entry *register_class_Dom_XPath(void) FILE: ext/dom/private_data.c function php_dom_libxml_private_data_destroy (line 27) | static void php_dom_libxml_private_data_destroy(php_libxml_private_data_... function php_dom_libxml_private_data_ns_hook (line 32) | static void php_dom_libxml_private_data_ns_hook(php_libxml_private_data_... function php_libxml_private_data_header (line 37) | php_libxml_private_data_header *php_dom_libxml_private_data_header(php_d... function php_dom_libxml_ns_mapper (line 42) | php_dom_libxml_ns_mapper *php_dom_ns_mapper_from_private(php_dom_private... function php_dom_private_data (line 47) | php_dom_private_data *php_dom_private_data_create(void) function php_dom_private_data_destroy (line 59) | void php_dom_private_data_destroy(php_dom_private_data *data) function php_dom_free_templated_content (line 73) | static void php_dom_free_templated_content(php_dom_private_data *private... function php_dom_add_templated_content (line 94) | void php_dom_add_templated_content(php_dom_private_data *private_data, c... function xmlNodePtr (line 105) | xmlNodePtr php_dom_retrieve_templated_content(php_dom_private_data *priv... function xmlNodePtr (line 114) | xmlNodePtr php_dom_ensure_templated_content(php_dom_private_data *privat... function php_dom_remove_templated_content (line 128) | void php_dom_remove_templated_content(php_dom_private_data *private_data... function php_dom_get_template_count (line 145) | uint32_t php_dom_get_template_count(const php_dom_private_data *private_... function dom_add_element_ns_hook (line 154) | void dom_add_element_ns_hook(php_dom_private_data *private_data, xmlNode... FILE: ext/dom/private_data.h type php_dom_libxml_ns_mapper (line 22) | struct php_dom_libxml_ns_mapper { type php_dom_private_data (line 30) | typedef struct php_dom_private_data { type php_libxml_private_data_header (line 36) | typedef struct php_libxml_private_data_header php_libxml_private_data_he... type php_libxml_private_data_header (line 37) | struct php_libxml_private_data_header type php_dom_private_data (line 39) | struct php_dom_private_data type php_dom_private_data (line 40) | typedef struct php_dom_private_data php_dom_private_data; type php_dom_libxml_ns_mapper (line 42) | struct php_dom_libxml_ns_mapper type php_dom_libxml_ns_mapper (line 43) | typedef struct php_dom_libxml_ns_mapper php_dom_libxml_ns_mapper; FILE: ext/dom/processinginstruction.c function zend_result (line 74) | zend_result dom_processinginstruction_target_read(dom_object *obj, zval ... function zend_result (line 88) | zend_result dom_processinginstruction_data_read(dom_object *obj, zval *r... function zend_result (line 95) | zend_result dom_processinginstruction_data_write(dom_object *obj, zval *... FILE: ext/dom/serialize_common.h function zend_always_inline (line 24) | static zend_always_inline bool dom_local_name_compare_ex(const xmlNode *... FILE: ext/dom/text.c function zend_result (line 67) | zend_result dom_text_whole_text_read(dom_object *obj, zval *retval) FILE: ext/dom/token_list.c type dom_token_list_it (line 32) | typedef struct dom_token_list_it { function zend_always_inline (line 39) | static zend_always_inline bool dom_contains_ascii_whitespace(const char ... function zend_always_inline (line 44) | static zend_always_inline void dom_add_token(HashTable *ht, zend_string ... function dom_ordered_set_parser (line 54) | static void dom_ordered_set_parser(HashTable *token_set, const char *pos... function zend_always_inline (line 118) | static zend_always_inline xmlNode *dom_token_list_get_element(dom_token_... function zend_always_inline (line 124) | static zend_always_inline const xmlAttr *dom_token_list_get_attr(dom_tok... function dom_token_list_update (line 131) | static void dom_token_list_update(dom_token_list_object *intern) function xmlChar (line 151) | static xmlChar *dom_token_list_get_class_value(const xmlAttr *attr, bool... function dom_token_list_update_set (line 160) | static void dom_token_list_update_set(dom_token_list_object *intern, Has... function dom_token_list_ensure_set_up_to_date (line 180) | static void dom_token_list_ensure_set_up_to_date(dom_token_list_object *... function dom_token_list_ctor (line 201) | void dom_token_list_ctor(dom_token_list_object *intern, dom_object *elem... function dom_token_list_free_obj (line 217) | void dom_token_list_free_obj(zend_object *object) function dom_token_list_item_exists (line 235) | static bool dom_token_list_item_exists(dom_token_list_object *token_list... function dom_token_list_item_read (line 243) | static void dom_token_list_item_read(dom_token_list_object *token_list, ... function zend_long (line 279) | static zend_long dom_token_list_offset_convert_to_long(zval *offset, boo... function zval (line 313) | zval *dom_token_list_read_dimension(zend_object *object, zval *offset, i... function dom_token_list_has_dimension (line 331) | int dom_token_list_has_dimension(zend_object *object, zval *offset, int ... function zend_result (line 354) | zend_result dom_token_list_length_read(dom_object *obj, zval *retval) function zend_result (line 364) | zend_result dom_token_list_value_read(dom_object *obj, zval *retval) function zend_result (line 378) | zend_result dom_token_list_value_write(dom_object *obj, zval *newval) function dom_validate_token (line 418) | static bool dom_validate_token(const zend_string *str) function dom_validate_tokens_varargs (line 435) | static bool dom_validate_tokens_varargs(const zval *args, uint32_t argc) function dom_token_list_it_dtor (line 625) | static void dom_token_list_it_dtor(zend_object_iterator *iter) function dom_token_list_it_rewind (line 630) | static void dom_token_list_it_rewind(zend_object_iterator *iter) function zend_result (line 637) | static zend_result dom_token_list_it_valid(zend_object_iterator *iter) function zval (line 650) | static zval *dom_token_list_it_get_current_data(zend_object_iterator *iter) function dom_token_list_it_get_current_key (line 659) | static void dom_token_list_it_get_current_key(zend_object_iterator *iter... function dom_token_list_it_move_forward (line 680) | static void dom_token_list_it_move_forward(zend_object_iterator *iter) function zend_object_iterator (line 711) | zend_object_iterator *dom_token_list_get_iterator(zend_class_entry *ce, ... FILE: ext/dom/token_list.h type dom_token_list_object (line 20) | typedef struct dom_token_list_object { function dom_token_list_object (line 28) | static inline dom_token_list_object *php_dom_token_list_from_obj(zend_ob... function dom_token_list_object (line 33) | static inline dom_token_list_object *php_dom_token_list_from_dom_obj(dom... FILE: ext/dom/xml_common.h type libxml_doc_props (line 23) | typedef libxml_doc_props *dom_doc_propsptr; type dom_object (line 25) | typedef struct _dom_object { function dom_object (line 32) | static inline dom_object *php_dom_obj_from_obj(zend_object *obj) { type php_dom_private_data (line 83) | struct php_dom_private_data type php_dom_private_data (line 84) | typedef struct php_dom_private_data php_dom_private_data; function zend_always_inline (line 86) | static zend_always_inline php_dom_private_data *php_dom_get_private_data... function zend_always_inline (line 92) | static zend_always_inline xmlNodePtr php_dom_next_in_tree_order(const xm... function zend_always_inline (line 117) | static zend_always_inline bool php_dom_follow_spec_doc_ref(const php_lib... function zend_always_inline (line 122) | static zend_always_inline bool php_dom_follow_spec_intern(const dom_obje... FILE: ext/dom/xml_document.c function check_options_validity (line 29) | static bool check_options_validity(uint32_t arg_num, zend_long options) function dom_mark_namespaces_as_attributes_too (line 81) | void dom_mark_namespaces_as_attributes_too(php_dom_libxml_ns_mapper *ns_... function load_from_helper (line 134) | static void load_from_helper(INTERNAL_FUNCTION_PARAMETERS, int mode) function dom_document_convert_to_modern (line 238) | void dom_document_convert_to_modern(php_libxml_ref_obj *document, xmlDoc... function php_new_dom_write_smart_str (line 256) | static int php_new_dom_write_smart_str(void *context, const char *buffer... function php_dom_private_data (line 263) | static php_dom_private_data *get_private_data_from_node(xmlNodePtr node) function zend_string (line 269) | static zend_string *php_new_dom_dump_node_to_str_ex(xmlNodePtr node, int... function zend_string (line 296) | static zend_string *php_new_dom_dump_node_to_str(xmlDocPtr doc, xmlNodeP... function zend_string (line 301) | static zend_string *php_new_dom_dump_doc_to_str(xmlDocPtr doc, int optio... function zend_long (line 306) | zend_long php_new_dom_dump_node_to_file(const char *filename, xmlDocPtr ... function zend_long (line 332) | static zend_long php_new_dom_dump_doc_to_file(const char *filename, xmlD... function dom_set_xml_class (line 344) | void dom_set_xml_class(php_libxml_ref_obj *document) FILE: ext/dom/xml_serializer.c type dom_xml_ns_prefix_map (line 57) | typedef struct { type dom_xml_local_prefix_map (line 62) | typedef struct { type dom_qname_pair (line 66) | typedef struct { type dom_xml_serialize_ctx (line 70) | typedef struct dom_xml_serialize_ctx { function dom_xml_str_equals_treat_nulls_as_empty (line 86) | static bool dom_xml_str_equals_treat_nulls_as_empty(const xmlChar *s1, c... function zend_always_inline (line 101) | static zend_always_inline bool dom_xml_str_equals_treat_nulls_as_nulls(c... function zend_always_inline (line 112) | static zend_always_inline void dom_xml_ns_prefix_map_ctor(dom_xml_ns_pre... function dom_xml_ns_prefix_map_destroy (line 118) | static void dom_xml_ns_prefix_map_destroy(dom_xml_ns_prefix_map *map) function zend_always_inline (line 140) | static zend_always_inline void dom_xml_ns_prefix_map_dtor(dom_xml_ns_pre... function zend_always_inline (line 147) | static zend_always_inline void dom_xml_ns_prefix_map_copy(dom_xml_ns_pre... function zend_always_inline (line 153) | static zend_always_inline void dom_xml_local_prefix_map_ctor(dom_xml_loc... function zend_always_inline (line 158) | static zend_always_inline void dom_xml_local_prefix_map_dtor(dom_xml_loc... function zend_always_inline (line 163) | static zend_always_inline void dom_xml_local_prefix_map_add( function zend_always_inline (line 174) | static zend_always_inline const xmlChar *dom_xml_local_prefix_map_find( function zend_always_inline (line 184) | static zend_always_inline bool dom_xml_local_prefix_map_conflicts( function zend_always_inline (line 198) | static zend_always_inline bool dom_xml_local_prefix_map_contains( function dom_xml_ns_prefix_map_add (line 208) | static void dom_xml_ns_prefix_map_add( function zend_always_inline (line 261) | static zend_always_inline HashTable *dom_get_candidates_list(dom_xml_ns_... function zend_always_inline (line 272) | static zend_always_inline bool dom_prefix_in_candidate_list(const HashTa... function zend_always_inline (line 292) | static zend_always_inline bool dom_prefix_found_in_ns_prefix_map( function zend_always_inline (line 305) | static zend_always_inline const xmlChar *dom_get_attribute_value(const x... function xmlChar (line 314) | static const xmlChar *dom_recording_the_namespace_information( function xmlChar (line 389) | static const xmlChar *dom_retrieve_a_preferred_prefix_string( function xmlChar (line 437) | static xmlChar *dom_xml_generate_a_prefix( function dom_xml_output_qname (line 471) | static int dom_xml_output_qname(xmlOutputBufferPtr out, const dom_qname_... function dom_xml_common_text_serialization (line 483) | static int dom_xml_common_text_serialization(xmlOutputBufferPtr out, con... function dom_xml_check_char_production (line 548) | static int dom_xml_check_char_production(const xmlChar *content) function zend_always_inline (line 566) | static zend_always_inline int dom_xml_serialize_text_node(xmlOutputBuffe... function zend_always_inline (line 577) | static zend_always_inline const xmlChar *dom_xml_attribute_namespace(con... function dom_xml_serialize_attribute_node_value (line 582) | static int dom_xml_serialize_attribute_node_value(xmlOutputBufferPtr out... function zend_always_inline (line 603) | static zend_always_inline int dom_xml_check_xmlns_attribute_requirements... function dom_xml_serialize_attribute_node (line 623) | static int dom_xml_serialize_attribute_node(xmlOutputBufferPtr out, xmlN... function dom_xml_serialize_comment_node (line 633) | static int dom_xml_serialize_comment_node(xmlOutputBufferPtr out, xmlNod... function dom_xml_serialize_processing_instruction (line 661) | static int dom_xml_serialize_processing_instruction(xmlOutputBufferPtr o... function dom_xml_serialize_cdata_section_node (line 691) | static int dom_xml_serialize_cdata_section_node(xmlOutputBufferPtr out, ... function zend_string (line 700) | static zend_string *dom_xml_create_localname_set_key(const xmlAttr *attr) function dom_xml_serialize_attributes (line 718) | static int dom_xml_serialize_attributes( function dom_xml_should_format_element (line 886) | static bool dom_xml_should_format_element(xmlNodePtr element) function dom_xml_output_indents (line 899) | static int dom_xml_output_indents(xmlOutputBufferPtr out, int indent) function dom_xml_serialize_element_node (line 909) | static int dom_xml_serialize_element_node( function dom_xml_serializing_a_document_fragment_node (line 1189) | static int dom_xml_serializing_a_document_fragment_node( function dom_xml_serializing_a_document_node (line 1215) | static int dom_xml_serializing_a_document_node( function dom_xml_serialization_algorithm (line 1251) | static int dom_xml_serialization_algorithm( function dom_xml_serialize (line 1302) | int dom_xml_serialize(xmlSaveCtxtPtr ctxt, xmlOutputBufferPtr out, xmlNo... FILE: ext/dom/xml_serializer.h type php_dom_private_data (line 25) | struct php_dom_private_data type php_dom_private_data (line 26) | typedef struct php_dom_private_data php_dom_private_data; FILE: ext/dom/xpath.c function dom_xpath_objects_free_storage (line 37) | void dom_xpath_objects_free_storage(zend_object *object) function HashTable (line 51) | HashTable *dom_xpath_get_gc(zend_object *object, zval **table, int *n) function dom_xpath_proxy_factory (line 57) | static void dom_xpath_proxy_factory(xmlNodePtr node, zval *child, dom_ob... function dom_xpath_object (line 66) | static dom_xpath_object *dom_xpath_ext_fetch_intern(xmlXPathParserContex... function dom_xpath_ext_function_php (line 84) | static void dom_xpath_ext_function_php(xmlXPathParserContextPtr ctxt, in... function dom_xpath_ext_function_string_php (line 95) | static void dom_xpath_ext_function_string_php(xmlXPathParserContextPtr c... function dom_xpath_ext_function_object_php (line 101) | static void dom_xpath_ext_function_object_php(xmlXPathParserContextPtr c... function dom_xpath_ext_function_trampoline (line 107) | static void dom_xpath_ext_function_trampoline(xmlXPathParserContextPtr c... function dom_xpath_construct (line 118) | static void dom_xpath_construct(INTERNAL_FUNCTION_PARAMETERS, zend_class... function zend_result (line 172) | zend_result dom_xpath_document_read(dom_object *obj, zval *retval) function dom_xpath_object (line 192) | static inline dom_xpath_object *php_xpath_obj_from_dom_obj(dom_object *o... function zend_result (line 196) | zend_result dom_xpath_register_node_ns_read(dom_object *obj, zval *retval) function zend_result (line 203) | zend_result dom_xpath_register_node_ns_write(dom_object *obj, zval *newval) function dom_xpath_iter (line 236) | static void dom_xpath_iter(zval *baseobj, dom_object *intern) /* {{{ */ function php_xpath_eval (line 245) | static void php_xpath_eval(INTERNAL_FUNCTION_PARAMETERS, int type, bool ... function dom_xpath_register_func_in_ctx (line 450) | static void dom_xpath_register_func_in_ctx(void *ctxt, const zend_string... FILE: ext/dom/xpath_callbacks.c function xpath_callbacks_entry_dtor (line 30) | static void xpath_callbacks_entry_dtor(zval *zv) function PHP_DOM_EXPORT (line 37) | PHP_DOM_EXPORT void php_dom_xpath_callback_ns_ctor(php_dom_xpath_callbac... function PHP_DOM_EXPORT (line 43) | PHP_DOM_EXPORT void php_dom_xpath_callback_ns_dtor(php_dom_xpath_callbac... function PHP_DOM_EXPORT (line 48) | PHP_DOM_EXPORT void php_dom_xpath_callbacks_ctor(php_dom_xpath_callbacks... function PHP_DOM_EXPORT (line 55) | PHP_DOM_EXPORT void php_dom_xpath_callbacks_clean_node_list(php_dom_xpat... function PHP_DOM_EXPORT (line 64) | PHP_DOM_EXPORT void php_dom_xpath_callbacks_clean_argument_stack(xmlXPat... function PHP_DOM_EXPORT (line 76) | PHP_DOM_EXPORT void php_dom_xpath_callbacks_dtor(php_dom_xpath_callbacks... function php_dom_xpath_callback_ns_get_gc (line 95) | static void php_dom_xpath_callback_ns_get_gc(php_dom_xpath_callback_ns *... function PHP_DOM_EXPORT (line 103) | PHP_DOM_EXPORT void php_dom_xpath_callbacks_get_gc(php_dom_xpath_callbac... function PHP_DOM_EXPORT (line 116) | PHP_DOM_EXPORT HashTable *php_dom_xpath_callbacks_get_gc_for_whole_objec... function php_dom_xpath_is_callback_name_valid (line 133) | static bool php_dom_xpath_is_callback_name_valid(const zend_string *name... function php_dom_xpath_is_callback_name_valid_and_throw (line 154) | static bool php_dom_xpath_is_callback_name_valid_and_throw(const zend_st... function PHP_DOM_EXPORT (line 167) | PHP_DOM_EXPORT void php_dom_xpath_callbacks_delayed_lib_registration(con... function zend_result (line 181) | static zend_result php_dom_xpath_callback_ns_update_method_handler( function php_dom_xpath_callback_ns (line 263) | static php_dom_xpath_callback_ns *php_dom_xpath_callbacks_ensure_ns(php_... function PHP_DOM_EXPORT (line 286) | PHP_DOM_EXPORT zend_result php_dom_xpath_callbacks_update_method_handler... function PHP_DOM_EXPORT (line 292) | PHP_DOM_EXPORT zend_result php_dom_xpath_callbacks_update_single_method_... function zval (line 315) | static zval *php_dom_xpath_callback_fetch_args(xmlXPathParserContextPtr ... function php_dom_xpath_callback_cleanup_args (line 382) | static void php_dom_xpath_callback_cleanup_args(zval *params, uint32_t p... function zend_result (line 392) | static zend_result php_dom_xpath_callback_dispatch(php_dom_xpath_callbac... function PHP_DOM_EXPORT (line 458) | PHP_DOM_EXPORT zend_result php_dom_xpath_callbacks_call_php_ns(php_dom_x... function PHP_DOM_EXPORT (line 494) | PHP_DOM_EXPORT zend_result php_dom_xpath_callbacks_call_custom_ns(php_do... FILE: ext/dom/xpath_callbacks.h type php_dom_register_functions_mode (line 23) | typedef enum { type php_dom_xpath_nodeset_evaluation_mode (line 29) | typedef enum { type php_dom_xpath_callback_ns (line 37) | typedef struct { type php_dom_xpath_callbacks (line 42) | typedef struct { type php_dom_xpath_callback_name_validation (line 48) | typedef enum { FILE: ext/exif/exif.c type uchar (line 57) | typedef unsigned char uchar; function PHP_MINFO_FUNCTION (line 69) | PHP_MINFO_FUNCTION(exif) function ZEND_INI_MH (line 108) | ZEND_INI_MH(OnUpdateEncode) function ZEND_INI_MH (line 123) | ZEND_INI_MH(OnUpdateDecode) function PHP_GINIT_FUNCTION (line 149) | static PHP_GINIT_FUNCTION(exif) function PHP_MINIT_FUNCTION (line 165) | PHP_MINIT_FUNCTION(exif) function PHP_MSHUTDOWN_FUNCTION (line 176) | PHP_MSHUTDOWN_FUNCTION(exif) function exif_read_from_stream_file_looped (line 221) | static ssize_t exif_read_from_stream_file_looped(php_stream *stream, cha... type tag_info_type (line 509) | typedef const struct { type tag_info_type (line 514) | typedef tag_info_type tag_info_array[]; type tag_info_type (line 515) | typedef tag_info_type *tag_table_type; type mn_byte_order_t (line 1266) | typedef enum mn_byte_order_t { type mn_offset_mode_t (line 1272) | typedef enum mn_offset_mode_t { type maker_note_type (line 1277) | typedef struct { function HashTable (line 1318) | static HashTable *exif_make_tag_ht(tag_info_type *tag_table) function exif_tag_ht_dtor (line 1331) | static void exif_tag_ht_dtor(zval *zv) function HashTable (line 1338) | static HashTable *exif_get_tag_ht(tag_info_type *tag_table) function php_jpg_get16 (line 1424) | static int php_jpg_get16(void *value) function php_ifd_get16u (line 1432) | static int php_ifd_get16u(void *value, int motorola_intel) function php_ifd_get16s (line 1444) | static signed short php_ifd_get16s(void *value, int motorola_intel) function php_ifd_get32u (line 1452) | static unsigned php_ifd_get32u(void *void_value, int motorola_intel) function php_ifd_get64u (line 1471) | static uint64_t php_ifd_get64u(void *void_value, int motorola_intel) function php_ifd_get32s (line 1498) | static unsigned php_ifd_get32s(void *value, int motorola_intel) function php_ifd_set16u (line 1506) | static void php_ifd_set16u(char *data, unsigned int value, int motorola_... function php_ifd_set32u (line 1520) | static void php_ifd_set32u(char *data, size_t value, int motorola_intel) function php_ifd_get_float (line 1536) | static float php_ifd_get_float(char *data) { function php_ifd_get_double (line 1542) | static double php_ifd_get_double(char *data) { function exif_convert_any_format (line 1624) | static double exif_convert_any_format(void *value, int format, int motor... function exif_rewrite_tag_format_to_unsigned (line 1673) | static int exif_rewrite_tag_format_to_unsigned(int format) function float_to_size_t (line 1686) | static size_t float_to_size_t(float x) { function double_to_size_t (line 1696) | static size_t double_to_size_t(double x) { function exif_convert_any_to_int (line 1708) | static size_t exif_convert_any_to_int(void *value, int format, int motor... type signed_rational (line 1765) | typedef struct { type unsigned_rational (line 1770) | typedef struct { type image_info_value (line 1775) | typedef union _image_info_value { type image_info_data (line 1786) | typedef struct { type image_info_list (line 1795) | typedef struct { function tag_table_type (line 1857) | static tag_table_type exif_get_tag_table(int section) type file_section (line 1910) | typedef struct { type file_section_list (line 1916) | typedef struct { type thumbnail_data (line 1922) | typedef struct { type xp_field_type (line 1930) | typedef struct { type xp_field_list (line 1936) | typedef struct { type image_info_type (line 1942) | typedef struct { function exif_error_docref (line 2003) | static void exif_error_docref(const char *docref EXIFERR_DC, image_info_... type jpeg_sof_info (line 2034) | typedef struct { type exif_offset_info (line 2044) | typedef struct { function zend_always_inline (line 2050) | static zend_always_inline bool ptr_offset_overflows(char *ptr, size_t of... function exif_offset_info_init (line 2054) | static inline void exif_offset_info_init( function exif_offset_info_contains (line 2086) | static inline bool exif_offset_info_contains( function exif_offset_info_length (line 2100) | static inline int exif_offset_info_length(const exif_offset_info *info) function exif_file_sections_add (line 2110) | static int exif_file_sections_add(image_info_type *ImageInfo, int type, ... function exif_file_sections_realloc (line 2139) | static int exif_file_sections_realloc(image_info_type *ImageInfo, int se... function exif_file_sections_free (line 2160) | static bool exif_file_sections_free(image_info_type *ImageInfo) function image_info_data (line 2175) | static image_info_data *exif_alloc_image_info_data(image_info_list *info... function exif_iif_add_value (line 2188) | static void exif_iif_add_value(image_info_type *image_info, int section_... function exif_iif_add_tag (line 2327) | static void exif_iif_add_tag(image_info_type *image_info, int section_in... function exif_iif_add_int (line 2336) | static void exif_iif_add_int(image_info_type *image_info, int section_in... function exif_iif_add_str (line 2351) | static void exif_iif_add_str(image_info_type *image_info, int section_in... function exif_iif_add_fmt (line 2369) | static void exif_iif_add_fmt(image_info_type *image_info, int section_in... function exif_iif_add_buffer (line 2387) | static void exif_iif_add_buffer(image_info_type *image_info, int section... function exif_iif_free (line 2407) | static void exif_iif_free(image_info_type *image_info, int section_index) { function add_assoc_image_info (line 2451) | static void add_assoc_image_info(zval *value, int sub_array, image_info_... function exif_process_COM (line 2690) | static void exif_process_COM (image_info_type *image_info, char *value, ... function exif_process_SOFn (line 2698) | static void exif_process_SOFn (uchar *Data, int marker, jpeg_sof_info *r... function PHP_FUNCTION (line 2768) | PHP_FUNCTION(exif_tagname) function exif_thumbnail_build (line 2864) | static void exif_thumbnail_build(image_info_type *ImageInfo) { function exif_thumbnail_extract (line 2953) | static void exif_thumbnail_extract(image_info_type *ImageInfo, const exi... function exif_process_undefined (line 2983) | static int exif_process_undefined(char **result, char *value, size_t byt... function exif_process_string_raw (line 2999) | static int exif_process_string_raw(char **result, char *value, size_t by... function exif_process_string (line 3017) | static int exif_process_string(char **result, char *value, size_t byte_c... function exif_process_user_comment (line 3035) | static int exif_process_user_comment(image_info_type *ImageInfo, char **... function exif_process_unicode (line 3123) | static int exif_process_unicode(image_info_type *ImageInfo, xp_field_typ... function exif_process_IFD_in_MAKERNOTE (line 3144) | static bool exif_process_IFD_in_MAKERNOTE(image_info_type *ImageInfo, ch... function exif_process_IFD_TAG_impl (line 3260) | static bool exif_process_IFD_TAG_impl(image_info_type *ImageInfo, char *... function exif_process_IFD_TAG (line 3583) | static bool exif_process_IFD_TAG(image_info_type *ImageInfo, char *dir_e... function exif_process_IFD_in_JPEG (line 3603) | static bool exif_process_IFD_in_JPEG(image_info_type *ImageInfo, char *d... function exif_process_TIFF_in_JPEG (line 3685) | static void exif_process_TIFF_in_JPEG(image_info_type *ImageInfo, char *... function exif_process_APP1 (line 3741) | static void exif_process_APP1(image_info_type *ImageInfo, char *CharBuf,... function exif_process_APP12 (line 3759) | static void exif_process_APP12(image_info_type *ImageInfo, char *buffer,... function exif_scan_JPEG_header (line 3778) | static bool exif_scan_JPEG_header(image_info_type *ImageInfo) function exif_scan_thumbnail (line 3943) | static bool exif_scan_thumbnail(image_info_type *ImageInfo) function exif_process_IFD_in_TIFF_impl (line 4033) | static bool exif_process_IFD_in_TIFF_impl(image_info_type *ImageInfo, si... function exif_process_IFD_in_TIFF (line 4269) | static bool exif_process_IFD_in_TIFF(image_info_type *ImageInfo, size_t ... function exif_scan_FILE_header (line 4286) | static bool exif_scan_FILE_header(image_info_type *ImageInfo) function exif_discard_imageinfo (line 4352) | static bool exif_discard_imageinfo(image_info_type *ImageInfo) function exif_read_from_impl (line 4385) | static bool exif_read_from_impl(image_info_type *ImageInfo, php_stream *... function exif_read_from_stream (line 4448) | static bool exif_read_from_stream(image_info_type *ImageInfo, php_stream... function exif_read_from_file (line 4468) | static bool exif_read_from_file(image_info_type *ImageInfo, char *FileNa... function PHP_FUNCTION (line 4492) | PHP_FUNCTION(exif_read_data) function PHP_FUNCTION (line 4699) | PHP_FUNCTION(exif_thumbnail) function PHP_FUNCTION (line 4786) | PHP_FUNCTION(exif_imagetype) FILE: ext/exif/exif.stub.php function exif_tagname (line 12) | function exif_tagname(int $index): string|false {} function exif_read_data (line 19) | function exif_read_data($file, ?string $required_sections = null, bool $... function exif_thumbnail (line 28) | function exif_thumbnail($file, &$width = null, &$height = null, &$image_... function exif_imagetype (line 30) | function exif_imagetype(string $filename): int|false {} FILE: ext/exif/exif_arginfo.h function register_exif_symbols (line 39) | static void register_exif_symbols(int module_number) FILE: ext/fileinfo/fileinfo.c type php_fileinfo (line 40) | typedef struct _php_fileinfo { type finfo_object (line 48) | typedef struct _finfo_object { function finfo_object (line 53) | static inline finfo_object *php_finfo_fetch_object(zend_object *obj) { function finfo_objects_free (line 70) | static void finfo_objects_free(zend_object *object) function PHP_FILEINFO_API (line 84) | PHP_FILEINFO_API zend_object *finfo_objects_new(zend_class_entry *class_... function PHP_MINIT_FUNCTION (line 106) | PHP_MINIT_FUNCTION(finfo) function PHP_MINFO_FUNCTION (line 140) | ZEND_GET_MODULE(fileinfo) function PHP_FUNCTION (line 159) | PHP_FUNCTION(finfo_open) function PHP_FUNCTION (line 255) | PHP_FUNCTION(finfo_close) function PHP_FUNCTION (line 268) | PHP_FUNCTION(finfo_set_flags) function _php_finfo_get_type (line 290) | static void _php_finfo_get_type(INTERNAL_FUNCTION_PARAMETERS, int mode, ... function PHP_FUNCTION (line 446) | PHP_FUNCTION(finfo_file) function PHP_FUNCTION (line 453) | PHP_FUNCTION(finfo_buffer) function PHP_FUNCTION (line 460) | PHP_FUNCTION(mime_content_type) FILE: ext/fileinfo/fileinfo.stub.php class finfo (line 66) | class finfo method __construct (line 69) | public function __construct(int $flags = FILEINFO_NONE, ?string $magic... method file (line 76) | public function file(string $filename, int $flags = FILEINFO_NONE, $co... method buffer (line 83) | public function buffer(string $string, int $flags = FILEINFO_NONE, $co... method set_flags (line 89) | public function set_flags(int $flags): true {} function finfo_open (line 93) | function finfo_open(int $flags = FILEINFO_NONE, ?string $magic_database ... function finfo_close (line 95) | function finfo_close(finfo $finfo): bool {} function finfo_set_flags (line 97) | function finfo_set_flags(finfo $finfo, int $flags): true {} function finfo_file (line 103) | function finfo_file(finfo $finfo, string $filename, int $flags = FILEINF... function finfo_buffer (line 109) | function finfo_buffer(finfo $finfo, string $string, int $flags = FILEINF... function mime_content_type (line 115) | function mime_content_type($filename): string|false {} FILE: ext/fileinfo/fileinfo_arginfo.h function register_fileinfo_symbols (line 82) | static void register_fileinfo_symbols(int module_number) function zend_class_entry (line 101) | static zend_class_entry *register_class_finfo(void) FILE: ext/fileinfo/libmagic/apprentice.c type magic_entry (line 92) | struct magic_entry { type magic_entry_set (line 98) | struct magic_entry_set { type magic_map (line 104) | struct magic_map { type magic_set (line 117) | struct magic_set type magic (line 117) | struct magic type magic_set (line 119) | struct magic_set type magic (line 119) | struct magic type magic_set (line 121) | struct magic_set type magic_entry (line 121) | struct magic_entry type magic_set (line 124) | struct magic_set type magic (line 125) | struct magic type mlist (line 127) | struct mlist type magic_set (line 128) | struct magic_set type magic_set (line 131) | struct magic_set type mlist (line 132) | struct mlist type magic (line 133) | struct magic type magic (line 134) | struct magic type magic_set (line 150) | struct magic_set type magic_set (line 151) | struct magic_set type magic_map (line 152) | struct magic_map type magic_set (line 153) | struct magic_set type magic_map (line 153) | struct magic_map type magic_set (line 156) | struct magic_set type magic (line 156) | struct magic type magic_set (line 158) | struct magic_set type magic_entry (line 158) | struct magic_entry type magic_set (line 160) | struct magic_set type magic_entry (line 160) | struct magic_entry type magic_set (line 162) | struct magic_set type magic_entry (line 162) | struct magic_entry type magic_set (line 164) | struct magic_set type magic_entry (line 164) | struct magic_entry type magic (line 168) | struct magic function file_private (line 172) | file_private struct { function main (line 199) | int type type_tbl_s (line 228) | struct type_tbl_s { type type_tbl_s (line 242) | struct type_tbl_s type type_tbl_s (line 312) | struct type_tbl_s function file_private (line 322) | file_private int function file_private (line 337) | file_private off_t function file_private (line 346) | file_private int function file_private (line 431) | file_private void function file_private (line 449) | file_private int function file_private (line 472) | file_private int function file_protected (line 531) | file_protected void function magic_set (line 554) | magic_set * function file_private (line 601) | file_private void function mlist (line 621) | mlist * function file_private (line 632) | file_private void function file_private (line 643) | file_private void function file_private (line 651) | file_private void function file_protected (line 668) | file_protected int function file_private (line 774) | file_private size_t function file_private (line 814) | file_private size_t function file_private (line 884) | file_private ssize_t function file_protected (line 1021) | file_protected size_t function file_private (line 1082) | file_private int function file_private (line 1100) | file_private void function file_private (line 1142) | file_private void function file_private (line 1233) | file_private int function file_private (line 1262) | file_private void function file_private (line 1355) | file_private int function file_private (line 1362) | file_private uint32_t function file_private (line 1395) | file_private void function file_private (line 1416) | file_private int function file_private (line 1448) | file_private void function magic_map (line 1459) | magic_map * function file_protected (line 1583) | file_protected uint64_t function file_private (line 1669) | file_private int function file_private (line 1728) | file_private int function file_private (line 1754) | file_private int function file_private (line 1780) | file_private int function file_private (line 1824) | file_private int function file_private (line 1845) | file_private void function file_private (line 1862) | file_private int function file_private (line 1969) | file_private int function file_private (line 2386) | file_private int function file_private (line 2446) | file_private int function file_private (line 2452) | file_private int function file_private (line 2505) | file_private int function file_private (line 2517) | file_private int function file_private (line 2532) | file_private int function file_private (line 2541) | file_private int function file_private (line 2735) | file_private int function file_private (line 2791) | file_private int function file_private (line 2928) | file_private const char * function file_private (line 3106) | file_private int function file_protected (line 3124) | file_protected void function file_private (line 3184) | file_private void function magic_map (line 3211) | magic_map * function file_private (line 3357) | file_private int type magic_set (line 3416) | struct magic_set function file_private (line 3463) | file_private void function file_private (line 3475) | file_private uint16_t function file_private (line 3489) | file_private uint32_t function file_private (line 3505) | file_private uint64_t function file_protected (line 3534) | file_protected uintmax_t function file_private (line 3567) | file_private void function file_protected (line 3584) | file_protected size_t function file_protected (line 3603) | file_protected size_t function file_protected (line 3656) | file_protected int FILE: ext/fileinfo/libmagic/apptype.c type ULONG (line 42) | typedef ULONG APPTYPE; function file_protected (line 44) | file_protected int FILE: ext/fileinfo/libmagic/ascmagic.c function file_private (line 61) | file_private size_t function file_protected (line 70) | file_protected int function file_protected (line 104) | file_protected int FILE: ext/fileinfo/libmagic/buffer.c function buffer_init (line 41) | void function buffer_fini (line 57) | void function buffer_fill (line 65) | int FILE: ext/fileinfo/libmagic/cdf.c function _cdf_tole2 (line 112) | static uint16_t function _cdf_tole4 (line 126) | static uint32_t function _cdf_tole8 (line 142) | static uint64_t function cdf_getuint32 (line 164) | static uint32_t function cdf_tole2 (line 177) | uint16_t function cdf_tole4 (line 183) | uint32_t function cdf_tole8 (line 189) | uint64_t function cdf_swap_header (line 195) | void function cdf_unpack_header (line 226) | void function cdf_swap_dir (line 252) | void function cdf_swap_class (line 269) | void function cdf_unpack_dir (line 277) | void function cdf_zero_stream (line 298) | int function cdf_check_stream (line 309) | static size_t function cdf_check_stream_offset (line 320) | static int function cdf_read (line 338) | static ssize_t function cdf_read_header (line 366) | int function cdf_read_sector (line 399) | ssize_t function cdf_read_short_sector (line 414) | ssize_t function cdf_read_sat (line 443) | int function cdf_count_chain (line 530) | size_t function cdf_read_long_sector_chain (line 568) | int function cdf_read_short_sector_chain (line 617) | int function cdf_read_sector_chain (line 659) | int function cdf_read_dir (line 672) | int function cdf_read_ssat (line 727) | int function cdf_read_short_stream (line 770) | int function cdf_namecmp (line 805) | static int function cdf_read_doc_summary_info (line 814) | int function cdf_read_summary_info (line 823) | int function cdf_read_user_stream (line 832) | int function cdf_find_stream (line 850) | int function cdf_property_info_t (line 908) | static cdf_property_info_t * function cdf_copy_info (line 934) | static int function cdf_read_property_info (line 962) | int function cdf_unpack_summary_info (line 1119) | int function cdf_unpack_catalog (line 1158) | int function cdf_print_classid (line 1226) | int function cdf_print_property_name (line 1262) | int function cdf_print_elapsed_time (line 1273) | int function cdf_dump_header (line 1319) | void function cdf_dump_sat (line 1347) | void function cdf_dump (line 1366) | void function cdf_dump_stream (line 1387) | void function cdf_dump_dir (line 1394) | void function cdf_dump_property_info (line 1454) | void function cdf_dump_summary_info (line 1524) | void function cdf_dump_catalog (line 1547) | void function main (line 1570) | int FILE: ext/fileinfo/libmagic/cdf.h type cdf_secid_t (line 46) | typedef int32_t cdf_secid_t; type cdf_header_t (line 57) | typedef struct { type cdf_dirid_t (line 83) | typedef int32_t cdf_dirid_t; type cdf_timestamp_t (line 86) | typedef int64_t cdf_timestamp_t; type cdf_directory_t (line 90) | typedef struct { type cdf_sat_t (line 117) | typedef struct { type cdf_dir_t (line 122) | typedef struct { type cdf_stream_t (line 127) | typedef struct { type cdf_classid_t (line 134) | typedef struct { type cdf_summary_info_header_t (line 141) | typedef struct { type cdf_section_declaration_t (line 152) | typedef struct { type cdf_section_header_t (line 157) | typedef struct { type cdf_property_info_t (line 162) | typedef struct { type cdf_info_t (line 264) | typedef struct { type cdf_catalog_entry_t (line 271) | typedef struct { type cdf_catalog_t (line 278) | typedef struct { type timespec (line 283) | struct timespec type timespec (line 284) | struct timespec type timespec (line 285) | struct timespec FILE: ext/fileinfo/libmagic/cdf_time.c function cdf_getdays (line 51) | static int function cdf_getday (line 66) | static int function cdf_getmonth (line 83) | static int function cdf_timestamp_to_timespec (line 98) | int function cdf_timespec_to_timestamp (line 145) | int function main (line 186) | int FILE: ext/fileinfo/libmagic/compress.c function zlibcmp (line 118) | static int function lzmacmp (line 138) | static int function file_private (line 179) | file_private const struct { function file_private (line 254) | file_private int function file_protected (line 271) | file_protected int function file_private (line 385) | file_private ssize_t function file_protected (line 410) | file_protected ssize_t function file_protected (line 475) | file_protected int function file_private (line 567) | file_private int function file_private (line 608) | file_private int function file_private (line 650) | file_private int function file_private (line 691) | file_private int function file_private (line 729) | file_private int function file_private (line 774) | file_private int function makeerror (line 837) | static int function closefd (line 860) | static void function closep (line 869) | static void function movedesc (line 877) | static void function closedesc (line 895) | static void function handledesc (line 906) | static void function pid_t (line 934) | static pid_t function filter_error (line 960) | static ssize_t function file_private (line 988) | file_private const char * function file_private (line 1019) | file_private int (* function file_private (line 1052) | file_private int FILE: ext/fileinfo/libmagic/der.c function getclass (line 137) | static uint8_t function gettype (line 143) | static uint8_t function gettag (line 150) | static uint32_t function getlength (line 183) | static uint32_t function der_data (line 237) | static int function der_offs (line 265) | int32_t function der_cmp (line 304) | int function printtag (line 387) | static void function printdata (line 407) | static void function main (line 440) | int FILE: ext/fileinfo/libmagic/der.h type magic_set (line 27) | struct magic_set type magic (line 27) | struct magic type magic_set (line 28) | struct magic_set type magic (line 28) | struct magic FILE: ext/fileinfo/libmagic/encoding.c function file_protected (line 74) | file_protected int type accept_range (line 337) | struct accept_range { function file_protected (line 349) | file_protected int function file_private (line 430) | file_private int function file_private (line 440) | file_private int function file_private (line 464) | file_private int function file_private (line 524) | file_private int function file_private (line 650) | file_private void FILE: ext/fileinfo/libmagic/file.h type buffer (line 177) | struct buffer { type magic (line 202) | struct magic { type mlist (line 414) | struct mlist { type level_info (line 431) | struct level_info { type cont (line 440) | struct cont { type magic_set (line 447) | struct magic_set { type file_unichar_t (line 507) | typedef unsigned long file_unichar_t; type stat (line 509) | struct stat type magic_set (line 519) | struct magic_set type magic_set (line 520) | struct magic_set type magic_set (line 522) | struct magic_set type magic_set (line 523) | struct magic_set type magic_set (line 525) | struct magic_set type magic_set (line 527) | struct magic_set type magic_set (line 530) | struct magic_set type magic_set (line 533) | struct magic_set type magic_set (line 534) | struct magic_set type magic_set (line 536) | struct magic_set type magic_set (line 537) | struct magic_set type buffer (line 537) | struct buffer type magic_set (line 538) | struct magic_set type buffer (line 538) | struct buffer type magic_set (line 540) | struct magic_set type buffer (line 540) | struct buffer type magic_set (line 543) | struct magic_set type buffer (line 543) | struct buffer type magic_set (line 545) | struct magic_set type buffer (line 546) | struct buffer type magic_set (line 547) | struct magic_set type buffer (line 547) | struct buffer type magic_set (line 549) | struct magic_set type buffer (line 549) | struct buffer type magic_set (line 550) | struct magic_set type buffer (line 550) | struct buffer type magic_set (line 552) | struct magic_set type buffer (line 552) | struct buffer type magic_set (line 553) | struct magic_set type buffer (line 553) | struct buffer type magic_set (line 554) | struct magic_set type buffer (line 554) | struct buffer type magic_set (line 556) | struct magic_set type magic (line 557) | struct magic type magic_set (line 558) | struct magic_set type magic (line 558) | struct magic type magic_set (line 560) | struct magic_set type mlist (line 561) | struct mlist type magic_set (line 562) | struct magic_set type magic (line 562) | struct magic type magic_set (line 567) | struct magic_set type magic_set (line 568) | struct magic_set type magic_set (line 569) | struct magic_set type magic_set (line 570) | struct magic_set type magic_set (line 572) | struct magic_set type magic_set (line 574) | struct magic_set type magic (line 576) | struct magic type magic_set (line 578) | struct magic_set type magic_set (line 579) | struct magic_set type magic_set (line 581) | struct magic_set type magic_set (line 584) | struct magic_set type magic (line 585) | struct magic type magic_set (line 586) | struct magic_set type magic (line 587) | struct magic type magic_set (line 588) | struct magic_set type magic_set (line 591) | struct magic_set type buffer (line 598) | struct buffer type buffer (line 600) | struct buffer type buffer (line 601) | struct buffer type file_pushbuf_t (line 605) | typedef struct { type magic_set (line 611) | struct magic_set type magic_set (line 612) | struct magic_set type tm (line 636) | struct tm FILE: ext/fileinfo/libmagic/fsmagic.c function file_private (line 74) | file_private int function file_protected (line 89) | file_protected int FILE: ext/fileinfo/libmagic/funcs.c function file_protected (line 54) | file_protected char * function file_private (line 66) | file_private void function file_private (line 74) | file_private int function file_protected (line 93) | file_protected int function file_protected (line 132) | file_protected int function file_protected (line 169) | file_protected int function file_private (line 185) | __attribute__((__format__(__printf__, 3, 0))) function file_protected (line 207) | file_protected void function file_protected (line 220) | file_protected void function file_protected (line 229) | file_protected void function file_protected (line 236) | file_protected void function file_protected (line 242) | file_protected void function file_protected (line 251) | file_protected int function trim_separator (line 257) | static void function checkdone (line 276) | static int function file_protected (line 286) | file_protected int function file_protected (line 316) | file_protected int function file_protected (line 522) | file_protected int function file_protected (line 547) | file_protected const char * function file_protected (line 625) | file_protected int function file_protected (line 648) | file_protected size_t function file_protected (line 654) | file_protected int function file_protected (line 691) | file_protected file_pushbuf_t * function file_protected (line 713) | file_protected char * function file_protected (line 737) | file_protected char * type guid (line 761) | struct guid { function file_protected (line 768) | file_protected int function file_protected (line 793) | file_protected int function file_protected (line 815) | file_protected int function file_protected (line 834) | file_protected int function file_protected (line 843) | file_protected char * FILE: ext/fileinfo/libmagic/is_csv.c function csv_parse (line 91) | static int function file_is_csv (line 132) | int function main (line 176) | int FILE: ext/fileinfo/libmagic/is_json.c function json_isspace (line 77) | static int function json_isdigit (line 91) | static int function json_isxdigit (line 103) | static int function json_parse_string (line 126) | static int function json_parse_array (line 179) | static int function json_parse_object (line 216) | static int function json_parse_number (line 273) | static int function json_parse_const (line 325) | static int function json_parse (line 345) | static int function file_is_json (line 421) | int function main (line 475) | int FILE: ext/fileinfo/libmagic/is_simh.c type myword (line 68) | typedef union { function swap4 (line 80) | static uint32_t function getlen (line 93) | static uint32_t function simh_parse (line 109) | static int function file_is_simh (line 148) | int function main (line 187) | int FILE: ext/fileinfo/libmagic/is_tar.c function file_protected (line 62) | file_protected int function file_private (line 98) | file_private int function file_private (line 156) | file_private int FILE: ext/fileinfo/libmagic/magic.c type magic_set (line 74) | struct magic_set type magic_set (line 75) | struct magic_set function magic_set (line 81) | magic_set * function file_private (line 87) | file_private int function file_public (line 120) | file_public void function file_public (line 131) | file_public int function file_public (line 139) | file_public int function file_public (line 147) | file_public int function file_public (line 155) | file_public int function file_public (line 168) | file_public const char * function file_public (line 179) | file_public const char * function file_public (line 187) | file_public const char * function file_private (line 195) | file_private const char * function file_public (line 271) | file_public const char * function file_public (line 289) | file_public const char * function file_public (line 297) | file_public int function file_public (line 305) | file_public int function file_public (line 314) | file_public int function file_public (line 327) | file_public int function file_public (line 333) | file_public int function file_public (line 372) | file_public int FILE: ext/fileinfo/libmagic/magic.h type magic_set (line 125) | struct magic_set FILE: ext/fileinfo/libmagic/print.c function file_protected (line 49) | file_protected void function file_protected (line 245) | file_protected void function file_protected (line 263) | file_protected const char * function file_protected (line 271) | file_protected const char * function file_protected (line 313) | file_protected const char * function file_protected (line 332) | file_protected const char * function file_protected (line 352) | file_protected const char * FILE: ext/fileinfo/libmagic/readcdf.c type nv (line 46) | struct nv { type cv (line 76) | struct cv { function file_private (line 97) | file_private const char * function file_private (line 108) | file_private const char * function file_private (line 134) | file_private int function file_private (line 254) | file_private int function file_private (line 285) | file_private int function file_private (line 344) | file_private char * function file_private (line 357) | file_private int function file_private (line 375) | file_private int function file_private (line 423) | file_private struct sinfo { function file_private (line 500) | file_private int function file_protected (line 529) | file_protected int FILE: ext/fileinfo/libmagic/softmagic.c type magic_set (line 48) | struct magic_set type magic (line 48) | struct magic type buffer (line 49) | struct buffer type magic_set (line 51) | struct magic_set type magic (line 51) | struct magic type buffer (line 51) | struct buffer type magic_set (line 55) | struct magic_set type magic (line 55) | struct magic type buffer (line 55) | struct buffer type buffer (line 56) | struct buffer type magic_set (line 57) | struct magic_set type magic (line 57) | struct magic type magic_set (line 58) | struct magic_set type magic (line 58) | struct magic type magic_set (line 59) | struct magic_set type magic (line 59) | struct magic type buffer (line 59) | struct buffer type magic_set (line 62) | struct magic_set type magic (line 63) | struct magic type magic_set (line 64) | struct magic_set type magic (line 64) | struct magic type magic_set (line 65) | struct magic_set type magic_set (line 66) | struct magic_set type magic (line 66) | struct magic type magic (line 67) | struct magic type magic (line 68) | struct magic type magic (line 69) | struct magic type magic (line 70) | struct magic function file_protected (line 118) | file_protected int type magic_set (line 161) | struct magic_set function file_private (line 211) | file_private int function file_private (line 489) | file_private int function varexpand (line 536) | static int function file_private (line 591) | file_private int function file_private (line 842) | file_private int function file_private (line 995) | file_private uint32_t function file_private (line 1007) | file_private int function file_private (line 1092) | file_private int function file_private (line 1099) | file_private int function file_private (line 1106) | file_private int function file_private (line 1113) | file_private int function file_private (line 1139) | file_private int function file_private (line 1146) | file_private int function file_private (line 1158) | file_private int function file_private (line 1321) | file_private void function file_private (line 1330) | file_private int function file_private (line 1467) | file_private int function file_private (line 1520) | file_private int function file_private (line 1570) | file_private int function file_private (line 1585) | file_private void function file_private (line 1592) | file_private int function file_private (line 1992) | file_private uint64_t function file_private (line 2071) | file_private uint64_t function file_private (line 2084) | file_private int function file_private (line 2472) | file_private int function file_private (line 2505) | file_private int FILE: ext/fileinfo/libmagic/strcasestr.c function _strncasecmp (line 46) | static int FILE: ext/fileinfo/libmagic/tar.h type header (line 53) | struct header { FILE: ext/fileinfo/php_libmagic.c function zend_string (line 20) | zend_string* convert_libmagic_pattern(const char *val, size_t len, uint3... FILE: ext/filter/callback_filter.c function php_filter_callback (line 19) | void php_filter_callback(PHP_INPUT_FILTER_PARAM_DECL) FILE: ext/filter/filter.c type filter_list_entry (line 33) | typedef struct filter_list_entry { function PHP_INI_MH (line 101) | static PHP_INI_MH(UpdateDefaultFilter) /* {{{ */ function PHP_INI_MH (line 121) | static PHP_INI_MH(OnUpdateFlags) function php_filter_init_globals (line 137) | static void php_filter_init_globals(zend_filter_globals *filter_globals)... function PHP_MINIT_FUNCTION (line 155) | PHP_MINIT_FUNCTION(filter) function PHP_MSHUTDOWN_FUNCTION (line 170) | PHP_MSHUTDOWN_FUNCTION(filter) function PHP_RSHUTDOWN_FUNCTION (line 185) | PHP_RSHUTDOWN_FUNCTION(filter) function PHP_MINFO_FUNCTION (line 200) | PHP_MINFO_FUNCTION(filter) function filter_list_entry (line 210) | static filter_list_entry php_find_filter(zend_long id) /* {{{ */ function php_sapi_filter_init (line 230) | static unsigned int php_sapi_filter_init(void) function php_zval_filter (line 243) | static void php_zval_filter(zval *value, zend_long filter, zend_long fla... function php_sapi_filter (line 289) | static unsigned int php_sapi_filter(int arg, const char *var, char **val... function php_zval_filter_recursive (line 368) | static void php_zval_filter_recursive(zval *value, zend_long filter, zen... function zval (line 394) | static zval *php_filter_get_storage(zend_long arg)/* {{{ */ function PHP_FUNCTION (line 436) | PHP_FUNCTION(filter_has_var) function php_filter_call (line 459) | static void php_filter_call( function php_filter_array_handler (line 536) | static void php_filter_array_handler(zval *input, HashTable *op_ht, zend... function PHP_FUNCTION (line 578) | PHP_FUNCTION(filter_input) function PHP_FUNCTION (line 642) | PHP_FUNCTION(filter_var) function PHP_FUNCTION (line 668) | PHP_FUNCTION(filter_input_array) function PHP_FUNCTION (line 703) | PHP_FUNCTION(filter_var_array) function PHP_FUNCTION (line 727) | PHP_FUNCTION(filter_list) function PHP_FUNCTION (line 743) | PHP_FUNCTION(filter_id) FILE: ext/filter/filter.stub.php function filter_has_var (line 297) | function filter_has_var(int $input_type, string $var_name): bool {} function filter_input (line 299) | function filter_input(int $type, string $var_name, int $filter = FILTER_... function filter_var (line 301) | function filter_var(mixed $value, int $filter = FILTER_DEFAULT, array|in... function filter_input_array (line 304) | function filter_input_array(int $type, array|int $options = FILTER_DEFAU... function filter_var_array (line 307) | function filter_var_array(array $array, array|int $options = FILTER_DEFA... function filter_list (line 313) | function filter_list(): array {} function filter_id (line 315) | function filter_id(string $name): int|false {} FILE: ext/filter/filter_arginfo.h function register_filter_symbols (line 60) | static void register_filter_symbols(int module_number) FILE: ext/filter/logical_filters.c function php_filter_parse_int (line 94) | static int php_filter_parse_int(const char *str, size_t str_len, zend_lo... function php_filter_parse_octal (line 147) | static int php_filter_parse_octal(const char *str, size_t str_len, zend_... function php_filter_parse_hex (line 170) | static int php_filter_parse_hex(const char *str, size_t str_len, zend_lo... function php_filter_int (line 197) | void php_filter_int(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ function php_filter_boolean (line 273) | void php_filter_boolean(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ function _php_filter_validate_domain (line 507) | static int _php_filter_validate_domain(char * domain, size_t len, zend_l... function php_filter_validate_domain (line 559) | void php_filter_validate_domain(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ function is_userinfo_valid (line 567) | static int is_userinfo_valid(zend_string *str) function php_filter_is_valid_ipv6_hostname (line 583) | static bool php_filter_is_valid_ipv6_hostname(const char *s, size_t l) function _php_filter_validate_ipv4 (line 726) | static int _php_filter_validate_ipv4(char *str, size_t str_len, int *ip)... function _php_filter_validate_ipv6 (line 761) | static int _php_filter_validate_ipv6(const char *str, size_t str_len, in... function ipv4_get_status_flags (line 875) | static bool ipv4_get_status_flags(const int ip[8], bool *global, bool *r... function ipv6_get_status_flags (line 933) | static bool ipv6_get_status_flags(const int ip[8], bool *global, bool *r... function php_filter_validate_ip (line 982) | void php_filter_validate_ip(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ function php_filter_validate_mac (line 1037) | void php_filter_validate_mac(PHP_INPUT_FILTER_PARAM_DECL) /* {{{ */ FILE: ext/filter/sanitizing_filters.c function php_filter_encode_html (line 28) | static void php_filter_encode_html(zval *value, const unsigned char *chars) function php_filter_encode_url (line 63) | static void php_filter_encode_url(zval *value, const unsigned char* char... function php_filter_strip (line 98) | static void php_filter_strip(zval *value, zend_long flags) function filter_map_init (line 131) | static void filter_map_init(filter_map *map) function filter_map_update (line 136) | static void filter_map_update(filter_map *map, int flag, const unsigned ... function filter_map_apply (line 146) | static void filter_map_apply(zval *value, filter_map *map) function php_filter_string (line 170) | void php_filter_string(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_encoded (line 214) | void php_filter_encoded(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_special_chars (line 224) | void php_filter_special_chars(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_full_special_chars (line 245) | void php_filter_full_special_chars(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_unsafe_raw (line 264) | void php_filter_unsafe_raw(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_email (line 297) | void php_filter_email(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_url (line 310) | void php_filter_url(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_number_int (line 324) | void php_filter_number_int(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_number_float (line 337) | void php_filter_number_float(PHP_INPUT_FILTER_PARAM_DECL) function php_filter_add_slashes (line 361) | void php_filter_add_slashes(PHP_INPUT_FILTER_PARAM_DECL) FILE: ext/gd/gd.c type php_gd_image_object (line 136) | typedef struct _gd_ext_image_object { function zend_function (line 143) | static zend_function *php_gd_image_object_get_constructor(zend_object *o... function zend_always_inline (line 153) | static zend_always_inline php_gd_image_object* php_gd_exgdimage_from_zob... function PHP_GD_API (line 162) | PHP_GD_API gdImagePtr php_gd_libgdimageptr_from_zval_p(zval* zp) function zend_object (line 168) | zend_object *php_gd_image_object_create(zend_class_entry *class_type) function php_gd_image_object_free (line 180) | static void php_gd_image_object_free(zend_object *intern) function php_gd_assign_libgdimageptr_as_extgdimage (line 195) | void php_gd_assign_libgdimageptr_as_extgdimage(zval *val, gdImagePtr image) function php_gd_object_minit_helper (line 201) | static void php_gd_object_minit_helper(void) type php_gd_font_object (line 219) | typedef struct _php_gd_font_object { function php_gd_font_object (line 224) | static php_gd_font_object *php_gd_font_object_from_zend_object(zend_obje... function zend_object (line 229) | static zend_object *php_gd_font_object_to_zend_object(php_gd_font_object... function zend_object (line 234) | static zend_object *php_gd_font_object_create(zend_class_entry *ce) function php_gd_font_object_free (line 247) | static void php_gd_font_object_free(zend_object *zobj) function zend_function (line 262) | static zend_function *php_gd_font_object_get_constructor(zend_object *ob... function php_gd_font_minit_helper (line 268) | static void php_gd_font_minit_helper(void) function php_gd_error_method (line 311) | void php_gd_error_method(int type, const char *format, va_list args) function PHP_MINIT_FUNCTION (line 332) | PHP_MINIT_FUNCTION(gd) function PHP_MSHUTDOWN_FUNCTION (line 351) | PHP_MSHUTDOWN_FUNCTION(gd) function PHP_RSHUTDOWN_FUNCTION (line 362) | PHP_RSHUTDOWN_FUNCTION(gd) function PHP_MINFO_FUNCTION (line 378) | PHP_MINFO_FUNCTION(gd) function PHP_FUNCTION (line 464) | PHP_FUNCTION(gd_info) function PHP_FUNCTION (line 528) | PHP_FUNCTION(imageloadfont) function PHP_FUNCTION (line 632) | PHP_FUNCTION(imagesetstyle) function PHP_FUNCTION (line 669) | PHP_FUNCTION(imagecreatetruecolor) function PHP_FUNCTION (line 700) | PHP_FUNCTION(imageistruecolor) function PHP_FUNCTION (line 716) | PHP_FUNCTION(imagetruecolortopalette) function PHP_FUNCTION (line 746) | PHP_FUNCTION(imagepalettetotruecolor) function PHP_FUNCTION (line 766) | PHP_FUNCTION(imagecolormatch) function PHP_FUNCTION (line 805) | PHP_FUNCTION(imagesetthickness) function PHP_FUNCTION (line 825) | PHP_FUNCTION(imagefilledellipse) function PHP_FUNCTION (line 853) | PHP_FUNCTION(imagefilledarc) function PHP_FUNCTION (line 891) | PHP_FUNCTION(imagealphablending) function PHP_FUNCTION (line 911) | PHP_FUNCTION(imagesavealpha) function PHP_FUNCTION (line 931) | PHP_FUNCTION(imagelayereffect) function PHP_FUNCTION (line 957) | PHP_FUNCTION(imagecolorallocatealpha) function PHP_FUNCTION (line 988) | PHP_FUNCTION(imagecolorresolvealpha) function PHP_FUNCTION (line 1014) | PHP_FUNCTION(imagecolorclosestalpha) function PHP_FUNCTION (line 1040) | PHP_FUNCTION(imagecolorexactalpha) function PHP_FUNCTION (line 1066) | PHP_FUNCTION(imagecopyresampled) function PHP_FUNCTION (line 1106) | PHP_FUNCTION(imagegrabwindow) function PHP_FUNCTION (line 1177) | PHP_FUNCTION(imagegrabscreen) function PHP_FUNCTION (line 1232) | PHP_FUNCTION(imagerotate) function PHP_FUNCTION (line 1262) | PHP_FUNCTION(imagesettile) function PHP_FUNCTION (line 1282) | PHP_FUNCTION(imagesetbrush) function PHP_FUNCTION (line 1302) | PHP_FUNCTION(imagecreate) function PHP_FUNCTION (line 1333) | PHP_FUNCTION(imagetypes) function _php_ctx_getmbi (line 1368) | static int _php_ctx_getmbi(gdIOCtx *ctx) function _php_image_type (line 1389) | static int _php_image_type(zend_string *data) function gdImagePtr (line 1437) | gdImagePtr _php_image_create_from_string(zend_string *data, const char *... function PHP_FUNCTION (line 1462) | PHP_FUNCTION(imagecreatefromstring) function _php_image_create_from (line 1542) | static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int ima... function PHP_FUNCTION (line 1667) | PHP_FUNCTION(imagecreatefromgif) function PHP_FUNCTION (line 1675) | PHP_FUNCTION(imagecreatefromjpeg) function PHP_FUNCTION (line 1684) | PHP_FUNCTION(imagecreatefrompng) function PHP_FUNCTION (line 1693) | PHP_FUNCTION(imagecreatefromwebp) function PHP_FUNCTION (line 1701) | PHP_FUNCTION(imagecreatefromxbm) function PHP_FUNCTION (line 1709) | PHP_FUNCTION(imagecreatefromavif) function PHP_FUNCTION (line 1718) | PHP_FUNCTION(imagecreatefromxpm) function PHP_FUNCTION (line 1726) | PHP_FUNCTION(imagecreatefromwbmp) function PHP_FUNCTION (line 1733) | PHP_FUNCTION(imagecreatefromgd) function PHP_FUNCTION (line 1740) | PHP_FUNCTION(imagecreatefromgd2) function PHP_FUNCTION (line 1747) | PHP_FUNCTION(imagecreatefromgd2part) function PHP_FUNCTION (line 1755) | PHP_FUNCTION(imagecreatefrombmp) function PHP_FUNCTION (line 1764) | PHP_FUNCTION(imagecreatefromtga) function _php_image_output (line 1772) | static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_ty... function PHP_FUNCTION (line 1868) | PHP_FUNCTION(imagexbm) function PHP_FUNCTION (line 1919) | PHP_FUNCTION(imagegif) function PHP_FUNCTION (line 1947) | PHP_FUNCTION(imagepng) function PHP_FUNCTION (line 1987) | PHP_FUNCTION(imagewebp) function PHP_FUNCTION (line 2023) | PHP_FUNCTION(imageavif) function PHP_FUNCTION (line 2067) | PHP_FUNCTION(imagejpeg) function PHP_FUNCTION (line 2102) | PHP_FUNCTION(imagewbmp) function PHP_FUNCTION (line 2145) | PHP_FUNCTION(imagegd) function PHP_FUNCTION (line 2152) | PHP_FUNCTION(imagegd2) function PHP_FUNCTION (line 2160) | PHP_FUNCTION(imagebmp) function PHP_FUNCTION (line 2192) | PHP_FUNCTION(imagedestroy) function PHP_FUNCTION (line 2206) | PHP_FUNCTION(imagecolorallocate) function PHP_FUNCTION (line 2235) | PHP_FUNCTION(imagepalettecopy) function PHP_FUNCTION (line 2253) | PHP_FUNCTION(imagecolorat) function Z_PARAM_LONG (line 2318) | Z_PARAM_LONG(red) function Z_PARAM_LONG (line 2398) | Z_PARAM_LONG(red) function PHP_FUNCTION (line 2452) | PHP_FUNCTION(imagecolorsforindex) function PHP_FUNCTION (line 2483) | PHP_FUNCTION(imagegammacorrect) function PHP_FUNCTION (line 2540) | PHP_FUNCTION(imagesetpixel) function PHP_FUNCTION (line 3706) | PHP_FUNCTION(imagefilter) function PHP_FUNCTION (line 3742) | PHP_FUNCTION(imageconvolution) function PHP_FUNCTION (line 3812) | PHP_FUNCTION(imageflip) function PHP_FUNCTION (line 3848) | PHP_FUNCTION(imageantialias) function PHP_FUNCTION (line 3869) | PHP_FUNCTION(imagecrop) function PHP_FUNCTION (line 3944) | PHP_FUNCTION(imagecropauto) function PHP_FUNCTION (line 3994) | PHP_FUNCTION(imagescale) function PHP_FUNCTION (line 4070) | PHP_FUNCTION(imageaffine) function PHP_FUNCTION (line 4174) | PHP_FUNCTION(imageaffinematrixget) function PHP_FUNCTION (line 4251) | PHP_FUNCTION(imageaffinematrixconcat) function PHP_FUNCTION (line 4324) | PHP_FUNCTION(imagegetinterpolation) function PHP_FUNCTION (line 4344) | PHP_FUNCTION(imagesetinterpolation) function PHP_FUNCTION (line 4366) | PHP_FUNCTION(imageresolution) function _php_image_output_putc (line 4426) | static void _php_image_output_putc(struct gdIOCtx *ctx, int c) /* {{{ */ function _php_image_output_putbuf (line 4436) | static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf... function _php_image_output_ctxfree (line 4441) | static void _php_image_output_ctxfree(struct gdIOCtx *ctx) /* {{{ */ function _php_image_stream_putc (line 4446) | static void _php_image_stream_putc(struct gdIOCtx *ctx, int c) /* {{{ */ { function _php_image_stream_putbuf (line 4452) | static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf... function _php_image_stream_ctxfree (line 4458) | static void _php_image_stream_ctxfree(struct gdIOCtx *ctx) /* {{{ */ function _php_image_stream_ctxfreeandclose (line 4466) | static void _php_image_stream_ctxfreeandclose(struct gdIOCtx *ctx) /* {{... function gdIOCtx (line 4475) | static gdIOCtx *create_stream_context(php_stream *stream, int close_stre... function gdIOCtx (line 4490) | static gdIOCtx *create_output_context(zval *to_zval, uint32_t arg_num) { FILE: ext/gd/gd.stub.php class GdImage (line 472) | final class GdImage {} class GdFont (line 478) | final class GdFont {} function gd_info (line 484) | function gd_info(): array {} function imageloadfont (line 486) | function imageloadfont(string $filename): GdFont|false {} function imagesetstyle (line 488) | function imagesetstyle(GdImage $image, array $style): bool {} function imagecreatetruecolor (line 491) | function imagecreatetruecolor(int $width, int $height): GdImage|false {} function imageistruecolor (line 493) | function imageistruecolor(GdImage $image): bool {} function imagetruecolortopalette (line 495) | function imagetruecolortopalette(GdImage $image, bool $dither, int $num_... function imagepalettetotruecolor (line 497) | function imagepalettetotruecolor(GdImage $image): bool {} function imagecolormatch (line 499) | function imagecolormatch(GdImage $image1, GdImage $image2): bool {} function imagesetthickness (line 501) | function imagesetthickness(GdImage $image, int $thickness): bool {} function imagefilledellipse (line 503) | function imagefilledellipse(GdImage $image, int $center_x, int $center_y... function imagefilledarc (line 505) | function imagefilledarc(GdImage $image, int $center_x, int $center_y, in... function imagealphablending (line 507) | function imagealphablending(GdImage $image, bool $enable): bool {} function imagesavealpha (line 509) | function imagesavealpha(GdImage $image, bool $enable): bool {} function imagelayereffect (line 511) | function imagelayereffect(GdImage $image, int $effect): bool {} function imagecolorallocatealpha (line 513) | function imagecolorallocatealpha(GdImage $image, int $red, int $green, i... function imagecolorresolvealpha (line 515) | function imagecolorresolvealpha(GdImage $image, int $red, int $green, in... function imagecolorclosestalpha (line 517) | function imagecolorclosestalpha(GdImage $image, int $red, int $green, in... function imagecolorexactalpha (line 519) | function imagecolorexactalpha(GdImage $image, int $red, int $green, int ... function imagecopyresampled (line 521) | function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int ... function imagegrabwindow (line 526) | function imagegrabwindow(int $handle, bool $client_area = false): GdImag... function imagegrabscreen (line 529) | function imagegrabscreen(): GdImage|false {} function imagerotate (line 534) | function imagerotate(GdImage $image, float $angle, int $background_color... function imagesettile (line 536) | function imagesettile(GdImage $image, GdImage $tile): bool {} function imagesetbrush (line 538) | function imagesetbrush(GdImage $image, GdImage $brush): bool {} function imagecreate (line 541) | function imagecreate(int $width, int $height): GdImage|false {} function imagetypes (line 544) | function imagetypes(): int {} function imagecreatefromstring (line 547) | function imagecreatefromstring(string $data): GdImage|false {} function imagecreatefromavif (line 551) | function imagecreatefromavif(string $filename): GdImage|false {} function imagecreatefromgif (line 555) | function imagecreatefromgif(string $filename): GdImage|false {} function imagecreatefromjpeg (line 559) | function imagecreatefromjpeg(string $filename): GdImage|false {} function imagecreatefrompng (line 564) | function imagecreatefrompng(string $filename): GdImage|false {} function imagecreatefromwebp (line 569) | function imagecreatefromwebp(string $filename): GdImage|false {} function imagecreatefromxbm (line 573) | function imagecreatefromxbm(string $filename): GdImage|false {} function imagecreatefromxpm (line 577) | function imagecreatefromxpm(string $filename): GdImage|false {} function imagecreatefromwbmp (line 581) | function imagecreatefromwbmp(string $filename): GdImage|false {} function imagecreatefromgd (line 584) | function imagecreatefromgd(string $filename): GdImage|false {} function imagecreatefromgd2 (line 587) | function imagecreatefromgd2(string $filename): GdImage|false {} function imagecreatefromgd2part (line 590) | function imagecreatefromgd2part(string $filename, int $x, int $y, int $w... function imagecreatefrombmp (line 594) | function imagecreatefrombmp(string $filename): GdImage|false {} function imagecreatefromtga (line 598) | function imagecreatefromtga(string $filename): GdImage|false {} function imagexbm (line 601) | function imagexbm(GdImage $image, ?string $filename, ?int $foreground_co... function imageavif (line 605) | function imageavif(GdImage $image, $file = null, int $quality = -1, int ... function imagegif (line 609) | function imagegif(GdImage $image, $file = null): bool {} function imagepng (line 613) | function imagepng(GdImage $image, $file = null, int $quality = -1, int $... function imagewebp (line 618) | function imagewebp(GdImage $image, $file = null, int $quality = -1): boo... function imagejpeg (line 623) | function imagejpeg(GdImage $image, $file = null, int $quality = -1): boo... function imagewbmp (line 627) | function imagewbmp(GdImage $image, $file = null, ?int $foreground_color ... function imagegd (line 629) | function imagegd(GdImage $image, ?string $file = null): bool {} function imagegd2 (line 631) | function imagegd2(GdImage $image, ?string $file = null, int $chunk_size ... function imagebmp (line 635) | function imagebmp(GdImage $image, $file = null, bool $compressed = true)... function imagedestroy (line 638) | function imagedestroy(GdImage $image): bool {} function imagecolorallocate (line 640) | function imagecolorallocate(GdImage $image, int $red, int $green, int $b... function imagepalettecopy (line 642) | function imagepalettecopy(GdImage $dst, GdImage $src): void {} function imagecolorat (line 644) | function imagecolorat(GdImage $image, int $x, int $y): int|false {} function imagecolorclosest (line 646) | function imagecolorclosest(GdImage $image, int $red, int $green, int $bl... function imagecolorclosesthwb (line 648) | function imagecolorclosesthwb(GdImage $image, int $red, int $green, int ... function imagecolordeallocate (line 650) | function imagecolordeallocate(GdImage $image, int $color): bool {} function imagecolorresolve (line 652) | function imagecolorresolve(GdImage $image, int $red, int $green, int $bl... function imagecolorexact (line 654) | function imagecolorexact(GdImage $image, int $red, int $green, int $blue... function imagecolorset (line 656) | function imagecolorset(GdImage $image, int $color, int $red, int $green,... function imagecolorsforindex (line 662) | function imagecolorsforindex(GdImage $image, int $color): array {} function imagegammacorrect (line 664) | function imagegammacorrect(GdImage $image, float $input_gamma, float $ou... function imagesetpixel (line 666) | function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} function imageline (line 668) | function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, i... function imagedashedline (line 670) | function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int ... function imagerectangle (line 672) | function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $... function imagefilledrectangle (line 674) | function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2,... function imagearc (line 676) | function imagearc(GdImage $image, int $center_x, int $center_y, int $wid... function imageellipse (line 678) | function imageellipse(GdImage $image, int $center_x, int $center_y, int ... function imagefilltoborder (line 680) | function imagefilltoborder(GdImage $image, int $x, int $y, int $border_c... function imagefill (line 682) | function imagefill(GdImage $image, int $x, int $y, int $color): bool {} function imagecolorstotal (line 684) | function imagecolorstotal(GdImage $image): int {} function imagecolortransparent (line 686) | function imagecolortransparent(GdImage $image, ?int $color = null): int {} function imageinterlace (line 688) | function imageinterlace(GdImage $image, ?bool $enable = null): bool {} function imagepolygon (line 690) | function imagepolygon(GdImage $image, array $points, int $num_points_or_... function imageopenpolygon (line 692) | function imageopenpolygon(GdImage $image, array $points, int $num_points... function imagefilledpolygon (line 694) | function imagefilledpolygon(GdImage $image, array $points, int $num_poin... function imagefontwidth (line 696) | function imagefontwidth(GdFont|int $font): int {} function imagefontheight (line 698) | function imagefontheight(GdFont|int $font): int {} function imagechar (line 700) | function imagechar(GdImage $image, GdFont|int $font, int $x, int $y, str... function imagecharup (line 702) | function imagecharup(GdImage $image, GdFont|int $font, int $x, int $y, s... function imagestring (line 704) | function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, s... function imagestringup (line 706) | function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y,... function imagecopy (line 708) | function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, i... function imagecopymerge (line 710) | function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst... function imagecopymergegray (line 712) | function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int ... function imagecopyresized (line 714) | function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $d... function imagesx (line 716) | function imagesx(GdImage $image): int {} function imagesy (line 718) | function imagesy(GdImage $image): int {} function imagesetclip (line 720) | function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2... function imagegetclip (line 726) | function imagegetclip(GdImage $image): array {} function imageftbbox (line 733) | function imageftbbox(float $size, float $angle, string $font_filename, s... function imagefttext (line 739) | function imagefttext(GdImage $image, float $size, float $angle, int $x, ... function imagettfbbox (line 745) | function imagettfbbox(float $size, float $angle, string $font_filename, ... function imagettftext (line 751) | function imagettftext(GdImage $image, float $size, float $angle, int $x,... function imagefilter (line 755) | function imagefilter(GdImage $image, int $filter, ...$args): bool {} function imageconvolution (line 757) | function imageconvolution(GdImage $image, array $matrix, float $divisor,... function imageflip (line 759) | function imageflip(GdImage $image, int $mode): bool {} function imageantialias (line 761) | function imageantialias(GdImage $image, bool $enable): bool {} function imagecrop (line 764) | function imagecrop(GdImage $image, array $rectangle): GdImage|false {} function imagecropauto (line 767) | function imagecropauto(GdImage $image, int $mode = IMG_CROP_DEFAULT, flo... function imagescale (line 770) | function imagescale(GdImage $image, int $width, int $height = -1, int $m... function imageaffine (line 773) | function imageaffine(GdImage $image, array $affine, ?array $clip = null)... function imageaffinematrixget (line 780) | function imageaffinematrixget(int $type, $options): array|false {} function imageaffinematrixconcat (line 786) | function imageaffinematrixconcat(array $matrix1, array $matrix2): array|... function imagegetinterpolation (line 788) | function imagegetinterpolation(GdImage $image): int {} function imagesetinterpolation (line 790) | function imagesetinterpolation(GdImage $image, int $method = IMG_BILINEA... function imageresolution (line 796) | function imageresolution(GdImage $image, ?int $resolution_x = null, ?int... FILE: ext/gd/gd_arginfo.h function register_gd_symbols (line 845) | static void register_gd_symbols(int module_number) function zend_class_entry (line 966) | static zend_class_entry *register_class_GdImage(void) function zend_class_entry (line 976) | static zend_class_entry *register_class_GdFont(void) FILE: ext/gd/gd_compat.c function overflow2 (line 10) | int overflow2(int a, int b) FILE: ext/gd/libgd/bmp.h type bmp_hdr_t (line 50) | typedef struct { type bmp_info_t (line 67) | typedef struct { FILE: ext/gd/libgd/gd.c function gd_stderr_error (line 69) | void gd_stderr_error(int priority, const char *format, va_list args) function _gd_error_ex (line 96) | static void _gd_error_ex(int priority, const char *format, va_list args) function gd_error (line 103) | void gd_error(const char *format, ...) function gd_error_ex (line 111) | void gd_error_ex(int priority, const char *format, ...) function gdSetErrorMethod (line 123) | void gdSetErrorMethod(gdErrorMethod error_method) function gdClearErrorMethod (line 131) | void gdClearErrorMethod(void) function gdImagePtr (line 141) | gdImagePtr gdImageCreate (int sx, int sy) function gdImagePtr (line 195) | gdImagePtr gdImageCreateTrueColor (int sx, int sy) function gdImageDestroy (line 247) | void gdImageDestroy (gdImagePtr im) function gdImageColorClosest (line 271) | int gdImageColorClosest (gdImagePtr im, int r, int g, int b) function gdImageColorClosestAlpha (line 276) | int gdImageColorClosestAlpha (gdImagePtr im, int r, int g, int b, int a) type RGBType (line 332) | typedef struct type HWBType (line 337) | typedef struct function HWBType (line 343) | static HWBType * RGB_to_HWB (RGBType RGB, HWBType * HWB) function HWB_Diff (line 365) | static float HWB_Diff (int r1, int g1, int b1, int r2, int g2, int b2) function RGBType (line 402) | static RGBType * HWB_to_RGB (HWBType HWB, RGBType * RGB) function gdImageColorClosestHWB (line 442) | int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) function gdImageColorExact (line 467) | int gdImageColorExact (gdImagePtr im, int r, int g, int b) function gdImageColorExactAlpha (line 472) | int gdImageColorExactAlpha (gdImagePtr im, int r, int g, int b, int a) function gdImageColorAllocate (line 489) | int gdImageColorAllocate (gdImagePtr im, int r, int g, int b) function gdImageColorAllocateAlpha (line 494) | int gdImageColorAllocateAlpha (gdImagePtr im, int r, int g, int b, int a) function gdImageColorResolve (line 534) | int gdImageColorResolve (gdImagePtr im, int r, int g, int b) function gdImageColorResolveAlpha (line 539) | int gdImageColorResolveAlpha (gdImagePtr im, int r, int g, int b, int a) function gdImageColorDeallocate (line 597) | void gdImageColorDeallocate (gdImagePtr im, int color) function gdImageColorTransparent (line 606) | void gdImageColorTransparent (gdImagePtr im, int color) function gdImagePaletteCopy (line 624) | void gdImagePaletteCopy (gdImagePtr to, gdImagePtr from) function clip_1d (line 684) | static int clip_1d(int *x0, int *y0, int *x1, int *y1, int maxdim) { function gdImageSetPixel (line 733) | void gdImageSetPixel (gdImagePtr im, int x, int y, int color) function gdImageGetTrueColorPixel (line 798) | int gdImageGetTrueColorPixel (gdImagePtr im, int x, int y) function gdImageBrushApply (line 809) | static void gdImageBrushApply (gdImagePtr im, int x, int y) function gdImageTileApply (line 885) | static void gdImageTileApply (gdImagePtr im, int x, int y) function gdImageTileGet (line 922) | static int gdImageTileGet (gdImagePtr im, int x, int y) function gdImageGetPixel (line 953) | int gdImageGetPixel (gdImagePtr im, int x, int y) function gdImageAABlend (line 966) | void gdImageAABlend (gdImagePtr im) function gdImagePtr (line 973) | gdImagePtr gdImageClone (gdImagePtr src) { function gdImageHLine (line 1057) | static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) function gdImageVLine (line 1076) | static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) function gdImageLine (line 1096) | void gdImageLine (gdImagePtr im, int x1, int y1, int x2, int y2, int color) function gdImageSetAAPixelColor (line 1271) | inline static void gdImageSetAAPixelColor(gdImagePtr im, int x, int y, i... function gdImageAALine (line 1292) | void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) function gdImageDashedLine (line 1376) | void gdImageDashedLine (gdImagePtr im, int x1, int y1, int x2, int y2, i... function dashedSet (line 1489) | static void dashedSet (gdImagePtr im, int x, int y, int color, int *onP,... function gdImageChar (line 1517) | void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int c... function gdImageCharUp (line 1545) | void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int... function gdImageString (line 1573) | void gdImageString (gdImagePtr im, gdFontPtr f, int x, int y, unsigned c... function gdImageStringUp (line 1584) | void gdImageStringUp (gdImagePtr im, gdFontPtr f, int x, int y, unsigned... function gdImageString16 (line 1597) | void gdImageString16 (gdImagePtr im, gdFontPtr f, int x, int y, unsigned... function gdImageStringUp16 (line 1608) | void gdImageStringUp16 (gdImagePtr im, gdFontPtr f, int x, int y, unsign... function strlen16 (line 1619) | static int strlen16 (unsigned short *s) function lsqrt (line 1633) | long lsqrt (long n) function gdImageArc (line 1645) | void gdImageArc (gdImagePtr im, int cx, int cy, int w, int h, int s, int... function gdImageFilledArc (line 1650) | void gdImageFilledArc (gdImagePtr im, int cx, int cy, int w, int h, int ... function gdImageEllipse (line 1771) | void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) function gdImageFilledEllipse (line 1810) | void gdImageFilledEllipse (gdImagePtr im, int mx, int my, int w, int h, ... function gdImageFillToBorder (line 1858) | void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int c... type seg (line 1957) | struct seg {int y, xl, xr, dy;} function gdImageFill (line 1970) | void gdImageFill(gdImagePtr im, int x, int y, int nc) function _gdImageFillTiled (line 2066) | static void _gdImageFillTiled(gdImagePtr im, int x, int y, int nc) function gdImageRectangle (line 2142) | void gdImageRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, in... function _gdImageFilledHRectangle (line 2219) | static void _gdImageFilledHRectangle (gdImagePtr im, int x1, int y1, int... function _gdImageFilledVRectangle (line 2263) | static void _gdImageFilledVRectangle (gdImagePtr im, int x1, int y1, int... function gdImageFilledRectangle (line 2307) | void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int ... function gdImageCopy (line 2312) | void gdImageCopy (gdImagePtr dst, gdImagePtr src, int dstX, int dstY, in... function gdImageCopyMerge (line 2393) | void gdImageCopyMerge (gdImagePtr dst, gdImagePtr src, int dstX, int dst... function gdImageCopyMergeGray (line 2433) | void gdImageCopyMergeGray (gdImagePtr dst, gdImagePtr src, int dstX, int... function gdImageCopyResized (line 2487) | void gdImageCopyResized (gdImagePtr dst, gdImagePtr src, int dstX, int d... function gdImageCopyResampled (line 2597) | void gdImageCopyResampled (gdImagePtr dst, gdImagePtr src, int dstX, int... function gdImagePolygon (line 2690) | void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) function gdImageOpenPolygon (line 2701) | void gdImageOpenPolygon (gdImagePtr im, gdPointPtr p, int n, int c) function gdImageFilledPolygon (line 2730) | void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) function gdCompareInt (line 2850) | int gdCompareInt (const void *a, const void *b) function gdImageSetStyle (line 2855) | void gdImageSetStyle (gdImagePtr im, int *style, int noOfPixels) function gdImageSetThickness (line 2869) | void gdImageSetThickness (gdImagePtr im, int thickness) function gdImageSetBrush (line 2874) | void gdImageSetBrush (gdImagePtr im, gdImagePtr brush) function gdImageSetTile (line 2887) | void gdImageSetTile (gdImagePtr im, gdImagePtr tile) function gdImageSetAntiAliased (line 2900) | void gdImageSetAntiAliased (gdImagePtr im, int c) function gdImageSetAntiAliasedDontBlend (line 2907) | void gdImageSetAntiAliasedDontBlend (gdImagePtr im, int c, int dont_blend) function gdImageInterlace (line 2915) | void gdImageInterlace (gdImagePtr im, int interlaceArg) function gdImageCompare (line 2920) | int gdImageCompare (gdImagePtr im1, gdImagePtr im2) function gdAlphaBlend (line 2992) | int gdAlphaBlend (int dst, int src) { function gdImageAlphaBlending (line 3037) | void gdImageAlphaBlending (gdImagePtr im, int alphaBlendingArg) function gdImageSaveAlpha (line 3042) | void gdImageSaveAlpha (gdImagePtr im, int saveAlphaArg) function gdLayerOverlay (line 3047) | int gdLayerOverlay (int dst, int src) function gdAlphaOverlayColor (line 3059) | static int gdAlphaOverlayColor (int src, int dst, int max ) function gdLayerMultiply (line 3080) | int gdLayerMultiply (int dst, int src) function gdImageSetClip (line 3102) | void gdImageSetClip (gdImagePtr im, int x1, int y1, int x2, int y2) function gdImageGetClip (line 3134) | void gdImageGetClip (gdImagePtr im, int *x1P, int *y1P, int *x2P, int *y2P) function gdImageSetResolution (line 3142) | void gdImageSetResolution(gdImagePtr im, const unsigned int res_x, const... function gdImagePaletteToTrueColor (line 3149) | int gdImagePaletteToTrueColor(gdImagePtr src) FILE: ext/gd/libgd/gd.h type gdInterpolationMethod (line 139) | typedef enum { type gdImage (line 170) | typedef struct gdImageStruct { type gdImage (line 248) | typedef gdImage * gdImagePtr; type gdPointF (line 267) | typedef struct type gdFont (line 273) | typedef struct { type gdFont (line 288) | typedef gdFont *gdFontPtr; type gdRect (line 312) | typedef struct type gdSource (line 388) | typedef struct { type gdFTStringExtra (line 473) | typedef struct { type gdPoint (line 503) | typedef struct { type gdSink (line 655) | typedef struct { type gdPixelateMode (line 742) | enum gdPixelateMode { type gdScatter (line 749) | typedef struct { type gdIOCtx (line 798) | struct gdIOCtx type gdCropMode (line 869) | enum gdCropMode { type gdAffineStandardMatrix (line 898) | typedef enum { FILE: ext/gd/libgd/gd2copypal.c function main (line 11) | int FILE: ext/gd/libgd/gd2time.c function main (line 12) | int FILE: ext/gd/libgd/gd2topng.c function main (line 10) | int FILE: ext/gd/libgd/gd_avif.c function quality2Quantizer (line 79) | static int quality2Quantizer(int quality) { function avifBool (line 94) | static avifBool setEncoderTilesAndThreads(avifEncoder *encoder, avifRGBI... function avifBool (line 129) | static avifBool isAvifSrgbImage(avifImage *avifIm) { function avifBool (line 143) | static avifBool isAvifError(avifResult result, const char *msg) { type avifIOCtxReader (line 153) | typedef struct avifIOCtxReader { function avifResult (line 171) | static avifResult readFromCtx(avifIO *io, uint32_t readFlags, uint64_t o... function destroyAvifIO (line 212) | static void destroyAvifIO(struct avifIO *io) { function avifIO (line 230) | static avifIO *createAvifIOFromCtx(gdIOCtx *ctx) { function gdImagePtr (line 287) | gdImagePtr gdImageCreateFromAvif(FILE *infile) function gdImagePtr (line 311) | gdImagePtr gdImageCreateFromAvifPtr(int size, void *data) function gdImagePtr (line 349) | gdImagePtr gdImageCreateFromAvifCtx (gdIOCtx *ctx) function gdImageAvifCtx (line 491) | void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int sp... function gdImageAvifEx (line 620) | void gdImageAvifEx(gdImagePtr im, FILE *outFile, int quality, int speed) function gdImageAvif (line 630) | void gdImageAvif(gdImagePtr im, FILE *outFile) FILE: ext/gd/libgd/gd_bmp.c function gdBMPPutWord (line 45) | static int gdBMPPutWord(gdIOCtx *out, int w) function gdBMPPutInt (line 53) | static int gdBMPPutInt(gdIOCtx *out, int w) function gdImageBmp (line 80) | void gdImageBmp(gdImagePtr im, FILE *outFile, int compression) function gdImageBmpCtx (line 91) | void gdImageBmpCtx(gdImagePtr im, gdIOCtxPtr out, int compression) function compress_row (line 292) | static int compress_row(unsigned char *row, int length) function build_rle_packet (line 361) | static int build_rle_packet(unsigned char *row, int packet_type, int len... function gdImagePtr (line 410) | gdImagePtr gdImageCreateFromBmp(FILE * inFile) function gdImagePtr (line 423) | gdImagePtr gdImageCreateFromBmpPtr(int size, void *data) function gdImagePtr (line 436) | gdImagePtr gdImageCreateFromBmpCtx(gdIOCtxPtr infile) function bmp_read_header (line 522) | static int bmp_read_header(gdIOCtx *infile, bmp_hdr_t *hdr) function bmp_read_info (line 536) | static int bmp_read_info(gdIOCtx *infile, bmp_info_t *info) function bmp_read_windows_v3_info (line 570) | static int bmp_read_windows_v3_info(gdIOCtxPtr infile, bmp_info_t *info) function bmp_read_os2_v1_info (line 604) | static int bmp_read_os2_v1_info(gdIOCtxPtr infile, bmp_info_t *info) function bmp_read_os2_v2_info (line 629) | static int bmp_read_os2_v2_info(gdIOCtxPtr infile, bmp_info_t *info) function bmp_read_direct (line 670) | static int bmp_read_direct(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t ... function bmp_read_palette (line 763) | static int bmp_read_palette(gdImagePtr im, gdIOCtxPtr infile, int count,... function bmp_read_1bit (line 785) | static int bmp_read_1bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *i... function bmp_read_4bit (line 855) | static int bmp_read_4bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *i... function bmp_read_8bit (line 942) | static int bmp_read_8bit(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *i... function bmp_read_rle (line 1017) | static int bmp_read_rle(gdImagePtr im, gdIOCtxPtr infile, bmp_info_t *info) FILE: ext/gd/libgd/gd_color_match.c function gdImageColorMatch (line 10) | int gdImageColorMatch (gdImagePtr im1, gdImagePtr im2) FILE: ext/gd/libgd/gd_crop.c function gdImagePtr (line 44) | gdImagePtr gdImageCrop(gdImagePtr src, const gdRectPtr crop) function gdImagePtr (line 79) | gdImagePtr gdImageCropAuto(gdImagePtr im, const unsigned int mode) function gdImagePtr (line 181) | gdImagePtr gdImageCropThreshold(gdImagePtr im, const unsigned int color,... function gdGuessBackgroundColorFromCorners (line 255) | static int gdGuessBackgroundColorFromCorners(gdImagePtr im, int *color) function gdColorMatch (line 295) | static int gdColorMatch(gdImagePtr im, int col1, int col2, float threshold) function colors_equal (line 313) | static int colors_equal (const int col1, const in col2) FILE: ext/gd/libgd/gd_filter.c function gdImageScatter (line 29) | int gdImageScatter(gdImagePtr im, int sub, int plus) function gdImageScatterColor (line 40) | int gdImageScatterColor(gdImagePtr im, int sub, int plus, int colors[], ... function gdImageScatterEx (line 52) | int gdImageScatterEx(gdImagePtr im, gdScatterPtr scatter) function gdImageNegate (line 114) | int gdImageNegate(gdImagePtr src) function gdImageGrayScale (line 147) | int gdImageGrayScale(gdImagePtr src) function gdImageBrightness (line 187) | int gdImageBrightness(gdImagePtr src, int brightness) function gdImageContrast (line 232) | int gdImageContrast(gdImagePtr src, double contrast) function gdImageColor (line 292) | int gdImageColor(gdImagePtr src, const int red, const int green, const i... function gdImageConvolution (line 335) | int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_... function gdImageSelectiveBlur (line 397) | int gdImageSelectiveBlur( gdImagePtr src) function gdImageEdgeDetectQuick (line 516) | int gdImageEdgeDetectQuick(gdImagePtr src) function gdImageGaussianBlur (line 525) | int gdImageGaussianBlur(gdImagePtr im) function gdImageEmboss (line 534) | int gdImageEmboss(gdImagePtr im) function gdImageMeanRemoval (line 548) | int gdImageMeanRemoval(gdImagePtr im) function gdImageSmooth (line 557) | int gdImageSmooth(gdImagePtr im, float weight) FILE: ext/gd/libgd/gd_gd.c function _gdGetColors (line 22) | int _gdGetColors (gdIOCtx * in, gdImagePtr im, int gd2xFlag) function gdImagePtr (line 97) | static gdImagePtr _gdCreateFromFile (gdIOCtx * in, int *sx, int *sy) function gdImagePtr (line 142) | gdImagePtr gdImageCreateFromGd (FILE * inFile) function gdImagePtr (line 155) | gdImagePtr gdImageCreateFromGdPtr (int size, void *data) function gdImagePtr (line 165) | gdImagePtr gdImageCreateFromGdCtx (gdIOCtxPtr in) function _gdPutColors (line 212) | void _gdPutColors (gdImagePtr im, gdIOCtx * out) function _gdPutHeader (line 231) | static void _gdPutHeader (gdImagePtr im, gdIOCtx * out) function _gdImageGd (line 247) | static void _gdImageGd (gdImagePtr im, gdIOCtx * out) function gdImageGd (line 265) | void gdImageGd (gdImagePtr im, FILE * outFile) FILE: ext/gd/libgd/gd_gd2.c type t_chunk_info (line 43) | typedef struct function _gd2GetHeader (line 55) | static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *... function gdImagePtr (line 183) | static gdImagePtr _gd2CreateFromFile (gdIOCtxPtr in, int *sx, int *sy, i... function _gd2ReadChunk (line 218) | static int _gd2ReadChunk (int offset, char *compBuf, int compSize, char ... function gdImagePtr (line 245) | gdImagePtr gdImageCreateFromGd2 (FILE * inFile) function gdImagePtr (line 257) | gdImagePtr gdImageCreateFromGd2Ptr (int size, void *data) function gdImagePtr (line 267) | gdImagePtr gdImageCreateFromGd2Ctx (gdIOCtxPtr in) function gdImagePtr (line 412) | gdImagePtr gdImageCreateFromGd2PartPtr (int size, void *data, int srcx, ... function gdImagePtr (line 422) | gdImagePtr gdImageCreateFromGd2Part (FILE * inFile, int srcx, int srcy, ... function gdImagePtr (line 434) | gdImagePtr gdImageCreateFromGd2PartCtx (gdIOCtx * in, int srcx, int srcy... function _gd2PutHeader (line 644) | static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt... function _gdImageGd2 (line 664) | static void _gdImageGd2 (gdImagePtr im, gdIOCtx * out, int cs, int fmt) function gdImageGd2 (line 832) | void gdImageGd2 (gdImagePtr im, FILE * outFile, int cs, int fmt) FILE: ext/gd/libgd/gd_gif_in.c function set_verbose (line 19) | static int set_verbose(void) type CODE_STATIC_DATA (line 78) | typedef struct { type LZW_STATIC_DATA (line 83) | typedef struct { function gdImagePtr (line 102) | gdImagePtr gdImageCreateFromGifSource(gdSourcePtr inSource) /* {{{ */ function gdImagePtr (line 115) | gdImagePtr gdImageCreateFromGif(FILE *fdFile) /* {{{ */ function gdImagePtr (line 128) | gdImagePtr gdImageCreateFromGifCtx(gdIOCtxPtr fd) /* {{{ */ function ReadColorMap (line 285) | static int ReadColorMap(gdIOCtx *fd, int number, unsigned char (*buffer)... function DoExtension (line 305) | static int function GetDataBlock_ (line 334) | static int function GetDataBlock (line 353) | static int function GetCode_ (line 377) | static int function GetCode (line 422) | static int function LWZReadByte_ (line 433) | static int function LWZReadByte (line 547) | static int function ReadImage (line 558) | static void FILE: ext/gd/libgd/gd_gif_out.c type code_int (line 31) | typedef int code_int; type count_int (line 34) | typedef unsigned long int count_int; type count_short (line 35) | typedef unsigned short int count_short; type count_int (line 37) | typedef long int count_int; type GifCtx (line 51) | typedef struct { function gdImageGif (line 116) | void gdImageGif (gdImagePtr im, FILE * outFile) function gdImageGifCtx (line 123) | void gdImageGifCtx(gdImagePtr im, gdIOCtxPtr out) function _gdImageGifCtx (line 129) | static int _gdImageGifCtx(gdImagePtr im, gdIOCtxPtr out) function colorstobpp (line 157) | static int function BumpPixel (line 195) | static void function GIFNextPixel (line 251) | static int function GIFEncode (line 270) | static void type char_type (line 440) | typedef char char_type; type char_type (line 442) | typedef unsigned char char_type; function output (line 631) | static void function cl_block (line 694) | static void function cl_hash (line 705) | static void function char_init (line 749) | static void function char_out (line 759) | static void function flush_char (line 770) | static void function gifPutWord (line 780) | static int gifPutWord(int w, gdIOCtx *out) FILE: ext/gd/libgd/gd_interpolation.c type gdFixed (line 76) | typedef long gdFixed; type ContributionType (line 101) | typedef struct type LineContribType (line 107) | typedef struct type GD_RESIZE_FILTER_TYPE (line 138) | enum GD_RESIZE_FILTER_TYPE{ type gdResizeFilterType (line 165) | typedef enum GD_RESIZE_FILTER_TYPE gdResizeFilterType; function KernelBessel_J1 (line 167) | static double KernelBessel_J1(const double x) function KernelBessel_P1 (line 209) | static double KernelBessel_P1(const double x) function KernelBessel_Q1 (line 245) | static double KernelBessel_Q1(const double x) function KernelBessel_Order1 (line 281) | static double KernelBessel_Order1(double x) function filter_bessel (line 299) | static double filter_bessel(const double x) function filter_blackman (line 307) | static double filter_blackman(const double x) function filter_bicubic (line 323) | static double filter_bicubic(const double t) function filter_generalized_cubic (line 343) | static double filter_generalized_cubic(const double t) function filter_cubic_spline (line 355) | static double filter_cubic_spline(const double x1) function filter_cubic_convolution (line 373) | static double filter_cubic_convolution(const double x1) function filter_box (line 386) | static double filter_box(double x) { function filter_catmullrom (line 394) | static double filter_catmullrom(const double x) function filter_filter (line 410) | static double filter_filter(double t) function filter_lanczos8 (line 421) | static double filter_lanczos8(const double x1) function filter_lanczos3 (line 438) | static double filter_lanczos3(const double x1) function filter_hermite (line 455) | static double filter_hermite(const double x1) function filter_triangle (line 465) | static double filter_triangle(const double x1) function filter_bell (line 473) | static double filter_bell(const double x1) function filter_mitchell (line 483) | static double filter_mitchell(const double x) function filter_cosine (line 512) | static double filter_cosine(const double x) function filter_quadratic (line 521) | static double filter_quadratic(const double x1) function filter_bspline (line 530) | static double filter_bspline(const double x) function filter_quadratic_bspline (line 552) | static double filter_quadratic_bspline(const double x1) function filter_gaussian (line 562) | static double filter_gaussian(const double x) function filter_hanning (line 568) | static double filter_hanning(const double x) function filter_hamming (line 574) | static double filter_hamming(const double x) function filter_power (line 588) | static double filter_power(const double x) function filter_sinc (line 595) | static double filter_sinc(const double x) function filter_welsh (line 603) | static double filter_welsh(const double x) function _color_blend (line 613) | static inline int _color_blend (const int dst, const int src) function getPixelOverflowTC (line 645) | static inline int getPixelOverflowTC(gdImagePtr im, const int x, const i... function getPixelOverflowPalette (line 660) | static inline int getPixelOverflowPalette(gdImagePtr im, const int x, co... function getPixelInterpolateWeight (line 673) | static int getPixelInterpolateWeight(gdImagePtr im, const double x, cons... function getPixelInterpolated (line 734) | int getPixelInterpolated(gdImagePtr im, const double x, const double y, ... function LineContribType (line 807) | static inline LineContribType * _gdContributionsAlloc(unsigned int line_... function _gdContributionsFree (line 848) | static inline void _gdContributionsFree(LineContribType * p) function LineContribType (line 858) | static inline LineContribType *_gdContributionsCalc(unsigned int line_si... function uchar_clamp (line 921) | static inline unsigned char function _gdScaleRow (line 943) | static inline void _gdScaleRow(gdImagePtr pSrc, unsigned int src_width,... function _gdScaleHoriz (line 969) | static inline int _gdScaleHoriz(gdImagePtr pSrc, unsigned int src_width,... function _gdScaleCol (line 994) | static inline void _gdScaleCol (gdImagePtr pSrc, unsigned int src_width... function _gdScaleVert (line 1018) | static inline int _gdScaleVert (const gdImagePtr pSrc, const unsigned in... function gdImagePtr (line 1043) | gdImagePtr gdImageScaleTwoPass(const gdImagePtr src, const unsigned int ... function gdImagePtr (line 1092) | gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned in... function gdImagePtr (line 1147) | static gdImagePtr gdImageScaleBilinearPalette(gdImagePtr im, const unsig... function gdImagePtr (line 1249) | static gdImagePtr gdImageScaleBilinearTC(gdImagePtr im, const unsigned i... function gdImagePtr (line 1338) | gdImagePtr gdImageScaleBilinear(gdImagePtr im, const unsigned int new_wi... function gdImagePtr (line 1347) | gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int w... function gdImagePtr (line 1572) | gdImagePtr gdImageScale(const gdImagePtr src, const unsigned int new_wid... function gdRotatedImageSize (line 1609) | static int gdRotatedImageSize(gdImagePtr src, const float angle, gdRectP... function gdImagePtr (line 1626) | gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float deg... function gdImagePtr (line 1683) | gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, con... function gdImagePtr (line 1737) | gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, co... function gdImagePtr (line 1852) | gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees... function gdImagePtr (line 2118) | gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float a... function gdImageClipRectangle (line 2195) | static void gdImageClipRectangle(gdImagePtr im, gdRectPtr r) function gdDumpRect (line 2209) | void gdDumpRect(const char *msg, gdRectPtr r) function gdTransformAffineGetImage (line 2230) | int gdTransformAffineGetImage(gdImagePtr *dst, function gdTransformAffineCopy (line 2296) | int gdTransformAffineCopy(gdImagePtr dst, function gdTransformAffineBoundingBox (line 2421) | int gdTransformAffineBoundingBox(gdRectPtr src, const double affine[6], ... function gdImageSetInterpolationMethod (line 2461) | int gdImageSetInterpolationMethod(gdImagePtr im, gdInterpolationMethod id) function gdInterpolationMethod (line 2558) | gdInterpolationMethod gdImageGetInterpolationMethod(gdImagePtr im) FILE: ext/gd/libgd/gd_io.c function Putword (line 34) | void Putword (int w, gdIOCtx * ctx) function Putchar (line 43) | void Putchar (int c, gdIOCtx * ctx) function gdPutC (line 48) | void gdPutC (const unsigned char c, gdIOCtx * ctx) function gdPutWord (line 53) | void gdPutWord (int w, gdIOCtx * ctx) function gdPutInt (line 61) | void gdPutInt (int w, gdIOCtx * ctx) function gdGetC (line 71) | int gdGetC (gdIOCtx * ctx) function gdGetByte (line 76) | int gdGetByte (int *result, gdIOCtx * ctx) function gdGetWord (line 85) | int gdGetWord (int *result, gdIOCtx * ctx) function gdGetWordLSB (line 98) | int gdGetWordLSB(signed short int *result, gdIOCtx *ctx) function gdGetInt (line 118) | int gdGetInt (int *result, gdIOCtx * ctx) function gdGetIntLSB (line 142) | int gdGetIntLSB(signed int *result, gdIOCtx *ctx) function gdPutBuf (line 181) | int gdPutBuf (const void *buf, int size, gdIOCtx * ctx) function gdGetBuf (line 188) | int gdGetBuf (void *buf, int size, gdIOCtx * ctx) function gdSeek (line 193) | int gdSeek (gdIOCtx * ctx, const int pos) function gdTell (line 200) | long gdTell (gdIOCtx * ctx) FILE: ext/gd/libgd/gd_io.h type gdIOCtx (line 10) | typedef struct gdIOCtx { type gdIOCtx (line 25) | struct gdIOCtx FILE: ext/gd/libgd/gd_io_dp.c type dynamicPtr (line 29) | typedef struct dpStruct type dpIOCtx (line 39) | typedef struct dpIOCtx type dpIOCtx (line 45) | struct dpIOCtx type gdIOCtx (line 52) | struct gdIOCtx type gdIOCtx (line 55) | struct gdIOCtx type gdIOCtx (line 56) | struct gdIOCtx type gdIOCtx (line 61) | struct gdIOCtx type gdIOCtx (line 62) | struct gdIOCtx function gdIOCtx (line 65) | gdIOCtx * gdNewDynamicCtx (int initialSize, void *data) function gdIOCtx (line 70) | gdIOCtx * gdNewDynamicCtxEx (int initialSize, void *data, int freeOKFlag) type gdIOCtx (line 95) | struct gdIOCtx function gdFreeDynamicCtx (line 124) | static void gdFreeDynamicCtx (struct gdIOCtx *ctx) function dynamicTell (line 140) | static long dynamicTell (struct gdIOCtx *ctx) function dynamicSeek (line 149) | static int dynamicSeek (struct gdIOCtx *ctx, const int pos) function dynamicPtr (line 187) | static dynamicPtr * newDynamic (int initialSize, void *data, int freeOKF... function dynamicPutbuf (line 200) | static int function dynamicPutchar (line 219) | static void dynamicPutchar (struct gdIOCtx *ctx, int a) function dynamicGetbuf (line 230) | static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) function dynamicGetchar (line 255) | static int dynamicGetchar (gdIOCtxPtr ctx) function allocDynamic (line 274) | static int function appendDynamic (line 296) | static int appendDynamic (dynamicPtr * dp, const void *src, int size) function gdReallocDynamic (line 331) | static int gdReallocDynamic (dynamicPtr * dp, int required) function trimDynamic (line 356) | static int trimDynamic (dynamicPtr * dp) FILE: ext/gd/libgd/gd_io_file.c type fileIOCtx (line 31) | typedef struct fileIOCtx type gdIOCtx (line 44) | struct gdIOCtx type gdIOCtx (line 45) | struct gdIOCtx function gdIOCtx (line 49) | gdIOCtx * gdNewFileCtx (FILE * f) function gdFreeFileCtx (line 71) | static void gdFreeFileCtx (gdIOCtx * ctx) function filePutbuf (line 77) | static int filePutbuf (gdIOCtx * ctx, const void *buf, int size) function fileGetbuf (line 86) | static int fileGetbuf (gdIOCtx * ctx, void *buf, int size) function filePutchar (line 94) | static void filePutchar (gdIOCtx * ctx, int a) function fileGetchar (line 105) | static int fileGetchar (gdIOCtx * ctx) function fileSeek (line 114) | static int fileSeek (struct gdIOCtx *ctx, const int pos) function fileTell (line 122) | static long fileTell (struct gdIOCtx *ctx) FILE: ext/gd/libgd/gd_io_ss.c type ssIOCtx (line 32) | typedef struct ssIOCtx type ssIOCtx (line 39) | struct ssIOCtx function gdIOCtx (line 50) | gdIOCtx * gdNewSSCtx (gdSourcePtr src, gdSinkPtr snk) function gdFreeSsCtx (line 73) | static void gdFreeSsCtx (gdIOCtx * ctx) function sourceGetbuf (line 79) | static int sourceGetbuf (gdIOCtx * ctx, void *buf, int size) function sourceGetchar (line 102) | static int sourceGetchar (gdIOCtx * ctx) function sinkPutbuf (line 116) | static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size) function sinkPutchar (line 132) | static void sinkPutchar (gdIOCtx * ctx, int a) FILE: ext/gd/libgd/gd_jpeg.c type jmpbuf_wrapper (line 44) | typedef struct _jmpbuf_wrapper function php_jpeg_emit_message (line 50) | static void php_jpeg_emit_message(j_common_ptr jpeg_info, int level) function fatal_jpeg_error (line 88) | static void fatal_jpeg_error (j_common_ptr cinfo) function gdImageJpeg (line 144) | void gdImageJpeg (gdImagePtr im, FILE * outFile, int quality) function gdImageJpegCtx (line 167) | void gdImageJpegCtx (gdImagePtr im, gdIOCtx * outfile, int quality) function _gdImageJpegCtx (line 173) | static int _gdImageJpegCtx(gdImagePtr im, gdIOCtx *outfile, int quality) function gdImagePtr (line 291) | gdImagePtr gdImageCreateFromJpeg (FILE * inFile) function gdImagePtr (line 296) | gdImagePtr gdImageCreateFromJpegEx (FILE * inFile, int ignore_warning) function gdImagePtr (line 306) | gdImagePtr gdImageCreateFromJpegPtr (int size, void *data) function gdImagePtr (line 311) | gdImagePtr gdImageCreateFromJpegPtrEx (int size, void *data, int ignore_... function gdImagePtr (line 330) | gdImagePtr gdImageCreateFromJpegCtx (gdIOCtx * infile) function gdImagePtr (line 335) | gdImagePtr gdImageCreateFromJpegCtxEx (gdIOCtx * infile, int ignore_warn... function CMYKToRGB (line 525) | static int CMYKToRGB(int c, int m, int y, int k, int inverted) type my_source_mgr (line 544) | typedef struct type my_source_mgr (line 553) | typedef my_source_mgr *my_src_ptr; function init_source (line 562) | void init_source (j_decompress_ptr cinfo) function boolean (line 609) | boolean fill_input_buffer (j_decompress_ptr cinfo) function skip_input_data (line 663) | void skip_input_data (j_decompress_ptr cinfo, long num_bytes) function term_source (line 702) | void term_source (j_decompress_ptr cinfo) function jpeg_gdIOCtx_src (line 717) | void jpeg_gdIOCtx_src (j_decompress_ptr cinfo, gdIOCtx * infile) type my_destination_mgr (line 749) | typedef struct type my_destination_mgr (line 756) | typedef my_destination_mgr *my_dest_ptr; function init_destination (line 765) | void init_destination (j_compress_ptr cinfo) function boolean (line 800) | boolean empty_output_buffer (j_compress_ptr cinfo) function term_destination (line 824) | void term_destination (j_compress_ptr cinfo) function jpeg_gdIOCtx_dest (line 842) | void jpeg_gdIOCtx_dest (j_compress_ptr cinfo, gdIOCtx * outfile) FILE: ext/gd/libgd/gd_matrix.c function gdAffineApplyToPointF (line 27) | int gdAffineApplyToPointF (gdPointFPtr dst, const gdPointFPtr src, function gdAffineInvert (line 58) | int gdAffineInvert (double dst[6], const double src[6]) function gdAffineFlip (line 93) | int gdAffineFlip (double dst[6], const double src[6], const int flip_h, ... function gdAffineConcat (line 121) | int gdAffineConcat (double dst[6], const double m1[6], const double m2[6]) function gdAffineIdentity (line 150) | int gdAffineIdentity (double dst[6]) function gdAffineScale (line 172) | int gdAffineScale (double dst[6], const double scale_x, const double sca... function gdAffineRotate (line 197) | int gdAffineRotate (double dst[6], const double angle) function gdAffineShearHorizontal (line 222) | int gdAffineShearHorizontal(double dst[6], const double angle) function gdAffineShearVertical (line 244) | int gdAffineShearVertical(double dst[6], const double angle) function gdAffineTranslate (line 267) | int gdAffineTranslate (double dst[6], const double offset_x, const doubl... function gdAffineExpansion (line 289) | double gdAffineExpansion (const double src[6]) function gdAffineRectilinear (line 305) | int gdAffineRectilinear (const double m[6]) function gdAffineEqual (line 323) | int gdAffineEqual (const double m1[6], const double m2[6]) FILE: ext/gd/libgd/gd_pixelate.c function gdImagePixelate (line 3) | int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode) FILE: ext/gd/libgd/gd_png.c type jmpbuf_wrapper (line 46) | typedef struct _jmpbuf_wrapper function gdPngErrorHandler (line 51) | static void gdPngErrorHandler (png_structp png_ptr, png_const_charp msg) function gdPngWarningHandler (line 75) | static void gdPngWarningHandler (png_structp png_ptr, png_const_charp msg) function gdPngReadData (line 81) | static void gdPngReadData (png_structp png_ptr, png_bytep data, png_size... function gdPngWriteData (line 90) | static void gdPngWriteData (png_structp png_ptr, png_bytep data, png_siz... function gdPngFlushData (line 95) | static void gdPngFlushData (png_structp png_ptr) function gdImagePtr (line 99) | gdImagePtr gdImageCreateFromPng (FILE * inFile) function gdImagePtr (line 109) | gdImagePtr gdImageCreateFromPngPtr (int size, void *data) function gdImagePtr (line 121) | gdImagePtr gdImageCreateFromPngCtx (gdIOCtx * infile) function gdImagePngEx (line 445) | void gdImagePngEx (gdImagePtr im, FILE * outFile, int level, int basefil... function gdImagePng (line 452) | void gdImagePng (gdImagePtr im, FILE * outFile) function gdImagePngCtx (line 480) | void gdImagePngCtx (gdImagePtr im, gdIOCtx * outfile) function gdImagePngCtxEx (line 489) | void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int b... FILE: ext/gd/libgd/gd_rotate.c function gdImageSkewX (line 16) | void gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset... function gdImageSkewY (line 113) | void gdImageSkewY (gdImagePtr dst, gdImagePtr src, int uCol, int iOffset... function gdImagePtr (line 201) | gdImagePtr gdImageRotate90 (gdImagePtr src, int ignoretransparent) function gdImagePtr (line 248) | gdImagePtr gdImageRotate180 (gdImagePtr src, int ignoretransparent) function gdImagePtr (line 296) | gdImagePtr gdImageRotate270 (gdImagePtr src, int ignoretransparent) FILE: ext/gd/libgd/gd_security.c function overflow2 (line 21) | int overflow2(int a, int b) FILE: ext/gd/libgd/gd_ss.c function gdImagePngToSink (line 20) | void gdImagePngToSink (gdImagePtr im, gdSinkPtr outSink) function gdImagePtr (line 27) | gdImagePtr gdImageCreateFromPngSource (gdSourcePtr inSource) function gdImagePngToSink (line 39) | void gdImagePngToSink (gdImagePtr im, gdSinkPtr outSink) function gdImagePtr (line 43) | gdImagePtr gdImageCreateFromPngSource (gdSourcePtr inSource) FILE: ext/gd/libgd/gd_tga.c function gdImagePtr (line 30) | gdImagePtr gdImageCreateFromTga(FILE *fp) function gdImagePtr (line 43) | gdImagePtr gdImageCreateFromTgaPtr(int size, void *data) function gdImagePtr (line 62) | gdImagePtr gdImageCreateFromTgaCtx(gdIOCtx* ctx) function read_header_tga (line 146) | int read_header_tga(gdIOCtx *ctx, oTga *tga) function read_image_tga (line 209) | int read_image_tga( gdIOCtx *ctx, oTga *tga ) function free_tga (line 354) | void free_tga(oTga * tga) FILE: ext/gd/libgd/gd_tga.h type oTga (line 9) | typedef struct oTga_ { FILE: ext/gd/libgd/gd_topal.c type UINT16 (line 242) | typedef UINT16 histcell; type histcell (line 244) | typedef histcell FAR *histptr; type histcell (line 246) | typedef histcell hist1d[HIST_C2_ELEMS]; type hist1d (line 247) | typedef hist1d FAR *hist2d; type hist2d (line 248) | typedef hist2d *hist3d; type INT16 (line 276) | typedef INT16 FSERROR; type LOCFSERROR (line 277) | typedef int LOCFSERROR; type INT32 (line 279) | typedef INT32 FSERROR; type INT32 (line 280) | typedef INT32 LOCFSERROR; type FSERROR (line 283) | typedef FSERROR FAR *FSERRPTR; type my_cquantizer (line 288) | typedef struct type my_cquantizer (line 303) | typedef my_cquantizer *my_cquantize_ptr; function prescan_quantize (line 315) | METHODDEF (void) type box (line 359) | typedef struct type box (line 372) | typedef box *boxptr; function find_biggest_color_pop (line 375) | LOCAL (boxptr) find_biggest_color_pop (boxptr boxlist, int numboxes) function find_biggest_volume (line 396) | LOCAL (boxptr) find_biggest_volume (boxptr boxlist, int numboxes) function update_box (line 417) | LOCAL (void) function median_cut (line 542) | LOCAL (int) function compute_color (line 642) | LOCAL (void) function select_colors (line 702) | LOCAL (void) function find_nearby_colors (line 823) | LOCAL (int) function find_best_colors (line 979) | LOCAL (void) find_best_colors ( function fill_inverse_cmap (line 1071) | LOCAL (void) function pass2_no_dither (line 1134) | METHODDEF (void) function pass2_fs_dither (line 1189) | METHODDEF (void) function init_error_limit (line 1371) | LOCAL (void) function zeroHistogram (line 1417) | static void function gdImagePtr (line 1431) | gdImagePtr gdImageCreatePaletteFromTrueColor (gdImagePtr im, int dither,... function gdImageTrueColorToPalette (line 1440) | int gdImageTrueColorToPalette (gdImagePtr im, int dither, int colorsWanted) function free_truecolor_image_data (line 1445) | static void free_truecolor_image_data(gdImagePtr oim) function gdImageTrueColorToPaletteBody (line 1462) | static int gdImageTrueColorToPaletteBody (gdImagePtr oim, int dither, in... FILE: ext/gd/libgd/gd_transform.c function gdImageFlipVertical (line 3) | void gdImageFlipVertical(gdImagePtr im) function gdImageFlipHorizontal (line 31) | void gdImageFlipHorizontal(gdImagePtr im) function gdImageFlipBoth (line 67) | void gdImageFlipBoth(gdImagePtr im) FILE: ext/gd/libgd/gd_wbmp.c function gd_putout (line 69) | void gd_putout (int i, void *out) function gd_getin (line 80) | int gd_getin (void *in) function gdImageWBMPCtx (line 96) | void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) function _gdImageWBMPCtx (line 102) | static int _gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out) function gdImagePtr (line 141) | gdImagePtr gdImageCreateFromWBMPCtx (gdIOCtx * infile) function gdImagePtr (line 183) | gdImagePtr gdImageCreateFromWBMP (FILE * inFile) function gdImagePtr (line 193) | gdImagePtr gdImageCreateFromWBMPPtr (int size, void *data) function gdImageWBMP (line 205) | void gdImageWBMP (gdImagePtr im, int fg, FILE * outFile) FILE: ext/gd/libgd/gd_webp.c function gdImagePtr (line 15) | gdImagePtr gdImageCreateFromWebp (FILE * inFile) function gdImagePtr (line 28) | gdImagePtr gdImageCreateFromWebpPtr (int size, void *data) function gdImagePtr (line 39) | gdImagePtr gdImageCreateFromWebpCtx (gdIOCtx * infile) function gdImageWebpCtx (line 104) | void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quality) function gdImageWebpEx (line 173) | void gdImageWebpEx (gdImagePtr im, FILE * outFile, int quality) function gdImageWebp (line 180) | void gdImageWebp (gdImagePtr im, FILE * outFile) FILE: ext/gd/libgd/gd_xbm.c function gdImagePtr (line 32) | gdImagePtr gdImageCreateFromXbm(FILE * fd) function gdCtxPrintf (line 162) | void gdCtxPrintf(gdIOCtx * out, const char *format, ...) function gdImageXbmCtx (line 177) | void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * ... FILE: ext/gd/libgd/gdcache.c function gdCache_head_t (line 56) | gdCache_head_t * function gdCacheDelete (line 74) | void type key_value_t (line 151) | typedef struct function cacheTest (line 158) | static int function cacheRelease (line 177) | static void function main (line 183) | int FILE: ext/gd/libgd/gdcache.h type gdCache_element_t (line 54) | typedef struct gdCache_element_s gdCache_element_t; type gdCache_element_s (line 55) | struct gdCache_element_s { type gdCache_head_t (line 61) | typedef struct gdCache_head_s gdCache_head_t; type gdCache_head_s (line 62) | struct gdCache_head_s { FILE: ext/gd/libgd/gddemo.c function main (line 6) | int FILE: ext/gd/libgd/gdfontg.c function gdFontPtr (line 4384) | gdFontPtr gdFontGetGiant(void) FILE: ext/gd/libgd/gdfontl.c function gdFontPtr (line 4641) | gdFontPtr gdFontGetLarge(void) FILE: ext/gd/libgd/gdfontmb.c function gdFontPtr (line 3871) | gdFontPtr gdFontGetMediumBold(void) FILE: ext/gd/libgd/gdfonts.c function gdFontPtr (line 3871) | gdFontPtr gdFontGetSmall(void) FILE: ext/gd/libgd/gdfontt.c function gdFontPtr (line 2592) | gdFontPtr gdFontGetTiny(void) FILE: ext/gd/libgd/gdft.c type font_t (line 117) | typedef struct type fontkey_t (line 126) | typedef struct type tweencolor_t (line 133) | typedef struct type tweencolorkey_t (line 142) | typedef struct function gdTcl_UtfToUniChar (line 208) | static int gdTcl_UtfToUniChar (char *str, Tcl_UniChar * chPtr) function fontTest (line 337) | static int fontTest (void *element, void *key) function fontRelease (line 556) | static void fontRelease (void *element) function tweenColorTest (line 568) | static int tweenColorTest (void *element, void *key) function tweenColorRelease (line 629) | static void tweenColorRelease (void *element) function gdroundupdown (line 768) | static int function gdFontCacheShutdown (line 774) | void gdFontCacheShutdown() function gdFreeFontCache (line 787) | void gdFreeFontCache(void) function gdFontCacheMutexSetup (line 792) | void gdFontCacheMutexSetup() function gdFontCacheMutexShutdown (line 797) | void gdFontCacheMutexShutdown() function gdFontCacheSetup (line 802) | int gdFontCacheSetup(void) FILE: ext/gd/libgd/gdkanji.c function debug (line 56) | static void function error (line 70) | static void function DetectKanjiCode (line 85) | static int function SJIStoJIS (line 227) | static void function han2zen (line 245) | static void function do_convert (line 340) | static void function do_check_and_conv (line 460) | static int function any2eucjp (line 554) | int function strwidth (line 582) | unsigned int function main (line 596) | int FILE: ext/gd/libgd/gdparttopng.c function main (line 10) | int FILE: ext/gd/libgd/gdtest.c function unlink (line 4) | int function main (line 19) | int function CompareImages (line 359) | void function freadWrapper (line 398) | static int function fwriteWrapper (line 405) | static int FILE: ext/gd/libgd/gdtestft.c function main (line 21) | int FILE: ext/gd/libgd/gdtopng.c function main (line 9) | int FILE: ext/gd/libgd/gdxpm.c function gdImagePtr (line 18) | gdImagePtr gdImageCreateFromXpm (char *filename) FILE: ext/gd/libgd/pngtogd.c function main (line 10) | int FILE: ext/gd/libgd/pngtogd2.c function main (line 11) | int FILE: ext/gd/libgd/testac.c function main (line 16) | int function testDrawing (line 70) | void FILE: ext/gd/libgd/wbmp.c function getmbi (line 37) | int function putmbi (line 64) | void function skipheader (line 90) | int function Wbmp (line 111) | Wbmp * function readwbmp (line 151) | int function writewbmp (line 251) | int function freewbmp (line 297) | void function printwbmp (line 310) | void function putout (line 336) | int function getin (line 345) | int function main (line 356) | int FILE: ext/gd/libgd/wbmp.h type Wbmp (line 27) | typedef struct Wbmp_ FILE: ext/gd/libgd/webpng.c function getpid (line 11) | int function main (line 19) | int FILE: ext/gettext/gettext.c function PHP_MINFO_FUNCTION (line 74) | PHP_MINFO_FUNCTION(php_gettext) function PHP_FUNCTION (line 82) | PHP_FUNCTION(textdomain) function PHP_FUNCTION (line 108) | PHP_FUNCTION(gettext) function PHP_FUNCTION (line 129) | PHP_FUNCTION(dgettext) function PHP_FUNCTION (line 153) | PHP_FUNCTION(dcgettext) function PHP_FUNCTION (line 180) | PHP_FUNCTION(bindtextdomain) function Z_PARAM_STR (line 229) | Z_PARAM_STR(msgid1) function PHP_FUNCTION (line 274) | PHP_FUNCTION(dcngettext) function PHP_FUNCTION (line 306) | PHP_FUNCTION(bind_textdomain_codeset) FILE: ext/gettext/gettext.stub.php function textdomain (line 6) | function textdomain(?string $domain = null): string {} function gettext (line 9) | function gettext(string $message): string {} function _ (line 12) | function _(string $message): string {} function dgettext (line 15) | function dgettext(string $domain, string $message): string {} function dcgettext (line 18) | function dcgettext(string $domain, string $message, int $category): stri... function bindtextdomain (line 21) | function bindtextdomain(string $domain, ?string $directory = null): stri... function ngettext (line 25) | function ngettext(string $singular, string $plural, int $count): string {} function dngettext (line 30) | function dngettext(string $domain, string $singular, string $plural, int... function dcngettext (line 35) | function dcngettext(string $domain, string $singular, string $plural, in... function bind_textdomain_codeset (line 40) | function bind_textdomain_codeset(string $domain, ?string $codeset = null... FILE: ext/gmp/gmp.c function PHP_GMP_API (line 88) | PHP_GMP_API zend_class_entry *php_gmp_class_entry(void) { type gmp_temp_t (line 92) | typedef struct _gmp_temp { type mp_bitcnt_t (line 197) | typedef mp_bitcnt_t (*gmp_unary_opl_t)(mpz_srcptr); type gmp_ulong (line 205) | typedef gmp_ulong (*gmp_binary_ui_op2_t)(mpz_ptr, mpz_ptr, mpz_srcptr, g... function gmp_mpz_tdiv_q_ui (line 211) | static void gmp_mpz_tdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_mpz_tdiv_r_ui (line 214) | static void gmp_mpz_tdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_mpz_fdiv_q_ui (line 217) | static void gmp_mpz_fdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_mpz_fdiv_r_ui (line 220) | static void gmp_mpz_fdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_mpz_cdiv_r_ui (line 223) | static void gmp_mpz_cdiv_r_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_mpz_cdiv_q_ui (line 226) | static void gmp_mpz_cdiv_q_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_mpz_mod_ui (line 229) | static void gmp_mpz_mod_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_mpz_gcd_ui (line 232) | static void gmp_mpz_gcd_ui(mpz_ptr a, mpz_srcptr b, gmp_ulong c) { function gmp_free_object_storage (line 246) | static void gmp_free_object_storage(zend_object *obj) /* {{{ */ function zend_object (line 255) | static inline zend_object *gmp_create_object_ex(zend_class_entry *ce, mp... function zend_object (line 269) | static zend_object *gmp_create_object(zend_class_entry *ce) /* {{{ */ function gmp_create (line 276) | static inline void gmp_create(zval *target, mpz_ptr *gmpnum_target) /* {... function zend_result (line 282) | static zend_result gmp_cast_object(zend_object *readobj, zval *writeobj,... function HashTable (line 316) | static HashTable *gmp_get_debug_info(zend_object *obj, int *is_temp) /* ... function zend_object (line 332) | static zend_object *gmp_clone_obj(zend_object *obj) /* {{{ */ function zend_result (line 345) | static zend_result shift_operator_helper(gmp_binary_ui_op_t op, zval *re... function zend_result (line 446) | static zend_result gmp_do_operation_ex(uint8_t opcode, zval *result, zva... function zend_result (line 480) | static zend_result gmp_do_operation(uint8_t opcode, zval *result, zval *... function gmp_compare (line 499) | static int gmp_compare(zval *op1, zval *op2) /* {{{ */ function gmp_serialize (line 516) | static int gmp_serialize(zval *object, unsigned char **buffer, size_t *b... function gmp_unserialize (line 541) | static int gmp_unserialize(zval *object, zend_class_entry *ce, const uns... function ZEND_GINIT_FUNCTION (line 590) | static ZEND_GINIT_FUNCTION(gmp) function ZEND_MINIT_FUNCTION (line 600) | ZEND_MINIT_FUNCTION(gmp) function ZEND_MODULE_DEACTIVATE_D (line 624) | ZEND_MODULE_DEACTIVATE_D(gmp) function ZEND_MODULE_INFO_D (line 636) | ZEND_MODULE_INFO_D(gmp) function zend_result (line 649) | static zend_result convert_zstr_to_gmp(mpz_t gmp_number, const zend_stri... function zend_result (line 688) | static zend_result convert_to_gmp(mpz_t gmpnumber, zval *val, zend_long ... function gmp_strval (line 724) | static void gmp_strval(zval *result, mpz_t gmpnum, int base) /* {{{ */ function gmp_cmp (line 755) | static void gmp_cmp(zval *return_value, zval *a_arg, zval *b_arg, bool i... function gmp_zval_binary_ui_op (line 787) | static inline void gmp_zval_binary_ui_op(zval *return_value, zval *a_arg... function gmp_zval_binary_ui_op2 (line 837) | static inline void gmp_zval_binary_ui_op2(zval *return_value, zval *a_ar... function _gmp_binary_ui_op (line 887) | static inline void _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAMETERS, gmp_b... function gmp_zval_unary_op (line 903) | static inline void gmp_zval_unary_op(zval *return_value, zval *a_arg, gm... function _gmp_unary_op (line 918) | static inline void _gmp_unary_op(INTERNAL_FUNCTION_PARAMETERS, gmp_unary... function _gmp_unary_opl (line 931) | static inline void _gmp_unary_opl(INTERNAL_FUNCTION_PARAMETERS, gmp_unar... function gmp_verify_base (line 947) | static bool gmp_verify_base(zend_long base, uint32_t arg_num) function zend_result (line 957) | static zend_result gmp_initialize_number(mpz_ptr gmp_number, const zend_... function ZEND_FUNCTION (line 968) | ZEND_FUNCTION(gmp_init) function gmp_import_export_validate (line 993) | static bool gmp_import_export_validate(zend_long size, zend_long options... function ZEND_FUNCTION (line 1036) | ZEND_FUNCTION(gmp_import) function ZEND_FUNCTION (line 1065) | ZEND_FUNCTION(gmp_export) function ZEND_FUNCTION (line 1108) | ZEND_FUNCTION(gmp_intval) function ZEND_FUNCTION (line 1125) | ZEND_FUNCTION(gmp_strval) function ZEND_FUNCTION (line 1152) | ZEND_FUNCTION(gmp_add) function ZEND_FUNCTION (line 1159) | ZEND_FUNCTION(gmp_sub) function ZEND_FUNCTION (line 1166) | ZEND_FUNCTION(gmp_mul) function ZEND_FUNCTION (line 1173) | ZEND_FUNCTION(gmp_div_qr) function ZEND_FUNCTION (line 1200) | ZEND_FUNCTION(gmp_div_r) function ZEND_FUNCTION (line 1230) | ZEND_FUNCTION(gmp_div_q) function ZEND_FUNCTION (line 1261) | ZEND_FUNCTION(gmp_mod) function ZEND_FUNCTION (line 1268) | ZEND_FUNCTION(gmp_divexact) function ZEND_FUNCTION (line 1275) | ZEND_FUNCTION(gmp_neg) function ZEND_FUNCTION (line 1282) | ZEND_FUNCTION(gmp_abs) function ZEND_FUNCTION (line 1289) | ZEND_FUNCTION(gmp_fact) function ZEND_FUNCTION (line 1322) | ZEND_FUNCTION(gmp_binomial) function ZEND_FUNCTION (line 1351) | ZEND_FUNCTION(gmp_pow) function ZEND_FUNCTION (line 1381) | ZEND_FUNCTION(gmp_powm) function ZEND_FUNCTION (line 1430) | ZEND_FUNCTION(gmp_sqrt) function ZEND_FUNCTION (line 1455) | ZEND_FUNCTION(gmp_sqrtrem) function ZEND_FUNCTION (line 1487) | ZEND_FUNCTION(gmp_root) function ZEND_FUNCTION (line 1518) | ZEND_FUNCTION(gmp_rootrem) function ZEND_FUNCTION (line 1565) | ZEND_FUNCTION(gmp_perfect_square) function ZEND_FUNCTION (line 1583) | ZEND_FUNCTION(gmp_perfect_power) function ZEND_FUNCTION (line 1601) | ZEND_FUNCTION(gmp_prob_prime) function ZEND_FUNCTION (line 1620) | ZEND_FUNCTION(gmp_gcd) function ZEND_FUNCTION (line 1627) | ZEND_FUNCTION(gmp_lcm) function ZEND_FUNCTION (line 1634) | ZEND_FUNCTION(gmp_gcdext) function ZEND_FUNCTION (line 1664) | ZEND_FUNCTION(gmp_invert) function ZEND_FUNCTION (line 1702) | ZEND_FUNCTION(gmp_jacobi) function ZEND_FUNCTION (line 1723) | ZEND_FUNCTION(gmp_legendre) function ZEND_FUNCTION (line 1744) | ZEND_FUNCTION(gmp_kronecker) function ZEND_FUNCTION (line 1787) | ZEND_FUNCTION(gmp_cmp) function ZEND_FUNCTION (line 1800) | ZEND_FUNCTION(gmp_sign) function gmp_init_random (line 1818) | static void gmp_init_random(void) function ZEND_FUNCTION (line 1835) | ZEND_FUNCTION(gmp_random_seed) function ZEND_FUNCTION (line 1862) | ZEND_FUNCTION(gmp_random_bits) function ZEND_FUNCTION (line 1890) | ZEND_FUNCTION(gmp_random_range) function ZEND_FUNCTION (line 1957) | ZEND_FUNCTION(gmp_and) function ZEND_FUNCTION (line 1964) | ZEND_FUNCTION(gmp_or) function ZEND_FUNCTION (line 1971) | ZEND_FUNCTION(gmp_com) function ZEND_FUNCTION (line 1978) | ZEND_FUNCTION(gmp_nextprime) function ZEND_FUNCTION (line 1985) | ZEND_FUNCTION(gmp_xor) function ZEND_FUNCTION (line 1992) | ZEND_FUNCTION(gmp_setbit) function ZEND_FUNCTION (line 2023) | ZEND_FUNCTION(gmp_clrbit) function ZEND_FUNCTION (line 2044) | ZEND_FUNCTION(gmp_testbit) function ZEND_FUNCTION (line 2067) | ZEND_FUNCTION(gmp_popcount) function ZEND_FUNCTION (line 2074) | ZEND_FUNCTION(gmp_hamdist) function ZEND_FUNCTION (line 2095) | ZEND_FUNCTION(gmp_scan0) function ZEND_FUNCTION (line 2119) | ZEND_FUNCTION(gmp_scan1) function Z_PARAM_OPTIONAL (line 2149) | Z_PARAM_OPTIONAL FILE: ext/gmp/gmp.stub.php class GMP (line 60) | final class GMP method __construct (line 62) | public function __construct(int|string $num = 0, int $base = 0) {} method __serialize (line 64) | public function __serialize(): array {} method __unserialize (line 66) | public function __unserialize(array $data): void {} function gmp_init (line 69) | function gmp_init(int|string $num, int $base = 0): GMP {} function gmp_import (line 71) | function gmp_import(string $data, int $word_size = 1, int $flags = GMP_M... function gmp_export (line 73) | function gmp_export(GMP|int|string $num, int $word_size = 1, int $flags ... function gmp_intval (line 75) | function gmp_intval(GMP|int|string $num): int {} function gmp_strval (line 77) | function gmp_strval(GMP|int|string $num, int $base = 10): string {} function gmp_add (line 79) | function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_sub (line 81) | function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_mul (line 83) | function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_div_qr (line 89) | function gmp_div_qr(GMP|int|string $num1, GMP|int|string $num2, int $rou... function gmp_div_q (line 91) | function gmp_div_q(GMP|int|string $num1, GMP|int|string $num2, int $roun... function gmp_div_r (line 93) | function gmp_div_r(GMP|int|string $num1, GMP|int|string $num2, int $roun... function gmp_div (line 96) | function gmp_div(GMP|int|string $num1, GMP|int|string $num2, int $roundi... function gmp_mod (line 98) | function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_divexact (line 100) | function gmp_divexact(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_neg (line 102) | function gmp_neg(GMP|int|string $num): GMP {} function gmp_abs (line 104) | function gmp_abs(GMP|int|string $num): GMP {} function gmp_fact (line 106) | function gmp_fact(GMP|int|string $num): GMP {} function gmp_sqrt (line 108) | function gmp_sqrt(GMP|int|string $num): GMP {} function gmp_sqrtrem (line 114) | function gmp_sqrtrem(GMP|int|string $num): array {} function gmp_root (line 116) | function gmp_root(GMP|int|string $num, int $nth): GMP {} function gmp_rootrem (line 122) | function gmp_rootrem(GMP|int|string $num, int $nth): array {} function gmp_pow (line 124) | function gmp_pow(GMP|int|string $num, int $exponent): GMP {} function gmp_powm (line 126) | function gmp_powm(GMP|int|string $num, GMP|int|string $exponent, GMP|int... function gmp_perfect_square (line 128) | function gmp_perfect_square(GMP|int|string $num): bool {} function gmp_perfect_power (line 130) | function gmp_perfect_power(GMP|int|string $num): bool {} function gmp_prob_prime (line 132) | function gmp_prob_prime(GMP|int|string $num, int $repetitions = 10): int {} function gmp_gcd (line 134) | function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_gcdext (line 140) | function gmp_gcdext(GMP|int|string $num1, GMP|int|string $num2): array {} function gmp_lcm (line 142) | function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_invert (line 144) | function gmp_invert(GMP|int|string $num1, GMP|int|string $num2): GMP|fal... function gmp_jacobi (line 146) | function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {} function gmp_legendre (line 148) | function gmp_legendre(GMP|int|string $num1, GMP|int|string $num2): int {} function gmp_kronecker (line 150) | function gmp_kronecker(GMP|int|string $num1, GMP|int|string $num2): int {} function gmp_cmp (line 152) | function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {} function gmp_sign (line 154) | function gmp_sign(GMP|int|string $num): int {} function gmp_random_seed (line 156) | function gmp_random_seed(GMP|int|string $seed): void {} function gmp_random_bits (line 158) | function gmp_random_bits(int $bits): GMP {} function gmp_random_range (line 160) | function gmp_random_range(GMP|int|string $min, GMP|int|string $max): GMP {} function gmp_and (line 162) | function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_or (line 164) | function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_com (line 166) | function gmp_com(GMP|int|string $num): GMP {} function gmp_xor (line 168) | function gmp_xor(GMP|int|string $num1, GMP|int|string $num2): GMP {} function gmp_setbit (line 170) | function gmp_setbit(GMP $num, int $index, bool $value = true): void {} function gmp_clrbit (line 172) | function gmp_clrbit(GMP $num, int $index): void {} function gmp_testbit (line 174) | function gmp_testbit(GMP|int|string $num, int $index): bool {} function gmp_scan0 (line 176) | function gmp_scan0(GMP|int|string $num1, int $start): int {} function gmp_scan1 (line 178) | function gmp_scan1(GMP|int|string $num1, int $start): int {} function gmp_popcount (line 180) | function gmp_popcount(GMP|int|string $num): int {} function gmp_hamdist (line 182) | function gmp_hamdist(GMP|int|string $num1, GMP|int|string $num2): int {} function gmp_nextprime (line 184) | function gmp_nextprime(GMP|int|string $num): GMP {} function gmp_binomial (line 186) | function gmp_binomial(GMP|int|string $n, int $k): GMP {} FILE: ext/gmp/gmp_arginfo.h function register_gmp_symbols (line 315) | static void register_gmp_symbols(int module_number) function zend_class_entry (line 331) | static zend_class_entry *register_class_GMP(void) FILE: ext/gmp/php_gmp_int.h type gmp_object (line 21) | typedef struct _gmp_object { function gmp_object (line 26) | static inline gmp_object *php_gmp_object_from_zend_object(zend_object *z... type zend_long (line 34) | typedef zend_long gmp_long; type zend_ulong (line 35) | typedef zend_ulong gmp_ulong; type gmp_long (line 37) | typedef long gmp_long; type gmp_ulong (line 38) | typedef unsigned long gmp_ulong; FILE: ext/hash/hash.c type mhash_bc_entry (line 49) | struct mhash_bc_entry { type mhash_bc_entry (line 57) | struct mhash_bc_entry function PHP_HASH_API (line 105) | PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /... function PHP_HASH_API (line 115) | PHP_HASH_API void php_hash_register_algo(const char *algo, const php_has... function PHP_HASH_API (line 124) | PHP_HASH_API zend_result php_hash_copy(const void *ops, const void *orig... function align_to (line 134) | static inline size_t align_to(size_t pos, size_t alignment) { function parse_serialize_spec (line 139) | static size_t parse_serialize_spec( function one_from_buffer (line 179) | static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { function one_to_buffer (line 195) | static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { function PHP_HASH_API (line 232) | PHP_HASH_API zend_result php_hash_serialize_spec(const php_hashcontext_o... function PHP_HASH_API (line 280) | PHP_HASH_API int php_hash_unserialize_spec(php_hashcontext_object *hash,... function PHP_HASH_API (line 334) | PHP_HASH_API zend_result php_hash_serialize(const php_hashcontext_object... function PHP_HASH_API (line 345) | PHP_HASH_API int php_hash_unserialize(php_hashcontext_object *hash, zend... function php_hash_do_hash (line 358) | static void php_hash_do_hash( function Z_PARAM_STRING (line 453) | Z_PARAM_STR(algo) function php_hash_string_xor (line 471) | static inline void php_hash_string_xor(unsigned char *out, const unsigne... function php_hash_hmac_prep_key (line 478) | static inline void php_hash_hmac_prep_key(unsigned char *K, const php_ha... function php_hash_hmac_round (line 492) | static inline void php_hash_hmac_round(unsigned char *final, const php_h... function php_hash_do_hash_hmac (line 499) | static void php_hash_do_hash_hmac( function PHP_FUNCTION (line 579) | PHP_FUNCTION(hash_hmac) function PHP_FUNCTION (line 596) | PHP_FUNCTION(hash_hmac_file) function PHP_FUNCTION (line 612) | PHP_FUNCTION(hash_init) function PHP_FUNCTION (line 689) | PHP_FUNCTION(hash_update) function PHP_FUNCTION (line 708) | PHP_FUNCTION(hash_update_stream) function PHP_FUNCTION (line 745) | PHP_FUNCTION(hash_update_file) function PHP_FUNCTION (line 779) | PHP_FUNCTION(hash_final) function PHP_FUNCTION (line 837) | PHP_FUNCTION(hash_copy) function PHP_FUNCTION (line 859) | PHP_FUNCTION(hash_algos) function PHP_FUNCTION (line 875) | PHP_FUNCTION(hash_hmac_algos) function PHP_FUNCTION (line 894) | PHP_FUNCTION(hash_hkdf) function PHP_FUNCTION (line 987) | PHP_FUNCTION(hash_pbkdf2) function PHP_FUNCTION (line 1112) | PHP_FUNCTION(hash_equals) function PHP_MINFO_FUNCTION (line 1155) | PHP_MINFO_FUNCTION(mhash) function mhash_init (line 1177) | static void mhash_init(INIT_FUNC_ARGS) function PHP_FUNCTION (line 1197) | PHP_FUNCTION(mhash) function PHP_FUNCTION (line 1233) | PHP_FUNCTION(mhash_get_hash_name) function PHP_FUNCTION (line 1252) | PHP_FUNCTION(mhash_count) function PHP_FUNCTION (line 1262) | PHP_FUNCTION(mhash_get_block_size) function PHP_FUNCTION (line 1286) | PHP_FUNCTION(mhash_keygen_s2k) function zend_object (line 1363) | static zend_object* php_hashcontext_create(zend_class_entry *ce) { function php_hashcontext_dtor (line 1376) | static void php_hashcontext_dtor(zend_object *obj) { function php_hashcontext_free (line 1392) | static void php_hashcontext_free(zend_object *obj) { function zend_object (line 1398) | static zend_object *php_hashcontext_clone(zend_object *zobj) { function PHP_MINIT_FUNCTION (line 1581) | PHP_MINIT_FUNCTION(hash) function PHP_MSHUTDOWN_FUNCTION (line 1669) | PHP_MSHUTDOWN_FUNCTION(hash) function PHP_MINFO_FUNCTION (line 1678) | PHP_MINFO_FUNCTION(hash) FILE: ext/hash/hash.stub.php function hash (line 12) | function hash(string $algo, string $data, bool $binary = false, array $o... function hash_file (line 15) | function hash_file(string $algo, string $filename, bool $binary = false,... function hash_hmac (line 20) | function hash_hmac(string $algo, string $data, #[\SensitiveParameter] st... function hash_hmac_file (line 25) | function hash_hmac_file(string $algo, string $filename, #[\SensitivePara... function hash_init (line 30) | function hash_init(string $algo, int $flags = 0, #[\SensitiveParameter] ... function hash_update (line 32) | function hash_update(HashContext $context, string $data): true {} function hash_update_stream (line 35) | function hash_update_stream(HashContext $context, $stream, int $length =... function hash_update_file (line 38) | function hash_update_file(HashContext $context, string $filename, $strea... function hash_final (line 41) | function hash_final(HashContext $context, bool $binary = false): string {} function hash_copy (line 44) | function hash_copy(HashContext $context): HashContext {} function hash_algos (line 51) | function hash_algos(): array {} function hash_hmac_algos (line 58) | function hash_hmac_algos(): array {} function hash_pbkdf2 (line 63) | function hash_pbkdf2(string $algo, #[\SensitiveParameter] string $passwo... function hash_equals (line 65) | function hash_equals(#[\SensitiveParameter] string $known_string, #[\Sen... function hash_hkdf (line 70) | function hash_hkdf(string $algo, #[\SensitiveParameter] string $key, int... function mhash_get_block_size (line 73) | #[\Deprecated(since: '8.1')] function mhash_get_hash_name (line 79) | #[\Deprecated(since: '8.1')] function mhash_keygen_s2k (line 85) | #[\Deprecated(since: '8.1')] function mhash_count (line 88) | #[\Deprecated(since: '8.1')] function mhash (line 94) | #[\Deprecated(since: '8.1')] class HashContext (line 98) | final class HashContext method __construct (line 100) | private function __construct() {} method __serialize (line 102) | public function __serialize(): array {} method __unserialize (line 104) | public function __unserialize(array $data): void {} method __debugInfo (line 106) | public function __debugInfo(): array {} FILE: ext/hash/hash_adler32.c function PHP_HASH_API (line 21) | PHP_HASH_API void PHP_ADLER32Init(PHP_ADLER32_CTX *context, ZEND_ATTRIBU... function PHP_HASH_API (line 26) | PHP_HASH_API void PHP_ADLER32Update(PHP_ADLER32_CTX *context, const unsi... function PHP_HASH_API (line 46) | PHP_HASH_API void PHP_ADLER32Final(unsigned char digest[4], PHP_ADLER32_... function PHP_HASH_API (line 55) | PHP_HASH_API zend_result PHP_ADLER32Copy(const php_hash_ops *ops, const ... FILE: ext/hash/hash_arginfo.h function register_hash_symbols (line 191) | static void register_hash_symbols(int module_number) function zend_class_entry (line 248) | static zend_class_entry *register_class_HashContext(void) FILE: ext/hash/hash_crc32.c function PHP_HASH_API (line 23) | PHP_HASH_API void PHP_CRC32Init(PHP_CRC32_CTX *context, ZEND_ATTRIBUTE_U... function PHP_HASH_API (line 28) | PHP_HASH_API void PHP_CRC32Update(PHP_CRC32_CTX *context, const unsigned... function PHP_HASH_API (line 41) | PHP_HASH_API void PHP_CRC32BUpdate(PHP_CRC32_CTX *context, const unsigne... function PHP_HASH_API (line 54) | PHP_HASH_API void PHP_CRC32CUpdate(PHP_CRC32_CTX *context, const unsigne... function PHP_HASH_API (line 67) | PHP_HASH_API void PHP_CRC32LEFinal(unsigned char digest[4], PHP_CRC32_CT... function PHP_HASH_API (line 77) | PHP_HASH_API void PHP_CRC32BEFinal(unsigned char digest[4], PHP_CRC32_CT... function PHP_HASH_API (line 87) | PHP_HASH_API zend_result PHP_CRC32Copy(const php_hash_ops *ops, const PH... FILE: ext/hash/hash_fnv.c function PHP_HASH_API (line 86) | PHP_HASH_API void PHP_FNV132Init(PHP_FNV132_CTX *context, ZEND_ATTRIBUTE... function PHP_HASH_API (line 92) | PHP_HASH_API void PHP_FNV132Update(PHP_FNV132_CTX *context, const unsign... function PHP_HASH_API (line 98) | PHP_HASH_API void PHP_FNV1a32Update(PHP_FNV132_CTX *context, const unsig... function PHP_HASH_API (line 104) | PHP_HASH_API void PHP_FNV132Final(unsigned char digest[4], PHP_FNV132_CT... function PHP_HASH_API (line 121) | PHP_HASH_API void PHP_FNV164Init(PHP_FNV164_CTX *context, ZEND_ATTRIBUTE... function PHP_HASH_API (line 127) | PHP_HASH_API void PHP_FNV164Update(PHP_FNV164_CTX *context, const unsign... function PHP_HASH_API (line 133) | PHP_HASH_API void PHP_FNV1a64Update(PHP_FNV164_CTX *context, const unsig... function PHP_HASH_API (line 139) | PHP_HASH_API void PHP_FNV164Final(unsigned char digest[8], PHP_FNV164_CT... function fnv_32_buf (line 166) | static uint32_t function fnv_64_buf (line 209) | static uint64_t FILE: ext/hash/hash_gost.c function Gost (line 206) | static inline void Gost(PHP_GOST_CTX *context, uint32_t data[8]) function GostTransform (line 223) | static inline void GostTransform(PHP_GOST_CTX *context, const unsigned c... function PHP_HASH_API (line 238) | PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *context, ZEND_ATTRIBUTE_UNU... function PHP_HASH_API (line 244) | PHP_HASH_API void PHP_GOSTInitCrypto(PHP_GOST_CTX *context, ZEND_ATTRIBU... function PHP_HASH_API (line 252) | PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *context, const unsigned c... function PHP_HASH_API (line 284) | PHP_HASH_API void PHP_GOSTFinal(unsigned char digest[32], PHP_GOST_CTX *... function php_gost_unserialize (line 307) | static int php_gost_unserialize(php_hashcontext_object *hash, zend_long ... FILE: ext/hash/hash_haval.c function Encode (line 97) | static void Encode(unsigned char *output, uint32_t *input, unsigned int ... function Decode (line 114) | static void Decode(uint32_t *output, const unsigned char *input, unsigne... function PHP_3HAVALTransform (line 139) | static void PHP_3HAVALTransform(uint32_t state[8], const unsigned char b... function PHP_4HAVALTransform (line 172) | static void PHP_4HAVALTransform(uint32_t state[8], const unsigned char b... function PHP_5HAVALTransform (line 208) | static void PHP_5HAVALTransform(uint32_t state[8], const unsigned char b... function PHP_HAVALUpdate (line 281) | void PHP_HAVALUpdate(PHP_HAVAL_CTX *context, const unsigned char *input,... function PHP_HASH_API (line 319) | PHP_HASH_API void PHP_HAVAL128Final(unsigned char *digest, PHP_HAVAL_CTX... function PHP_HASH_API (line 372) | PHP_HASH_API void PHP_HAVAL160Final(unsigned char *digest, PHP_HAVAL_CTX... function PHP_HASH_API (line 425) | PHP_HASH_API void PHP_HAVAL192Final(unsigned char *digest, PHP_HAVAL_CTX... function PHP_HASH_API (line 464) | PHP_HASH_API void PHP_HAVAL224Final(unsigned char *digest, PHP_HAVAL_CTX... function PHP_HASH_API (line 504) | PHP_HASH_API void PHP_HAVAL256Final(unsigned char *digest, PHP_HAVAL_CTX... FILE: ext/hash/hash_joaat.c function PHP_HASH_API (line 39) | PHP_HASH_API void PHP_JOAATInit(PHP_JOAAT_CTX *context, ZEND_ATTRIBUTE_U... function PHP_HASH_API (line 44) | PHP_HASH_API void PHP_JOAATUpdate(PHP_JOAAT_CTX *context, const unsigned... function PHP_HASH_API (line 49) | PHP_HASH_API void PHP_JOAATFinal(unsigned char digest[4], PHP_JOAAT_CTX ... function joaat_buf (line 79) | static uint32_t FILE: ext/hash/hash_md.c function Encode (line 80) | static void Encode(unsigned char *output, uint32_t *input, unsigned int ... function Decode (line 97) | static void Decode(uint32_t *output, const unsigned char *input, unsigne... function MD4Transform (line 119) | static void MD4Transform(uint32_t state[4], const unsigned char block[64]) function PHP_HASH_API (line 188) | PHP_HASH_API void PHP_MD4InitArgs(PHP_MD4_CTX * context, ZEND_ATTRIBUTE_... function PHP_HASH_API (line 205) | PHP_HASH_API void PHP_MD4Update(PHP_MD4_CTX * context, const unsigned ch... function PHP_HASH_API (line 245) | PHP_HASH_API void PHP_MD4Final(unsigned char digest[16], PHP_MD4_CTX * c... function PHP_HASH_API (line 291) | PHP_HASH_API void PHP_MD2InitArgs(PHP_MD2_CTX *context, ZEND_ATTRIBUTE_U... function MD2_Transform (line 296) | static void MD2_Transform(PHP_MD2_CTX *context, const unsigned char *block) function PHP_HASH_API (line 319) | PHP_HASH_API void PHP_MD2Update(PHP_MD2_CTX *context, const unsigned cha... function PHP_HASH_API (line 350) | PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *co... function php_md2_unserialize (line 359) | static int php_md2_unserialize(php_hashcontext_object *hash, zend_long m... FILE: ext/hash/hash_murmur.c function PHP_HASH_API (line 39) | PHP_HASH_API void PHP_MURMUR3AInit(PHP_MURMUR3A_CTX *ctx, HashTable *args) function PHP_HASH_API (line 62) | PHP_HASH_API void PHP_MURMUR3AUpdate(PHP_MURMUR3A_CTX *ctx, const unsign... function PHP_HASH_API (line 68) | PHP_HASH_API void PHP_MURMUR3AFinal(unsigned char digest[4], PHP_MURMUR3... function PHP_HASH_API (line 78) | PHP_HASH_API zend_result PHP_MURMUR3ACopy(const php_hash_ops *ops, const... function PHP_HASH_API (line 101) | PHP_HASH_API void PHP_MURMUR3CInit(PHP_MURMUR3C_CTX *ctx, HashTable *args) function PHP_HASH_API (line 128) | PHP_HASH_API void PHP_MURMUR3CUpdate(PHP_MURMUR3C_CTX *ctx, const unsign... function PHP_HASH_API (line 134) | PHP_HASH_API void PHP_MURMUR3CFinal(unsigned char digest[16], PHP_MURMUR... function PHP_HASH_API (line 157) | PHP_HASH_API zend_result PHP_MURMUR3CCopy(const php_hash_ops *ops, const... function PHP_HASH_API (line 180) | PHP_HASH_API void PHP_MURMUR3FInit(PHP_MURMUR3F_CTX *ctx, HashTable *args) function PHP_HASH_API (line 205) | PHP_HASH_API void PHP_MURMUR3FUpdate(PHP_MURMUR3F_CTX *ctx, const unsign... function PHP_HASH_API (line 211) | PHP_HASH_API void PHP_MURMUR3FFinal(unsigned char digest[16], PHP_MURMUR... function PHP_HASH_API (line 234) | PHP_HASH_API zend_result PHP_MURMUR3FCopy(const php_hash_ops *ops, const... FILE: ext/hash/hash_ripemd.c function PHP_HASH_API (line 87) | PHP_HASH_API void PHP_RIPEMD128Init(PHP_RIPEMD128_CTX * context, ZEND_AT... function PHP_HASH_API (line 102) | PHP_HASH_API void PHP_RIPEMD256Init(PHP_RIPEMD256_CTX * context, ZEND_AT... function PHP_HASH_API (line 121) | PHP_HASH_API void PHP_RIPEMD160Init(PHP_RIPEMD160_CTX * context, ZEND_AT... function PHP_HASH_API (line 137) | PHP_HASH_API void PHP_RIPEMD320Init(PHP_RIPEMD320_CTX * context, ZEND_AT... function RIPEMDDecode (line 206) | static void RIPEMDDecode(uint32_t *output, const unsigned char *input, u... function RIPEMD128Transform (line 219) | static void RIPEMD128Transform(uint32_t state[4], const unsigned char bl... function PHP_HASH_API (line 272) | PHP_HASH_API void PHP_RIPEMD128Update(PHP_RIPEMD128_CTX * context, const... function RIPEMD256Transform (line 311) | static void RIPEMD256Transform(uint32_t state[8], const unsigned char bl... function PHP_HASH_API (line 371) | PHP_HASH_API void PHP_RIPEMD256Update(PHP_RIPEMD256_CTX * context, const... function RIPEMD160Transform (line 410) | static void RIPEMD160Transform(uint32_t state[5], const unsigned char bl... function PHP_HASH_API (line 471) | PHP_HASH_API void PHP_RIPEMD160Update(PHP_RIPEMD160_CTX * context, const... function RIPEMD320Transform (line 510) | static void RIPEMD320Transform(uint32_t state[10], const unsigned char b... function PHP_HASH_API (line 580) | PHP_HASH_API void PHP_RIPEMD320Update(PHP_RIPEMD320_CTX * context, const... function RIPEMDEncode (line 627) | static void RIPEMDEncode(unsigned char *output, uint32_t *input, unsigne... function PHP_HASH_API (line 644) | PHP_HASH_API void PHP_RIPEMD128Final(unsigned char digest[16], PHP_RIPEM... function PHP_HASH_API (line 681) | PHP_HASH_API void PHP_RIPEMD256Final(unsigned char digest[32], PHP_RIPEM... function PHP_HASH_API (line 718) | PHP_HASH_API void PHP_RIPEMD160Final(unsigned char digest[20], PHP_RIPEM... function PHP_HASH_API (line 755) | PHP_HASH_API void PHP_RIPEMD320Final(unsigned char digest[40], PHP_RIPEM... FILE: ext/hash/hash_sha.c function SHAEncode32 (line 38) | static void SHAEncode32(unsigned char *output, uint32_t *input, unsigned... function SHADecode32 (line 56) | static void SHADecode32(uint32_t *output, const unsigned char *input, un... function PHP_HASH_API (line 143) | PHP_HASH_API void PHP_SHA256InitArgs(PHP_SHA256_CTX * context, ZEND_ATTR... function SHA256Transform (line 162) | static void SHA256Transform(uint32_t state[8], const unsigned char block... function PHP_HASH_API (line 221) | PHP_HASH_API void PHP_SHA224InitArgs(PHP_SHA224_CTX * context, ZEND_ATTR... function PHP_HASH_API (line 242) | PHP_HASH_API void PHP_SHA224Update(PHP_SHA224_CTX * context, const unsig... function PHP_HASH_API (line 282) | PHP_HASH_API void PHP_SHA224Final(unsigned char digest[28], PHP_SHA224_C... function PHP_HASH_API (line 320) | PHP_HASH_API void PHP_SHA256Update(PHP_SHA256_CTX * context, const unsig... function PHP_HASH_API (line 360) | PHP_HASH_API void PHP_SHA256Final(unsigned char digest[32], PHP_SHA256_C... function SHAEncode64 (line 434) | static void SHAEncode64(unsigned char *output, uint64_t *input, unsigned... function SHADecode64 (line 456) | static void SHADecode64(uint64_t *output, const unsigned char *input, un... function PHP_HASH_API (line 472) | PHP_HASH_API void PHP_SHA384InitArgs(PHP_SHA384_CTX * context, ZEND_ATTR... function SHA512Transform (line 492) | static void SHA512Transform(uint64_t state[8], const unsigned char block... function PHP_HASH_API (line 535) | PHP_HASH_API void PHP_SHA384Update(PHP_SHA384_CTX * context, const unsig... function PHP_HASH_API (line 574) | PHP_HASH_API void PHP_SHA384Final(unsigned char digest[48], PHP_SHA384_C... function PHP_HASH_API (line 633) | PHP_HASH_API void PHP_SHA512InitArgs(PHP_SHA512_CTX * context, ZEND_ATTR... function PHP_HASH_API (line 652) | PHP_HASH_API void PHP_SHA512_256InitArgs(PHP_SHA512_CTX * context, ZEND_... function PHP_HASH_API (line 670) | PHP_HASH_API void PHP_SHA512_224InitArgs(PHP_SHA512_CTX * context, ZEND_... function PHP_HASH_API (line 690) | PHP_HASH_API void PHP_SHA512Update(PHP_SHA512_CTX * context, const unsig... function PHP_HASH_API (line 731) | PHP_HASH_API void PHP_SHA512Final(unsigned char digest[64], PHP_SHA512_C... function PHP_HASH_API (line 775) | PHP_HASH_API void PHP_SHA512_256Final(unsigned char digest[32], PHP_SHA5... function PHP_HASH_API (line 786) | PHP_HASH_API void PHP_SHA512_224Final(unsigned char digest[28], PHP_SHA5... FILE: ext/hash/hash_sha3.c function rol64 (line 34) | static inline uint64_t rol64(uint64_t v, unsigned char b) { function idx (line 37) | static inline unsigned char idx(unsigned char x, unsigned char y) { function load64 (line 42) | static inline uint64_t load64(const unsigned char* x) { function store64 (line 51) | static inline void store64(unsigned char* x, uint64_t val) { function xor64 (line 58) | static inline void xor64(unsigned char* x, uint64_t val) { function LFSR86540 (line 74) | static inline char LFSR86540(unsigned char* pLFSR) function permute (line 88) | static void permute(PHP_SHA3_CTX* ctx) { function PHP_SHA3_Init (line 150) | static void PHP_SHA3_Init(PHP_SHA3_CTX* ctx, function PHP_SHA3_Update (line 155) | static void PHP_SHA3_Update(PHP_SHA3_CTX* ctx, function PHP_SHA3_Final (line 179) | static void PHP_SHA3_Final(unsigned char* digest, function php_sha3_unserialize (line 203) | static int php_sha3_unserialize(php_hashcontext_object *hash, function zend_result (line 295) | static zend_result php_keccak_serialize(const php_hashcontext_object *ha... function php_keccak_unserialize (line 301) | static int php_keccak_unserialize(php_hashcontext_object *hash, zend_lon... FILE: ext/hash/hash_sha_ni.c function __m128i (line 57) | static __m128i function SHA256_Transform_shani (line 115) | void FILE: ext/hash/hash_sha_sse2.c function __m128i (line 42) | static inline __m128i function __m128i (line 103) | static inline __m128i function __m128i (line 123) | static inline __m128i function __m128i (line 169) | static inline __m128i function SHA256_Transform_sse2 (line 200) | void FILE: ext/hash/hash_snefru.c function ph (line 32) | void ph(uint32_t h[16]) function Snefru (line 40) | static inline void Snefru(uint32_t input[16]) function SnefruTransform (line 119) | static inline void SnefruTransform(PHP_SNEFRU_CTX *context, const unsign... function PHP_HASH_API (line 131) | PHP_HASH_API void PHP_SNEFRUInit(PHP_SNEFRU_CTX *context, ZEND_ATTRIBUTE... function PHP_HASH_API (line 138) | PHP_HASH_API void PHP_SNEFRUUpdate(PHP_SNEFRU_CTX *context, const unsign... function PHP_HASH_API (line 170) | PHP_HASH_API void PHP_SNEFRUFinal(unsigned char digest[32], PHP_SNEFRU_C... function php_snefru_unserialize (line 192) | static int php_snefru_unserialize(php_hashcontext_object *hash, zend_lon... FILE: ext/hash/hash_tiger.c function TigerFinalize (line 135) | static inline void TigerFinalize(PHP_TIGER_CTX *context) function TigerDigest (line 168) | static inline void TigerDigest(unsigned char *digest_str, unsigned int d... function PHP_HASH_API (line 177) | PHP_HASH_API void PHP_3TIGERInit(PHP_TIGER_CTX *context, ZEND_ATTRIBUTE_... function PHP_HASH_API (line 185) | PHP_HASH_API void PHP_4TIGERInit(PHP_TIGER_CTX *context, ZEND_ATTRIBUTE_... function PHP_HASH_API (line 194) | PHP_HASH_API void PHP_TIGERUpdate(PHP_TIGER_CTX *context, const unsigned... function PHP_HASH_API (line 221) | PHP_HASH_API void PHP_TIGER128Final(unsigned char digest[16], PHP_TIGER_... function PHP_HASH_API (line 228) | PHP_HASH_API void PHP_TIGER160Final(unsigned char digest[20], PHP_TIGER_... function PHP_HASH_API (line 235) | PHP_HASH_API void PHP_TIGER192Final(unsigned char digest[24], PHP_TIGER_... function php_tiger_unserialize (line 242) | static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long... FILE: ext/hash/hash_whirlpool.c function WhirlpoolTransform (line 37) | static void WhirlpoolTransform(PHP_WHIRLPOOL_CTX *context) function PHP_HASH_API (line 266) | PHP_HASH_API void PHP_WHIRLPOOLInit(PHP_WHIRLPOOL_CTX *context, ZEND_ATT... function PHP_HASH_API (line 271) | PHP_HASH_API void PHP_WHIRLPOOLUpdate(PHP_WHIRLPOOL_CTX *context, const ... function PHP_HASH_API (line 373) | PHP_HASH_API void PHP_WHIRLPOOLFinal(unsigned char digest[64], PHP_WHIRL... function php_whirlpool_unserialize (line 432) | static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_... FILE: ext/hash/hash_xxhash.c function PHP_HASH_API (line 40) | PHP_HASH_API void PHP_XXH32Init(PHP_XXH32_CTX *ctx, HashTable *args) function PHP_HASH_API (line 62) | PHP_HASH_API void PHP_XXH32Update(PHP_XXH32_CTX *ctx, const unsigned cha... function PHP_HASH_API (line 67) | PHP_HASH_API void PHP_XXH32Final(unsigned char digest[4], PHP_XXH32_CTX ... function PHP_HASH_API (line 72) | PHP_HASH_API zend_result PHP_XXH32Copy(const php_hash_ops *ops, const PH... function php_hash_xxh32_unserialize (line 78) | static int php_hash_xxh32_unserialize( function PHP_HASH_API (line 107) | PHP_HASH_API void PHP_XXH64Init(PHP_XXH64_CTX *ctx, HashTable *args) function PHP_HASH_API (line 127) | PHP_HASH_API void PHP_XXH64Update(PHP_XXH64_CTX *ctx, const unsigned cha... function PHP_HASH_API (line 132) | PHP_HASH_API void PHP_XXH64Final(unsigned char digest[8], PHP_XXH64_CTX ... function PHP_HASH_API (line 137) | PHP_HASH_API zend_result PHP_XXH64Copy(const php_hash_ops *ops, const PH... type XXH_errorcode (line 158) | typedef XXH_errorcode (*xxh3_reset_with_secret_func_t)(XXH3_state_t*, co... type XXH_errorcode (line 159) | typedef XXH_errorcode (*xxh3_reset_with_seed_func_t)(XXH3_state_t*, XXH6... function _PHP_XXH3_Init (line 161) | static void _PHP_XXH3_Init(PHP_XXH3_64_CTX *ctx, HashTable *args, function PHP_HASH_API (line 213) | PHP_HASH_API void PHP_XXH3_64_Init(PHP_XXH3_64_CTX *ctx, HashTable *args) function PHP_HASH_API (line 218) | PHP_HASH_API void PHP_XXH3_64_Update(PHP_XXH3_64_CTX *ctx, const unsigne... function PHP_HASH_API (line 223) | PHP_HASH_API void PHP_XXH3_64_Final(unsigned char digest[8], PHP_XXH3_64... function PHP_HASH_API (line 228) | PHP_HASH_API zend_result PHP_XXH3_64_Copy(const php_hash_ops *ops, const... function php_hash_xxh64_unserialize (line 234) | static int php_hash_xxh64_unserialize( function PHP_HASH_API (line 263) | PHP_HASH_API void PHP_XXH3_128_Init(PHP_XXH3_128_CTX *ctx, HashTable *args) function PHP_HASH_API (line 268) | PHP_HASH_API void PHP_XXH3_128_Update(PHP_XXH3_128_CTX *ctx, const unsig... function PHP_HASH_API (line 273) | PHP_HASH_API void PHP_XXH3_128_Final(unsigned char digest[16], PHP_XXH3_... function PHP_HASH_API (line 278) | PHP_HASH_API zend_result PHP_XXH3_128_Copy(const php_hash_ops *ops, cons... FILE: ext/hash/murmur/PMurHash.c function PMurHash32_Process (line 123) | void PMurHash32_Process(uint32_t *ph1, uint32_t *pcarry, const void *key... function PMurHash32_Result (line 208) | uint32_t PMurHash32_Result(uint32_t h, uint32_t carry, uint32_t total_le... FILE: ext/hash/murmur/PMurHash128.c function FORCE_INLINE (line 85) | FORCE_INLINE uint32_t fmix32 ( uint32_t h ) function FORCE_INLINE (line 98) | FORCE_INLINE uint64_t fmix64 ( uint64_t k ) function PMurHash128x86_Result (line 173) | void PMurHash128x86_Result(const uint32_t ph[4], const uint32_t pcarry[4... function PMurHash128x86_Process (line 243) | void PMurHash128x86_Process(uint32_t ph[4], uint32_t pcarry[4], const vo... function PMurHash128x86 (line 427) | void PMurHash128x86(const void * key, const int len, uint32_t seed, void... function PMurHash128x64_Result (line 483) | void PMurHash128x64_Result(const uint64_t ph[2], const uint64_t pcarry[2], function PMurHash128x64_Process (line 526) | void PMurHash128x64_Process(uint64_t ph[2], uint64_t pcarry[2], const vo... function PMurHash128x64 (line 634) | void PMurHash128x64(const void * key, const int len, uint32_t seed, void... FILE: ext/hash/murmur/endianness.h function FORCE_INLINE (line 5) | FORCE_INLINE int IsBigEndian(void) function FORCE_INLINE (line 36) | FORCE_INLINE uint32_t BSWAP32(uint32_t u) function FORCE_INLINE (line 45) | FORCE_INLINE uint64_t BSWAP64(uint64_t u) function getblock32 (line 65) | uint32_t getblock32 ( const uint32_t * const p, const int i) function getblock64 (line 75) | uint64_t getblock64 ( const uint64_t * const p, const int i) FILE: ext/hash/php_hash.h type php_hashcontext_object (line 32) | typedef struct _php_hashcontext_object php_hashcontext_object; type zend_result (line 37) | typedef zend_result (*php_hash_copy_func_t)(const void *ops, const void ... type zend_result (line 38) | typedef zend_result (*php_hash_serialize_func_t)(const php_hashcontext_o... type php_hash_ops (line 41) | typedef struct _php_hash_ops { type _php_hashcontext_object (line 57) | struct _php_hashcontext_object { function php_hashcontext_object (line 67) | static inline php_hashcontext_object *php_hashcontext_from_object(zend_o... function php_hash_bin2hex (line 161) | static inline void php_hash_bin2hex(char *out, const unsigned char *in, ... FILE: ext/hash/php_hash_adler32.h type PHP_ADLER32_CTX (line 20) | typedef struct { FILE: ext/hash/php_hash_crc32.h type PHP_CRC32_CTX (line 22) | typedef struct { FILE: ext/hash/php_hash_fnv.h type php_fnv_type (line 32) | enum php_fnv_type { type PHP_FNV132_CTX (line 42) | typedef struct { type PHP_FNV164_CTX (line 47) | typedef struct { FILE: ext/hash/php_hash_gost.h type PHP_GOST_CTX (line 21) | typedef struct { FILE: ext/hash/php_hash_haval.h type PHP_HAVAL_CTX (line 21) | typedef struct { FILE: ext/hash/php_hash_joaat.h type PHP_JOAAT_CTX (line 20) | typedef struct { FILE: ext/hash/php_hash_md.h type PHP_MD4_CTX (line 24) | typedef struct { type PHP_MD2_CTX (line 37) | typedef struct { FILE: ext/hash/php_hash_murmur.h type PHP_MURMUR3A_CTX (line 20) | typedef struct { type PHP_MURMUR3C_CTX (line 32) | typedef struct { type PHP_MURMUR3F_CTX (line 44) | typedef struct { FILE: ext/hash/php_hash_ripemd.h type PHP_RIPEMD128_CTX (line 21) | typedef struct { type PHP_RIPEMD160_CTX (line 28) | typedef struct { type PHP_RIPEMD256_CTX (line 35) | typedef struct { type PHP_RIPEMD320_CTX (line 42) | typedef struct { FILE: ext/hash/php_hash_sha.h type PHP_SHA224_CTX (line 24) | typedef struct { type PHP_SHA256_CTX (line 37) | typedef struct { type PHP_SHA384_CTX (line 73) | typedef struct { type PHP_SHA512_CTX (line 86) | typedef struct { FILE: ext/hash/php_hash_sha3.h type PHP_SHA3_CTX (line 20) | typedef struct { type PHP_SHA3_CTX (line 32) | typedef PHP_SHA3_CTX PHP_SHA3_224_CTX; type PHP_SHA3_CTX (line 33) | typedef PHP_SHA3_CTX PHP_SHA3_256_CTX; type PHP_SHA3_CTX (line 34) | typedef PHP_SHA3_CTX PHP_SHA3_384_CTX; type PHP_SHA3_CTX (line 35) | typedef PHP_SHA3_CTX PHP_SHA3_512_CTX; FILE: ext/hash/php_hash_snefru.h type PHP_SNEFRU_CTX (line 25) | typedef struct { FILE: ext/hash/php_hash_tiger.h type PHP_TIGER_CTX (line 21) | typedef struct { FILE: ext/hash/php_hash_whirlpool.h type PHP_WHIRLPOOL_CTX (line 21) | typedef struct { FILE: ext/hash/php_hash_xxhash.h type PHP_XXH32_CTX (line 23) | typedef struct { type PHP_XXH64_CTX (line 33) | typedef struct { type PHP_XXH3_CTX (line 46) | typedef struct { type PHP_XXH3_CTX (line 58) | typedef PHP_XXH3_CTX PHP_XXH3_64_CTX; type PHP_XXH3_CTX (line 65) | typedef PHP_XXH3_CTX PHP_XXH3_128_CTX; FILE: ext/hash/sha3/generic32lc/KeccakHash.c function HashReturn (line 21) | HashReturn Keccak_HashInitialize(Keccak_HashInstance *instance, unsigned... function HashReturn (line 37) | HashReturn Keccak_HashUpdate(Keccak_HashInstance *instance, const BitSeq... function HashReturn (line 64) | HashReturn Keccak_HashFinal(Keccak_HashInstance *instance, BitSequence *... function HashReturn (line 75) | HashReturn Keccak_HashSqueeze(Keccak_HashInstance *instance, BitSequence... FILE: ext/hash/sha3/generic32lc/KeccakHash.h type BitSequence (line 24) | typedef unsigned char BitSequence; type DataLength (line 25) | typedef size_t DataLength; type HashReturn (line 26) | typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2 } HashReturn; type Keccak_HashInstance (line 28) | typedef struct { FILE: ext/hash/sha3/generic32lc/KeccakP-1600-inplace32BI.c type UINT8 (line 29) | typedef unsigned char UINT8; type UINT32 (line 30) | typedef unsigned int UINT32; function KeccakP1600_SetBytesInLaneToZero (line 90) | void KeccakP1600_SetBytesInLaneToZero(void *state, unsigned int lanePosi... function KeccakP1600_Initialize (line 118) | void KeccakP1600_Initialize(void *state) function KeccakP1600_AddByte (line 125) | void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int o... function KeccakP1600_AddBytesInLane (line 146) | void KeccakP1600_AddBytesInLane(void *state, unsigned int lanePosition, ... function ALLOW_MISALIGNED_ACCESS (line 173) | ALLOW_MISALIGNED_ACCESS function KeccakP1600_AddBytes (line 214) | void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsign... function KeccakP1600_OverwriteBytesInLane (line 221) | void KeccakP1600_OverwriteBytesInLane(void *state, unsigned int lanePosi... function ALLOW_MISALIGNED_ACCESS (line 229) | ALLOW_MISALIGNED_ACCESS function KeccakP1600_OverwriteBytes (line 270) | void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, ... function KeccakP1600_OverwriteWithZeroes (line 277) | void KeccakP1600_OverwriteWithZeroes(void *state, unsigned int byteCount) function KeccakP1600_ExtractBytesInLane (line 292) | void KeccakP1600_ExtractBytesInLane(const void *state, unsigned int lane... function ALLOW_MISALIGNED_ACCESS (line 317) | ALLOW_MISALIGNED_ACCESS function KeccakP1600_ExtractBytes (line 358) | void KeccakP1600_ExtractBytes(const void *state, unsigned char *data, un... function KeccakP1600_ExtractAndAddBytesInLane (line 365) | void KeccakP1600_ExtractAndAddBytesInLane(const void *state, unsigned in... function ALLOW_MISALIGNED_ACCESS (line 392) | ALLOW_MISALIGNED_ACCESS function KeccakP1600_ExtractAndAddBytes (line 434) | void KeccakP1600_ExtractAndAddBytes(const void *state, const unsigned ch... function KeccakP1600_Permute_Nrounds (line 970) | void KeccakP1600_Permute_Nrounds(void *state, unsigned int nRounds) function KeccakP1600_Permute_12rounds (line 1160) | void KeccakP1600_Permute_12rounds(void *state) function KeccakP1600_Permute_24rounds (line 1167) | void KeccakP1600_Permute_24rounds(void *state) FILE: ext/hash/sha3/generic64lc/KeccakHash.c function HashReturn (line 21) | HashReturn Keccak_HashInitialize(Keccak_HashInstance *instance, unsigned... function HashReturn (line 37) | HashReturn Keccak_HashUpdate(Keccak_HashInstance *instance, const BitSeq... function HashReturn (line 64) | HashReturn Keccak_HashFinal(Keccak_HashInstance *instance, BitSequence *... function HashReturn (line 75) | HashReturn Keccak_HashSqueeze(Keccak_HashInstance *instance, BitSequence... FILE: ext/hash/sha3/generic64lc/KeccakHash.h type BitSequence (line 24) | typedef unsigned char BitSequence; type DataLength (line 25) | typedef size_t DataLength; type HashReturn (line 26) | typedef enum { SUCCESS = 0, FAIL = 1, BAD_HASHLEN = 2 } HashReturn; type Keccak_HashInstance (line 28) | typedef struct { FILE: ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c type UINT8 (line 29) | typedef unsigned char UINT8; type UINT64 (line 30) | typedef unsigned long long int UINT64; function KeccakP1600_Initialize (line 86) | void KeccakP1600_Initialize(void *state) function KeccakP1600_AddBytesInLane (line 101) | void KeccakP1600_AddBytesInLane(void *state, unsigned int lanePosition, ... function ALLOW_MISALIGNED_ACCESS (line 125) | ALLOW_MISALIGNED_ACCESS function KeccakP1600_AddByte (line 185) | void KeccakP1600_AddByte(void *state, unsigned char byte, unsigned int o... function KeccakP1600_AddBytes (line 195) | void KeccakP1600_AddBytes(void *state, const unsigned char *data, unsign... function KeccakP1600_OverwriteBytesInLane (line 202) | void KeccakP1600_OverwriteBytesInLane(void *state, unsigned int lanePosi... function KeccakP1600_OverwriteLanes (line 223) | void KeccakP1600_OverwriteLanes(void *state, const unsigned char *data, ... function KeccakP1600_OverwriteBytes (line 244) | void KeccakP1600_OverwriteBytes(void *state, const unsigned char *data, ... function KeccakP1600_OverwriteWithZeroes (line 251) | void KeccakP1600_OverwriteWithZeroes(void *state, unsigned int byteCount) function KeccakP1600_Permute_Nrounds (line 279) | void KeccakP1600_Permute_Nrounds(void *state, unsigned int nr) FILE: ext/hash/xxhash/xxhash.h type XXH_errorcode (line 343) | typedef enum { XXH_OK=0, XXH_ERROR } XXH_errorcode; type XXH32_hash_t (line 355) | typedef uint32_t XXH32_hash_t; type XXH32_hash_t (line 361) | typedef uint32_t XXH32_hash_t; type XXH32_hash_t (line 366) | typedef unsigned int XXH32_hash_t; type XXH32_hash_t (line 369) | typedef unsigned long XXH32_hash_t; type XXH32_state_t (line 473) | typedef struct XXH32_state_s XXH32_state_t; type XXH32_canonical_t (line 575) | typedef struct { type XXH64_hash_t (line 654) | typedef uint64_t XXH64_hash_t; type XXH64_hash_t (line 659) | typedef uint64_t XXH64_hash_t; type XXH64_hash_t (line 664) | typedef unsigned long XXH64_hash_t; type XXH64_hash_t (line 667) | typedef unsigned long long XXH64_hash_t; type XXH64_state_t (line 717) | typedef struct XXH64_state_s XXH64_state_t; type XXH64_canonical_t (line 727) | typedef struct { unsigned char digest[sizeof(XXH64_hash_t)]; } XXH64_can... type XXH3_state_t (line 836) | typedef struct XXH3_state_s XXH3_state_t; type XXH128_hash_t (line 881) | typedef struct { type XXH128_canonical_t (line 933) | typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_c... type XXH32_state_s (line 975) | struct XXH32_state_s { type XXH64_state_s (line 999) | struct XXH64_state_s { type XXH3_state_s (line 1071) | struct XXH3_state_s { function XXH_free (line 1498) | static void XXH_free(void* p) { free(p); } type xxh_u8 (line 1618) | typedef uint8_t xxh_u8; type xxh_u8 (line 1620) | typedef unsigned char xxh_u8; type XXH32_hash_t (line 1622) | typedef XXH32_hash_t xxh_u32; function xxh_u32 (line 1693) | static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*)... type unalign (line 1704) | typedef union { xxh_u32 u32; } __attribute__((packed)) unalign; function xxh_u32 (line 1706) | static xxh_u32 XXH_read32(const void* ptr) function xxh_u32 (line 1718) | static xxh_u32 XXH_read32(const void* memPtr) function XXH_isLittleEndian (line 1765) | static int XXH_isLittleEndian(void) function xxh_u32 (line 1831) | static xxh_u32 XXH_swap32 (xxh_u32 x) type XXH_alignment (line 1849) | typedef enum { function XXH_FORCE_INLINE (line 1861) | XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* memPtr) function XXH_FORCE_INLINE (line 1870) | XXH_FORCE_INLINE xxh_u32 XXH_readBE32(const void* memPtr) function XXH_FORCE_INLINE (line 1880) | XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) function xxh_u32 (line 1885) | static xxh_u32 XXH_readBE32(const void* ptr) function XXH_FORCE_INLINE (line 1891) | XXH_FORCE_INLINE xxh_u32 function XXH_versionNumber (line 1906) | XXH_PUBLIC_API unsigned XXH_versionNumber (void) { return XXH_VERSION_NU... function xxh_u32 (line 1944) | static xxh_u32 XXH32_round(xxh_u32 acc, xxh_u32 input) function xxh_u32 (line 1998) | static xxh_u32 XXH32_avalanche(xxh_u32 h32) function xxh_u32 (line 2024) | static xxh_u32 function XXH_FORCE_INLINE (line 2113) | XXH_FORCE_INLINE xxh_u32 function XXH_PUBLIC_API (line 2147) | XXH_PUBLIC_API XXH32_hash_t XXH32 (const void* input, size_t len, XXH32_... function XXH_PUBLIC_API (line 2171) | XXH_PUBLIC_API XXH32_state_t* XXH32_createState(void) function XXH_PUBLIC_API (line 2176) | XXH_PUBLIC_API XXH_errorcode XXH32_freeState(XXH32_state_t* statePtr) function XXH_PUBLIC_API (line 2183) | XXH_PUBLIC_API void XXH32_copyState(XXH32_state_t* dstState, const XXH32... function XXH_PUBLIC_API (line 2189) | XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, XXH32_... function XXH_PUBLIC_API (line 2204) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 2259) | XXH_PUBLIC_API XXH32_hash_t XXH32_digest(const XXH32_state_t* state) function XXH_PUBLIC_API (line 2294) | XXH_PUBLIC_API void XXH32_canonicalFromHash(XXH32_canonical_t* dst, XXH3... function XXH_PUBLIC_API (line 2301) | XXH_PUBLIC_API XXH32_hash_t XXH32_hashFromCanonical(const XXH32_canonica... type XXH64_hash_t (line 2319) | typedef XXH64_hash_t xxh_u64; function xxh_u64 (line 2333) | static xxh_u64 XXH_read64(const void* memPtr) type unalign64 (line 2347) | typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unal... function xxh_u64 (line 2349) | static xxh_u64 XXH_read64(const void* ptr) function xxh_u64 (line 2361) | static xxh_u64 XXH_read64(const void* memPtr) function xxh_u64 (line 2375) | static xxh_u64 XXH_swap64(xxh_u64 x) function XXH_FORCE_INLINE (line 2392) | XXH_FORCE_INLINE xxh_u64 XXH_readLE64(const void* memPtr) function XXH_FORCE_INLINE (line 2405) | XXH_FORCE_INLINE xxh_u64 XXH_readBE64(const void* memPtr) function XXH_FORCE_INLINE (line 2419) | XXH_FORCE_INLINE xxh_u64 XXH_readLE64(const void* ptr) function xxh_u64 (line 2424) | static xxh_u64 XXH_readBE64(const void* ptr) function XXH_FORCE_INLINE (line 2430) | XXH_FORCE_INLINE xxh_u64 function xxh_u64 (line 2462) | static xxh_u64 XXH64_round(xxh_u64 acc, xxh_u64 input) function xxh_u64 (line 2470) | static xxh_u64 XXH64_mergeRound(xxh_u64 acc, xxh_u64 val) function xxh_u64 (line 2478) | static xxh_u64 XXH64_avalanche(xxh_u64 h64) function xxh_u64 (line 2491) | static xxh_u64 function XXH_FORCE_INLINE (line 2527) | XXH_FORCE_INLINE xxh_u64 function XXH_PUBLIC_API (line 2565) | XXH_PUBLIC_API XXH64_hash_t XXH64 (const void* input, size_t len, XXH64_... function XXH_PUBLIC_API (line 2587) | XXH_PUBLIC_API XXH64_state_t* XXH64_createState(void) function XXH_PUBLIC_API (line 2592) | XXH_PUBLIC_API XXH_errorcode XXH64_freeState(XXH64_state_t* statePtr) function XXH_PUBLIC_API (line 2599) | XXH_PUBLIC_API void XXH64_copyState(XXH64_state_t* dstState, const XXH64... function XXH_PUBLIC_API (line 2605) | XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, XXH64_... function XXH_PUBLIC_API (line 2619) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 2671) | XXH_PUBLIC_API XXH64_hash_t XXH64_digest(const XXH64_state_t* state) function XXH_PUBLIC_API (line 2694) | XXH_PUBLIC_API void XXH64_canonicalFromHash(XXH64_canonical_t* dst, XXH6... function XXH_PUBLIC_API (line 2702) | XXH_PUBLIC_API XXH64_hash_t XXH64_hashFromCanonical(const XXH64_canonica... type XXH_VECTOR_TYPE (line 2853) | enum XXH_VECTOR_TYPE /* fake enum */ { type xxh_u64x2 (line 3098) | typedef __vector unsigned long long xxh_u64x2; type xxh_u8x16 (line 3099) | typedef __vector unsigned char xxh_u8x16; type xxh_u32x4 (line 3100) | typedef __vector unsigned xxh_u32x4; function XXH_FORCE_INLINE (line 3121) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_revb(xxh_u64x2 val) function XXH_FORCE_INLINE (line 3133) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_loadu(const void *ptr) function XXH_FORCE_INLINE (line 3160) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mulo(xxh_u32x4 a, xxh_u32x4 b) function XXH_FORCE_INLINE (line 3166) | XXH_FORCE_INLINE xxh_u64x2 XXH_vec_mule(xxh_u32x4 a, xxh_u32x4 b) function XXH_FORCE_INLINE (line 3240) | XXH_FORCE_INLINE xxh_u64 function XXH128_hash_t (line 3268) | static XXH128_hash_t function xxh_u64 (line 3402) | static xxh_u64 function XXH_FORCE_INLINE (line 3410) | XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) function XXH64_hash_t (line 3420) | static XXH64_hash_t XXH3_avalanche(xxh_u64 h64) function XXH64_hash_t (line 3433) | static XXH64_hash_t XXH3_rrmxmx(xxh_u64 h64, xxh_u64 len) function XXH_FORCE_INLINE (line 3477) | XXH_FORCE_INLINE XXH64_hash_t function XXH_FORCE_INLINE (line 3499) | XXH_FORCE_INLINE XXH64_hash_t function XXH_FORCE_INLINE (line 3515) | XXH_FORCE_INLINE XXH64_hash_t function XXH_FORCE_INLINE (line 3532) | XXH_FORCE_INLINE XXH64_hash_t function XXH_FORCE_INLINE (line 3569) | XXH_FORCE_INLINE xxh_u64 XXH3_mix16B(const xxh_u8* XXH_RESTRICT input, function XXH_FORCE_INLINE (line 3602) | XXH_FORCE_INLINE XXH64_hash_t function XXH_NO_INLINE (line 3632) | XXH_NO_INLINE XXH64_hash_t function XXH_FORCE_INLINE (line 3697) | XXH_FORCE_INLINE void XXH_writeLE64(void* dst, xxh_u64 v64) type xxh_i64 (line 3711) | typedef int64_t xxh_i64; type xxh_i64 (line 3714) | typedef long long xxh_i64; function XXH3_accumulate_512_avx512 (line 3747) | void function XXH3_scrambleAcc_avx512 (line 3796) | void function XXH3_initCustomSecret_avx512 (line 3820) | void function XXH3_accumulate_512_avx2 (line 3856) | void function XXH3_scrambleAcc_avx2 (line 3890) | void function XXH3_initCustomSecret_avx2 (line 3919) | void XXH3_initCustomSecret_avx2(void* XXH_RESTRICT customSecret, xxh_u64... function XXH3_accumulate_512_sse2 (line 3961) | void function XXH3_scrambleAcc_sse2 (line 3996) | void function XXH3_initCustomSecret_sse2 (line 4025) | void XXH3_initCustomSecret_sse2(void* XXH_RESTRICT customSecret, xxh_u64... function XXH_FORCE_INLINE (line 4062) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4099) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4156) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4192) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4226) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4244) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4261) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4388) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4405) | XXH_FORCE_INLINE void function XXH_FORCE_INLINE (line 4438) | XXH_FORCE_INLINE xxh_u64 function XXH64_hash_t (line 4446) | static XXH64_hash_t function XXH_FORCE_INLINE (line 4476) | XXH_FORCE_INLINE XXH64_hash_t function XXH3_WITH_SECRET_INLINE (line 4499) | XXH3_WITH_SECRET_INLINE XXH64_hash_t function XXH_NO_INLINE (line 4513) | XXH_NO_INLINE XXH64_hash_t function XXH_FORCE_INLINE (line 4532) | XXH_FORCE_INLINE XXH64_hash_t function XXH_NO_INLINE (line 4553) | XXH_NO_INLINE XXH64_hash_t type XXH64_hash_t (line 4563) | typedef XXH64_hash_t (*XXH3_hashLong64_f)(const void* XXH_RESTRICT, size_t, function XXH_FORCE_INLINE (line 4566) | XXH_FORCE_INLINE XXH64_hash_t function XXH_PUBLIC_API (line 4592) | XXH_PUBLIC_API XXH64_hash_t XXH3_64bits(const void* input, size_t len) function XXH_PUBLIC_API (line 4598) | XXH_PUBLIC_API XXH64_hash_t function XXH_PUBLIC_API (line 4605) | XXH_PUBLIC_API XXH64_hash_t function XXH_PUBLIC_API (line 4611) | XXH_PUBLIC_API XXH64_hash_t function XXH_alignedFree (line 4676) | static void XXH_alignedFree(void* p) function XXH_PUBLIC_API (line 4688) | XXH_PUBLIC_API XXH3_state_t* XXH3_createState(void) function XXH_PUBLIC_API (line 4697) | XXH_PUBLIC_API XXH_errorcode XXH3_freeState(XXH3_state_t* statePtr) function XXH_PUBLIC_API (line 4704) | XXH_PUBLIC_API void function XXH3_reset_internal (line 4710) | static void function XXH_PUBLIC_API (line 4738) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 4747) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 4758) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 4770) | XXH_PUBLIC_API XXH_errorcode function XXH_FORCE_INLINE (line 4784) | XXH_FORCE_INLINE void function XXH_PUBLIC_API (line 4932) | XXH_PUBLIC_API XXH_errorcode function XXH_FORCE_INLINE (line 4940) | XXH_FORCE_INLINE void function XXH_PUBLIC_API (line 4975) | XXH_PUBLIC_API XXH64_hash_t XXH3_64bits_digest (const XXH3_state_t* state) function XXH_FORCE_INLINE (line 5011) | XXH_FORCE_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 5040) | XXH_FORCE_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 5067) | XXH_FORCE_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 5142) | XXH_FORCE_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 5161) | XXH_FORCE_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 5173) | XXH_FORCE_INLINE XXH128_hash_t function XXH_NO_INLINE (line 5206) | XXH_NO_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 5255) | XXH_FORCE_INLINE XXH128_hash_t function XXH_NO_INLINE (line 5283) | XXH_NO_INLINE XXH128_hash_t function XXH3_WITH_SECRET_INLINE (line 5297) | XXH3_WITH_SECRET_INLINE XXH128_hash_t function XXH_FORCE_INLINE (line 5307) | XXH_FORCE_INLINE XXH128_hash_t function XXH_NO_INLINE (line 5328) | XXH_NO_INLINE XXH128_hash_t type XXH128_hash_t (line 5337) | typedef XXH128_hash_t (*XXH3_hashLong128_f)(const void* XXH_RESTRICT, si... function XXH_FORCE_INLINE (line 5340) | XXH_FORCE_INLINE XXH128_hash_t function XXH_PUBLIC_API (line 5365) | XXH_PUBLIC_API XXH128_hash_t XXH3_128bits(const void* input, size_t len) function XXH_PUBLIC_API (line 5373) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 5382) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 5391) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 5400) | XXH_PUBLIC_API XXH128_hash_t function XXH_PUBLIC_API (line 5415) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 5422) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 5429) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 5436) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 5443) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 5451) | XXH_PUBLIC_API XXH128_hash_t XXH3_128bits_digest (const XXH3_state_t* st... function XXH_PUBLIC_API (line 5482) | XXH_PUBLIC_API int XXH128_isEqual(XXH128_hash_t h1, XXH128_hash_t h2) function XXH_PUBLIC_API (line 5493) | XXH_PUBLIC_API int XXH128_cmp(const void* h128_1, const void* h128_2) function zend_always_inline (line 5506) | static zend_always_inline void function XXH_PUBLIC_API (line 5519) | XXH_PUBLIC_API XXH128_hash_t function XXH3_combine16 (line 5536) | static void XXH3_combine16(void* dst, XXH128_hash_t h128) function XXH_PUBLIC_API (line 5543) | XXH_PUBLIC_API XXH_errorcode function XXH_PUBLIC_API (line 5580) | XXH_PUBLIC_API void FILE: ext/iconv/iconv.c function PHP_GINIT_FUNCTION (line 118) | static PHP_GINIT_FUNCTION(iconv) type php_iconv_enc_scheme_t (line 134) | typedef enum _php_iconv_enc_scheme_t { function PHP_INI_MH (line 169) | static PHP_INI_MH(OnUpdateInputEncoding) function PHP_INI_MH (line 182) | static PHP_INI_MH(OnUpdateOutputEncoding) function PHP_INI_MH (line 195) | static PHP_INI_MH(OnUpdateInternalEncoding) function PHP_MINIT_FUNCTION (line 217) | PHP_MINIT_FUNCTION(miconv) function PHP_MSHUTDOWN_FUNCTION (line 235) | PHP_MSHUTDOWN_FUNCTION(miconv) function PHP_MINFO_FUNCTION (line 244) | PHP_MINFO_FUNCTION(miconv) function zend_result (line 283) | static zend_result php_iconv_output_conflict(const char *handler_name, s... function php_output_handler (line 294) | static php_output_handler *php_iconv_output_handler_init(const char *han... function zend_result (line 299) | static zend_result php_iconv_output_handler(void **nothing, php_output_c... function php_iconv_err_t (line 355) | static php_iconv_err_t _php_iconv_appendl(smart_str *d, const char *s, s... function php_iconv_err_t (line 412) | static php_iconv_err_t _php_iconv_appendc(smart_str *d, const char c, ic... function _php_check_ignore (line 420) | static int _php_check_ignore(const char *charset) function PHP_ICONV_API (line 437) | PHP_ICONV_API php_iconv_err_t php_iconv_string(const char *in_p, size_t ... function php_iconv_err_t (line 547) | static php_iconv_err_t _php_iconv_strlen(size_t *pretval, const char *st... function php_iconv_err_t (line 622) | static php_iconv_err_t _php_iconv_substr(smart_str *pretval, function php_iconv_err_t (line 753) | static php_iconv_err_t _php_iconv_strpos(size_t *pretval, function php_iconv_err_t (line 903) | static php_iconv_err_t _php_iconv_mime_encode(smart_str *pretval, const ... function php_iconv_err_t (line 1193) | static php_iconv_err_t _php_iconv_mime_decode(smart_str *pretval, const ... function _php_iconv_show_error (line 1744) | static void _php_iconv_show_error(php_iconv_err_t err, const char *out_c... function PHP_FUNCTION (line 1789) | PHP_FUNCTION(iconv_strlen) function PHP_FUNCTION (line 1822) | PHP_FUNCTION(iconv_substr) function PHP_FUNCTION (line 1863) | PHP_FUNCTION(iconv_strpos) function PHP_FUNCTION (line 1921) | PHP_FUNCTION(iconv_strrpos) function PHP_FUNCTION (line 1963) | PHP_FUNCTION(iconv_mime_encode) function PHP_FUNCTION (line 2061) | PHP_FUNCTION(iconv_mime_decode) function PHP_FUNCTION (line 2098) | PHP_FUNCTION(iconv_mime_decode_headers) function PHP_FUNCTION (line 2197) | PHP_FUNCTION(iconv) function PHP_FUNCTION (line 2229) | PHP_FUNCTION(iconv_set_encoding) function PHP_FUNCTION (line 2267) | PHP_FUNCTION(iconv_get_encoding) type php_iconv_stream_filter (line 2295) | typedef struct _php_iconv_stream_filter { function php_iconv_stream_filter_dtor (line 2308) | static void php_iconv_stream_filter_dtor(php_iconv_stream_filter *self) function php_iconv_err_t (line 2317) | static php_iconv_err_t php_iconv_stream_filter_ctor(php_iconv_stream_fil... function php_iconv_stream_filter_append_bucket (line 2343) | static int php_iconv_stream_filter_append_bucket( function php_stream_filter_status_t (line 2520) | static php_stream_filter_status_t php_iconv_stream_filter_do_filter( function php_iconv_stream_filter_cleanup (line 2562) | static void php_iconv_stream_filter_cleanup(php_stream_filter *filter) function php_stream_filter (line 2576) | static php_stream_filter *php_iconv_stream_filter_factory_create(const c... function php_iconv_err_t (line 2619) | static php_iconv_err_t php_iconv_stream_filter_register_factory(void) function php_iconv_err_t (line 2635) | static php_iconv_err_t php_iconv_stream_filter_unregister_factory(void) FILE: ext/iconv/iconv.stub.php function iconv_strlen (line 26) | function iconv_strlen(string $string, ?string $encoding = null): int|fal... function iconv_substr (line 29) | function iconv_substr(string $string, int $offset, ?int $length = null, ... function iconv_strpos (line 31) | function iconv_strpos(string $haystack, string $needle, int $offset = 0,... function iconv_strrpos (line 33) | function iconv_strrpos(string $haystack, string $needle, ?string $encodi... function iconv_mime_encode (line 36) | function iconv_mime_encode(string $field_name, string $field_value, arra... function iconv_mime_decode (line 39) | function iconv_mime_decode(string $string, int $mode = 0, ?string $encod... function iconv_mime_decode_headers (line 45) | function iconv_mime_decode_headers(string $headers, int $mode = 0, ?stri... function iconv (line 48) | function iconv(string $from_encoding, string $to_encoding, string $strin... function iconv_set_encoding (line 50) | function iconv_set_encoding(string $type, string $encoding): bool {} function iconv_get_encoding (line 56) | function iconv_get_encoding(string $type = "all"): array|string|false {} FILE: ext/iconv/iconv_arginfo.h function register_iconv_symbols (line 87) | static void register_iconv_symbols(int module_number) FILE: ext/iconv/php_iconv.h type php_iconv_err_t (line 69) | typedef enum _php_iconv_err_t { FILE: ext/intl/breakiterator/breakiterator.stub.php class IntlBreakIterator (line 6) | class IntlBreakIterator implements IteratorAggregate method createCharacterInstance (line 51) | public static function createCharacterInstance(?string $locale = null)... method createCodePointInstance (line 54) | public static function createCodePointInstance(): IntlCodePointBreakIt... method createLineInstance (line 57) | public static function createLineInstance(?string $locale = null): ?In... method createSentenceInstance (line 60) | public static function createSentenceInstance(?string $locale = null):... method createTitleInstance (line 63) | public static function createTitleInstance(?string $locale = null): ?I... method createWordInstance (line 66) | public static function createWordInstance(?string $locale = null): ?In... method __construct (line 68) | private function __construct() {} method current (line 71) | public function current(): int {} method first (line 74) | public function first(): int {} method following (line 77) | public function following(int $offset): int {} method getErrorCode (line 80) | public function getErrorCode(): int {} method getErrorMessage (line 83) | public function getErrorMessage(): string {} method getLocale (line 86) | public function getLocale(int $type): string|false {} method getPartsIterator (line 89) | public function getPartsIterator(string $type = IntlPartsIterator::KEY... method getText (line 92) | public function getText(): ?string {} method isBoundary (line 95) | public function isBoundary(int $offset): bool {} method last (line 98) | public function last(): int {} method next (line 101) | public function next(?int $offset = null): int {} method preceding (line 104) | public function preceding(int $offset): int {} method previous (line 107) | public function previous(): int {} method setText (line 110) | public function setText(string $text): bool {} method getIterator (line 112) | public function getIterator(): Iterator {} class IntlRuleBasedBreakIterator (line 116) | class IntlRuleBasedBreakIterator extends IntlBreakIterator method __construct (line 118) | public function __construct(string $rules, bool $compiled = false) {} method getBinaryRules (line 121) | public function getBinaryRules(): string|false {} method getRules (line 124) | public function getRules(): string|false {} method getRuleStatus (line 127) | public function getRuleStatus(): int {} method getRuleStatusVec (line 130) | public function getRuleStatusVec(): array|false {} class IntlCodePointBreakIterator (line 134) | class IntlCodePointBreakIterator extends IntlBreakIterator method getLastCodePoint (line 137) | public function getLastCodePoint(): int {} FILE: ext/intl/breakiterator/breakiterator_arginfo.h function zend_class_entry (line 154) | static zend_class_entry *register_class_IntlBreakIterator(zend_class_ent... function zend_class_entry (line 279) | static zend_class_entry *register_class_IntlRuleBasedBreakIterator(zend_... function zend_class_entry (line 289) | static zend_class_entry *register_class_IntlCodePointBreakIterator(zend_... FILE: ext/intl/breakiterator/breakiterator_class.cpp function U_CFUNC (line 46) | U_CFUNC void breakiterator_object_create(zval *object, function U_CFUNC (line 66) | U_CFUNC void breakiterator_object_construct(zval *object, function BreakIterator_compare_objects (line 77) | static int BreakIterator_compare_objects(zval *object1, function zend_object (line 97) | static zend_object *BreakIterator_clone_obj(zend_object *object) function HashTable (line 122) | static HashTable *BreakIterator_get_debug_info(zend_object *object, int ... function breakiterator_object_init (line 162) | static void breakiterator_object_init(BreakIterator_object *bio) function BreakIterator_objects_free (line 171) | static void BreakIterator_objects_free(zend_object *object) function zend_object (line 187) | static zend_object *BreakIterator_object_create(zend_class_entry *ce) function U_CFUNC (line 204) | U_CFUNC void breakiterator_register_BreakIterator_class(void) FILE: ext/intl/breakiterator/breakiterator_class.h type BreakIterator (line 26) | typedef void BreakIterator; type BreakIterator_object (line 31) | typedef struct { function BreakIterator_object (line 44) | static inline BreakIterator_object *php_intl_breakiterator_fetch_object(... FILE: ext/intl/breakiterator/breakiterator_iterators.cpp function BreakIterator (line 38) | inline BreakIterator *_breakiter_prolog(zend_object_iterator *iter) function _breakiterator_destroy_it (line 51) | static void _breakiterator_destroy_it(zend_object_iterator *iter) function _breakiterator_move_forward (line 57) | static void _breakiterator_move_forward(zend_object_iterator *iter) function _breakiterator_rewind (line 74) | static void _breakiterator_rewind(zend_object_iterator *iter) function zoi_with_current_dtor_self (line 83) | static void zoi_with_current_dtor_self(zend_object_iterator *iter) function U_CFUNC (line 104) | U_CFUNC zend_object_iterator *_breakiterator_get_iterator( type zoi_break_iter_parts (line 137) | struct zoi_break_iter_parts { function _breakiterator_parts_destroy_it (line 144) | static void _breakiterator_parts_destroy_it(zend_object_iterator *iter) function _breakiterator_parts_get_current_key (line 149) | static void _breakiterator_parts_get_current_key(zend_object_iterator *i... function _breakiterator_parts_move_forward (line 163) | static void _breakiterator_parts_move_forward(zend_object_iterator *iter) function _breakiterator_parts_rewind (line 203) | static void _breakiterator_parts_rewind(zend_object_iterator *iter) function IntlIterator_from_BreakIterator_parts (line 228) | void IntlIterator_from_BreakIterator_parts(zval *break_iter_zv, function U_CFUNC (line 256) | U_CFUNC PHP_METHOD(IntlPartsIterator, getBreakIterator) function U_CFUNC (line 267) | U_CFUNC PHP_METHOD(IntlPartsIterator, getRuleStatus) function U_CFUNC (line 281) | U_CFUNC void breakiterator_register_IntlPartsIterator_class(void) FILE: ext/intl/breakiterator/breakiterator_iterators.stub.php class IntlPartsIterator (line 6) | class IntlPartsIterator extends IntlIterator method getBreakIterator (line 16) | public function getBreakIterator(): IntlBreakIterator {} method getRuleStatus (line 19) | public function getRuleStatus(): int {} FILE: ext/intl/breakiterator/breakiterator_iterators_arginfo.h function zend_class_entry (line 19) | static zend_class_entry *register_class_IntlPartsIterator(zend_class_ent... FILE: ext/intl/breakiterator/breakiterator_methods.cpp function U_CFUNC (line 37) | U_CFUNC PHP_METHOD(IntlBreakIterator, __construct) function _breakiter_factory (line 44) | static void _breakiter_factory(const char *func_name, function U_CFUNC (line 77) | U_CFUNC PHP_METHOD(IntlBreakIterator, createWordInstance) function U_CFUNC (line 84) | U_CFUNC PHP_METHOD(IntlBreakIterator, createLineInstance) function U_CFUNC (line 91) | U_CFUNC PHP_METHOD(IntlBreakIterator, createCharacterInstance) function U_CFUNC (line 98) | U_CFUNC PHP_METHOD(IntlBreakIterator, createSentenceInstance) function U_CFUNC (line 105) | U_CFUNC PHP_METHOD(IntlBreakIterator, createTitleInstance) function U_CFUNC (line 112) | U_CFUNC PHP_METHOD(IntlBreakIterator, createCodePointInstance) function U_CFUNC (line 122) | U_CFUNC PHP_METHOD(IntlBreakIterator, getText) function U_CFUNC (line 138) | U_CFUNC PHP_METHOD(IntlBreakIterator, setText) function _breakiter_no_args_ret_int32 (line 168) | static void _breakiter_no_args_ret_int32( function _breakiter_int32_ret_int32 (line 184) | static void _breakiter_int32_ret_int32( function U_CFUNC (line 208) | U_CFUNC PHP_METHOD(IntlBreakIterator, first) function U_CFUNC (line 214) | U_CFUNC PHP_METHOD(IntlBreakIterator, last) function U_CFUNC (line 220) | U_CFUNC PHP_METHOD(IntlBreakIterator, previous) function U_CFUNC (line 226) | U_CFUNC PHP_METHOD(IntlBreakIterator, next) function U_CFUNC (line 245) | U_CFUNC PHP_METHOD(IntlBreakIterator, current) function U_CFUNC (line 259) | U_CFUNC PHP_METHOD(IntlBreakIterator, following) function U_CFUNC (line 266) | U_CFUNC PHP_METHOD(IntlBreakIterator, preceding) function U_CFUNC (line 273) | U_CFUNC PHP_METHOD(IntlBreakIterator, isBoundary) function U_CFUNC (line 295) | U_CFUNC PHP_METHOD(IntlBreakIterator, getLocale) function U_CFUNC (line 322) | U_CFUNC PHP_METHOD(IntlBreakIterator, getPartsIterator) function U_CFUNC (line 347) | U_CFUNC PHP_METHOD(IntlBreakIterator, getErrorCode) function U_CFUNC (line 359) | U_CFUNC PHP_METHOD(IntlBreakIterator, getErrorMessage) function U_CFUNC (line 375) | U_CFUNC PHP_METHOD(IntlBreakIterator, getIterator) FILE: ext/intl/breakiterator/codepointiterator_internal.cpp function CodePointBreakIterator (line 51) | CodePointBreakIterator& CodePointBreakIterator::operator=(const CodePoin... function UBool (line 79) | UBool CodePointBreakIterator::operator==(const BreakIterator& that) const function CodePointBreakIterator (line 96) | CodePointBreakIterator* CodePointBreakIterator::clone(void) const function CharacterIterator (line 101) | CharacterIterator& CodePointBreakIterator::getText(void) const function UText (line 112) | UText *CodePointBreakIterator::getUText(UText *fillIn, UErrorCode &statu... function UBool (line 209) | UBool CodePointBreakIterator::isBoundary(int32_t offset) function CodePointBreakIterator (line 233) | CodePointBreakIterator *CodePointBreakIterator::createBufferClone( function CodePointBreakIterator (line 273) | CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *... FILE: ext/intl/breakiterator/codepointiterator_internal.h function namespace (line 25) | namespace PHP { FILE: ext/intl/breakiterator/codepointiterator_methods.cpp function CodePointBreakIterator (line 24) | static inline CodePointBreakIterator *fetch_cpbi(BreakIterator_object *b... function U_CFUNC (line 28) | U_CFUNC PHP_METHOD(IntlCodePointBreakIterator, getLastCodePoint) FILE: ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp function RuleBasedBreakIterator (line 31) | static inline RuleBasedBreakIterator *fetch_rbbi(BreakIterator_object *b... function _php_intlrbbi_constructor_body (line 35) | static void _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAMETERS,... function U_CFUNC (line 100) | U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, __construct) function U_CFUNC (line 112) | U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getRules) function U_CFUNC (line 135) | U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getRuleStatus) function U_CFUNC (line 147) | U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getRuleStatusVec) function U_CFUNC (line 178) | U_CFUNC PHP_METHOD(IntlRuleBasedBreakIterator, getBinaryRules) FILE: ext/intl/calendar/calendar.stub.php class IntlCalendar (line 6) | class IntlCalendar method __construct (line 90) | private function __construct() {} method createInstance (line 97) | public static function createInstance($timezone = null, ?string $local... method equals (line 103) | public function equals(IntlCalendar $other): bool {} method fieldDifference (line 109) | public function fieldDifference(float $timestamp, int $field): int|fal... method add (line 115) | public function add(int $field, int $value): bool {} method after (line 121) | public function after(IntlCalendar $other): bool {} method before (line 127) | public function before(IntlCalendar $other): bool {} method clear (line 133) | public function clear(?int $field = null): true {} method fromDateTime (line 139) | public static function fromDateTime(DateTime|string $datetime, ?string... method get (line 145) | public function get(int $field): int|false {} method getActualMaximum (line 151) | public function getActualMaximum(int $field): int|false {} method getActualMinimum (line 157) | public function getActualMinimum(int $field): int|false {} method getAvailableLocales (line 164) | public static function getAvailableLocales(): array {} method getDayOfWeekType (line 170) | public function getDayOfWeekType(int $dayOfWeek): int|false {} method getErrorCode (line 176) | public function getErrorCode(): int|false {} method getErrorMessage (line 182) | public function getErrorMessage(): string|false {} method getFirstDayOfWeek (line 188) | public function getFirstDayOfWeek(): int|false {} method getGreatestMinimum (line 194) | public function getGreatestMinimum(int $field): int|false {} method getKeywordValuesForLocale (line 200) | public static function getKeywordValuesForLocale(string $keyword, stri... method getLeastMaximum (line 206) | public function getLeastMaximum(int $field): int|false {} method getLocale (line 212) | public function getLocale(int $type): string|false {} method getMaximum (line 218) | public function getMaximum(int $field): int|false {} method getMinimalDaysInFirstWeek (line 224) | public function getMinimalDaysInFirstWeek(): int|false {} method setMinimalDaysInFirstWeek (line 230) | public function setMinimalDaysInFirstWeek(int $days): true {} method getMinimum (line 236) | public function getMinimum(int $field): int|false {} method getNow (line 242) | public static function getNow(): float {} method getRepeatedWallTimeOption (line 248) | public function getRepeatedWallTimeOption(): int {} method getSkippedWallTimeOption (line 254) | public function getSkippedWallTimeOption(): int {} method getTime (line 260) | public function getTime(): float|false {} method getTimeZone (line 266) | public function getTimeZone(): IntlTimeZone|false {} method getType (line 272) | public function getType(): string {} method getWeekendTransition (line 278) | public function getWeekendTransition(int $dayOfWeek): int|false {} method inDaylightTime (line 284) | public function inDaylightTime(): bool {} method isEquivalentTo (line 290) | public function isEquivalentTo(IntlCalendar $other): bool {} method isLenient (line 296) | public function isLenient(): bool {} method isWeekend (line 302) | public function isWeekend(?float $timestamp = null): bool {} method roll (line 309) | public function roll(int $field, $value): bool {} method isSet (line 315) | public function isSet(int $field): bool {} method set (line 321) | public function set(int $year, int $month, int $dayOfMonth = UNKNOWN, ... method setDate (line 323) | public function setDate(int $year, int $month, int $dayOfMonth): void {} method setDateTime (line 325) | public function setDateTime(int $year, int $month, int $dayOfMonth, in... method setFirstDayOfWeek (line 331) | public function setFirstDayOfWeek(int $dayOfWeek): true {} method setLenient (line 337) | public function setLenient(bool $lenient): true {} method setRepeatedWallTimeOption (line 343) | public function setRepeatedWallTimeOption(int $option): true {} method setSkippedWallTimeOption (line 349) | public function setSkippedWallTimeOption(int $option): true {} method setTime (line 355) | public function setTime(float $timestamp): bool {} method setTimeZone (line 362) | public function setTimeZone($timezone): bool {} method toDateTime (line 368) | public function toDateTime(): DateTime|false {} class IntlGregorianCalendar (line 372) | class IntlGregorianCalendar extends IntlCalendar method createFromDate (line 374) | public static function createFromDate(int $year, int $month, int $dayO... method createFromDateTime (line 376) | public static function createFromDateTime(int $year, int $month, int $... method __construct (line 386) | public function __construct($timezoneOrYear = UNKNOWN, $localeOrMonth ... method setGregorianChange (line 392) | public function setGregorianChange(float $timestamp): bool {} method getGregorianChange (line 398) | public function getGregorianChange(): float {} method isLeapYear (line 404) | public function isLeapYear(int $year): bool {} FILE: ext/intl/calendar/calendar_arginfo.h function zend_class_entry (line 323) | static zend_class_entry *register_class_IntlCalendar(void) function zend_class_entry (line 567) | static zend_class_entry *register_class_IntlGregorianCalendar(zend_class... FILE: ext/intl/calendar/calendar_class.cpp function U_CFUNC (line 43) | U_CFUNC void calendar_object_create(zval *object, function U_CFUNC (line 60) | U_CFUNC Calendar *calendar_fetch_native_calendar(zend_object *object) function U_CFUNC (line 67) | U_CFUNC void calendar_object_construct(zval *object, function zend_object (line 78) | static zend_object *Calendar_clone_obj(zend_object *object) function HashTable (line 133) | static HashTable *Calendar_get_debug_info(zend_object *object, int *is_t... function calendar_object_init (line 212) | static void calendar_object_init(Calendar_object *co) function Calendar_objects_free (line 220) | static void Calendar_objects_free(zend_object *object) function zend_object (line 235) | static zend_object *Calendar_object_create(zend_class_entry *ce) function calendar_register_IntlCalendar_class (line 252) | void calendar_register_IntlCalendar_class(void) FILE: ext/intl/calendar/calendar_class.h type Calendar (line 26) | typedef void Calendar; type Calendar_object (line 31) | typedef struct { function Calendar_object (line 41) | static inline Calendar_object *php_intl_calendar_fetch_object(zend_objec... FILE: ext/intl/calendar/calendar_methods.cpp function U_CFUNC (line 66) | U_CFUNC PHP_METHOD(IntlCalendar, __construct) function U_CFUNC (line 73) | U_CFUNC PHP_FUNCTION(intlcal_create_instance) class BugStringCharEnumeration (line 109) | class BugStringCharEnumeration : public StringEnumeration method BugStringCharEnumeration (line 112) | explicit BugStringCharEnumeration(UEnumeration* _uenum) : uenum(_uenum... method count (line 119) | int32_t count(UErrorCode& status) const override { method UnicodeString (line 123) | const UnicodeString* snext(UErrorCode& status) override method reset (line 148) | void reset(UErrorCode& status) override function U_CFUNC (line 162) | U_CFUNC PHP_FUNCTION(intlcal_get_keyword_values_for_locale) function U_CFUNC (line 190) | U_CFUNC PHP_FUNCTION(intlcal_get_now) function U_CFUNC (line 199) | U_CFUNC PHP_FUNCTION(intlcal_get_available_locales) function _php_intlcal_field_uec_ret_in32t_method (line 214) | static void _php_intlcal_field_uec_ret_in32t_method( function U_CFUNC (line 237) | U_CFUNC PHP_FUNCTION(intlcal_get) function U_CFUNC (line 243) | U_CFUNC PHP_FUNCTION(intlcal_get_time) function U_CFUNC (line 261) | U_CFUNC PHP_FUNCTION(intlcal_set_time) function U_CFUNC (line 279) | U_CFUNC PHP_FUNCTION(intlcal_add) function U_CFUNC (line 301) | U_CFUNC PHP_FUNCTION(intlcal_set_time_zone) function _php_intlcal_before_after (line 330) | static void _php_intlcal_before_after( function U_CFUNC (line 358) | U_CFUNC PHP_FUNCTION(intlcal_after) function U_CFUNC (line 363) | U_CFUNC PHP_FUNCTION(intlcal_before) function U_CFUNC (line 368) | U_CFUNC PHP_FUNCTION(intlcal_set) function U_CFUNC (line 417) | U_CFUNC PHP_METHOD(IntlCalendar, setDate) function U_CFUNC (line 439) | U_CFUNC PHP_METHOD(IntlCalendar, setDateTime) function U_CFUNC (line 469) | U_CFUNC PHP_FUNCTION(intlcal_roll) function U_CFUNC (line 498) | U_CFUNC PHP_FUNCTION(intlcal_clear) function U_CFUNC (line 522) | U_CFUNC PHP_FUNCTION(intlcal_field_difference) function U_CFUNC (line 545) | U_CFUNC PHP_FUNCTION(intlcal_get_actual_maximum) function U_CFUNC (line 551) | U_CFUNC PHP_FUNCTION(intlcal_get_actual_minimum) function U_CFUNC (line 557) | U_CFUNC PHP_FUNCTION(intlcal_get_day_of_week_type) function U_CFUNC (line 579) | U_CFUNC PHP_FUNCTION(intlcal_get_first_day_of_week) function _php_intlcal_field_ret_in32t_method (line 597) | static void _php_intlcal_field_ret_in32t_method( function U_CFUNC (line 619) | U_CFUNC PHP_FUNCTION(intlcal_get_greatest_minimum) function U_CFUNC (line 625) | U_CFUNC PHP_FUNCTION(intlcal_get_least_maximum) function U_CFUNC (line 631) | U_CFUNC PHP_FUNCTION(intlcal_get_locale) function U_CFUNC (line 656) | U_CFUNC PHP_FUNCTION(intlcal_get_maximum) function U_CFUNC (line 662) | U_CFUNC PHP_FUNCTION(intlcal_get_minimal_days_in_first_week) function U_CFUNC (line 680) | U_CFUNC PHP_FUNCTION(intlcal_get_minimum) function U_CFUNC (line 686) | U_CFUNC PHP_FUNCTION(intlcal_get_time_zone) function U_CFUNC (line 707) | U_CFUNC PHP_FUNCTION(intlcal_get_type) function U_CFUNC (line 721) | U_CFUNC PHP_FUNCTION(intlcal_get_weekend_transition) function U_CFUNC (line 743) | U_CFUNC PHP_FUNCTION(intlcal_in_daylight_time) function U_CFUNC (line 761) | U_CFUNC PHP_FUNCTION(intlcal_is_equivalent_to) function U_CFUNC (line 784) | U_CFUNC PHP_FUNCTION(intlcal_is_lenient) function U_CFUNC (line 798) | U_CFUNC PHP_FUNCTION(intlcal_is_set) function U_CFUNC (line 815) | U_CFUNC PHP_FUNCTION(intlcal_is_weekend) function U_CFUNC (line 839) | U_CFUNC PHP_FUNCTION(intlcal_set_first_day_of_week) function U_CFUNC (line 858) | U_CFUNC PHP_FUNCTION(intlcal_set_lenient) function U_CFUNC (line 875) | U_CFUNC PHP_FUNCTION(intlcal_set_minimal_days_in_first_week) function U_CFUNC (line 898) | U_CFUNC PHP_FUNCTION(intlcal_equals) function U_CFUNC (line 923) | U_CFUNC PHP_FUNCTION(intlcal_get_repeated_wall_time_option) function U_CFUNC (line 937) | U_CFUNC PHP_FUNCTION(intlcal_get_skipped_wall_time_option) function U_CFUNC (line 951) | U_CFUNC PHP_FUNCTION(intlcal_set_repeated_wall_time_option) function U_CFUNC (line 974) | U_CFUNC PHP_FUNCTION(intlcal_set_skipped_wall_time_option) function U_CFUNC (line 998) | U_CFUNC PHP_FUNCTION(intlcal_from_date_time) function U_CFUNC (line 1084) | U_CFUNC PHP_FUNCTION(intlcal_to_date_time) function U_CFUNC (line 1161) | U_CFUNC PHP_FUNCTION(intlcal_get_error_code) function U_CFUNC (line 1178) | U_CFUNC PHP_FUNCTION(intlcal_get_error_message) FILE: ext/intl/calendar/gregoriancalendar_methods.cpp function GregorianCalendar (line 48) | static inline GregorianCalendar *fetch_greg(Calendar_object *co) { function set_gregorian_calendar_time_zone (line 52) | static bool set_gregorian_calendar_time_zone(GregorianCalendar *gcal, UE... function _php_intlgregcal_constructor_body (line 81) | static void _php_intlgregcal_constructor_body( function U_CFUNC (line 211) | U_CFUNC PHP_FUNCTION(intlgregcal_create_instance) function U_CFUNC (line 219) | U_CFUNC PHP_METHOD(IntlGregorianCalendar, __construct) function U_CFUNC (line 231) | U_CFUNC PHP_METHOD(IntlGregorianCalendar, createFromDate) function U_CFUNC (line 267) | U_CFUNC PHP_METHOD(IntlGregorianCalendar, createFromDateTime) function U_CFUNC (line 315) | U_CFUNC PHP_FUNCTION(intlgregcal_set_gregorian_change) function U_CFUNC (line 335) | U_CFUNC PHP_FUNCTION(intlgregcal_get_gregorian_change) function U_CFUNC (line 350) | U_CFUNC PHP_FUNCTION(intlgregcal_is_leap_year) FILE: ext/intl/collator/collator.stub.php class Collator (line 17) | class Collator method __construct (line 78) | public function __construct(string $locale) {} method create (line 84) | public static function create(string $locale): ?Collator {} method compare (line 90) | public function compare(string $string1, string $string2): int|false {} method sort (line 96) | public function sort(array &$array, int $flags = Collator::SORT_REGULA... method sortWithSortKeys (line 102) | public function sortWithSortKeys(array &$array): bool {} method asort (line 108) | public function asort(array &$array, int $flags = Collator::SORT_REGUL... method getAttribute (line 114) | public function getAttribute(int $attribute): int|false {} method setAttribute (line 120) | public function setAttribute(int $attribute, int $value): bool {} method getStrength (line 126) | public function getStrength(): int {} method setStrength (line 132) | public function setStrength(int $strength): true {} method getLocale (line 138) | public function getLocale(int $type): string|false {} method getErrorCode (line 144) | public function getErrorCode(): int|false {} method getErrorMessage (line 150) | public function getErrorMessage(): string|false {} method getSortKey (line 156) | public function getSortKey(string $string): string|false {} FILE: ext/intl/collator/collator_arginfo.h function register_collator_symbols (line 91) | static void register_collator_symbols(int module_number) function zend_class_entry (line 97) | static zend_class_entry *register_class_Collator(void) FILE: ext/intl/collator/collator_attr.c function PHP_FUNCTION (line 27) | PHP_FUNCTION( collator_get_attribute ) function PHP_FUNCTION (line 51) | PHP_FUNCTION( collator_set_attribute ) function PHP_FUNCTION (line 76) | PHP_FUNCTION( collator_get_strength ) function PHP_FUNCTION (line 96) | PHP_FUNCTION( collator_set_strength ) FILE: ext/intl/collator/collator_class.c function Collator_objects_free (line 35) | void Collator_objects_free(zend_object *object ) function zend_object (line 46) | zend_object *Collator_object_create(zend_class_entry *ce ) function collator_register_Collator_symbols (line 64) | void collator_register_Collator_symbols(int module_number) function collator_object_init (line 87) | void collator_object_init( Collator_object* co ) function collator_object_destroy (line 99) | void collator_object_destroy( Collator_object* co ) FILE: ext/intl/collator/collator_class.h type Collator_object (line 27) | typedef struct { function Collator_object (line 44) | static inline Collator_object *php_intl_collator_fetch_object(zend_objec... FILE: ext/intl/collator/collator_compare.c function PHP_FUNCTION (line 25) | PHP_FUNCTION( collator_compare ) FILE: ext/intl/collator/collator_convert.c function collator_convert_hash_item_from_utf8_to_utf16 (line 35) | static void collator_convert_hash_item_from_utf8_to_utf16( function collator_convert_hash_item_from_utf16_to_utf8 (line 76) | static void collator_convert_hash_item_from_utf16_to_utf8( function collator_convert_hash_from_utf8_to_utf16 (line 115) | void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCo... function collator_convert_hash_from_utf16_to_utf8 (line 134) | void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCo... function zval (line 159) | zval* collator_convert_zstr_utf16_to_utf8( zval* utf16_zval, zval *rv ) function zend_string (line 177) | zend_string *collator_convert_zstr_utf8_to_utf16(zend_string *utf8_str) function zval (line 202) | zval* collator_convert_object_to_string( zval* obj, zval *rv ) function zval (line 264) | zval* collator_convert_string_to_number( zval* str, zval *rv ) function zval (line 288) | zval* collator_convert_string_to_double( zval* str, zval *rv ) function zval (line 309) | zval* collator_convert_string_to_number_if_possible( zval* str, zval *rv ) function zend_string (line 343) | zend_string *collator_zval_to_string(zval *arg) function zval (line 367) | zval* collator_normalize_sort_argument( zval* arg, zval *rv ) FILE: ext/intl/collator/collator_create.c function collator_ctor (line 25) | static int collator_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handli... function PHP_FUNCTION (line 58) | PHP_FUNCTION( collator_create ) FILE: ext/intl/collator/collator_error.c function PHP_FUNCTION (line 24) | PHP_FUNCTION( collator_get_error_code ) function PHP_FUNCTION (line 46) | PHP_FUNCTION( collator_get_error_message ) FILE: ext/intl/collator/collator_is_numeric.c function collator_u_strtod (line 19) | static double collator_u_strtod(const UChar *nptr, UChar **endptr) /* {{... function zend_long (line 113) | static zend_long collator_u_strtol(const UChar *nptr, UChar **endptr, in... function collator_is_numeric (line 207) | uint8_t collator_is_numeric( UChar *str, int32_t length, zend_long *lval... FILE: ext/intl/collator/collator_locale.c function PHP_FUNCTION (line 27) | PHP_FUNCTION( collator_get_locale ) FILE: ext/intl/collator/collator_sort.c type zend_long (line 28) | typedef zend_long ptrdiff_t; type collator_sort_key_index_t (line 35) | typedef struct _collator_sort_key_index { function collator_regular_compare_function (line 51) | static int collator_regular_compare_function(zval *result, zval *op1, zv... function collator_numeric_compare_function (line 136) | static int collator_numeric_compare_function(zval *result, zval *op1, zv... function collator_icu_compare_function (line 168) | static int collator_icu_compare_function(zval *result, zval *op1, zval *... function collator_compare_func (line 191) | static int collator_compare_func(Bucket *f, Bucket *s) function collator_cmp_sort_keys (line 222) | static int collator_cmp_sort_keys( const void *p1, const void *p2 ) function collator_compare_func_t (line 232) | static collator_compare_func_t collator_get_compare_function( const zend... function collator_sort_internal (line 257) | static void collator_sort_internal( int renumber, INTERNAL_FUNCTION_PARA... function PHP_FUNCTION (line 309) | PHP_FUNCTION( collator_sort ) function collator_sortkey_swap (line 315) | static void collator_sortkey_swap(collator_sort_key_index_t *p, collator... function PHP_FUNCTION (line 327) | PHP_FUNCTION( collator_sort_with_sort_keys ) function PHP_FUNCTION (line 492) | PHP_FUNCTION( collator_asort ) function PHP_FUNCTION (line 499) | PHP_FUNCTION( collator_get_sort_key ) FILE: ext/intl/common/common.stub.php class IntlIterator (line 737) | class IntlIterator implements Iterator method current (line 740) | public function current(): mixed {} method key (line 743) | public function key(): mixed {} method next (line 746) | public function next(): void {} method rewind (line 749) | public function rewind(): void {} method valid (line 752) | public function valid(): bool {} FILE: ext/intl/common/common_arginfo.h function register_common_symbols (line 32) | static void register_common_symbols(int module_number) function zend_class_entry (line 177) | static zend_class_entry *register_class_IntlIterator(zend_class_entry *c... FILE: ext/intl/common/common_date.cpp function U_CFUNC (line 33) | U_CFUNC TimeZone *timezone_convert_datetimezone(int type, function U_CFUNC (line 97) | U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, function U_CFUNC (line 166) | U_CFUNC double intl_zval_to_millis(zval *z, intl_error *err, const char ... FILE: ext/intl/common/common_enum.cpp function zoi_with_current_dtor (line 35) | void zoi_with_current_dtor(zend_object_iterator *iter) function U_CFUNC (line 42) | U_CFUNC zend_result zoi_with_current_valid(zend_object_iterator *iter) function U_CFUNC (line 47) | U_CFUNC zval *zoi_with_current_get_current_data(zend_object_iterator *iter) function U_CFUNC (line 52) | U_CFUNC void zoi_with_current_invalidate_current(zend_object_iterator *i... function string_enum_current_move_forward (line 61) | static void string_enum_current_move_forward(zend_object_iterator *iter) function HashTable (line 84) | HashTable *zoi_with_current_get_gc(zend_object_iterator *iter, zval **ta... function string_enum_rewind (line 92) | static void string_enum_rewind(zend_object_iterator *iter) function string_enum_destroy_it (line 115) | static void string_enum_destroy_it(zend_object_iterator *iter) function U_CFUNC (line 131) | U_CFUNC void IntlIterator_from_StringEnumeration(StringEnumeration *se, ... function IntlIterator_objects_dtor (line 146) | static void IntlIterator_objects_dtor(zend_object *object) function IntlIterator_objects_free (line 156) | static void IntlIterator_objects_free(zend_object *object) function HashTable (line 165) | static HashTable *IntlIterator_object_get_gc(zend_object *obj, zval **ta... function zend_object_iterator (line 183) | static zend_object_iterator *IntlIterator_get_iterator( function zend_object (line 205) | static zend_object *IntlIterator_object_create(zend_class_entry *ce) function PHP_METHOD (line 220) | PHP_METHOD(IntlIterator, current) function PHP_METHOD (line 234) | PHP_METHOD(IntlIterator, key) function PHP_METHOD (line 249) | PHP_METHOD(IntlIterator, next) function PHP_METHOD (line 262) | PHP_METHOD(IntlIterator, rewind) function PHP_METHOD (line 277) | PHP_METHOD(IntlIterator, valid) function U_CFUNC (line 287) | U_CFUNC void intl_register_common_symbols(int module_number) FILE: ext/intl/common/common_enum.h type IntlIterator_object (line 48) | typedef struct { function IntlIterator_object (line 55) | static inline IntlIterator_object *php_intl_iterator_fetch_object(zend_o... type zoi_with_current (line 60) | typedef struct { FILE: ext/intl/common/common_error.c function PHP_FUNCTION (line 24) | PHP_FUNCTION( intl_get_error_code ) function PHP_FUNCTION (line 33) | PHP_FUNCTION( intl_get_error_message ) function PHP_FUNCTION (line 45) | PHP_FUNCTION( intl_is_failure ) function PHP_FUNCTION (line 60) | PHP_FUNCTION( intl_error_name ) FILE: ext/intl/converter/converter.c type php_converter_object (line 28) | typedef struct _php_converter_object { function php_converter_object (line 37) | static inline php_converter_object *php_converter_fetch_object(zend_obje... function php_converter_throw_failure (line 50) | static inline void php_converter_throw_failure(php_converter_object *obj... function php_converter_default_callback (line 64) | static void php_converter_default_callback(zval *return_value, zval *zob... function php_converter_check_limits (line 141) | static inline bool php_converter_check_limits(php_converter_object *objv... function php_converter_append_toUnicode_target (line 153) | static void php_converter_append_toUnicode_target(zval *val, UConverterT... function php_converter_to_u_callback (line 210) | static void php_converter_to_u_callback(const void *context, function php_converter_append_fromUnicode_target (line 258) | static void php_converter_append_fromUnicode_target(zval *val, UConverte... function php_converter_from_u_callback (line 292) | static void php_converter_from_u_callback(const void *context, function php_converter_set_callbacks (line 339) | static inline bool php_converter_set_callbacks(php_converter_object *obj... function php_converter_set_encoding (line 369) | static bool php_converter_set_encoding(php_converter_object *objval, function php_converter_do_set_encoding (line 408) | static void php_converter_do_set_encoding(UConverter **pcnv, INTERNAL_FU... function php_converter_do_get_encoding (line 438) | static void php_converter_do_get_encoding(php_converter_object *objval, ... function php_converter_do_get_type (line 474) | static void php_converter_do_get_type(php_converter_object *objval, UCon... function php_converter_resolve_callback (line 509) | static void php_converter_resolve_callback(zval *zobj, function zend_string (line 624) | static zend_string* php_converter_do_convert(UConverter *dest_cnv, function php_converter_free_object (line 891) | static void php_converter_free_object(zend_object *obj) { function zend_object (line 906) | static zend_object *php_converter_object_ctor(zend_class_entry *ce, php_... function zend_object (line 920) | static zend_object *php_converter_create_object(zend_class_entry *ce) { function zend_object (line 929) | static zend_object *php_converter_clone_object(zend_object *object) { function php_converter_minit (line 966) | int php_converter_minit(INIT_FUNC_ARGS) { FILE: ext/intl/converter/converter.stub.php class UConverter (line 6) | class UConverter method __construct (line 96) | public function __construct(?string $destination_encoding = null, ?str... method convert (line 99) | public function convert(string $str, bool $reverse = false): string|fa... method fromUCallback (line 105) | public function fromUCallback(int $reason, array $source, int $codePoi... method getAliases (line 111) | public static function getAliases(string $name): array|false|null {} method getAvailable (line 117) | public static function getAvailable(): array {} method getDestinationEncoding (line 120) | public function getDestinationEncoding(): string|false|null {} method getDestinationType (line 123) | public function getDestinationType(): int|false|null {} method getErrorCode (line 126) | public function getErrorCode(): int {} method getErrorMessage (line 129) | public function getErrorMessage(): ?string {} method getSourceEncoding (line 132) | public function getSourceEncoding(): string|false|null {} method getSourceType (line 135) | public function getSourceType(): int|false|null {} method getStandards (line 138) | public static function getStandards(): ?array {} method getSubstChars (line 141) | public function getSubstChars(): string|false|null {} method reasonText (line 144) | public static function reasonText(int $reason): string {} method setDestinationEncoding (line 147) | public function setDestinationEncoding(string $encoding): bool {} method setSourceEncoding (line 150) | public function setSourceEncoding(string $encoding): bool {} method setSubstChars (line 153) | public function setSubstChars(string $chars): bool {} method toUCallback (line 159) | public function toUCallback(int $reason, string $source, string $codeU... method transcode (line 162) | public static function transcode(string $str, string $toEncoding, stri... FILE: ext/intl/converter/converter_arginfo.h function zend_class_entry (line 120) | static zend_class_entry *register_class_UConverter(void) FILE: ext/intl/dateformat/dateformat.c function PHP_FUNCTION (line 25) | PHP_FUNCTION( datefmt_get_error_code ) function PHP_FUNCTION (line 44) | PHP_FUNCTION( datefmt_get_error_message ) FILE: ext/intl/dateformat/dateformat.stub.php class IntlDateFormatter (line 6) | class IntlDateFormatter method __construct (line 38) | public function __construct( method create (line 52) | public static function create( method getDateType (line 65) | public function getDateType(): int|false {} method getTimeType (line 71) | public function getTimeType(): int|false {} method getCalendar (line 77) | public function getCalendar(): int|false {} method setCalendar (line 83) | public function setCalendar(IntlCalendar|int|null $calendar): bool {} method getTimeZoneId (line 89) | public function getTimeZoneId(): string|false {} method getCalendarObject (line 95) | public function getCalendarObject(): IntlCalendar|false|null {} method getTimeZone (line 101) | public function getTimeZone(): IntlTimeZone|false {} method setTimeZone (line 108) | public function setTimeZone($timezone): bool {} method setPattern (line 114) | public function setPattern(string $pattern): bool {} method getPattern (line 120) | public function getPattern(): string|false {} method getLocale (line 126) | public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|fals... method setLenient (line 132) | public function setLenient(bool $lenient): void {} method isLenient (line 138) | public function isLenient(): bool {} method format (line 145) | public function format($datetime): string|false {} method formatObject (line 153) | public static function formatObject($datetime, $format = null, ?string... method parse (line 160) | public function parse(string $string, &$offset = null): int|float|fals... method parseToCalendar (line 165) | public function parseToCalendar(string $string, &$offset = null): int|... method localtime (line 173) | public function localtime(string $string, &$offset = null): array|fals... method getErrorCode (line 179) | public function getErrorCode(): int {} method getErrorMessage (line 185) | public function getErrorMessage(): string {} FILE: ext/intl/dateformat/dateformat_arginfo.h function zend_class_entry (line 143) | static zend_class_entry *register_class_IntlDateFormatter(void) FILE: ext/intl/dateformat/dateformat_attr.c function PHP_FUNCTION (line 27) | PHP_FUNCTION( datefmt_get_datetype ) function PHP_FUNCTION (line 47) | PHP_FUNCTION( datefmt_get_timetype ) function PHP_FUNCTION (line 67) | PHP_FUNCTION( datefmt_get_pattern ) function PHP_FUNCTION (line 103) | PHP_FUNCTION( datefmt_set_pattern ) function PHP_FUNCTION (line 139) | PHP_FUNCTION( datefmt_get_locale ) function PHP_FUNCTION (line 164) | PHP_FUNCTION( datefmt_is_lenient ) function PHP_FUNCTION (line 185) | PHP_FUNCTION( datefmt_set_lenient ) FILE: ext/intl/dateformat/dateformat_attrcpp.cpp function DateFormat (line 33) | static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { function U_CFUNC (line 38) | U_CFUNC PHP_FUNCTION(datefmt_get_timezone_id) function U_CFUNC (line 59) | U_CFUNC PHP_FUNCTION(datefmt_get_timezone) function U_CFUNC (line 83) | U_CFUNC PHP_FUNCTION(datefmt_set_timezone) function U_CFUNC (line 109) | U_CFUNC PHP_FUNCTION(datefmt_get_calendar) function U_CFUNC (line 130) | U_CFUNC PHP_FUNCTION(datefmt_get_calendar_object) function U_CFUNC (line 159) | U_CFUNC PHP_FUNCTION(datefmt_set_calendar) FILE: ext/intl/dateformat/dateformat_class.c function IntlDateFormatter_object_free (line 32) | void IntlDateFormatter_object_free( zend_object *object ) function zend_object (line 47) | zend_object *IntlDateFormatter_object_create(zend_class_entry *ce) function zend_object (line 65) | zend_object *IntlDateFormatter_object_clone(zend_object *object) function dateformat_register_IntlDateFormatter_class (line 96) | void dateformat_register_IntlDateFormatter_class( void ) FILE: ext/intl/dateformat/dateformat_class.h type IntlDateFormatter_object (line 24) | typedef struct { function IntlDateFormatter_object (line 33) | static inline IntlDateFormatter_object *php_intl_dateformatter_fetch_obj... FILE: ext/intl/dateformat/dateformat_create.cpp function zend_result (line 49) | static zend_result datefmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error... function U_CFUNC (line 213) | U_CFUNC PHP_FUNCTION( datefmt_create ) function U_CFUNC (line 224) | U_CFUNC PHP_METHOD( IntlDateFormatter, __construct ) FILE: ext/intl/dateformat/dateformat_data.c function dateformat_data_init (line 23) | void dateformat_data_init( dateformat_data* datef_data ) function dateformat_data_free (line 36) | void dateformat_data_free( dateformat_data* datef_data ) function dateformat_data (line 52) | dateformat_data* dateformat_data_create( void ) FILE: ext/intl/dateformat/dateformat_data.h type dateformat_data (line 23) | typedef struct { FILE: ext/intl/dateformat/dateformat_format.c function internal_format (line 31) | static void internal_format(IntlDateFormatter_object *dfo, UDate timesta... function internal_get_arr_ele (line 56) | static int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo, function UDate (line 92) | static UDate internal_get_timestamp(IntlDateFormatter_object *dfo, function PHP_FUNCTION (line 141) | PHP_FUNCTION(datefmt_format) FILE: ext/intl/dateformat/dateformat_format_object.cpp function valid_format (line 52) | static bool valid_format(zval *z) { function U_CFUNC (line 65) | U_CFUNC PHP_FUNCTION(datefmt_format_object) FILE: ext/intl/dateformat/dateformat_helpers.cpp function datefmt_process_calendar_arg (line 31) | int datefmt_process_calendar_arg( FILE: ext/intl/dateformat/dateformat_parse.c function internal_parse_to_timestamp (line 34) | static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, c... function add_to_localtime_arr (line 71) | static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* r... function internal_parse_to_localtime (line 88) | static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, c... function PHP_FUNCTION (line 129) | PHP_FUNCTION(datefmt_parse) function PHP_FUNCTION (line 211) | PHP_FUNCTION(datefmt_localtime) FILE: ext/intl/dateformat/datepatterngenerator.stub.php class IntlDatePatternGenerator (line 6) | class IntlDatePatternGenerator method __construct (line 8) | public function __construct(?string $locale = null) {} method create (line 10) | public static function create(?string $locale = null): ?IntlDatePatter... method getBestPattern (line 12) | public function getBestPattern(string $skeleton): string|false {} FILE: ext/intl/dateformat/datepatterngenerator_arginfo.h function zend_class_entry (line 27) | static zend_class_entry *register_class_IntlDatePatternGenerator(void) FILE: ext/intl/dateformat/datepatterngenerator_class.cpp function zend_object (line 37) | static zend_object *IntlDatePatternGenerator_object_clone(zend_object *o... function IntlDatePatternGenerator_object_init (line 62) | static void IntlDatePatternGenerator_object_init(IntlDatePatternGenerato... function IntlDatePatternGenerator_object_free (line 68) | static void IntlDatePatternGenerator_object_free(zend_object *object) function zend_object (line 81) | static zend_object *IntlDatePatternGenerator_object_create(zend_class_en... function dateformat_register_IntlDatePatternGenerator_class (line 100) | void dateformat_register_IntlDatePatternGenerator_class( void ) FILE: ext/intl/dateformat/datepatterngenerator_class.h type DateTimePatternGenerator (line 24) | typedef void DateTimePatternGenerator; type IntlDatePatternGenerator_object (line 29) | typedef struct { function IntlDatePatternGenerator_object (line 39) | static inline IntlDatePatternGenerator_object *php_intl_datepatterngener... FILE: ext/intl/dateformat/datepatterngenerator_methods.cpp function zend_result (line 33) | static zend_result dtpg_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_ha... function U_CFUNC (line 79) | U_CFUNC PHP_METHOD( IntlDatePatternGenerator, create ) function U_CFUNC (line 88) | U_CFUNC PHP_METHOD( IntlDatePatternGenerator, __construct ) function U_CFUNC (line 109) | U_CFUNC PHP_METHOD( IntlDatePatternGenerator, getBestPattern ) FILE: ext/intl/formatter/formatter.stub.php class NumberFormatter (line 6) | class NumberFormatter method __construct (line 188) | public function __construct(string $locale, int $style, ?string $patte... method create (line 194) | public static function create(string $locale, int $style, ?string $pat... method format (line 200) | public function format(int|float $num, int $type = NumberFormatter::TY... method parse (line 207) | public function parse(string $string, int $type = NumberFormatter::TYP... method formatCurrency (line 213) | public function formatCurrency(float $amount, string $currency): strin... method parseCurrency (line 221) | public function parseCurrency(string $string, &$currency, &$offset = n... method setAttribute (line 227) | public function setAttribute(int $attribute, int|float $value): bool {} method getAttribute (line 233) | public function getAttribute(int $attribute): int|float|false {} method setTextAttribute (line 239) | public function setTextAttribute(int $attribute, string $value): bool {} method getTextAttribute (line 245) | public function getTextAttribute(int $attribute): string|false {} method setSymbol (line 251) | public function setSymbol(int $symbol, string $value): bool {} method getSymbol (line 257) | public function getSymbol(int $symbol): string|false {} method setPattern (line 263) | public function setPattern(string $pattern): bool {} method getPattern (line 269) | public function getPattern(): string|false {} method getLocale (line 275) | public function getLocale(int $type = ULOC_ACTUAL_LOCALE): string|fals... method getErrorCode (line 281) | public function getErrorCode(): int {} method getErrorMessage (line 287) | public function getErrorMessage(): string {} FILE: ext/intl/formatter/formatter_arginfo.h function zend_class_entry (line 121) | static zend_class_entry *register_class_NumberFormatter(void) FILE: ext/intl/formatter/formatter_attr.c function PHP_FUNCTION (line 26) | PHP_FUNCTION( numfmt_get_attribute ) function PHP_FUNCTION (line 88) | PHP_FUNCTION( numfmt_get_text_attribute ) function PHP_FUNCTION (line 125) | PHP_FUNCTION( numfmt_set_attribute ) function PHP_FUNCTION (line 178) | PHP_FUNCTION( numfmt_set_text_attribute ) function PHP_FUNCTION (line 213) | PHP_FUNCTION( numfmt_get_symbol ) function PHP_FUNCTION (line 254) | PHP_FUNCTION( numfmt_set_symbol ) function PHP_FUNCTION (line 294) | PHP_FUNCTION( numfmt_get_pattern ) function PHP_FUNCTION (line 329) | PHP_FUNCTION( numfmt_set_pattern ) function PHP_FUNCTION (line 368) | PHP_FUNCTION( numfmt_get_locale ) FILE: ext/intl/formatter/formatter_class.c function NumberFormatter_object_free (line 36) | void NumberFormatter_object_free( zend_object *object ) function zend_object (line 47) | zend_object *NumberFormatter_object_create(zend_class_entry *ce) function zend_object (line 61) | zend_object *NumberFormatter_object_clone(zend_object *object) function formatter_register_class (line 91) | void formatter_register_class( void ) FILE: ext/intl/formatter/formatter_class.h type NumberFormatter_object (line 25) | typedef struct { function NumberFormatter_object (line 30) | static inline NumberFormatter_object *php_intl_number_format_fetch_objec... FILE: ext/intl/formatter/formatter_data.c function formatter_data_init (line 24) | void formatter_data_init( formatter_data* nf_data ) function formatter_data_free (line 37) | void formatter_data_free( formatter_data* nf_data ) function formatter_data (line 53) | formatter_data* formatter_data_create( void ) FILE: ext/intl/formatter/formatter_data.h type formatter_data (line 24) | typedef struct { FILE: ext/intl/formatter/formatter_format.c function PHP_FUNCTION (line 28) | PHP_FUNCTION( numfmt_format ) function PHP_FUNCTION (line 126) | PHP_FUNCTION( numfmt_format_currency ) FILE: ext/intl/formatter/formatter_main.c function numfmt_ctor (line 27) | static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling... function PHP_FUNCTION (line 91) | PHP_FUNCTION( numfmt_create ) function PHP_FUNCTION (line 120) | PHP_FUNCTION( numfmt_get_error_code ) function PHP_FUNCTION (line 139) | PHP_FUNCTION( numfmt_get_error_message ) FILE: ext/intl/formatter/formatter_parse.c function PHP_FUNCTION (line 31) | PHP_FUNCTION( numfmt_parse ) function PHP_FUNCTION (line 123) | PHP_FUNCTION( numfmt_parse_currency ) FILE: ext/intl/grapheme/grapheme_string.c function PHP_FUNCTION (line 33) | PHP_FUNCTION(grapheme_strlen) function PHP_FUNCTION (line 82) | PHP_FUNCTION(grapheme_strpos) function PHP_FUNCTION (line 135) | PHP_FUNCTION(grapheme_stripos) function PHP_FUNCTION (line 200) | PHP_FUNCTION(grapheme_strrpos) function PHP_FUNCTION (line 258) | PHP_FUNCTION(grapheme_strripos) function PHP_FUNCTION (line 325) | PHP_FUNCTION(grapheme_substr) function strstr_common_handler (line 538) | static void strstr_common_handler(INTERNAL_FUNCTION_PARAMETERS, int f_ig... function PHP_FUNCTION (line 598) | PHP_FUNCTION(grapheme_strstr) function PHP_FUNCTION (line 605) | PHP_FUNCTION(grapheme_stristr) function grapheme_extract_charcount_iter (line 612) | static inline int32_t function grapheme_extract_bytecount_iter (line 652) | static inline int32_t function grapheme_extract_count_iter (line 677) | static inline int32_t function PHP_FUNCTION (line 708) | PHP_FUNCTION(grapheme_extract) function PHP_FUNCTION (line 837) | PHP_FUNCTION(grapheme_str_split) FILE: ext/intl/grapheme/grapheme_util.c function grapheme_close_global_iterator (line 31) | ZEND_EXTERN_MODULE_GLOBALS( intl ) function grapheme_substr_ascii (line 48) | void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t... function grapheme_strpos_utf16 (line 97) | int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char ... function zend_long (line 215) | zend_long grapheme_ascii_check(const unsigned char *day, size_t len) function grapheme_split_string (line 229) | int32_t grapheme_split_string(const UChar *text, int32_t text_length, in... function grapheme_count_graphemes (line 267) | int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int3... function grapheme_get_haystack_offset (line 291) | int32_t grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) function zend_long (line 331) | zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, ch... function UBreakIterator (line 371) | UBreakIterator* grapheme_get_break_iterator(void *stack_buffer, UErrorCo... FILE: ext/intl/idn/idn.c function zend_result (line 38) | static zend_result php_intl_idn_check_status(UErrorCode err, const char ... function php_intl_idn_to_46 (line 54) | static void php_intl_idn_to_46(INTERNAL_FUNCTION_PARAMETERS, function php_intl_idn_handoff (line 110) | static void php_intl_idn_handoff(INTERNAL_FUNCTION_PARAMETERS, int mode) function PHP_FUNCTION (line 152) | PHP_FUNCTION(idn_to_ascii) function PHP_FUNCTION (line 160) | PHP_FUNCTION(idn_to_utf8) FILE: ext/intl/intl_convert.c function intl_convert_utf8_to_utf16 (line 48) | void intl_convert_utf8_to_utf16( function zend_string (line 116) | zend_string* intl_convert_utf16_to_utf8( FILE: ext/intl/intl_convertcpp.cpp function intl_stringFromChar (line 24) | int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len, U... function zend_string (line 55) | zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *... FILE: ext/intl/intl_data.h type intl_object (line 28) | typedef struct _intl_data { FILE: ext/intl/intl_error.c function intl_error (line 33) | static intl_error* intl_g_error_get( void ) function intl_free_custom_error_msg (line 40) | static void intl_free_custom_error_msg( intl_error* err ) function intl_error (line 55) | intl_error* intl_error_create( void ) function intl_error_init (line 66) | void intl_error_init( intl_error* err ) function intl_error_reset (line 78) | void intl_error_reset( intl_error* err ) function intl_error_set_custom_msg (line 90) | void intl_error_set_custom_msg( intl_error* err, const char* msg, int co... function zend_string (line 116) | zend_string * intl_error_get_message( intl_error* err ) function intl_error_set_code (line 141) | void intl_error_set_code( intl_error* err, UErrorCode err_code ) function UErrorCode (line 151) | UErrorCode intl_error_get_code( intl_error* err ) function intl_error_set (line 161) | void intl_error_set( intl_error* err, UErrorCode code, const char* msg, ... function intl_errors_set (line 169) | void intl_errors_set( intl_error* err, UErrorCode code, const char* msg,... function intl_errors_reset (line 177) | void intl_errors_reset( intl_error* err ) function intl_errors_set_custom_msg (line 187) | void intl_errors_set_custom_msg( intl_error* err, const char* msg, int c... function intl_errors_set_code (line 197) | void intl_errors_set_code( intl_error* err, UErrorCode err_code ) function smart_str (line 206) | smart_str intl_parse_error_to_string( UParseError* pe ) FILE: ext/intl/intl_error.h type intl_error (line 26) | typedef struct _intl_error { FILE: ext/intl/locale/locale.stub.php class Locale (line 5) | class Locale method getDefault (line 32) | public static function getDefault(): string {} method setDefault (line 38) | public static function setDefault(string $locale): true {} method getPrimaryLanguage (line 44) | public static function getPrimaryLanguage(string $locale): ?string{} method getScript (line 50) | public static function getScript(string $locale): ?string {} method getRegion (line 56) | public static function getRegion(string $locale): ?string {} method getKeywords (line 63) | public static function getKeywords(string $locale): array|false|null {} method getDisplayScript (line 69) | public static function getDisplayScript(string $locale, ?string $displ... method getDisplayRegion (line 75) | public static function getDisplayRegion(string $locale, ?string $displ... method getDisplayName (line 81) | public static function getDisplayName(string $locale, ?string $display... method getDisplayLanguage (line 87) | public static function getDisplayLanguage(string $locale, ?string $dis... method getDisplayVariant (line 93) | public static function getDisplayVariant(string $locale, ?string $disp... method composeLocale (line 99) | public static function composeLocale(array $subtags): string|false {} method parseLocale (line 105) | public static function parseLocale(string $locale): ?array {} method getAllVariants (line 111) | public static function getAllVariants(string $locale): ?array {} method filterMatches (line 117) | public static function filterMatches(string $languageTag, string $loca... method lookup (line 123) | public static function lookup(array $languageTag, string $locale, bool... method canonicalize (line 129) | public static function canonicalize(string $locale): ?string {} method acceptFromHttp (line 135) | public static function acceptFromHttp(string $header): string|false {} FILE: ext/intl/locale/locale_arginfo.h function zend_class_entry (line 106) | static zend_class_entry *register_class_Locale(void) FILE: ext/intl/locale/locale_class.c function locale_register_Locale_class (line 31) | void locale_register_Locale_class( void ) FILE: ext/intl/locale/locale_class.h type Locale_object (line 25) | typedef struct { FILE: ext/intl/locale/locale_methods.c function findOffset (line 198) | static int16_t findOffset(const char* const* list, const char* key) function zend_off_t (line 237) | static zend_off_t getStrrtokenPos(char* str, zend_off_t savedPos) function zend_off_t (line 267) | static zend_off_t getSingletonPos(const char* str) function PHP_NAMED_FUNCTION (line 299) | PHP_NAMED_FUNCTION(zif_locale_get_default) function PHP_NAMED_FUNCTION (line 311) | PHP_NAMED_FUNCTION(zif_locale_set_default) function zend_string (line 342) | static zend_string* get_icu_value_internal( const char* loc_name , char*... function get_icu_value_src_php (line 467) | static void get_icu_value_src_php( char* tag_name, INTERNAL_FUNCTION_PAR... function PHP_FUNCTION (line 523) | PHP_FUNCTION( locale_get_script ) function PHP_FUNCTION (line 530) | PHP_FUNCTION( locale_get_region ) function PHP_FUNCTION (line 537) | PHP_FUNCTION(locale_get_primary_language ) function get_icu_disp_value_src_php (line 547) | static void get_icu_disp_value_src_php( char* tag_name, INTERNAL_FUNCTIO... function PHP_FUNCTION (line 677) | PHP_FUNCTION(locale_get_display_name) function PHP_FUNCTION (line 684) | PHP_FUNCTION(locale_get_display_language) function PHP_FUNCTION (line 691) | PHP_FUNCTION(locale_get_display_script) function PHP_FUNCTION (line 698) | PHP_FUNCTION(locale_get_display_region) function PHP_FUNCTION (line 712) | PHP_FUNCTION(locale_get_display_variant) function PHP_FUNCTION (line 724) | PHP_FUNCTION( locale_get_keywords ) function PHP_FUNCTION (line 794) | PHP_FUNCTION(locale_canonicalize) function append_key_value (line 806) | static int append_key_value(smart_str* loc_name, HashTable* hash_arr, ch... function add_prefix (line 831) | static void add_prefix(smart_str* loc_name, char* key_name) function append_multiple_key_values (line 847) | static int append_multiple_key_values(smart_str* loc_name, HashTable* ha... function handleAppendResult (line 921) | static int handleAppendResult( int result, smart_str* loc_name) function PHP_FUNCTION (line 939) | PHP_FUNCTION(locale_compose) function zend_string (line 1019) | static zend_string* get_private_subtags(const char* loc_name) function add_array_entry (line 1058) | static int add_array_entry(const char* loc_name, zval* hash_arr, char* k... function PHP_FUNCTION (line 1120) | PHP_FUNCTION(locale_parse) function PHP_FUNCTION (line 1156) | PHP_FUNCTION(locale_get_all_variants) function strToMatch (line 1207) | static int strToMatch(const char* str ,char *retstr) function PHP_FUNCTION (line 1240) | PHP_FUNCTION(locale_filter_matches) function array_cleanup (line 1397) | static void array_cleanup( char* arr[] , int arr_size) function zend_string (line 1413) | static zend_string* lookup_loc_range(const char* loc_range, HashTable* h... function PHP_FUNCTION (line 1524) | PHP_FUNCTION(locale_lookup) function PHP_FUNCTION (line 1579) | PHP_FUNCTION(locale_accept_from_http) FILE: ext/intl/msgformat/msgformat.c function msgfmt_ctor (line 28) | static int msgfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_handling... function PHP_FUNCTION (line 107) | PHP_FUNCTION( msgfmt_create ) function PHP_FUNCTION (line 138) | PHP_FUNCTION( msgfmt_get_error_code ) function PHP_FUNCTION (line 158) | PHP_FUNCTION( msgfmt_get_error_message ) FILE: ext/intl/msgformat/msgformat.stub.php class MessageFormatter (line 6) | class MessageFormatter method __construct (line 8) | public function __construct(string $locale, string $pattern) {} method create (line 14) | public static function create(string $locale, string $pattern): ?Messa... method format (line 20) | public function format(array $values): string|false {} method formatMessage (line 26) | public static function formatMessage(string $locale, string $pattern, ... method parse (line 33) | public function parse(string $string): array|false {} method parseMessage (line 40) | public static function parseMessage(string $locale, string $pattern, s... method setPattern (line 46) | public function setPattern(string $pattern): bool {} method getPattern (line 52) | public function getPattern(): string|false {} method getLocale (line 58) | public function getLocale(): string {} method getErrorCode (line 64) | public function getErrorCode(): int {} method getErrorMessage (line 70) | public function getErrorMessage(): string {} FILE: ext/intl/msgformat/msgformat_arginfo.h function zend_class_entry (line 76) | static zend_class_entry *register_class_MessageFormatter(void) FILE: ext/intl/msgformat/msgformat_attr.c function PHP_FUNCTION (line 27) | PHP_FUNCTION( msgfmt_get_pattern ) function PHP_FUNCTION (line 49) | PHP_FUNCTION( msgfmt_set_pattern ) function PHP_FUNCTION (line 108) | PHP_FUNCTION( msgfmt_get_locale ) FILE: ext/intl/msgformat/msgformat_class.c function MessageFormatter_object_free (line 32) | void MessageFormatter_object_free( zend_object *object ) function zend_object (line 43) | zend_object *MessageFormatter_object_create(zend_class_entry *ce) function zend_object (line 57) | zend_object *MessageFormatter_object_clone(zend_object *object) function msgformat_register_class (line 88) | void msgformat_register_class( void ) FILE: ext/intl/msgformat/msgformat_class.h type MessageFormatter_object (line 28) | typedef struct { function MessageFormatter_object (line 34) | static inline MessageFormatter_object *php_intl_messageformatter_fetch_o... FILE: ext/intl/msgformat/msgformat_data.c function msgformat_data_init (line 27) | void msgformat_data_init( msgformat_data* mf_data ) function msgformat_data_free (line 43) | void msgformat_data_free(msgformat_data* mf_data) function msgformat_data (line 70) | msgformat_data* msgformat_data_create( void ) function msgformat_fix_quotes (line 81) | int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErro... FILE: ext/intl/msgformat/msgformat_data.h type msgformat_data (line 24) | typedef struct { FILE: ext/intl/msgformat/msgformat_format.c function msgfmt_do_format (line 32) | static void msgfmt_do_format(MessageFormatter_object *mfo, zval *args, z... function PHP_FUNCTION (line 51) | PHP_FUNCTION( msgfmt_format ) function PHP_FUNCTION (line 72) | PHP_FUNCTION( msgfmt_format_message ) FILE: ext/intl/msgformat/msgformat_helpers.cpp function U_NAMESPACE_BEGIN (line 44) | U_NAMESPACE_BEGIN function MessagePattern (line 64) | const MessagePattern function U_CFUNC (line 78) | U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt) function arg_types_dtor (line 85) | static void arg_types_dtor(zval *el) { function HashTable (line 89) | static HashTable *umsg_get_numeric_types(MessageFormatter_object *mfo, function HashTable (line 129) | static HashTable *umsg_parse_format(MessageFormatter_object *mfo, function HashTable (line 284) | static HashTable *umsg_get_types(MessageFormatter_object *mfo, function umsg_set_timezone (line 294) | static void umsg_set_timezone(MessageFormatter_object *mfo, function U_CFUNC (line 364) | U_CFUNC void umsg_format_helper(MessageFormatter_object *mfo, function U_CFUNC (line 621) | U_CFUNC void umsg_parse_helper(UMessageFormat *fmt, int *count, zval **a... FILE: ext/intl/msgformat/msgformat_parse.c function msgfmt_do_parse (line 28) | static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, ... function PHP_FUNCTION (line 54) | PHP_FUNCTION( msgfmt_parse ) function PHP_FUNCTION (line 76) | PHP_FUNCTION( msgfmt_parse_message ) FILE: ext/intl/normalizer/normalizer.stub.php class Normalizer (line 5) | class Normalizer method normalize (line 34) | public static function normalize(string $string, int $form = Normalize... method isNormalized (line 40) | public static function isNormalized(string $string, int $form = Normal... method getRawDecomposition (line 47) | public static function getRawDecomposition(string $string, int $form =... FILE: ext/intl/normalizer/normalizer_arginfo.h function zend_class_entry (line 36) | static zend_class_entry *register_class_Normalizer(void) FILE: ext/intl/normalizer/normalizer_class.c function normalizer_register_Normalizer_class (line 32) | void normalizer_register_Normalizer_class( void ) FILE: ext/intl/normalizer/normalizer_class.h type Normalizer_object (line 25) | typedef struct { FILE: ext/intl/normalizer/normalizer_normalize.c function UNormalizer2 (line 32) | static const UNormalizer2 *intl_get_normalizer(zend_long form, UErrorCod... function intl_normalize (line 57) | static int32_t intl_normalize(zend_long form, const UChar *src, int32_t ... function UBool (line 67) | static UBool intl_is_normalized(zend_long form, const UChar *uinput, int... function PHP_FUNCTION (line 80) | PHP_FUNCTION( normalizer_normalize ) function PHP_FUNCTION (line 219) | PHP_FUNCTION( normalizer_is_normalized ) function PHP_FUNCTION (line 302) | PHP_FUNCTION( normalizer_get_raw_decomposition ) FILE: ext/intl/php_intl.c function PHP_GINIT_FUNCTION (line 150) | static PHP_GINIT_FUNCTION(intl) function PHP_MINIT_FUNCTION (line 160) | PHP_MINIT_FUNCTION( intl ) function PHP_MSHUTDOWN_FUNCTION (line 231) | PHP_MSHUTDOWN_FUNCTION( intl ) function PHP_RINIT_FUNCTION (line 247) | PHP_RINIT_FUNCTION( intl ) function PHP_RSHUTDOWN_FUNCTION (line 254) | PHP_RSHUTDOWN_FUNCTION( intl ) function PHP_MINFO_FUNCTION (line 268) | PHP_MINFO_FUNCTION( intl ) FILE: ext/intl/php_intl.stub.php class IntlException (line 170) | class IntlException extends Exception function intlcal_create_instance (line 177) | function intlcal_create_instance($timezone = null, ?string $locale = nul... function intlcal_get_keyword_values_for_locale (line 179) | function intlcal_get_keyword_values_for_locale(string $keyword, string $... function intlcal_get_now (line 181) | function intlcal_get_now(): float {} function intlcal_get_available_locales (line 187) | function intlcal_get_available_locales(): array {} function intlcal_get (line 189) | function intlcal_get(IntlCalendar $calendar, int $field): int|false {} function intlcal_get_time (line 191) | function intlcal_get_time(IntlCalendar $calendar): float|false {} function intlcal_set_time (line 193) | function intlcal_set_time(IntlCalendar $calendar, float $timestamp): boo... function intlcal_add (line 195) | function intlcal_add(IntlCalendar $calendar, int $field, int $value): bo... function intlcal_set_time_zone (line 198) | function intlcal_set_time_zone(IntlCalendar $calendar, $timezone): bool {} function intlcal_after (line 200) | function intlcal_after(IntlCalendar $calendar, IntlCalendar $other): boo... function intlcal_before (line 202) | function intlcal_before(IntlCalendar $calendar, IntlCalendar $other): bo... function intlcal_set (line 204) | #[\Deprecated(since: '8.4', message: 'use IntlCalendar::set(), IntlCalen... function intlcal_roll (line 208) | function intlcal_roll(IntlCalendar $calendar, int $field, $value): bool {} function intlcal_clear (line 210) | function intlcal_clear(IntlCalendar $calendar, ?int $field = null): true {} function intlcal_field_difference (line 212) | function intlcal_field_difference(IntlCalendar $calendar, float $timesta... function intlcal_get_actual_maximum (line 214) | function intlcal_get_actual_maximum(IntlCalendar $calendar, int $field):... function intlcal_get_actual_minimum (line 216) | function intlcal_get_actual_minimum(IntlCalendar $calendar, int $field):... function intlcal_get_day_of_week_type (line 218) | function intlcal_get_day_of_week_type(IntlCalendar $calendar, int $dayOf... function intlcal_get_first_day_of_week (line 220) | function intlcal_get_first_day_of_week(IntlCalendar $calendar): int|fals... function intlcal_get_least_maximum (line 222) | function intlcal_get_least_maximum(IntlCalendar $calendar, int $field): ... function intlcal_get_greatest_minimum (line 224) | function intlcal_get_greatest_minimum(IntlCalendar $calendar, int $field... function intlcal_get_locale (line 226) | function intlcal_get_locale(IntlCalendar $calendar, int $type): string|f... function intlcal_get_maximum (line 228) | function intlcal_get_maximum(IntlCalendar $calendar, int $field): int|fa... function intlcal_get_minimal_days_in_first_week (line 230) | function intlcal_get_minimal_days_in_first_week(IntlCalendar $calendar):... function intlcal_set_minimal_days_in_first_week (line 232) | function intlcal_set_minimal_days_in_first_week(IntlCalendar $calendar, ... function intlcal_get_minimum (line 234) | function intlcal_get_minimum(IntlCalendar $calendar, int $field): int|fa... function intlcal_get_time_zone (line 236) | function intlcal_get_time_zone(IntlCalendar $calendar): IntlTimeZone|fal... function intlcal_get_type (line 238) | function intlcal_get_type(IntlCalendar $calendar): string {} function intlcal_get_weekend_transition (line 240) | function intlcal_get_weekend_transition(IntlCalendar $calendar, int $day... function intlcal_in_daylight_time (line 242) | function intlcal_in_daylight_time(IntlCalendar $calendar): bool {} function intlcal_is_lenient (line 244) | function intlcal_is_lenient(IntlCalendar $calendar): bool {} function intlcal_is_set (line 246) | function intlcal_is_set(IntlCalendar $calendar, int $field): bool {} function intlcal_is_equivalent_to (line 248) | function intlcal_is_equivalent_to(IntlCalendar $calendar, IntlCalendar $... function intlcal_is_weekend (line 250) | function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = ... function intlcal_set_first_day_of_week (line 252) | function intlcal_set_first_day_of_week(IntlCalendar $calendar, int $dayO... function intlcal_set_lenient (line 254) | function intlcal_set_lenient(IntlCalendar $calendar, bool $lenient): tru... function intlcal_get_repeated_wall_time_option (line 256) | function intlcal_get_repeated_wall_time_option(IntlCalendar $calendar): ... function intlcal_equals (line 258) | function intlcal_equals(IntlCalendar $calendar, IntlCalendar $other): bo... function intlcal_get_skipped_wall_time_option (line 260) | function intlcal_get_skipped_wall_time_option(IntlCalendar $calendar): i... function intlcal_set_repeated_wall_time_option (line 262) | function intlcal_set_repeated_wall_time_option(IntlCalendar $calendar, i... function intlcal_set_skipped_wall_time_option (line 264) | function intlcal_set_skipped_wall_time_option(IntlCalendar $calendar, in... function intlcal_from_date_time (line 266) | function intlcal_from_date_time(DateTime|string $datetime, ?string $loca... function intlcal_to_date_time (line 268) | function intlcal_to_date_time(IntlCalendar $calendar): DateTime|false {} function intlcal_get_error_code (line 270) | function intlcal_get_error_code(IntlCalendar $calendar): int|false {} function intlcal_get_error_message (line 272) | function intlcal_get_error_message(IntlCalendar $calendar): string|false {} function intlgregcal_create_instance (line 282) | #[\Deprecated(since: '8.4', message: 'use IntlGregorianCalendar::__const... function intlgregcal_set_gregorian_change (line 285) | function intlgregcal_set_gregorian_change(IntlGregorianCalendar $calenda... function intlgregcal_get_gregorian_change (line 287) | function intlgregcal_get_gregorian_change(IntlGregorianCalendar $calenda... function intlgregcal_is_leap_year (line 289) | function intlgregcal_is_leap_year(IntlGregorianCalendar $calendar, int $... function collator_create (line 293) | function collator_create(string $locale): ?Collator {} function collator_compare (line 295) | function collator_compare(Collator $object, string $string1, string $str... function collator_get_attribute (line 297) | function collator_get_attribute(Collator $object, int $attribute): int|f... function collator_set_attribute (line 299) | function collator_set_attribute(Collator $object, int $attribute, int $v... function collator_get_strength (line 301) | function collator_get_strength(Collator $object): int {} function collator_set_strength (line 303) | function collator_set_strength(Collator $object, int $strength): true {} function collator_sort (line 305) | function collator_sort(Collator $object, array &$array, int $flags = Col... function collator_sort_with_sort_keys (line 307) | function collator_sort_with_sort_keys(Collator $object, array &$array): ... function collator_asort (line 309) | function collator_asort(Collator $object, array &$array, int $flags = Co... function collator_get_locale (line 311) | function collator_get_locale(Collator $object, int $type): string|false {} function collator_get_error_code (line 313) | function collator_get_error_code(Collator $object): int|false {} function collator_get_error_message (line 315) | function collator_get_error_message(Collator $object): string|false {} function collator_get_sort_key (line 317) | function collator_get_sort_key(Collator $object, string $string): string... function intl_get_error_code (line 321) | function intl_get_error_code(): int {} function intl_get_error_message (line 323) | function intl_get_error_message(): string {} function intl_is_failure (line 325) | function intl_is_failure(int $errorCode): bool {} function intl_error_name (line 327) | function intl_error_name(int $errorCode): string {} function datefmt_create (line 332) | function datefmt_create( function datefmt_get_datetype (line 341) | function datefmt_get_datetype(IntlDateFormatter $formatter): int|false {} function datefmt_get_timetype (line 343) | function datefmt_get_timetype(IntlDateFormatter $formatter): int|false {} function datefmt_get_calendar (line 345) | function datefmt_get_calendar(IntlDateFormatter $formatter): int|false {} function datefmt_set_calendar (line 347) | function datefmt_set_calendar(IntlDateFormatter $formatter, IntlCalendar... function datefmt_get_timezone_id (line 349) | function datefmt_get_timezone_id(IntlDateFormatter $formatter): string|f... function datefmt_get_calendar_object (line 351) | function datefmt_get_calendar_object(IntlDateFormatter $formatter): Intl... function datefmt_get_timezone (line 353) | function datefmt_get_timezone(IntlDateFormatter $formatter): IntlTimeZon... function datefmt_set_timezone (line 356) | function datefmt_set_timezone(IntlDateFormatter $formatter, $timezone): ... function datefmt_set_pattern (line 358) | function datefmt_set_pattern(IntlDateFormatter $formatter, string $patte... function datefmt_get_pattern (line 360) | function datefmt_get_pattern(IntlDateFormatter $formatter): string|false {} function datefmt_get_locale (line 362) | function datefmt_get_locale(IntlDateFormatter $formatter, int $type = UL... function datefmt_set_lenient (line 364) | function datefmt_set_lenient(IntlDateFormatter $formatter, bool $lenient... function datefmt_is_lenient (line 366) | function datefmt_is_lenient(IntlDateFormatter $formatter): bool {} function datefmt_format (line 369) | function datefmt_format(IntlDateFormatter $formatter, $datetime): string... function datefmt_format_object (line 375) | function datefmt_format_object($datetime, $format = null, ?string $local... function datefmt_parse (line 378) | function datefmt_parse(IntlDateFormatter $formatter, string $string, &$o... function datefmt_localtime (line 385) | function datefmt_localtime(IntlDateFormatter $formatter, string $string,... function datefmt_get_error_code (line 387) | function datefmt_get_error_code(IntlDateFormatter $formatter): int {} function datefmt_get_error_message (line 389) | function datefmt_get_error_message(IntlDateFormatter $formatter): string {} function numfmt_create (line 393) | function numfmt_create(string $locale, int $style, ?string $pattern = nu... function numfmt_format (line 395) | function numfmt_format(NumberFormatter $formatter, int|float $num, int $... function numfmt_parse (line 398) | function numfmt_parse(NumberFormatter $formatter, string $string, int $t... function numfmt_format_currency (line 400) | function numfmt_format_currency(NumberFormatter $formatter, float $amoun... function numfmt_parse_currency (line 406) | function numfmt_parse_currency(NumberFormatter $formatter, string $strin... function numfmt_set_attribute (line 408) | function numfmt_set_attribute(NumberFormatter $formatter, int $attribute... function numfmt_get_attribute (line 410) | function numfmt_get_attribute(NumberFormatter $formatter, int $attribute... function numfmt_set_text_attribute (line 412) | function numfmt_set_text_attribute(NumberFormatter $formatter, int $attr... function numfmt_get_text_attribute (line 414) | function numfmt_get_text_attribute(NumberFormatter $formatter, int $attr... function numfmt_set_symbol (line 416) | function numfmt_set_symbol(NumberFormatter $formatter, int $symbol, stri... function numfmt_get_symbol (line 418) | function numfmt_get_symbol(NumberFormatter $formatter, int $symbol): str... function numfmt_set_pattern (line 420) | function numfmt_set_pattern(NumberFormatter $formatter, string $pattern)... function numfmt_get_pattern (line 422) | function numfmt_get_pattern(NumberFormatter $formatter): string|false {} function numfmt_get_locale (line 424) | function numfmt_get_locale(NumberFormatter $formatter, int $type = ULOC_... function numfmt_get_error_code (line 426) | function numfmt_get_error_code(NumberFormatter $formatter): int {} function numfmt_get_error_message (line 428) | function numfmt_get_error_message(NumberFormatter $formatter): string {} function grapheme_strlen (line 432) | function grapheme_strlen(string $string): int|false|null {} function grapheme_strpos (line 434) | function grapheme_strpos(string $haystack, string $needle, int $offset =... function grapheme_stripos (line 436) | function grapheme_stripos(string $haystack, string $needle, int $offset ... function grapheme_strrpos (line 438) | function grapheme_strrpos(string $haystack, string $needle, int $offset ... function grapheme_strripos (line 440) | function grapheme_strripos(string $haystack, string $needle, int $offset... function grapheme_substr (line 442) | function grapheme_substr(string $string, int $offset, ?int $length = nul... function grapheme_strstr (line 444) | function grapheme_strstr(string $haystack, string $needle, bool $beforeN... function grapheme_stristr (line 446) | function grapheme_stristr(string $haystack, string $needle, bool $before... function grapheme_str_split (line 448) | function grapheme_str_split(string $string, int $length = 1): array|fals... function grapheme_extract (line 451) | function grapheme_extract(string $haystack, int $size, int $type = GRAPH... function idn_to_ascii (line 456) | function idn_to_ascii(string $domain, int $flags = IDNA_DEFAULT, int $va... function idn_to_utf8 (line 459) | function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $var... function locale_get_default (line 464) | function locale_get_default(): string {} function locale_set_default (line 466) | function locale_set_default(string $locale): true {} function locale_get_primary_language (line 468) | function locale_get_primary_language(string $locale): ?string {} function locale_get_script (line 470) | function locale_get_script(string $locale): ?string {} function locale_get_region (line 472) | function locale_get_region(string $locale): ?string {} function locale_get_keywords (line 478) | function locale_get_keywords(string $locale): array|false|null {} function locale_get_display_script (line 480) | function locale_get_display_script(string $locale, ?string $displayLocal... function locale_get_display_region (line 482) | function locale_get_display_region(string $locale, ?string $displayLocal... function locale_get_display_name (line 484) | function locale_get_display_name(string $locale, ?string $displayLocale ... function locale_get_display_language (line 486) | function locale_get_display_language(string $locale, ?string $displayLoc... function locale_get_display_variant (line 488) | function locale_get_display_variant(string $locale, ?string $displayLoca... function locale_compose (line 490) | function locale_compose(array $subtags): string|false {} function locale_parse (line 492) | function locale_parse(string $locale): ?array {} function locale_get_all_variants (line 494) | function locale_get_all_variants(string $locale): ?array {} function locale_filter_matches (line 496) | function locale_filter_matches(string $languageTag, string $locale, bool... function locale_canonicalize (line 498) | function locale_canonicalize(string $locale): ?string {} function locale_lookup (line 500) | function locale_lookup(array $languageTag, string $locale, bool $canonic... function locale_accept_from_http (line 502) | function locale_accept_from_http(string $header): string|false {} function msgfmt_create (line 506) | function msgfmt_create(string $locale, string $pattern): ?MessageFormatt... function msgfmt_format (line 508) | function msgfmt_format(MessageFormatter $formatter, array $values): stri... function msgfmt_format_message (line 510) | function msgfmt_format_message(string $locale, string $pattern, array $v... function msgfmt_parse (line 516) | function msgfmt_parse(MessageFormatter $formatter, string $string): arra... function msgfmt_parse_message (line 522) | function msgfmt_parse_message(string $locale, string $pattern, string $m... function msgfmt_set_pattern (line 524) | function msgfmt_set_pattern(MessageFormatter $formatter, string $pattern... function msgfmt_get_pattern (line 526) | function msgfmt_get_pattern(MessageFormatter $formatter): string|false {} function msgfmt_get_locale (line 528) | function msgfmt_get_locale(MessageFormatter $formatter): string {} function msgfmt_get_error_code (line 530) | function msgfmt_get_error_code(MessageFormatter $formatter): int {} function msgfmt_get_error_message (line 532) | function msgfmt_get_error_message(MessageFormatter $formatter): string {} function normalizer_normalize (line 536) | function normalizer_normalize(string $string, int $form = Normalizer::FO... function normalizer_is_normalized (line 538) | function normalizer_is_normalized(string $string, int $form = Normalizer... function normalizer_get_raw_decomposition (line 541) | function normalizer_get_raw_decomposition(string $string, int $form = No... function resourcebundle_create (line 546) | function resourcebundle_create(?string $locale, ?string $bundle, bool $f... function resourcebundle_get (line 548) | function resourcebundle_get(ResourceBundle $bundle, string|int $index, b... function resourcebundle_count (line 550) | function resourcebundle_count(ResourceBundle $bundle): int {} function resourcebundle_locales (line 556) | function resourcebundle_locales(string $bundle): array|false {} function resourcebundle_get_error_code (line 558) | function resourcebundle_get_error_code(ResourceBundle $bundle): int {} function resourcebundle_get_error_message (line 560) | function resourcebundle_get_error_message(ResourceBundle $bundle): strin... function intltz_count_equivalent_ids (line 564) | function intltz_count_equivalent_ids(string $timezoneId): int|false {} function intltz_create_default (line 566) | function intltz_create_default(): IntlTimeZone {} function intltz_create_enumeration (line 569) | function intltz_create_enumeration($countryOrRawOffset = null): IntlIter... function intltz_create_time_zone (line 571) | function intltz_create_time_zone(string $timezoneId): ?IntlTimeZone {} function intltz_create_time_zone_id_enumeration (line 573) | function intltz_create_time_zone_id_enumeration(int $type, ?string $regi... function intltz_from_date_time_zone (line 575) | function intltz_from_date_time_zone(DateTimeZone $timezone): ?IntlTimeZo... function intltz_get_canonical_id (line 578) | function intltz_get_canonical_id(string $timezoneId, &$isSystemId = null... function intltz_get_display_name (line 580) | function intltz_get_display_name(IntlTimeZone $timezone, bool $dst = fal... function intltz_get_dst_savings (line 582) | function intltz_get_dst_savings(IntlTimeZone $timezone): int {} function intltz_get_equivalent_id (line 584) | function intltz_get_equivalent_id(string $timezoneId, int $offset): stri... function intltz_get_error_code (line 586) | function intltz_get_error_code(IntlTimeZone $timezone): int|false {} function intltz_get_error_message (line 588) | function intltz_get_error_message(IntlTimeZone $timezone): string|false {} function intltz_get_gmt (line 590) | function intltz_get_gmt(): IntlTimeZone {} function intltz_get_id (line 592) | function intltz_get_id(IntlTimeZone $timezone): string|false {} function intltz_get_offset (line 598) | function intltz_get_offset(IntlTimeZone $timezone, float $timestamp, boo... function intltz_get_raw_offset (line 600) | function intltz_get_raw_offset(IntlTimeZone $timezone): int {} function intltz_get_region (line 602) | function intltz_get_region(string $timezoneId): string|false {} function intltz_get_tz_data_version (line 604) | function intltz_get_tz_data_version(): string|false {} function intltz_get_unknown (line 606) | function intltz_get_unknown(): IntlTimeZone {} function intltz_get_windows_id (line 609) | function intltz_get_windows_id(string $timezoneId): string|false {} function intltz_get_id_for_windows_id (line 611) | function intltz_get_id_for_windows_id(string $timezoneId, ?string $regio... function intltz_has_same_rules (line 614) | function intltz_has_same_rules(IntlTimeZone $timezone, IntlTimeZone $oth... function intltz_to_date_time_zone (line 616) | function intltz_to_date_time_zone(IntlTimeZone $timezone): DateTimeZone|... function intltz_use_daylight_time (line 618) | function intltz_use_daylight_time(IntlTimeZone $timezone): bool {} function intltz_get_iana_id (line 621) | function intltz_get_iana_id(string $timezoneId): string|false {} function transliterator_create (line 626) | function transliterator_create(string $id, int $direction = Transliterat... function transliterator_create_from_rules (line 628) | function transliterator_create_from_rules(string $rules, int $direction ... function transliterator_list_ids (line 634) | function transliterator_list_ids(): array|false {} function transliterator_create_inverse (line 636) | function transliterator_create_inverse(Transliterator $transliterator): ... function transliterator_transliterate (line 638) | function transliterator_transliterate(Transliterator|string $translitera... function transliterator_get_error_code (line 640) | function transliterator_get_error_code(Transliterator $transliterator): ... function transliterator_get_error_message (line 642) | function transliterator_get_error_message(Transliterator $transliterator... FILE: ext/intl/php_intl_arginfo.h function register_php_intl_symbols (line 1180) | static void register_php_intl_symbols(int module_number) function zend_class_entry (line 1238) | static zend_class_entry *register_class_IntlException(zend_class_entry *... FILE: ext/intl/resourcebundle/resourcebundle.c function resourcebundle_extract_value (line 25) | void resourcebundle_extract_value( zval *return_value, ResourceBundle_ob... FILE: ext/intl/resourcebundle/resourcebundle.stub.php class ResourceBundle (line 6) | class ResourceBundle implements IteratorAggregate, Countable method __construct (line 8) | public function __construct(?string $locale, ?string $bundle, bool $fa... method create (line 14) | public static function create(?string $locale, ?string $bundle, bool $... method get (line 17) | public function get(string|int $index, bool $fallback = true): Resourc... method count (line 23) | public function count(): int {} method getLocales (line 30) | public static function getLocales(string $bundle): array|false {} method getErrorCode (line 36) | public function getErrorCode(): int {} method getErrorMessage (line 42) | public function getErrorMessage(): string {} method getIterator (line 44) | public function getIterator(): Iterator {} FILE: ext/intl/resourcebundle/resourcebundle_arginfo.h function zend_class_entry (line 57) | static zend_class_entry *register_class_ResourceBundle(zend_class_entry ... FILE: ext/intl/resourcebundle/resourcebundle_class.c function ResourceBundle_object_free (line 38) | static void ResourceBundle_object_free( zend_object *object ) function zend_object (line 57) | static zend_object *ResourceBundle_object_create( zend_class_entry *ce ) function resourcebundle_ctor (line 75) | static int resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_error_... function PHP_FUNCTION (line 161) | PHP_FUNCTION( resourcebundle_create ) function zval (line 172) | static zval *resource_bundle_array_fetch( function zval (line 243) | zval *resourcebundle_array_get(zend_object *object, zval *offset, int ty... function PHP_FUNCTION (line 263) | PHP_FUNCTION( resourcebundle_get ) function zend_result (line 304) | static zend_result resourcebundle_array_count(zend_object *object, zend_... function PHP_FUNCTION (line 321) | PHP_FUNCTION( resourcebundle_count ) function PHP_FUNCTION (line 337) | PHP_FUNCTION( resourcebundle_locales ) function PHP_FUNCTION (line 377) | PHP_FUNCTION( resourcebundle_get_error_code ) function PHP_FUNCTION (line 394) | PHP_FUNCTION( resourcebundle_get_error_message ) function resourcebundle_register_class (line 420) | void resourcebundle_register_class( void ) FILE: ext/intl/resourcebundle/resourcebundle_class.h type ResourceBundle_object (line 25) | typedef struct { function ResourceBundle_object (line 33) | static inline ResourceBundle_object *php_intl_resourcebundle_fetch_objec... FILE: ext/intl/resourcebundle/resourcebundle_iterator.c function resourcebundle_iterator_read (line 30) | static void resourcebundle_iterator_read( ResourceBundle_iterator *itera... function resourcebundle_iterator_invalidate (line 51) | static void resourcebundle_iterator_invalidate( zend_object_iterator *it... function resourcebundle_iterator_dtor (line 67) | static void resourcebundle_iterator_dtor( zend_object_iterator *iter ) function zend_result (line 79) | static zend_result resourcebundle_iterator_has_more( zend_object_iterato... function zval (line 87) | static zval *resourcebundle_iterator_current( zend_object_iterator *iter ) function resourcebundle_iterator_key (line 98) | static void resourcebundle_iterator_key( zend_object_iterator *iter, zva... function resourcebundle_iterator_step (line 115) | static void resourcebundle_iterator_step( zend_object_iterator *iter ) function resourcebundle_iterator_reset (line 125) | static void resourcebundle_iterator_reset( zend_object_iterator *iter ) function zend_object_iterator (line 148) | zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce,... FILE: ext/intl/resourcebundle/resourcebundle_iterator.h type ResourceBundle_iterator (line 22) | typedef struct { FILE: ext/intl/spoofchecker/spoofchecker.stub.php class Spoofchecker (line 6) | class Spoofchecker method __construct (line 54) | public function __construct() {} method isSuspicious (line 60) | public function isSuspicious(string $string, &$errorCode = null): bool {} method areConfusable (line 66) | public function areConfusable(string $string1, string $string2, &$erro... method setAllowedLocales (line 69) | public function setAllowedLocales(string $locales): void {} method setChecks (line 72) | public function setChecks(int $checks): void {} method setRestrictionLevel (line 76) | public function setRestrictionLevel(int $level): void {} method setAllowedChars (line 78) | public function setAllowedChars(string $pattern, int $patternOptions =... FILE: ext/intl/spoofchecker/spoofchecker_arginfo.h function zend_class_entry (line 60) | static zend_class_entry *register_class_Spoofchecker(void) FILE: ext/intl/spoofchecker/spoofchecker_class.c function Spoofchecker_objects_free (line 30) | void Spoofchecker_objects_free(zend_object *object) function zend_object (line 41) | zend_object *Spoofchecker_object_create(zend_class_entry *ce) function zend_object (line 62) | static zend_object *spoofchecker_clone_obj(zend_object *object) /* {{{ */ function spoofchecker_register_Spoofchecker_class (line 90) | void spoofchecker_register_Spoofchecker_class(void) function spoofchecker_object_init (line 109) | void spoofchecker_object_init(Spoofchecker_object* co) function spoofchecker_object_destroy (line 122) | void spoofchecker_object_destroy(Spoofchecker_object* co) FILE: ext/intl/spoofchecker/spoofchecker_class.h type Spoofchecker_object (line 26) | typedef struct { function Spoofchecker_object (line 39) | static inline Spoofchecker_object *php_intl_spoofchecker_fetch_object(ze... FILE: ext/intl/spoofchecker/spoofchecker_main.c function Z_PARAM_STR (line 73) | Z_PARAM_STR(s1) FILE: ext/intl/timezone/timezone.stub.php class IntlTimeZone (line 6) | class IntlTimeZone method __construct (line 33) | private function __construct() {} method countEquivalentIDs (line 39) | public static function countEquivalentIDs(string $timezoneId): int|fal... method createDefault (line 45) | public static function createDefault(): IntlTimeZone {} method createEnumeration (line 52) | public static function createEnumeration($countryOrRawOffset = null): ... method createTimeZone (line 58) | public static function createTimeZone(string $timezoneId): ?IntlTimeZo... method createTimeZoneIDEnumeration (line 64) | public static function createTimeZoneIDEnumeration(int $type, ?string ... method fromDateTimeZone (line 70) | public static function fromDateTimeZone(DateTimeZone $timezone): ?Intl... method getCanonicalID (line 77) | public static function getCanonicalID(string $timezoneId, &$isSystemId... method getDisplayName (line 83) | public function getDisplayName(bool $dst = false, int $style = IntlTim... method getDSTSavings (line 89) | public function getDSTSavings(): int {} method getEquivalentID (line 95) | public static function getEquivalentID(string $timezoneId, int $offset... method getErrorCode (line 101) | public function getErrorCode(): int|false {} method getErrorMessage (line 107) | public function getErrorMessage(): string|false {} method getGMT (line 113) | public static function getGMT(): IntlTimeZone {} method getIanaID (line 119) | public static function getIanaID(string $timezoneId): string|false {} method getID (line 126) | public function getID(): string|false {} method getOffset (line 134) | public function getOffset(float $timestamp, bool $local, &$rawOffset, ... method getRawOffset (line 140) | public function getRawOffset(): int {} method getRegion (line 146) | public static function getRegion(string $timezoneId): string|false {} method getTZDataVersion (line 152) | public static function getTZDataVersion(): string|false {} method getUnknown (line 158) | public static function getUnknown(): IntlTimeZone {} method getWindowsID (line 165) | public static function getWindowsID(string $timezoneId): string|false {} method getIDForWindowsID (line 171) | public static function getIDForWindowsID(string $timezoneId, ?string $... method hasSameRules (line 177) | public function hasSameRules(IntlTimeZone $other): bool {} method toDateTimeZone (line 183) | public function toDateTimeZone(): DateTimeZone|false {} method useDaylightTime (line 189) | public function useDaylightTime(): bool {} FILE: ext/intl/timezone/timezone_arginfo.h function zend_class_entry (line 170) | static zend_class_entry *register_class_IntlTimeZone(void) FILE: ext/intl/timezone/timezone_class.cpp function U_CDECL_END (line 44) | U_CDECL_END function U_CFUNC (line 61) | U_CFUNC zval *timezone_convert_to_datetimezone(const TimeZone *timeZone, function U_CFUNC (line 130) | U_CFUNC TimeZone *timezone_process_timezone_argument(zval *zv_timezone, function zend_object (line 227) | static zend_object *TimeZone_clone_obj(zend_object *object) function TimeZone_compare_objects (line 253) | static int TimeZone_compare_objects(zval *object1, zval *object2) function HashTable (line 278) | static HashTable *TimeZone_get_debug_info(zend_object *object, int *is_t... function TimeZone_object_init (line 332) | static void TimeZone_object_init(TimeZone_object *to) function TimeZone_objects_free (line 341) | static void TimeZone_objects_free(zend_object *object) function zend_object (line 356) | static zend_object *TimeZone_object_create(zend_class_entry *ce) function U_CFUNC (line 373) | U_CFUNC void timezone_register_IntlTimeZone_class(void) FILE: ext/intl/timezone/timezone_class.h type TimeZone (line 29) | typedef void TimeZone; type TimeZone_object (line 34) | typedef struct { function TimeZone_object (line 47) | static inline TimeZone_object *php_intl_timezone_fetch_object(zend_objec... FILE: ext/intl/timezone/timezone_methods.cpp function U_CFUNC (line 42) | U_CFUNC PHP_METHOD(IntlTimeZone, __construct) function U_CFUNC (line 49) | U_CFUNC PHP_FUNCTION(intltz_create_time_zone) function U_CFUNC (line 72) | U_CFUNC PHP_FUNCTION(intltz_from_date_time_zone) function U_CFUNC (line 100) | U_CFUNC PHP_FUNCTION(intltz_create_default) function U_CFUNC (line 110) | U_CFUNC PHP_FUNCTION(intltz_get_gmt) function U_CFUNC (line 119) | U_CFUNC PHP_FUNCTION(intltz_get_unknown) function U_CFUNC (line 128) | U_CFUNC PHP_FUNCTION(intltz_create_enumeration) function U_CFUNC (line 190) | U_CFUNC PHP_FUNCTION(intltz_count_equivalent_ids) function U_CFUNC (line 212) | U_CFUNC PHP_FUNCTION(intltz_create_time_zone_id_enumeration) function U_CFUNC (line 257) | U_CFUNC PHP_FUNCTION(intltz_get_canonical_id) function U_CFUNC (line 293) | U_CFUNC PHP_FUNCTION(intltz_get_region) function U_CFUNC (line 318) | U_CFUNC PHP_FUNCTION(intltz_get_tz_data_version) function U_CFUNC (line 331) | U_CFUNC PHP_FUNCTION(intltz_get_equivalent_id) function U_CFUNC (line 364) | U_CFUNC PHP_FUNCTION(intltz_get_iana_id) function U_CFUNC (line 393) | U_CFUNC PHP_FUNCTION(intltz_get_id) function U_CFUNC (line 416) | U_CFUNC PHP_FUNCTION(intltz_use_daylight_time) function U_CFUNC (line 430) | U_CFUNC PHP_FUNCTION(intltz_get_offset) function U_CFUNC (line 459) | U_CFUNC PHP_FUNCTION(intltz_get_raw_offset) function U_CFUNC (line 473) | U_CFUNC PHP_FUNCTION(intltz_has_same_rules) function U_CFUNC (line 502) | U_CFUNC PHP_FUNCTION(intltz_get_display_name) function U_CFUNC (line 543) | U_CFUNC PHP_FUNCTION(intltz_get_dst_savings) function U_CFUNC (line 557) | U_CFUNC PHP_FUNCTION(intltz_to_date_time_zone) function U_CFUNC (line 579) | U_CFUNC PHP_FUNCTION(intltz_get_error_code) function U_CFUNC (line 596) | U_CFUNC PHP_FUNCTION(intltz_get_error_message) function U_CFUNC (line 621) | U_CFUNC PHP_FUNCTION(intltz_get_windows_id) function U_CFUNC (line 657) | U_CFUNC PHP_FUNCTION(intltz_get_id_for_windows_id) FILE: ext/intl/transliterator/transliterator.stub.php class Transliterator (line 6) | class Transliterator method __construct (line 15) | final private function __construct() {} method create (line 21) | public static function create(string $id, int $direction = Translitera... method createFromRules (line 27) | public static function createFromRules(string $rules, int $direction =... method createInverse (line 33) | public function createInverse(): ?Transliterator {} method listIDs (line 40) | public static function listIDs(): array|false {} method transliterate (line 46) | public function transliterate(string $string, int $start = 0, int $end... method getErrorCode (line 52) | public function getErrorCode(): int|false {} method getErrorMessage (line 58) | public function getErrorMessage(): string|false {} FILE: ext/intl/transliterator/transliterator_arginfo.h function zend_class_entry (line 56) | static zend_class_entry *register_class_Transliterator(void) FILE: ext/intl/transliterator/transliterator_class.c function transliterator_object_construct (line 31) | int transliterator_object_construct( zval *object, function transliterator_object_init (line 71) | static void transliterator_object_init( Transliterator_object* to ) function transliterator_object_destroy (line 83) | static void transliterator_object_destroy( Transliterator_object* to ) function Transliterator_objects_free (line 99) | static void Transliterator_objects_free( zend_object *object ) function zend_object (line 110) | static zend_object *Transliterator_object_create( zend_class_entry *ce ) function zend_object (line 129) | static zend_object *Transliterator_clone_obj( zend_object *object ) function transliterator_register_Transliterator_class (line 161) | void transliterator_register_Transliterator_class( void ) FILE: ext/intl/transliterator/transliterator_class.h type Transliterator_object (line 25) | typedef struct { function Transliterator_object (line 35) | static inline Transliterator_object *php_intl_transliterator_fetch_objec... FILE: ext/intl/transliterator/transliterator_methods.c function create_transliterator (line 27) | static int create_transliterator( char *str_id, size_t str_id_len, zend_... function PHP_FUNCTION (line 97) | PHP_FUNCTION( transliterator_create ) function PHP_FUNCTION (line 124) | PHP_FUNCTION( transliterator_create_from_rules ) function PHP_FUNCTION (line 190) | PHP_FUNCTION( transliterator_create_inverse ) function PHP_FUNCTION (line 219) | PHP_FUNCTION( transliterator_list_ids ) function PHP_FUNCTION (line 262) | PHP_FUNCTION( transliterator_transliterate ) function PHP_FUNCTION (line 428) | PHP_FUNCTION( transliterator_get_error_code ) function PHP_FUNCTION (line 449) | PHP_FUNCTION( transliterator_get_error_message ) FILE: ext/intl/uchar/uchar.c function convert_cp (line 12) | static inline int convert_cp(UChar32* pcp, zend_string *string_codepoint... function zend_never_inline (line 40) | static zend_never_inline int parse_code_point_param(INTERNAL_FUNCTION_PA... function IC_METHOD (line 52) | IC_METHOD(chr) { function IC_METHOD (line 73) | IC_METHOD(ord) { function IC_METHOD (line 85) | IC_METHOD(hasBinaryProperty) { function IC_METHOD (line 105) | IC_METHOD(getIntPropertyValue) { function IC_METHOD (line 125) | IC_METHOD(getIntPropertyMinValue) { function IC_METHOD (line 137) | IC_METHOD(getIntPropertyMaxValue) { function IC_METHOD (line 149) | IC_METHOD(getNumericValue) { type enumCharType_data (line 161) | typedef struct _enumCharType_data { function UBool (line 165) | static UBool enumCharType_callback(enumCharType_data *context, function IC_METHOD (line 191) | IC_METHOD(enumCharTypes) { function IC_METHOD (line 202) | IC_METHOD(getBlockCode) { function IC_METHOD (line 214) | IC_METHOD(charName) { function IC_METHOD (line 246) | IC_METHOD(charFromName) { type enumCharNames_data (line 266) | typedef struct _enumCharNames_data { function UBool (line 270) | static UBool enumCharNames_callback(enumCharNames_data *context, function IC_METHOD (line 296) | IC_METHOD(enumCharNames) { function IC_METHOD (line 324) | IC_METHOD(getPropertyName) { function IC_METHOD (line 347) | IC_METHOD(getPropertyEnum) { function IC_METHOD (line 360) | IC_METHOD(getPropertyValueName) { function IC_METHOD (line 383) | IC_METHOD(getPropertyValueEnum) { function IC_METHOD (line 398) | IC_METHOD(foldCase) { function IC_METHOD (line 428) | IC_METHOD(digit) { function IC_METHOD (line 456) | IC_METHOD(forDigit) { function IC_METHOD (line 470) | IC_METHOD(charAge) { function IC_METHOD (line 488) | IC_METHOD(getUnicodeVersion) { function IC_METHOD (line 503) | IC_METHOD(getFC_NFKC_Closure) { function IC_BOOL_METHOD_CHAR (line 543) | IC_BOOL_METHOD_CHAR(isUAlphabetic) FILE: ext/intl/uchar/uchar.stub.php class IntlChar (line 5) | class IntlChar method hasBinaryProperty (line 1403) | public static function hasBinaryProperty(int|string $codepoint, int $p... method charAge (line 1406) | public static function charAge(int|string $codepoint): ?array {} method charDigitValue (line 1409) | public static function charDigitValue(int|string $codepoint): ?int {} method charDirection (line 1412) | public static function charDirection(int|string $codepoint): ?int {} method charFromName (line 1415) | public static function charFromName(string $name, int $type = IntlChar... method charMirror (line 1418) | public static function charMirror(int|string $codepoint): int|string|n... method charName (line 1421) | public static function charName(int|string $codepoint, int $type = Int... method charType (line 1424) | public static function charType(int|string $codepoint): ?int {} method chr (line 1427) | public static function chr(int|string $codepoint): ?string {} method digit (line 1430) | public static function digit(int|string $codepoint, int $base = 10): i... method enumCharNames (line 1433) | public static function enumCharNames(int|string $start, int|string $en... method enumCharTypes (line 1436) | public static function enumCharTypes(callable $callback): void {} method foldCase (line 1439) | public static function foldCase(int|string $codepoint, int $options = ... method forDigit (line 1442) | public static function forDigit(int $digit, int $base = 10): int {} method getBidiPairedBracket (line 1446) | public static function getBidiPairedBracket(int|string $codepoint): in... method getBlockCode (line 1450) | public static function getBlockCode(int|string $codepoint): ?int {} method getCombiningClass (line 1453) | public static function getCombiningClass(int|string $codepoint): ?int {} method getFC_NFKC_Closure (line 1456) | public static function getFC_NFKC_Closure(int|string $codepoint): stri... method getIntPropertyMaxValue (line 1459) | public static function getIntPropertyMaxValue(int $property): int {} method getIntPropertyMinValue (line 1462) | public static function getIntPropertyMinValue(int $property): int {} method getIntPropertyValue (line 1465) | public static function getIntPropertyValue(int|string $codepoint, int ... method getNumericValue (line 1468) | public static function getNumericValue(int|string $codepoint): ?float {} method getPropertyEnum (line 1471) | public static function getPropertyEnum(string $alias): int {} method getPropertyName (line 1474) | public static function getPropertyName(int $property, int $type = Intl... method getPropertyValueEnum (line 1477) | public static function getPropertyValueEnum(int $property, string $nam... method getPropertyValueName (line 1480) | public static function getPropertyValueName(int $property, int $value,... method getUnicodeVersion (line 1483) | public static function getUnicodeVersion(): array {} method isalnum (line 1486) | public static function isalnum(int|string $codepoint): ?bool {} method isalpha (line 1489) | public static function isalpha(int|string $codepoint): ?bool {} method isbase (line 1492) | public static function isbase(int|string $codepoint): ?bool {} method isblank (line 1495) | public static function isblank(int|string $codepoint): ?bool {} method iscntrl (line 1498) | public static function iscntrl(int|string $codepoint): ?bool {} method isdefined (line 1501) | public static function isdefined(int|string $codepoint): ?bool {} method isdigit (line 1504) | public static function isdigit(int|string $codepoint): ?bool {} method isgraph (line 1507) | public static function isgraph(int|string $codepoint): ?bool {} method isIDIgnorable (line 1510) | public static function isIDIgnorable(int|string $codepoint): ?bool {} method isIDPart (line 1513) | public static function isIDPart(int|string $codepoint): ?bool {} method isIDStart (line 1516) | public static function isIDStart(int|string $codepoint): ?bool {} method isISOControl (line 1519) | public static function isISOControl(int|string $codepoint): ?bool {} method isJavaIDPart (line 1522) | public static function isJavaIDPart(int|string $codepoint): ?bool {} method isJavaIDStart (line 1525) | public static function isJavaIDStart(int|string $codepoint): ?bool {} method isJavaSpaceChar (line 1528) | public static function isJavaSpaceChar(int|string $codepoint): ?bool {} method islower (line 1531) | public static function islower(int|string $codepoint): ?bool {} method isMirrored (line 1534) | public static function isMirrored(int|string $codepoint): ?bool {} method isprint (line 1537) | public static function isprint(int|string $codepoint): ?bool {} method ispunct (line 1540) | public static function ispunct(int|string $codepoint): ?bool {} method isspace (line 1543) | public static function isspace(int|string $codepoint): ?bool {} method istitle (line 1546) | public static function istitle(int|string $codepoint): ?bool {} method isUAlphabetic (line 1549) | public static function isUAlphabetic(int|string $codepoint): ?bool {} method isULowercase (line 1552) | public static function isULowercase(int|string $codepoint): ?bool {} method isupper (line 1555) | public static function isupper(int|string $codepoint): ?bool {} method isUUppercase (line 1558) | public static function isUUppercase(int|string $codepoint): ?bool {} method isUWhiteSpace (line 1561) | public static function isUWhiteSpace(int|string $codepoint): ?bool {} method isWhitespace (line 1564) | public static function isWhitespace(int|string $codepoint): ?bool {} method isxdigit (line 1567) | public static function isxdigit(int|string $codepoint): ?bool {} method ord (line 1570) | public static function ord(int|string $character): ?int {} method tolower (line 1573) | public static function tolower(int|string $codepoint): int|string|null {} method totitle (line 1576) | public static function totitle(int|string $codepoint): int|string|null {} method toupper (line 1579) | public static function toupper(int|string $codepoint): int|string|null {} FILE: ext/intl/uchar/uchar_arginfo.h function zend_class_entry (line 312) | static zend_class_entry *register_class_IntlChar(void) FILE: ext/json/json.c function PHP_JSON_API (line 36) | PHP_JSON_API ZEND_DECLARE_MODULE_GLOBALS(json) function PHP_MINIT_FUNCTION (line 45) | static PHP_MINIT_FUNCTION(json) function PHP_GINIT_FUNCTION (line 59) | static PHP_GINIT_FUNCTION(json) function PHP_RINIT_FUNCTION (line 70) | static PHP_RINIT_FUNCTION(json) function PHP_MINFO_FUNCTION (line 103) | static PHP_MINFO_FUNCTION(json) function PHP_JSON_API (line 111) | PHP_JSON_API zend_string *php_json_encode_string(const char *s, size_t l... function PHP_JSON_API (line 126) | PHP_JSON_API zend_result php_json_encode_ex(smart_str *buf, zval *val, i... function PHP_JSON_API (line 141) | PHP_JSON_API zend_result php_json_encode(smart_str *buf, zval *val, int ... function PHP_JSON_API (line 180) | PHP_JSON_API zend_result php_json_decode_ex(zval *return_value, const ch... function PHP_JSON_API (line 202) | PHP_JSON_API bool php_json_validate_ex(const char *str, size_t str_len, ... function PHP_FUNCTION (line 220) | PHP_FUNCTION(json_encode) function PHP_FUNCTION (line 258) | PHP_FUNCTION(json_decode) function PHP_FUNCTION (line 312) | PHP_FUNCTION(json_validate) function PHP_FUNCTION (line 354) | PHP_FUNCTION(json_last_error) function PHP_FUNCTION (line 363) | PHP_FUNCTION(json_last_error_msg) FILE: ext/json/json.stub.php function json_encode (line 155) | function json_encode(mixed $value, int $flags = 0, int $depth = 512): st... function json_decode (line 157) | function json_decode(string $json, ?bool $associative = null, int $depth... function json_validate (line 159) | function json_validate(string $json, int $depth = 512, int $flags = 0): ... function json_last_error (line 161) | function json_last_error(): int {} function json_last_error_msg (line 164) | function json_last_error_msg(): string {} type JsonSerializable (line 166) | interface JsonSerializable method jsonSerialize (line 169) | public function jsonSerialize(): mixed; class JsonException (line 172) | class JsonException extends Exception FILE: ext/json/json_arginfo.h function register_json_symbols (line 52) | static void register_json_symbols(int module_number) function zend_class_entry (line 85) | static zend_class_entry *register_class_JsonSerializable(void) function zend_class_entry (line 95) | static zend_class_entry *register_class_JsonException(zend_class_entry *... FILE: ext/json/json_encoder.c function zend_always_inline (line 35) | static zend_always_inline bool php_json_check_stack_limit(void) function php_json_determine_array_type (line 44) | static int php_json_determine_array_type(zval *val) /* {{{ */ function php_json_pretty_print_char (line 58) | static inline void php_json_pretty_print_char(smart_str *buf, int option... function php_json_pretty_print_indent (line 66) | static inline void php_json_pretty_print_indent(smart_str *buf, int opti... function zend_never_inline (line 83) | zend_never_inline function php_json_encode_double (line 93) | static inline void php_json_encode_double(smart_str *buf, double d, int ... function zend_result (line 123) | static zend_result php_json_encode_array(smart_str *buf, zval *val, int ... function zend_result (line 368) | zend_result php_json_escape_string( function zend_result (line 581) | static zend_result php_json_encode_serializable_object(smart_str *buf, z... function zend_result (line 646) | static zend_result php_json_encode_serializable_enum(smart_str *buf, zva... function zend_result (line 659) | zend_result php_json_encode_zval(smart_str *buf, zval *val, int options,... FILE: ext/json/php_json.h type php_json_error_code (line 42) | typedef enum { function zend_result (line 109) | static inline zend_result php_json_decode(zval *return_value, const char... FILE: ext/json/php_json_encoder.h type php_json_encoder (line 23) | typedef struct _php_json_encoder php_json_encoder; type _php_json_encoder (line 25) | struct _php_json_encoder { function php_json_encode_init (line 31) | static inline void php_json_encode_init(php_json_encoder *encoder) FILE: ext/json/php_json_parser.h type php_json_parser (line 23) | typedef struct _php_json_parser php_json_parser; type php_json_parser_methods (line 42) | typedef struct _php_json_parser_methods { type _php_json_parser (line 53) | struct _php_json_parser { FILE: ext/json/php_json_scanner.h type php_json_ctype (line 23) | typedef unsigned char php_json_ctype; type php_json_scanner (line 25) | typedef struct _php_json_scanner { FILE: ext/libxml/libxml.c type php_libxml_func_handler (line 56) | typedef struct _php_libxml_func_handler { function php_libxml_set_old_ns_list (line 117) | static void php_libxml_set_old_ns_list(xmlDocPtr doc, xmlNsPtr first, xm... function PHP_LIBXML_API (line 145) | PHP_LIBXML_API void php_libxml_set_old_ns(xmlDocPtr doc, xmlNsPtr ns) function php_libxml_unlink_entity (line 154) | static void php_libxml_unlink_entity(void *data, void *table, xmlChar *n... function php_libxml_unregister_node (line 164) | static void php_libxml_unregister_node(xmlNodePtr nodep) function php_libxml_unlink_entity_decl (line 183) | static void php_libxml_unlink_entity_decl(xmlEntityPtr entity) function php_libxml_node_free (line 196) | static void php_libxml_node_free(xmlNodePtr node) function PHP_LIBXML_API (line 323) | PHP_LIBXML_API void php_libxml_node_free_list(xmlNodePtr node) function PHP_GINIT_FUNCTION (line 409) | static PHP_GINIT_FUNCTION(libxml) function PHP_LIBXML_API (line 420) | PHP_LIBXML_API php_stream_context *php_libxml_get_stream_context(void) function php_libxml_streams_IO_read (line 512) | static int php_libxml_streams_IO_read(void *context, char *buffer, int len) function php_libxml_streams_IO_write (line 517) | static int php_libxml_streams_IO_write(void *context, const char *buffer... function php_libxml_streams_IO_close (line 522) | static int php_libxml_streams_IO_close(void *context) function xmlParserInputBufferPtr (line 527) | static xmlParserInputBufferPtr function xmlOutputBufferPtr (line 571) | static xmlOutputBufferPtr function _php_libxml_free_error (line 628) | static void _php_libxml_free_error(void *ptr) function _php_list_set_error_structure (line 637) | static void _php_list_set_error_structure(xmlError *error, const char *m... function php_libxml_ctx_error_level (line 662) | static void php_libxml_ctx_error_level(int level, void *ctx, const char ... function php_libxml_issue_error (line 679) | void php_libxml_issue_error(int level, const char *msg) function php_libxml_internal_error_handler_ex (line 688) | static void php_libxml_internal_error_handler_ex(php_libxml_error_level ... function PHP_LIBXML_API (line 726) | PHP_LIBXML_API void php_libxml_error_handler_va(php_libxml_error_level e... function xmlParserInputPtr (line 739) | static xmlParserInputPtr _php_libxml_external_entity_loader(const char *... function xmlParserInputPtr (line 853) | static xmlParserInputPtr _php_libxml_pre_ext_ent_loader(const char *URL, function PHP_LIBXML_API (line 873) | PHP_LIBXML_API void php_libxml_pretend_ctx_error_ex(const char *file, in... function PHP_LIBXML_API (line 889) | PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) function PHP_LIBXML_API (line 897) | PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...) function php_libxml_structured_error_handler (line 908) | static void php_libxml_structured_error_handler(void *userData, xmlError... function PHP_LIBXML_API (line 914) | PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg,... function php_libxml_exports_dtor (line 922) | static void php_libxml_exports_dtor(zval *zv) function PHP_LIBXML_API (line 927) | PHP_LIBXML_API void php_libxml_initialize(void) function PHP_LIBXML_API (line 944) | PHP_LIBXML_API void php_libxml_shutdown(void) function PHP_LIBXML_API (line 958) | PHP_LIBXML_API void php_libxml_switch_context(zval *context, zval *oldco... function PHP_MINIT_FUNCTION (line 968) | static PHP_MINIT_FUNCTION(libxml) function PHP_RINIT_FUNCTION (line 1003) | static PHP_RINIT_FUNCTION(libxml) function PHP_RSHUTDOWN_FUNCTION (line 1021) | static PHP_RSHUTDOWN_FUNCTION(libxml) function PHP_MSHUTDOWN_FUNCTION (line 1030) | static PHP_MSHUTDOWN_FUNCTION(libxml) function zend_result (line 1043) | static zend_result php_libxml_post_deactivate(void) function PHP_MINFO_FUNCTION (line 1068) | static PHP_MINFO_FUNCTION(libxml) function PHP_FUNCTION (line 1080) | PHP_FUNCTION(libxml_set_streams_context) function PHP_LIBXML_API (line 1097) | PHP_LIBXML_API bool php_libxml_uses_internal_errors(void) function PHP_FUNCTION (line 1103) | PHP_FUNCTION(libxml_use_internal_errors) function php_libxml_create_error_object (line 1136) | static void php_libxml_create_error_object(zval *return_value, const xml... function PHP_FUNCTION (line 1156) | PHP_FUNCTION(libxml_get_last_error) function PHP_FUNCTION (line 1177) | PHP_FUNCTION(libxml_get_errors) function PHP_FUNCTION (line 1200) | PHP_FUNCTION(libxml_clear_errors) function PHP_LIBXML_API (line 1211) | PHP_LIBXML_API bool php_libxml_disable_entity_loader(bool disable) /* {{... function PHP_FUNCTION (line 1220) | PHP_FUNCTION(libxml_disable_entity_loader) function PHP_FUNCTION (line 1234) | PHP_FUNCTION(libxml_set_external_entity_loader) function PHP_FUNCTION (line 1255) | PHP_FUNCTION(libxml_get_external_entity_loader) function php_libxml_xmlCheckUTF8 (line 1268) | int php_libxml_xmlCheckUTF8(const unsigned char *s) function zval (line 1294) | zval *php_libxml_register_export(zend_class_entry *ce, php_libxml_export... function PHP_LIBXML_API (line 1305) | PHP_LIBXML_API xmlNodePtr php_libxml_import_node(zval *object) function PHP_LIBXML_API (line 1323) | PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object ... function PHP_LIBXML_API (line 1355) | PHP_LIBXML_API int php_libxml_decrement_node_ptr_ref(php_libxml_node_ptr... function PHP_LIBXML_API (line 1373) | PHP_LIBXML_API int php_libxml_decrement_node_ptr(php_libxml_node_object ... function PHP_LIBXML_API (line 1381) | PHP_LIBXML_API int php_libxml_increment_doc_ref(php_libxml_node_object *... function PHP_LIBXML_API (line 1404) | PHP_LIBXML_API int php_libxml_decrement_doc_ref_directly(php_libxml_ref_... function PHP_LIBXML_API (line 1427) | PHP_LIBXML_API int php_libxml_decrement_doc_ref(php_libxml_node_object *... function PHP_LIBXML_API (line 1439) | PHP_LIBXML_API void php_libxml_node_free_resource(xmlNodePtr node) function PHP_LIBXML_API (line 1472) | PHP_LIBXML_API void php_libxml_node_decrement_resource(php_libxml_node_o... function PHP_LIBXML_API (line 1493) | PHP_LIBXML_API xmlChar *php_libxml_attr_value(const xmlAttr *attr, bool ... function php_libxml_write_smart_str (line 1523) | static int php_libxml_write_smart_str(void *context, const char *buffer,... function zend_string (line 1530) | static zend_string *php_libxml_default_dump_doc_to_str(xmlDocPtr doc, in... function zend_string (line 1550) | static zend_string *php_libxml_default_dump_node_to_str(xmlDocPtr doc, x... function zend_long (line 1572) | static zend_long php_libxml_default_dump_doc_to_file(const char *filenam... function zend_long (line 1577) | static zend_long php_libxml_dump_node_to_file(const char *filename, xmlD... function WINAPI (line 1589) | WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) FILE: ext/libxml/libxml.stub.php class LibXMLError (line 160) | class LibXMLError function libxml_set_streams_context (line 171) | function libxml_set_streams_context($context): void {} function libxml_use_internal_errors (line 173) | function libxml_use_internal_errors(?bool $use_errors = null): bool {} function libxml_get_last_error (line 175) | function libxml_get_last_error(): LibXMLError|false {} function libxml_get_errors (line 178) | function libxml_get_errors(): array {} function libxml_clear_errors (line 180) | function libxml_clear_errors(): void {} function libxml_disable_entity_loader (line 182) | #[\Deprecated(since: '8.0', message: 'as external entity loading is disa... function libxml_set_external_entity_loader (line 185) | function libxml_set_external_entity_loader(?callable $resolver_function)... function libxml_get_external_entity_loader (line 187) | function libxml_get_external_entity_loader(): ?callable {} FILE: ext/libxml/libxml_arginfo.h function register_libxml_symbols (line 53) | static void register_libxml_symbols(int module_number) function zend_class_entry (line 103) | static zend_class_entry *register_class_LibXMLError(void) FILE: ext/libxml/mime_sniff.c function is_not_slash (line 31) | static bool is_not_slash(char c) function is_not_semicolon (line 36) | static bool is_not_semicolon(char c) function is_not_semicolon_or_equals (line 41) | static bool is_not_semicolon_or_equals(char c) function is_not_quote_or_backslash (line 46) | static bool is_not_quote_or_backslash(char c) function is_http_tab_or_space (line 52) | static bool is_http_tab_or_space(char c) function is_http_whitespace (line 58) | static bool is_http_whitespace(char c) function is_http_quoted_string_token (line 64) | static bool is_http_quoted_string_token(unsigned char c) /* Note: unsign... function zend_always_inline (line 71) | static zend_always_inline size_t collect_a_sequence_of_code_points(const... function zend_string (line 81) | static zend_string *collect_an_http_quoted_string_with_extract_value(con... function is_ascii_alpha_numeric (line 146) | static bool is_ascii_alpha_numeric(char c) function is_http_token (line 152) | static bool is_http_token(char c) function is_empty_string_or_does_not_solely_contain_http_token_code_points (line 163) | static bool is_empty_string_or_does_not_solely_contain_http_token_code_p... function solely_contains_http_quoted_string_tokens (line 178) | static bool solely_contains_http_quoted_string_tokens(const char *start,... function PHP_LIBXML_API (line 192) | PHP_LIBXML_API zend_string *php_libxml_sniff_charset_from_string(const c... function PHP_LIBXML_API (line 306) | PHP_LIBXML_API zend_string *php_libxml_sniff_charset_from_stream(const p... FILE: ext/libxml/php_libxml.h type _libxml_doc_props (line 52) | struct _libxml_doc_props { type php_libxml_cache_tag (line 66) | typedef struct { type php_libxml_private_data_header (line 70) | typedef struct php_libxml_private_data_header { type php_libxml_document_handlers (line 81) | typedef struct php_libxml_document_handlers { type php_libxml_class_type (line 98) | typedef enum _php_libxml_class_type { type php_libxml_quirks_mode (line 104) | typedef enum php_libxml_quirks_mode { type php_libxml_ref_obj (line 110) | typedef struct _php_libxml_ref_obj { type php_libxml_node_ptr (line 121) | typedef struct _php_libxml_node_ptr { type php_libxml_node_object (line 127) | typedef struct _php_libxml_node_object { function php_libxml_node_object (line 134) | static inline php_libxml_node_object *php_libxml_node_fetch_object(zend_... function zend_always_inline (line 138) | static zend_always_inline void php_libxml_invalidate_cache_tag(php_libxm... function zend_always_inline (line 152) | static zend_always_inline bool php_libxml_is_cache_tag_stale(const php_l... function zend_always_inline (line 164) | static zend_always_inline void php_libxml_invalidate_node_list_cache(php... function zend_always_inline (line 171) | static zend_always_inline void php_libxml_invalidate_node_list_cache_fro... type php_libxml_error_level (line 186) | typedef enum { function zend_always_inline (line 262) | static zend_always_inline void php_libxml_sanitize_parse_ctxt_options(xm... FILE: ext/mbstring/libmbfl/filters/html_entities.h type mbfl_html_entity_entry (line 33) | typedef struct _mbfl_html_entity_entry { FILE: ext/mbstring/libmbfl/filters/mbfilter_7bit.c type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 47) | struct mbfl_convert_vtbl function mbfl_filt_conv_7bit_any (line 74) | int mbfl_filt_conv_7bit_any(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_any_7bit (line 79) | int mbfl_filt_conv_any_7bit(int c, mbfl_convert_filter *filter) function mb_7bit_to_wchar (line 89) | static size_t mb_7bit_to_wchar(unsigned char **in, size_t *in_len, uint3... function mb_wchar_to_7bit (line 104) | static void mb_wchar_to_7bit(uint32_t *in, size_t len, mb_convert_buf *b... FILE: ext/mbstring/libmbfl/filters/mbfilter_7bit.h type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 38) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_base64.c type mbfl_convert_vtbl (line 52) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 62) | struct mbfl_convert_vtbl function mbfl_filt_conv_base64enc (line 91) | int mbfl_filt_conv_base64enc(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_base64enc_flush (line 121) | int mbfl_filt_conv_base64enc_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_base64dec (line 157) | int mbfl_filt_conv_base64dec(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_base64dec_flush (line 207) | int mbfl_filt_conv_base64dec_flush(mbfl_convert_filter *filter) function decode_base64 (line 230) | static int decode_base64(char c) function mb_base64_to_wchar (line 246) | static size_t mb_base64_to_wchar(unsigned char **in, size_t *in_len, uin... function mb_wchar_to_base64 (line 297) | static void mb_wchar_to_base64(uint32_t *in, size_t len, mb_convert_buf ... FILE: ext/mbstring/libmbfl/filters/mbfilter_base64.h type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 38) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_cjk.c function mbfl_bisec_srch (line 39) | static int mbfl_bisec_srch(int w, const unsigned short *tbl, int n) function mbfl_bisec_srch2 (line 57) | int mbfl_bisec_srch2(int w, const unsigned short tbl[], int n) function mbfl_filt_conv_jis_wchar (line 134) | static int mbfl_filt_conv_jis_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_jis_wchar_flush (line 288) | static int mbfl_filt_conv_jis_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_jis (line 304) | static int mbfl_filt_conv_wchar_jis(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_2022jp (line 385) | static int mbfl_filt_conv_wchar_2022jp(int c, mbfl_convert_filter *filter) function mb_iso2022jp_to_wchar (line 462) | static size_t mb_iso2022jp_to_wchar(unsigned char **in, size_t *in_len, ... function mb_wchar_to_iso2022jp (line 601) | static void mb_wchar_to_iso2022jp(uint32_t *in, size_t len, mb_convert_b... function mb_wchar_to_jis (line 686) | static void mb_wchar_to_jis(uint32_t *in, size_t len, mb_convert_buf *bu... function mb_check_jis (line 778) | static bool mb_check_jis(unsigned char *in, size_t in_len) function mb_check_iso2022jp (line 874) | static bool mb_check_iso2022jp(unsigned char *in, size_t in_len) function convert_emoji_cp (line 939) | static inline int convert_emoji_cp(int cp) function mbfilter_sjis_emoji_kddi2unicode (line 948) | int mbfilter_sjis_emoji_kddi2unicode(int s, int *snd) function mbfl_filt_conv_2022jp_mobile_wchar (line 980) | static int mbfl_filt_conv_2022jp_mobile_wchar(int c, mbfl_convert_filter... function mbfl_filt_conv_2022jp_mobile_wchar_flush (line 1102) | static int mbfl_filt_conv_2022jp_mobile_wchar_flush(mbfl_convert_filter ... function mbfilter_unicode2sjis_emoji_kddi (line 1116) | static int mbfilter_unicode2sjis_emoji_kddi(int c, int *s1, mbfl_convert... function mbfl_filt_conv_wchar_2022jp_mobile (line 1183) | static int mbfl_filt_conv_wchar_2022jp_mobile(int c, mbfl_convert_filter... function mbfl_filt_conv_wchar_2022jp_mobile_flush (line 1272) | static int mbfl_filt_conv_wchar_2022jp_mobile_flush(mbfl_convert_filter ... function mb_iso2022jp_kddi_to_wchar (line 1294) | static size_t mb_iso2022jp_kddi_to_wchar(unsigned char **in, size_t *in_... function mb_wchar_to_iso2022jp_kddi (line 1407) | static void mb_wchar_to_iso2022jp_kddi(uint32_t *in, size_t len, mb_conv... function mbfl_filt_conv_jis2004_wchar (line 1556) | static int mbfl_filt_conv_jis2004_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_jis2004_wchar_flush (line 1845) | static int mbfl_filt_conv_jis2004_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_jis2004 (line 1859) | static int mbfl_filt_conv_wchar_jis2004(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_jis2004_flush (line 2048) | static int mbfl_filt_conv_wchar_jis2004_flush(mbfl_convert_filter *filter) function mb_iso2022jp2004_to_wchar (line 2104) | static size_t mb_iso2022jp2004_to_wchar(unsigned char **in, size_t *in_l... function mb_wchar_to_iso2022jp2004 (line 2241) | static void mb_wchar_to_iso2022jp2004(uint32_t *in, size_t len, mb_conve... function mbfl_filt_conv_cp5022x_wchar (line 2374) | static int mbfl_filt_conv_cp5022x_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_cp5022x_wchar_flush (line 2537) | static int mbfl_filt_conv_cp5022x_wchar_flush(mbfl_convert_filter *filter) function mb_convert_kana_codepoint (line 2610) | uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *cons... function mbfl_filt_conv_wchar_cp50220 (line 2787) | static int mbfl_filt_conv_wchar_cp50220(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_any_jis_flush (line 2814) | static int mbfl_filt_conv_any_jis_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_cp50220_flush (line 2831) | static int mbfl_filt_conv_wchar_cp50220_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_cp50221 (line 2846) | static int mbfl_filt_conv_wchar_cp50221(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_cp50222 (line 2970) | static int mbfl_filt_conv_wchar_cp50222(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_cp50222_flush (line 3093) | static int mbfl_filt_conv_wchar_cp50222_flush(mbfl_convert_filter *filter) function mb_cp5022x_to_wchar (line 3118) | static size_t mb_cp5022x_to_wchar(unsigned char **in, size_t *in_len, ui... function lookup_wchar (line 3251) | static unsigned int lookup_wchar(uint32_t w) function mb_wchar_to_cp50220 (line 3318) | static void mb_wchar_to_cp50220(uint32_t *in, size_t len, mb_convert_buf... function mb_wchar_to_cp50221 (line 3400) | static void mb_wchar_to_cp50221(uint32_t *in, size_t len, mb_convert_buf... function mb_wchar_to_cp50222 (line 3457) | static void mb_wchar_to_cp50222(uint32_t *in, size_t len, mb_convert_buf... function mbfl_filt_conv_2022jpms_wchar (line 3533) | static int mbfl_filt_conv_2022jpms_wchar(int c, mbfl_convert_filter *fil... function mbfl_filt_conv_2022jpms_wchar_flush (line 3658) | static int mbfl_filt_conv_2022jpms_wchar_flush(mbfl_convert_filter *filter) function cp932ext3_cp932ext2_jis (line 3677) | static int cp932ext3_cp932ext2_jis(int c) function mbfl_filt_conv_wchar_2022jpms (line 3691) | static int mbfl_filt_conv_wchar_2022jpms(int c, mbfl_convert_filter *fil... function mbfl_filt_conv_any_2022jpms_flush (line 3796) | static int mbfl_filt_conv_any_2022jpms_flush(mbfl_convert_filter *filter) function mb_iso2022jpms_to_wchar (line 3813) | static size_t mb_iso2022jpms_to_wchar(unsigned char **in, size_t *in_len... function mb_wchar_to_iso2022jpms (line 3920) | static void mb_wchar_to_iso2022jpms(uint32_t *in, size_t len, mb_convert... function mbfl_filt_conv_2022kr_wchar (line 4031) | static int mbfl_filt_conv_2022kr_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_2022kr_wchar_flush (line 4124) | static int mbfl_filt_conv_2022kr_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_2022kr (line 4139) | static int mbfl_filt_conv_wchar_2022kr(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_any_2022kr_flush (line 4208) | static int mbfl_filt_conv_any_2022kr_flush(mbfl_convert_filter *filter) function mb_iso2022kr_to_wchar (line 4231) | static size_t mb_iso2022kr_to_wchar(unsigned char **in, size_t *in_len, ... function mb_wchar_to_iso2022kr (line 4308) | static void mb_wchar_to_iso2022kr(uint32_t *in, size_t len, mb_convert_b... type mbfl_convert_vtbl (line 4381) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4391) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4416) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4426) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4453) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4463) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4488) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4498) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4534) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4544) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4554) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4564) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4574) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4584) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4641) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4651) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4684) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 4694) | struct mbfl_convert_vtbl function mbfl_filt_conv_sjis_wchar (line 4723) | static int mbfl_filt_conv_sjis_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_sjis_wchar_flush (line 4763) | static int mbfl_filt_conv_sjis_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_sjis (line 4777) | static int mbfl_filt_conv_wchar_sjis(int c, mbfl_convert_filter *filter) function mb_sjis_to_wchar (line 4841) | static size_t mb_sjis_to_wchar(unsigned char **in, size_t *in_len, uint3... function mb_wchar_to_sjis (line 4896) | static void mb_wchar_to_sjis(uint32_t *in, size_t len, mb_convert_buf *b... function mbfl_filt_conv_sjis_mac_wchar (line 4958) | static int mbfl_filt_conv_sjis_mac_wchar(int c, mbfl_convert_filter *fil... function mbfl_filt_conv_wchar_sjis_mac (line 5095) | static int mbfl_filt_conv_wchar_sjis_mac(int c, mbfl_convert_filter *fil... function mbfl_filt_conv_wchar_sjis_mac_flush (line 5462) | static int mbfl_filt_conv_wchar_sjis_mac_flush(mbfl_convert_filter *filter) function mb_sjismac_to_wchar (line 5488) | static size_t mb_sjismac_to_wchar(unsigned char **in, size_t *in_len, ui... function process_s_form (line 5633) | static bool process_s_form(uint32_t w, uint32_t w2, unsigned int *s) function mb_wchar_to_sjismac (line 5671) | static void mb_wchar_to_sjismac(uint32_t *in, size_t len, mb_convert_buf... function mbfilter_sjis_emoji_docomo2unicode (line 5894) | int mbfilter_sjis_emoji_docomo2unicode(int s, int *snd) function mbfilter_sjis_emoji_sb2unicode (line 5911) | int mbfilter_sjis_emoji_sb2unicode(int s, int *snd) function mbfilter_unicode2sjis_emoji_docomo (line 5934) | int mbfilter_unicode2sjis_emoji_docomo(int c, int *s1, mbfl_convert_filt... function mbfilter_unicode2sjis_emoji_kddi_sjis (line 5997) | int mbfilter_unicode2sjis_emoji_kddi_sjis(int c, int *s1, mbfl_convert_f... function mbfilter_unicode2sjis_emoji_sb (line 6069) | int mbfilter_unicode2sjis_emoji_sb(int c, int *s1, mbfl_convert_filter *... function mbfl_filt_conv_sjis_mobile_wchar (line 6141) | static int mbfl_filt_conv_sjis_mobile_wchar(int c, mbfl_convert_filter *... function mbfl_filt_conv_wchar_sjis_mobile (line 6296) | static int mbfl_filt_conv_wchar_sjis_mobile(int c, mbfl_convert_filter *... function mbfl_filt_conv_sjis_mobile_flush (line 6388) | int mbfl_filt_conv_sjis_mobile_flush(mbfl_convert_filter *filter) function mb_sjis_docomo_to_wchar (line 6411) | static size_t mb_sjis_docomo_to_wchar(unsigned char **in, size_t *in_len... function mb_wchar_to_sjis_docomo (line 6493) | static void mb_wchar_to_sjis_docomo(uint32_t *in, size_t len, mb_convert... function mb_sjis_kddi_to_wchar (line 6637) | static size_t mb_sjis_kddi_to_wchar(unsigned char **in, size_t *in_len, ... function mb_wchar_to_sjis_kddi (line 6722) | static void mb_wchar_to_sjis_kddi(uint32_t *in, size_t len, mb_convert_b... function mb_sjis_sb_to_wchar (line 6884) | static size_t mb_sjis_sb_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_sjis_sb (line 7029) | static void mb_wchar_to_sjis_sb(uint32_t *in, size_t len, mb_convert_buf... function mb_sjis2004_to_wchar (line 7191) | static size_t mb_sjis2004_to_wchar(unsigned char **in, size_t *in_len, u... function mb_wchar_to_sjis2004 (line 7254) | static void mb_wchar_to_sjis2004(uint32_t *in, size_t len, mb_convert_bu... function mbfl_filt_conv_cp932_wchar (line 7357) | static int mbfl_filt_conv_cp932_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_cp932_wchar_flush (line 7429) | static int mbfl_filt_conv_cp932_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_cp932 (line 7443) | static int mbfl_filt_conv_wchar_cp932(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_sjiswin (line 7528) | static int mbfl_filt_conv_wchar_sjiswin(int c, mbfl_convert_filter *filter) function mb_cp932_to_wchar (line 7542) | static size_t mb_cp932_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_cp932 (line 7611) | static void mb_wchar_to_cp932(uint32_t *in, size_t len, mb_convert_buf *... function mb_wchar_to_sjiswin (line 7690) | static void mb_wchar_to_sjiswin(uint32_t *in, size_t len, mb_convert_buf... type mbfl_convert_vtbl (line 7826) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7836) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7863) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7873) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7902) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7912) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7937) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7947) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7972) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 7982) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 8016) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 8026) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 8103) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 8113) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 8138) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 8148) | struct mbfl_convert_vtbl function mbfl_filt_conv_eucjp_wchar (line 8177) | static int mbfl_filt_conv_eucjp_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_eucjp_wchar_flush (line 8256) | static int mbfl_filt_conv_eucjp_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_eucjp (line 8270) | static int mbfl_filt_conv_wchar_eucjp(int c, mbfl_convert_filter *filter) function mb_eucjp_to_wchar (line 8325) | static size_t mb_eucjp_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_eucjp (line 8387) | static void mb_wchar_to_eucjp(uint32_t *in, size_t len, mb_convert_buf *... function mbfl_filt_conv_eucjpwin_wchar (line 8447) | static int mbfl_filt_conv_eucjpwin_wchar(int c, mbfl_convert_filter *fil... function mbfl_filt_conv_eucjpwin_wchar_flush (line 8575) | static int mbfl_filt_conv_eucjpwin_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_eucjpwin (line 8589) | static int mbfl_filt_conv_wchar_eucjpwin(int c, mbfl_convert_filter *fil... function mb_eucjpwin_to_wchar (line 8694) | static size_t mb_eucjpwin_to_wchar(unsigned char **in, size_t *in_len, u... function mb_wchar_to_eucjpwin (line 8797) | static void mb_wchar_to_eucjpwin(uint32_t *in, size_t len, mb_convert_bu... function mbfl_filt_conv_cp51932_wchar (line 8887) | static int mbfl_filt_conv_cp51932_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_cp51932_wchar_flush (line 8962) | static int mbfl_filt_conv_cp51932_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_cp51932 (line 8977) | static int mbfl_filt_conv_wchar_cp51932(int c, mbfl_convert_filter *filter) function mb_cp51932_to_wchar (line 9056) | static size_t mb_cp51932_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_cp51932 (line 9122) | static void mb_wchar_to_cp51932(uint32_t *in, size_t len, mb_convert_buf... function mb_eucjp2004_to_wchar (line 9195) | static size_t mb_eucjp2004_to_wchar(unsigned char **in, size_t *in_len, ... function mb_wchar_to_eucjp2004 (line 9304) | static void mb_wchar_to_eucjp2004(uint32_t *in, size_t len, mb_convert_b... function mbfl_filt_conv_euccn_wchar (line 9416) | static int mbfl_filt_conv_euccn_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_euccn (line 9464) | static int mbfl_filt_conv_wchar_euccn(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_euccn_wchar_flush (line 9529) | static int mbfl_filt_conv_euccn_wchar_flush(mbfl_convert_filter *filter) function mb_euccn_to_wchar (line 9544) | static size_t mb_euccn_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_euccn (line 9586) | static void mb_wchar_to_euccn(uint32_t *in, size_t len, mb_convert_buf *... function mbfl_filt_conv_euctw_wchar (line 9648) | static int mbfl_filt_conv_euctw_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_euctw (line 9749) | static int mbfl_filt_conv_wchar_euctw(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_euctw_wchar_flush (line 9796) | static int mbfl_filt_conv_euctw_wchar_flush(mbfl_convert_filter *filter) function mb_euctw_to_wchar (line 9811) | static size_t mb_euctw_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_euctw (line 9881) | static void mb_wchar_to_euctw(uint32_t *in, size_t len, mb_convert_buf *... function mbfl_filt_conv_euckr_wchar (line 9928) | static int mbfl_filt_conv_euckr_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_euckr (line 9979) | static int mbfl_filt_conv_wchar_euckr(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_euckr_wchar_flush (line 10026) | static int mbfl_filt_conv_euckr_wchar_flush(mbfl_convert_filter *filter) function mb_euckr_to_wchar (line 10041) | static size_t mb_euckr_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_euckr (line 10083) | static void mb_wchar_to_euckr(uint32_t *in, size_t len, mb_convert_buf *... function mbfl_filt_conv_uhc_wchar (line 10132) | static int mbfl_filt_conv_uhc_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_uhc_wchar_flush (line 10174) | static int mbfl_filt_conv_uhc_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_uhc (line 10189) | static int mbfl_filt_conv_wchar_uhc(int c, mbfl_convert_filter *filter) function mb_uhc_to_wchar (line 10227) | static size_t mb_uhc_to_wchar(unsigned char **in, size_t *in_len, uint32... function mb_wchar_to_uhc (line 10283) | static void mb_wchar_to_uhc(uint32_t *in, size_t len, mb_convert_buf *bu... type mbfl_convert_vtbl (line 10348) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10358) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10385) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10395) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10422) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10432) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10459) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10469) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10515) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10525) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10552) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10562) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10589) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10599) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10649) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 10659) | struct mbfl_convert_vtbl function mbfl_filt_conv_gb18030_wchar (line 10688) | static int mbfl_filt_conv_gb18030_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_gb18030_wchar_flush (line 10805) | static int mbfl_filt_conv_gb18030_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_gb18030 (line 10820) | static int mbfl_filt_conv_wchar_gb18030(int c, mbfl_convert_filter *filter) function mb_gb18030_to_wchar (line 10982) | static size_t mb_gb18030_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_gb18030 (line 11076) | static void mb_wchar_to_gb18030(uint32_t *in, size_t len, mb_convert_buf... function mbfl_filt_conv_cp936_wchar (line 11220) | static int mbfl_filt_conv_cp936_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_cp936_wchar_flush (line 11289) | static int mbfl_filt_conv_cp936_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_cp936 (line 11304) | static int mbfl_filt_conv_wchar_cp936(int c, mbfl_convert_filter *filter) function mb_cp936_to_wchar (line 11399) | static size_t mb_cp936_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_cp936 (line 11464) | static void mb_wchar_to_cp936(uint32_t *in, size_t len, mb_convert_buf *... function mb_gb18030_2022_to_wchar (line 11580) | static size_t mb_gb18030_2022_to_wchar(unsigned char **in, size_t *in_le... function mb_wchar_to_gb18030_2022 (line 11698) | static void mb_wchar_to_gb18030_2022(uint32_t *in, size_t len, mb_conver... function zend_string (line 11901) | static zend_string* mb_cut_gb18030(unsigned char *str, size_t from, size... type mbfl_convert_vtbl (line 11918) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 11928) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 11955) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 11965) | struct mbfl_convert_vtbl function is_in_cp950_pua (line 12018) | static inline int is_in_cp950_pua(int c1, int c) function mbfl_filt_conv_big5_wchar (line 12028) | static int mbfl_filt_conv_big5_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_big5_wchar_flush (line 12135) | static int mbfl_filt_conv_big5_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_big5 (line 12150) | static int mbfl_filt_conv_wchar_big5(int c, mbfl_convert_filter *filter) function mb_big5_to_wchar (line 12269) | static size_t mb_big5_to_wchar(unsigned char **in, size_t *in_len, uint3... function mb_wchar_to_big5 (line 12316) | static void mb_wchar_to_big5(uint32_t *in, size_t len, mb_convert_buf *b... function mb_cp950_to_wchar (line 12358) | static size_t mb_cp950_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_cp950 (line 12447) | static void mb_wchar_to_cp950(uint32_t *in, size_t len, mb_convert_buf *... type mbfl_convert_vtbl (line 12542) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 12552) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 12577) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 12587) | struct mbfl_convert_vtbl function mbfl_filt_conv_hz_wchar (line 12616) | static int mbfl_filt_conv_hz_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_hz_wchar_flush (line 12691) | static int mbfl_filt_conv_hz_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_hz (line 12707) | static int mbfl_filt_conv_wchar_hz(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_any_hz_flush (line 12789) | static int mbfl_filt_conv_any_hz_flush(mbfl_convert_filter *filter) function mb_hz_to_wchar (line 12803) | static size_t mb_hz_to_wchar(unsigned char **in, size_t *in_len, uint32_... function mb_wchar_to_hz (line 12865) | static void mb_wchar_to_hz(uint32_t *in, size_t len, mb_convert_buf *buf... type mbfl_convert_vtbl (line 12951) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 12961) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_cp51932.h type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_htmlent.c type mbfl_convert_vtbl (line 74) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 84) | struct mbfl_convert_vtbl function mbfl_filt_conv_html_enc (line 100) | int mbfl_filt_conv_html_enc(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_html_enc_flush (line 146) | int mbfl_filt_conv_html_enc_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_html_dec_ctor (line 164) | void mbfl_filt_conv_html_dec_ctor(mbfl_convert_filter *filter) function mbfl_filt_conv_html_dec_dtor (line 170) | void mbfl_filt_conv_html_dec_dtor(mbfl_convert_filter *filter) function mbfl_filt_conv_html_dec (line 180) | int mbfl_filt_conv_html_dec(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_html_dec_flush (line 307) | int mbfl_filt_conv_html_dec_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_html_dec_copy (line 331) | void mbfl_filt_conv_html_dec_copy(mbfl_convert_filter *src, mbfl_convert... function is_html_entity_char (line 338) | static bool is_html_entity_char(unsigned char c) function mb_htmlent_to_wchar (line 343) | static size_t mb_htmlent_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_htmlent (line 433) | static void mb_wchar_to_htmlent(uint32_t *in, size_t len, mb_convert_buf... FILE: ext/mbstring/libmbfl/filters/mbfilter_htmlent.h type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_iso2022jp_2004.h type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_qprint.c type mbfl_convert_vtbl (line 53) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 63) | struct mbfl_convert_vtbl function mbfl_filt_conv_qprintenc (line 80) | int mbfl_filt_conv_qprintenc(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_qprintenc_flush (line 144) | int mbfl_filt_conv_qprintenc_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_qprintdec (line 180) | int mbfl_filt_conv_qprintdec(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_qprintdec_flush (line 229) | int mbfl_filt_conv_qprintdec_flush(mbfl_convert_filter *filter) function mb_qprint_to_wchar (line 252) | static size_t mb_qprint_to_wchar(unsigned char **in, size_t *in_len, uin... function qprint_enc_nibble (line 293) | static unsigned char qprint_enc_nibble(unsigned char nibble) function mb_wchar_to_qprint (line 302) | static void mb_wchar_to_qprint(uint32_t *in, size_t len, mb_convert_buf ... FILE: ext/mbstring/libmbfl/filters/mbfilter_qprint.h type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_singlebyte.c function coalesce (line 19) | static inline uint32_t coalesce(uint32_t a, uint32_t b) function mbfl_conv_singlebyte_table (line 25) | static int mbfl_conv_singlebyte_table(int c, mbfl_convert_filter *filter... function mbfl_conv_reverselookup_table (line 37) | static int mbfl_conv_reverselookup_table(int c, mbfl_convert_filter *fil... function mbfl_filt_conv_ascii_wchar (line 143) | static int mbfl_filt_conv_ascii_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_ascii (line 149) | static int mbfl_filt_conv_wchar_ascii(int c, mbfl_convert_filter *filter) function mb_ascii_to_wchar (line 159) | static size_t mb_ascii_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_wchar_to_ascii (line 174) | static void mb_wchar_to_ascii(uint32_t *in, size_t len, mb_convert_buf *... function mbfl_filt_conv_8859_1_wchar (line 198) | static int mbfl_filt_conv_8859_1_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_8859_1 (line 203) | static int mbfl_filt_conv_wchar_8859_1(int c, mbfl_convert_filter *filter) function mb_8859_1_to_wchar (line 213) | static size_t mb_8859_1_to_wchar(unsigned char **in, size_t *in_len, uin... function mb_wchar_to_8859_1 (line 227) | static void mb_wchar_to_8859_1(uint32_t *in, size_t len, mb_convert_buf ... function mbfl_filt_conv_wchar_cp1252 (line 497) | static int mbfl_filt_conv_wchar_cp1252(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_cp1252_wchar (line 517) | static int mbfl_filt_conv_cp1252_wchar(int c, mbfl_convert_filter *filter) function mb_cp1252_to_wchar (line 529) | static size_t mb_cp1252_to_wchar(unsigned char **in, size_t *in_len, uin... function mb_wchar_to_cp1252 (line 549) | static void mb_wchar_to_cp1252(uint32_t *in, size_t len, mb_convert_buf ... function mbfl_filt_conv_armscii8_wchar (line 704) | static int mbfl_filt_conv_armscii8_wchar(int c, mbfl_convert_filter *fil... function mbfl_filt_conv_wchar_armscii8 (line 710) | static int mbfl_filt_conv_wchar_armscii8(int c, mbfl_convert_filter *fil... function mb_armscii8_to_wchar (line 730) | static size_t mb_armscii8_to_wchar(unsigned char **in, size_t *in_len, u... function mb_wchar_to_armscii8 (line 745) | static void mb_wchar_to_armscii8(uint32_t *in, size_t len, mb_convert_bu... FILE: ext/mbstring/libmbfl/filters/mbfilter_ucs2.c type mbfl_convert_vtbl (line 94) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 104) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 114) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 124) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 134) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 144) | struct mbfl_convert_vtbl function mbfl_filt_conv_ucs2_wchar (line 156) | int mbfl_filt_conv_ucs2_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_ucs2be_wchar (line 177) | int mbfl_filt_conv_ucs2be_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_ucs2be (line 189) | int mbfl_filt_conv_wchar_ucs2be(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_ucs2le_wchar (line 200) | int mbfl_filt_conv_ucs2le_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_ucs2le (line 212) | int mbfl_filt_conv_wchar_ucs2le(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_ucs2_wchar_flush (line 223) | static int mbfl_filt_conv_ucs2_wchar_flush(mbfl_convert_filter *filter) function mb_ucs2_to_wchar (line 241) | static size_t mb_ucs2_to_wchar(unsigned char **in, size_t *in_len, uint3... function mb_ucs2be_to_wchar (line 270) | static size_t mb_ucs2be_to_wchar(unsigned char **in, size_t *in_len, uin... function mb_wchar_to_ucs2be (line 293) | static void mb_wchar_to_ucs2be(uint32_t *in, size_t len, mb_convert_buf ... function mb_ucs2le_to_wchar (line 312) | static size_t mb_ucs2le_to_wchar(unsigned char **in, size_t *in_len, uin... function mb_wchar_to_ucs2le (line 335) | static void mb_wchar_to_ucs2le(uint32_t *in, size_t len, mb_convert_buf ... FILE: ext/mbstring/libmbfl/filters/mbfilter_ucs2.h type mbfl_convert_vtbl (line 38) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 39) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 40) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 41) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 42) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 43) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_ucs4.c type mbfl_convert_vtbl (line 94) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 104) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 114) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 124) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 134) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 144) | struct mbfl_convert_vtbl function mbfl_filt_conv_ucs4_wchar (line 160) | int mbfl_filt_conv_ucs4_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_ucs4be_wchar (line 219) | int mbfl_filt_conv_ucs4be_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_ucs4be (line 246) | int mbfl_filt_conv_wchar_ucs4be(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_ucs4le_wchar (line 263) | int mbfl_filt_conv_ucs4le_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_ucs4le (line 290) | int mbfl_filt_conv_wchar_ucs4le(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_ucs4_wchar_flush (line 304) | static int mbfl_filt_conv_ucs4_wchar_flush(mbfl_convert_filter *filter) function mb_ucs4_to_wchar (line 322) | static size_t mb_ucs4_to_wchar(unsigned char **in, size_t *in_len, uint3... function mb_ucs4be_to_wchar (line 353) | static size_t mb_ucs4be_to_wchar(unsigned char **in, size_t *in_len, uin... function mb_wchar_to_ucs4be (line 378) | static void mb_wchar_to_ucs4be(uint32_t *in, size_t len, mb_convert_buf ... function mb_ucs4le_to_wchar (line 397) | static size_t mb_ucs4le_to_wchar(unsigned char **in, size_t *in_len, uin... function mb_wchar_to_ucs4le (line 422) | static void mb_wchar_to_ucs4le(uint32_t *in, size_t len, mb_convert_buf ... FILE: ext/mbstring/libmbfl/filters/mbfilter_ucs4.h type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 38) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 39) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 40) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 41) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_utf16.c function mb_to_wchar_fn (line 76) | static mb_to_wchar_fn resolve_utf16be_wchar(void) function mb_from_wchar_fn (line 83) | static mb_from_wchar_fn resolve_wchar_utf16be(void) function mb_to_wchar_fn (line 90) | static mb_to_wchar_fn resolve_utf16le_wchar(void) function mb_from_wchar_fn (line 97) | static mb_from_wchar_fn resolve_wchar_utf16le(void) function mb_utf16be_to_wchar (line 125) | static size_t mb_utf16be_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_utf16be (line 130) | static void mb_wchar_to_utf16be(uint32_t *in, size_t len, mb_convert_buf... function mb_utf16le_to_wchar (line 135) | static size_t mb_utf16le_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_utf16le (line 140) | static void mb_wchar_to_utf16le(uint32_t *in, size_t len, mb_convert_buf... function init_convert_utf16 (line 145) | void init_convert_utf16(void) type mbfl_convert_vtbl (line 229) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 239) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 249) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 259) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 269) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 279) | struct mbfl_convert_vtbl function mbfl_filt_conv_utf16_wchar (line 291) | int mbfl_filt_conv_utf16_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf16be_wchar (line 322) | int mbfl_filt_conv_utf16be_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf16be (line 373) | int mbfl_filt_conv_wchar_utf16be(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf16le_wchar (line 394) | int mbfl_filt_conv_utf16le_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf16le (line 449) | int mbfl_filt_conv_wchar_utf16le(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf16_wchar_flush (line 470) | static int mbfl_filt_conv_utf16_wchar_flush(mbfl_convert_filter *filter) function mb_utf16_to_wchar (line 488) | static size_t mb_utf16_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_utf16be_to_wchar_default (line 517) | static size_t mb_utf16be_to_wchar_default(unsigned char **in, size_t *in... function mb_wchar_to_utf16be_default (line 570) | static void mb_wchar_to_utf16be_default(uint32_t *in, size_t len, mb_con... function mb_utf16le_to_wchar_default (line 595) | static size_t mb_utf16le_to_wchar_default(unsigned char **in, size_t *in... function mb_wchar_to_utf16le_default (line 648) | static void mb_wchar_to_utf16le_default(uint32_t *in, size_t len, mb_con... function mb_utf16be_to_wchar_avx2 (line 678) | static size_t mb_utf16be_to_wchar_avx2(unsigned char **in, size_t *in_le... function mb_wchar_to_utf16be_avx2 (line 802) | static void mb_wchar_to_utf16be_avx2(uint32_t *in, size_t len, mb_conver... function mb_utf16le_to_wchar_avx2 (line 875) | static size_t mb_utf16le_to_wchar_avx2(unsigned char **in, size_t *in_le... function mb_wchar_to_utf16le_avx2 (line 981) | static void mb_wchar_to_utf16le_avx2(uint32_t *in, size_t len, mb_conver... function zend_string (line 1050) | static zend_string* mb_cut_utf16be(unsigned char *str, size_t from, size... function zend_string (line 1083) | static zend_string* mb_cut_utf16le(unsigned char *str, size_t from, size... function zend_string (line 1116) | static zend_string* mb_cut_utf16(unsigned char *str, size_t from, size_t... FILE: ext/mbstring/libmbfl/filters/mbfilter_utf16.h type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 38) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 39) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 40) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 41) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 42) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_utf32.c type mbfl_convert_vtbl (line 87) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 97) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 107) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 117) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 127) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 137) | struct mbfl_convert_vtbl function emit_char_if_valid (line 149) | static int emit_char_if_valid(int n, mbfl_convert_filter *filter) function mbfl_filt_conv_utf32_wchar (line 159) | int mbfl_filt_conv_utf32_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf32be_wchar (line 182) | int mbfl_filt_conv_utf32be_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf32be (line 195) | int mbfl_filt_conv_wchar_utf32be(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf32le_wchar (line 209) | int mbfl_filt_conv_utf32le_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf32le (line 222) | int mbfl_filt_conv_wchar_utf32le(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf32_wchar_flush (line 236) | static int mbfl_filt_conv_utf32_wchar_flush(mbfl_convert_filter *filter) function mb_utf32_to_wchar (line 254) | static size_t mb_utf32_to_wchar(unsigned char **in, size_t *in_len, uint... function mb_utf32be_to_wchar (line 285) | static size_t mb_utf32be_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_utf32be (line 315) | static void mb_wchar_to_utf32be(uint32_t *in, size_t len, mb_convert_buf... function mb_utf32le_to_wchar (line 334) | static size_t mb_utf32le_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_utf32le (line 364) | static void mb_wchar_to_utf32le(uint32_t *in, size_t len, mb_convert_buf... FILE: ext/mbstring/libmbfl/filters/mbfilter_utf32.h type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 38) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 39) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 40) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 41) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 42) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_utf7.c type mbfl_convert_vtbl (line 69) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 79) | struct mbfl_convert_vtbl function decode_base64_char (line 92) | static unsigned int decode_base64_char(unsigned char c) function mbfl_filt_conv_utf7_wchar (line 108) | int mbfl_filt_conv_utf7_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf7_wchar_flush (line 269) | static int mbfl_filt_conv_utf7_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf7 (line 285) | int mbfl_filt_conv_wchar_utf7(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf7_flush (line 377) | int mbfl_filt_conv_wchar_utf7_flush(mbfl_convert_filter *filter) function is_base64_end (line 415) | static inline bool is_base64_end(unsigned char c) function is_optional_direct (line 420) | static bool is_optional_direct(unsigned char c) function can_end_base64 (line 428) | static bool can_end_base64(uint32_t c) function decode_base64 (line 433) | static unsigned char decode_base64(unsigned char c) function mb_utf7_to_wchar (line 495) | static size_t mb_utf7_to_wchar(unsigned char **in, size_t *in_len, uint3... function should_direct_encode (line 622) | static bool should_direct_encode(uint32_t c) function mb_wchar_to_utf7 (line 630) | static void mb_wchar_to_utf7(uint32_t *in, size_t len, mb_convert_buf *b... function is_utf16_cp_valid (line 722) | static bool is_utf16_cp_valid(uint16_t cp, bool is_surrogate) function can_encode_directly (line 732) | static bool can_encode_directly(unsigned char c) function mb_check_utf7 (line 737) | static bool mb_check_utf7(unsigned char *in, size_t in_len) FILE: ext/mbstring/libmbfl/filters/mbfilter_utf7.h type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_utf7imap.c type mbfl_convert_vtbl (line 105) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 115) | struct mbfl_convert_vtbl function mbfl_filt_conv_utf7imap_wchar (line 127) | int mbfl_filt_conv_utf7imap_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf7imap_wchar_flush (line 291) | static int mbfl_filt_conv_utf7imap_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf7imap (line 321) | int mbfl_filt_conv_wchar_utf7imap(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf7imap_flush (line 418) | static int mbfl_filt_conv_wchar_utf7imap_flush(mbfl_convert_filter *filter) function is_base64_end (line 451) | static inline bool is_base64_end(unsigned char c) function decode_base64 (line 456) | static unsigned char decode_base64(unsigned char c) function mb_utf7imap_to_wchar (line 510) | static size_t mb_utf7imap_to_wchar(unsigned char **in, size_t *in_len, u... function mb_wchar_to_utf7imap (line 646) | static void mb_wchar_to_utf7imap(uint32_t *in, size_t len, mb_convert_bu... function is_utf16_cp_valid (line 737) | static bool is_utf16_cp_valid(uint16_t cp, bool is_surrogate) function mb_check_utf7imap (line 750) | static bool mb_check_utf7imap(unsigned char *in, size_t in_len) FILE: ext/mbstring/libmbfl/filters/mbfilter_utf7imap.h type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 37) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_utf8.c function mbfilter_conv_map_tbl (line 77) | static bool mbfilter_conv_map_tbl(int c, int *w, unsigned int n, const u... function mbfilter_conv_r_map_tbl (line 88) | static bool mbfilter_conv_r_map_tbl(int c, int *w, unsigned int n, const... type mbfl_convert_vtbl (line 154) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 164) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 238) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 248) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 258) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 268) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 278) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 288) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 298) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 308) | struct mbfl_convert_vtbl function mbfl_filt_put_invalid_char (line 320) | static int mbfl_filt_put_invalid_char(mbfl_convert_filter *filter) function mbfl_filt_conv_utf8_wchar (line 327) | static int mbfl_filt_conv_utf8_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_utf8_wchar_flush (line 407) | static int mbfl_filt_conv_utf8_wchar_flush(mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_utf8 (line 421) | static int mbfl_filt_conv_wchar_utf8(int c, mbfl_convert_filter *filter) function mb_utf8_to_wchar (line 446) | static size_t mb_utf8_to_wchar(unsigned char **in, size_t *in_len, uint3... function mb_wchar_to_utf8 (line 538) | static void mb_wchar_to_utf8(uint32_t *in, size_t len, mb_convert_buf *b... function zend_string (line 566) | static zend_string* mb_cut_utf8(unsigned char *str, size_t from, size_t ... function mbfl_filt_conv_utf8_mobile_wchar (line 584) | static int mbfl_filt_conv_utf8_mobile_wchar(int c, mbfl_convert_filter *... function mbfl_filt_conv_wchar_utf8_mobile (line 683) | static int mbfl_filt_conv_wchar_utf8_mobile(int c, mbfl_convert_filter *... function mb_mobile_utf8_to_wchar (line 732) | static size_t mb_mobile_utf8_to_wchar(unsigned char **in, size_t *in_len... function mb_utf8_docomo_to_wchar (line 831) | static size_t mb_utf8_docomo_to_wchar(unsigned char **in, size_t *in_len... function mb_wchar_to_utf8_docomo (line 836) | static void mb_wchar_to_utf8_docomo(uint32_t *in, size_t len, mb_convert... function mb_utf8_kddi_a_to_wchar (line 908) | static size_t mb_utf8_kddi_a_to_wchar(unsigned char **in, size_t *in_len... function mb_wchar_to_utf8_kddi (line 913) | static void mb_wchar_to_utf8_kddi(uint32_t *in, size_t len, mb_convert_b... function mb_wchar_to_utf8_kddi_a (line 1005) | static void mb_wchar_to_utf8_kddi_a(uint32_t *in, size_t len, mb_convert... function mb_utf8_kddi_b_to_wchar (line 1010) | static size_t mb_utf8_kddi_b_to_wchar(unsigned char **in, size_t *in_len... function mb_wchar_to_utf8_kddi_b (line 1015) | static void mb_wchar_to_utf8_kddi_b(uint32_t *in, size_t len, mb_convert... function mb_utf8_sb_to_wchar (line 1020) | static size_t mb_utf8_sb_to_wchar(unsigned char **in, size_t *in_len, ui... function mb_wchar_to_utf8_sb (line 1025) | static void mb_wchar_to_utf8_sb(uint32_t *in, size_t len, mb_convert_buf... FILE: ext/mbstring/libmbfl/filters/mbfilter_utf8.h type mbfl_convert_vtbl (line 34) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 35) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 42) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 43) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 44) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 45) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 46) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 47) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 48) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 49) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/mbfilter_uuencode.c type mbfl_convert_vtbl (line 51) | struct mbfl_convert_vtbl function mbfl_filt_conv_uudec (line 77) | int mbfl_filt_conv_uudec(int c, mbfl_convert_filter *filter) function mb_uuencode_to_wchar (line 170) | static size_t mb_uuencode_to_wchar(unsigned char **in, size_t *in_len, u... function uuencode_six_bits (line 239) | static unsigned char uuencode_six_bits(unsigned int bits) function mb_wchar_to_uuencode (line 248) | static void mb_wchar_to_uuencode(uint32_t *in, size_t len, mb_convert_bu... FILE: ext/mbstring/libmbfl/filters/mbfilter_uuencode.h type mbfl_convert_vtbl (line 34) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/filters/utf7_helper.h function is_base64_end_valid (line 12) | static inline bool is_base64_end_valid(unsigned char n, bool gap, bool i... function has_surrogate (line 17) | static inline bool has_surrogate(uint16_t cp, bool is_surrogate) FILE: ext/mbstring/libmbfl/mbfl/generate_name_perfect_hash_table.php function read_encoding_pointer_array (line 3) | function read_encoding_pointer_array(): array { function search_struct_in_file (line 17) | function search_struct_in_file(array &$result, $struct_names, $file_path) function search_struct_in_dir (line 31) | function search_struct_in_dir($struct_names): array FILE: ext/mbstring/libmbfl/mbfl/mbfilter.c function mbfl_string (line 99) | mbfl_string * FILE: ext/mbstring/libmbfl/mbfl/mbfilter.h function mbfl_is_error (line 129) | static inline int mbfl_is_error(size_t len) { FILE: ext/mbstring/libmbfl/mbfl/mbfilter_8bit.c type mbfl_convert_vtbl (line 35) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 36) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 59) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 69) | struct mbfl_convert_vtbl function mbfl_filt_conv_8bit_wchar (line 81) | static int mbfl_filt_conv_8bit_wchar(int c, mbfl_convert_filter *filter) function mbfl_filt_conv_wchar_8bit (line 86) | static int mbfl_filt_conv_wchar_8bit(int c, mbfl_convert_filter *filter) function mb_8bit_to_wchar (line 97) | static size_t mb_8bit_to_wchar(unsigned char **in, size_t *in_len, uint3... function mb_wchar_to_8bit (line 112) | static void mb_wchar_to_8bit(uint32_t *in, size_t len, mb_convert_buf *b... FILE: ext/mbstring/libmbfl/mbfl/mbfilter_pass.c type mbfl_convert_vtbl (line 52) | struct mbfl_convert_vtbl function mbfl_filt_conv_pass (line 62) | int mbfl_filt_conv_pass(int c, mbfl_convert_filter *filter) FILE: ext/mbstring/libmbfl/mbfl/mbfl_convert.c type mbfl_convert_vtbl (line 59) | struct mbfl_convert_vtbl function mbfl_convert_filter_init (line 69) | static void mbfl_convert_filter_init(mbfl_convert_filter *filter, const ... function mbfl_convert_filter (line 95) | mbfl_convert_filter* mbfl_convert_filter_new(const mbfl_encoding *from, ... function mbfl_convert_filter (line 108) | mbfl_convert_filter* mbfl_convert_filter_new2(const struct mbfl_convert_... function mbfl_convert_filter_delete (line 119) | void mbfl_convert_filter_delete(mbfl_convert_filter *filter) function mbfl_convert_filter_feed (line 128) | int mbfl_convert_filter_feed(int c, mbfl_convert_filter *filter) function mbfl_convert_filter_flush (line 144) | int mbfl_convert_filter_flush(mbfl_convert_filter *filter) function mbfl_convert_filter_reset (line 150) | void mbfl_convert_filter_reset(mbfl_convert_filter *filter, const mbfl_e... function mbfl_convert_filter_copy (line 165) | void mbfl_convert_filter_copy(mbfl_convert_filter *src, mbfl_convert_fil... function mbfl_convert_filter_devcat (line 175) | void mbfl_convert_filter_devcat(mbfl_convert_filter *filter, mbfl_memory... function mbfl_convert_filter_strcat (line 180) | int mbfl_convert_filter_strcat(mbfl_convert_filter *filter, const unsign... function mbfl_filt_conv_output_hex (line 192) | static int mbfl_filt_conv_output_hex(unsigned int w, mbfl_convert_filter... function mbfl_filt_conv_illegal_output (line 218) | int mbfl_filt_conv_illegal_output(int c, mbfl_convert_filter *filter) type mbfl_convert_vtbl (line 277) | struct mbfl_convert_vtbl type mbfl_convert_vtbl (line 298) | struct mbfl_convert_vtbl function mbfl_filt_conv_common_ctor (line 311) | void mbfl_filt_conv_common_ctor(mbfl_convert_filter *filter) function mbfl_filt_conv_common_flush (line 316) | int mbfl_filt_conv_common_flush(mbfl_convert_filter *filter) function zend_string (line 324) | zend_string* mb_fast_convert(unsigned char *in, size_t in_len, const mbf... function mb_illegal_marker (line 370) | static size_t mb_illegal_marker(uint32_t bad_cp, uint32_t *out, unsigned... function mb_illegal_output (line 405) | void mb_illegal_output(uint32_t bad_cp, mb_from_wchar_fn fn, mb_convert_... FILE: ext/mbstring/libmbfl/mbfl/mbfl_convert.h type mbfl_convert_filter (line 38) | typedef struct _mbfl_convert_filter mbfl_convert_filter; type _mbfl_convert_filter (line 47) | struct _mbfl_convert_filter { type mbfl_convert_vtbl (line 67) | struct mbfl_convert_vtbl FILE: ext/mbstring/libmbfl/mbfl/mbfl_encoding.c function mbfl_name2encoding_perfect_hash (line 250) | static unsigned int mbfl_name2encoding_perfect_hash(const char *str, siz... function mbfl_encoding (line 309) | const mbfl_encoding *mbfl_name2encoding(const char *name) function mbfl_encoding (line 314) | const mbfl_encoding *mbfl_name2encoding_ex(const char *name, size_t name... function mbfl_encoding (line 372) | const mbfl_encoding *mbfl_no2encoding(enum mbfl_no_encoding no_encoding) type mbfl_no_encoding (line 385) | enum mbfl_no_encoding function mbfl_encoding (line 391) | const mbfl_encoding **mbfl_get_supported_encodings(void) FILE: ext/mbstring/libmbfl/mbfl/mbfl_encoding.h type mbfl_no_encoding (line 38) | enum mbfl_no_encoding { type _mbfl_convert_filter (line 125) | struct _mbfl_convert_filter type mbfl_convert_vtbl (line 126) | struct mbfl_convert_vtbl { type mb_convert_buf (line 136) | typedef struct { type zend_string (line 149) | typedef zend_string* (*mb_cut_fn)(unsigned char *str, size_t from, size_... function mb_convert_buf_init (line 155) | static inline void mb_convert_buf_init(mb_convert_buf *buf, size_t inits... function zend_string (line 231) | static inline zend_string* mb_convert_buf_result_raw(mb_convert_buf *buf) type mbfl_encoding (line 244) | typedef struct { function zend_string (line 261) | static inline zend_string* mb_convert_buf_result(mb_convert_buf *buf, co... function mb_convert_buf_free (line 272) | static inline void mb_convert_buf_free(mb_convert_buf *buf) function mb_convert_buf_len (line 277) | static inline size_t mb_convert_buf_len(mb_convert_buf *buf) function mb_convert_buf_reset (line 282) | static inline void mb_convert_buf_reset(mb_convert_buf *buf, size_t len) type mbfl_no_encoding (line 290) | enum mbfl_no_encoding type mbfl_no_encoding (line 292) | enum mbfl_no_encoding FILE: ext/mbstring/libmbfl/mbfl/mbfl_filter_output.c function mbfl_filter_output_pipe (line 34) | int mbfl_filter_output_pipe(int c, void* data) function mbfl_filter_output_null (line 40) | int mbfl_filter_output_null(int c, void* data) FILE: ext/mbstring/libmbfl/mbfl/mbfl_language.c function mbfl_language (line 78) | const mbfl_language * function mbfl_language (line 119) | const mbfl_language * function mbfl_name2no_language (line 135) | enum mbfl_no_language type mbfl_no_language (line 149) | enum mbfl_no_language FILE: ext/mbstring/libmbfl/mbfl/mbfl_language.h type mbfl_no_language (line 37) | enum mbfl_no_language { type mbfl_language_id (line 66) | typedef enum mbfl_no_language mbfl_language_id; type mbfl_language (line 71) | typedef struct _mbfl_language { type mbfl_no_language (line 82) | enum mbfl_no_language type mbfl_no_language (line 84) | enum mbfl_no_language FILE: ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c function mbfl_memory_device_init (line 40) | void mbfl_memory_device_init(mbfl_memory_device *device, size_t initsz, ... function mbfl_memory_device_realloc (line 48) | void mbfl_memory_device_realloc(mbfl_memory_device *device, size_t inits... function mbfl_memory_device_clear (line 57) | void mbfl_memory_device_clear(mbfl_memory_device *device) function mbfl_memory_device_reset (line 66) | void mbfl_memory_device_reset(mbfl_memory_device *device) function mbfl_memory_device_unput (line 71) | void mbfl_memory_device_unput(mbfl_memory_device *device) function mbfl_string (line 78) | mbfl_string* mbfl_memory_device_result(mbfl_memory_device *device, mbfl_... function mbfl_memory_device_output (line 88) | int mbfl_memory_device_output(int c, void *data) function mbfl_memory_device_strcat (line 109) | int mbfl_memory_device_strcat(mbfl_memory_device *device, const char *psrc) function mbfl_memory_device_strncat (line 114) | int mbfl_memory_device_strncat(mbfl_memory_device *device, const char *p... function mbfl_memory_device_devcat (line 137) | int mbfl_memory_device_devcat(mbfl_memory_device *dest, mbfl_memory_devi... function mbfl_wchar_device_init (line 142) | void mbfl_wchar_device_init(mbfl_wchar_device *device) function mbfl_wchar_device_clear (line 150) | void mbfl_wchar_device_clear(mbfl_wchar_device *device) function mbfl_wchar_device_output (line 159) | int mbfl_wchar_device_output(int c, void *data) FILE: ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h type mbfl_memory_device (line 39) | typedef struct _mbfl_memory_device { type mbfl_wchar_device (line 46) | typedef struct _mbfl_wchar_device { FILE: ext/mbstring/libmbfl/mbfl/mbfl_string.c function mbfl_string_init_set (line 34) | void mbfl_string_init_set(mbfl_string *string, const mbfl_encoding *enco... function mbfl_string_init (line 41) | void mbfl_string_init(mbfl_string *string) function mbfl_string_clear (line 46) | void mbfl_string_clear(mbfl_string *string) FILE: ext/mbstring/libmbfl/mbfl/mbfl_string.h type mbfl_string (line 42) | typedef struct _mbfl_string { FILE: ext/mbstring/mb_gpc.c function SAPI_TREAT_DATA_FUNC (line 35) | SAPI_TREAT_DATA_FUNC(mbstr_treat_data) function mbfl_encoding (line 165) | const mbfl_encoding *_php_mb_encoding_handler_ex(const php_mb_encoding_h... function SAPI_POST_HANDLER_FUNC (line 285) | SAPI_POST_HANDLER_FUNC(php_mb_post_handler) FILE: ext/mbstring/mb_gpc.h type php_mb_encoding_handler_info_t (line 23) | typedef struct _php_mb_encoding_handler_info_t { FILE: ext/mbstring/mbstring.c type mbfl_no_encoding (line 93) | enum mbfl_no_encoding type mbfl_no_encoding (line 95) | enum mbfl_no_encoding type php_mb_nls_ident_list (line 108) | typedef struct _php_mb_nls_ident_list { type mbfl_no_encoding (line 114) | enum mbfl_no_encoding type mbfl_no_encoding (line 122) | enum mbfl_no_encoding type mbfl_no_encoding (line 129) | enum mbfl_no_encoding type mbfl_no_encoding (line 136) | enum mbfl_no_encoding type mbfl_no_encoding (line 143) | enum mbfl_no_encoding type mbfl_no_encoding (line 151) | enum mbfl_no_encoding type mbfl_no_encoding (line 157) | enum mbfl_no_encoding type mbfl_no_encoding (line 164) | enum mbfl_no_encoding type mbfl_no_encoding (line 170) | enum mbfl_no_encoding function mbfl_encoding (line 241) | static const mbfl_encoding *php_mb_get_encoding(zend_string *encoding_na... function mbfl_encoding (line 277) | static const mbfl_encoding *php_mb_get_encoding_or_pass(const char *enco... function count_commas (line 285) | static size_t count_commas(const char *p, const char *end) { function zend_result (line 298) | static zend_result php_mb_parse_encoding_list(const char *value, size_t ... function zend_result (line 382) | static zend_result php_mb_parse_encoding_array(HashTable *target_hash, c... function zend_encoding (line 432) | static const zend_encoding* php_mb_zend_encoding_fetcher(const char *enc... function php_mb_zend_encoding_lexer_compatibility_checker (line 442) | static bool php_mb_zend_encoding_lexer_compatibility_checker(const zend_... function zend_encoding (line 448) | static const zend_encoding *php_mb_zend_encoding_detector(const unsigned... function php_mb_zend_encoding_converter (line 462) | static size_t php_mb_zend_encoding_converter(unsigned char **to, size_t ... function zend_result (line 475) | static zend_result php_mb_zend_encoding_list_parser(const char *encoding... function zend_encoding (line 483) | static const zend_encoding *php_mb_zend_internal_encoding_getter(void) function zend_result (line 488) | static zend_result php_mb_zend_internal_encoding_setter(const zend_encod... function _php_mb_match_regex (line 525) | static int _php_mb_match_regex(void *opaque, const char *str, size_t str... function _php_mb_free_regex (line 543) | static void _php_mb_free_regex(void *opaque) function php_mb_nls_get_default_detect_order_list (line 550) | static int php_mb_nls_get_default_detect_order_list(enum mbfl_no_languag... function PHP_INI_MH (line 688) | static PHP_INI_MH(OnUpdate_mbstring_language) function PHP_INI_MH (line 704) | static PHP_INI_MH(OnUpdate_mbstring_detect_order) function zend_result (line 731) | static zend_result _php_mb_ini_mbstring_http_input_set(const char *new_v... function PHP_INI_MH (line 750) | static PHP_INI_MH(OnUpdate_mbstring_http_input) function zend_result (line 768) | static zend_result _php_mb_ini_mbstring_http_output_set(const char *new_... function PHP_INI_MH (line 780) | static PHP_INI_MH(OnUpdate_mbstring_http_output) function zend_result (line 799) | static zend_result _php_mb_ini_mbstring_internal_encoding_set(const char... function PHP_INI_MH (line 828) | static PHP_INI_MH(OnUpdate_mbstring_internal_encoding) function PHP_INI_MH (line 850) | static PHP_INI_MH(OnUpdate_mbstring_substitute_character) function PHP_INI_MH (line 887) | static PHP_INI_MH(OnUpdate_mbstring_encoding_translation) function PHP_INI_MH (line 908) | static PHP_INI_MH(OnUpdate_mbstring_http_output_conv_mimetypes) function mbstring_internal_encoding_changed_hook (line 966) | static void mbstring_internal_encoding_changed_hook(void) { function PHP_GINIT_FUNCTION (line 985) | static PHP_GINIT_FUNCTION(mbstring) function PHP_GSHUTDOWN_FUNCTION (line 1032) | static PHP_GSHUTDOWN_FUNCTION(mbstring) function PHP_MINIT_FUNCTION (line 1054) | PHP_MINIT_FUNCTION(mbstring) function PHP_MSHUTDOWN_FUNCTION (line 1103) | PHP_MSHUTDOWN_FUNCTION(mbstring) function PHP_RINIT_FUNCTION (line 1120) | PHP_RINIT_FUNCTION(mbstring) function PHP_RSHUTDOWN_FUNCTION (line 1141) | PHP_RSHUTDOWN_FUNCTION(mbstring) function PHP_MINFO_FUNCTION (line 1183) | PHP_MINFO_FUNCTION(mbstring) function PHP_FUNCTION (line 1209) | PHP_FUNCTION(mb_language) function PHP_FUNCTION (line 1235) | PHP_FUNCTION(mb_internal_encoding) function PHP_FUNCTION (line 1265) | PHP_FUNCTION(mb_http_input) function PHP_FUNCTION (line 1342) | PHP_FUNCTION(mb_http_output) function PHP_FUNCTION (line 1371) | PHP_FUNCTION(mb_detect_order) function php_mb_check_code_point (line 1418) | static inline bool php_mb_check_code_point(zend_long cp) function PHP_FUNCTION (line 1438) | PHP_FUNCTION(mb_substitute_character) function PHP_FUNCTION (line 1492) | PHP_FUNCTION(mb_preferred_mime_name) function PHP_FUNCTION (line 1518) | PHP_FUNCTION(mb_parse_str) function PHP_FUNCTION (line 1555) | PHP_FUNCTION(mb_output_handler) function PHP_FUNCTION (line 1635) | PHP_FUNCTION(mb_str_split) function _mm_sum_epu8 (line 1756) | static inline uint32_t _mm_sum_epu8(const __m128i v) function mb_fast_strlen_utf8 (line 1778) | static size_t mb_fast_strlen_utf8(unsigned char *p, size_t len) function mb_get_strlen (line 1823) | static size_t mb_get_strlen(zend_string *string, const mbfl_encoding *en... function PHP_FUNCTION (line 1846) | PHP_FUNCTION(mb_strlen) function php_mb_is_no_encoding_utf8 (line 1866) | static inline bool php_mb_is_no_encoding_utf8(enum mbfl_no_encoding no_enc) function pointer_to_offset_utf8 (line 1898) | static size_t pointer_to_offset_utf8(unsigned char *start, unsigned char... function mb_find_strpos (line 1902) | static size_t mb_find_strpos(zend_string *haystack, zend_string *needle,... function handle_strpos_error (line 1957) | static void handle_strpos_error(size_t error) { function PHP_FUNCTION (line 1973) | PHP_FUNCTION(mb_strpos) function PHP_FUNCTION (line 2002) | PHP_FUNCTION(mb_strrpos) function PHP_FUNCTION (line 2032) | PHP_FUNCTION(mb_stripos) function PHP_FUNCTION (line 2063) | PHP_FUNCTION(mb_strripos) function zend_string (line 2093) | static zend_string* mb_get_substr_slow(unsigned char *in, size_t in_len,... function zend_string (line 2118) | static zend_string* mb_get_substr(zend_string *input, size_t from, size_... function php_mb_strstr_variants (line 2156) | static void php_mb_strstr_variants(INTERNAL_FUNCTION_PARAMETERS, unsigne... function PHP_FUNCTION (line 2199) | PHP_FUNCTION(mb_strstr) function PHP_FUNCTION (line 2206) | PHP_FUNCTION(mb_strrchr) function PHP_FUNCTION (line 2213) | PHP_FUNCTION(mb_stristr) function PHP_FUNCTION (line 2220) | PHP_FUNCTION(mb_strrichr) function PHP_FUNCTION (line 2231) | PHP_FUNCTION(mb_substr_count) function PHP_FUNCTION (line 2316) | PHP_FUNCTION(mb_substr) function PHP_FUNCTION (line 2378) | PHP_FUNCTION(mb_strcut) function character_width (line 2474) | static size_t character_width(uint32_t c) function mb_get_strwidth (line 2496) | static size_t mb_get_strwidth(zend_string *string, const mbfl_encoding *... function PHP_FUNCTION (line 2520) | PHP_FUNCTION(mb_strwidth) function zend_string (line 2538) | static zend_string* mb_trim_string(zend_string *input, zend_string *mark... function PHP_FUNCTION (line 2650) | PHP_FUNCTION(mb_strimwidth) function php_mb_is_unsupported_no_encoding (line 2702) | static inline bool php_mb_is_unsupported_no_encoding(enum mbfl_no_encodi... function MBSTRING_API (line 2710) | MBSTRING_API zend_string* php_mb_convert_encoding_ex(const char *input, ... function MBSTRING_API (line 2718) | MBSTRING_API zend_string* php_mb_convert_encoding(const char *input, siz... function MBSTRING_API (line 2738) | MBSTRING_API HashTable *php_mb_convert_encoding_recursive(HashTable *inp... function remove_non_encodings_from_elist (line 2820) | static void remove_non_encodings_from_elist(const mbfl_encoding **elist,... function PHP_FUNCTION (line 2838) | PHP_FUNCTION(mb_convert_encoding) function zend_string (line 2906) | static zend_string *mbstring_convert_case(php_case_mode case_mode, const... function PHP_FUNCTION (line 2911) | PHP_FUNCTION(mb_convert_case) function PHP_FUNCTION (line 2936) | PHP_FUNCTION(mb_strtoupper) function PHP_FUNCTION (line 2954) | PHP_FUNCTION(mb_strtolower) function php_mb_ulcfirst (line 2972) | static void php_mb_ulcfirst(INTERNAL_FUNCTION_PARAMETERS, php_case_mode ... function PHP_FUNCTION (line 3006) | PHP_FUNCTION(mb_ucfirst) function PHP_FUNCTION (line 3011) | PHP_FUNCTION(mb_lcfirst) type mb_trim_mode (line 3016) | typedef enum { function is_trim_wchar (line 3022) | static bool is_trim_wchar(uint32_t w, const HashTable *ht, const uint32_... function zend_string (line 3036) | static zend_string* trim_each_wchar(zend_string *str, const HashTable *w... function zend_string (line 3076) | static zend_string* mb_trim_default_chars(zend_string *str, mb_trim_mode... function zend_string (line 3101) | static zend_string* mb_trim_what_chars(zend_string *str, zend_string *wh... function php_do_mb_trim (line 3141) | static void php_do_mb_trim(INTERNAL_FUNCTION_PARAMETERS, mb_trim_mode mode) function PHP_FUNCTION (line 3166) | PHP_FUNCTION(mb_trim) function PHP_FUNCTION (line 3171) | PHP_FUNCTION(mb_ltrim) function PHP_FUNCTION (line 3176) | PHP_FUNCTION(mb_rtrim) function mbfl_encoding (line 3181) | static const mbfl_encoding **duplicate_elist(const mbfl_encoding **elist... function estimate_demerits (line 3188) | static unsigned int estimate_demerits(uint32_t w) type candidate (line 3232) | struct candidate { function init_candidate_array (line 3241) | static size_t init_candidate_array(struct candidate *array, size_t lengt... function start_string (line 3277) | static void start_string(struct candidate *array, size_t length, const u... function count_demerits (line 3305) | static size_t count_demerits(struct candidate *array, size_t length, boo... function MBSTRING_API (line 3360) | MBSTRING_API const mbfl_encoding* mb_guess_encoding_for_strings(const un... function mbfl_encoding (line 3405) | static const mbfl_encoding* mb_guess_encoding(unsigned char *in, size_t ... function PHP_FUNCTION (line 3411) | PHP_FUNCTION(mb_detect_encoding) function PHP_FUNCTION (line 3482) | PHP_FUNCTION(mb_list_encodings) function PHP_FUNCTION (line 3506) | PHP_FUNCTION(mb_encoding_aliases) function zend_string (line 3529) | static zend_string* jp_kana_convert(zend_string *input, const mbfl_encod... function PHP_FUNCTION (line 3601) | PHP_FUNCTION(mb_convert_kana) function mb_recursive_count_strings (line 3694) | static unsigned int mb_recursive_count_strings(zval *var) function mb_recursive_find_strings (line 3725) | static bool mb_recursive_find_strings(zval *var, const unsigned char **v... function mb_recursive_convert_variable (line 3762) | static bool mb_recursive_convert_variable(zval *var, const mbfl_encoding... function PHP_FUNCTION (line 3819) | PHP_FUNCTION(mb_convert_variables) function html_numeric_entity_convert (line 3946) | static bool html_numeric_entity_convert(uint32_t w, uint32_t *convmap, s... function zend_string (line 3968) | static zend_string* html_numeric_entity_encode(zend_string *input, const... function PHP_FUNCTION (line 4035) | PHP_FUNCTION(mb_encode_numericentity) function html_numeric_entity_deconvert (line 4065) | static bool html_numeric_entity_deconvert(uint32_t number, uint32_t *con... function zend_string (line 4088) | static zend_string* html_numeric_entity_decode(zend_string *input, const... function PHP_FUNCTION (line 4267) | PHP_FUNCTION(mb_decode_numericentity) function _php_mbstr_parse_mail_headers (line 4298) | static int _php_mbstr_parse_mail_headers(HashTable *ht, const char *str,... function PHP_FUNCTION (line 4459) | PHP_FUNCTION(mb_send_mail) function PHP_FUNCTION (line 4720) | PHP_FUNCTION(mb_get_info) function MBSTRING_API (line 4872) | MBSTRING_API bool php_mb_check_encoding(const char *input, size_t length... function mb_fast_check_utf8_default (line 4919) | static bool mb_fast_check_utf8_default(zend_string *str) function check_utf8_func_t (line 5221) | static check_utf8_func_t resolve_check_utf8(void) function mb_fast_check_utf8 (line 5243) | static bool mb_fast_check_utf8(zend_string *str) function init_check_utf8 (line 5248) | static void init_check_utf8(void) function mb_fast_check_utf8_avx2 (line 5296) | static bool mb_fast_check_utf8_avx2(zend_string *str) function mb_check_str_encoding (line 5558) | static bool mb_check_str_encoding(zend_string *str, const mbfl_encoding ... function php_mb_check_encoding_recursive (line 5574) | static bool php_mb_check_encoding_recursive(HashTable *vars, const mbfl_... function PHP_FUNCTION (line 5626) | PHP_FUNCTION(mb_check_encoding) function zend_long (line 5657) | static inline zend_long php_mb_ord(const char *str, size_t str_len, zend... function PHP_FUNCTION (line 5690) | PHP_FUNCTION(mb_ord) function zend_string (line 5721) | static inline zend_string *php_mb_chr(zend_long cp, zend_string *enc_nam... function PHP_FUNCTION (line 5792) | PHP_FUNCTION(mb_chr) function PHP_FUNCTION (line 5812) | PHP_FUNCTION(mb_str_pad) function PHP_FUNCTION (line 5939) | PHP_FUNCTION(mb_scrub) function php_mb_populate_current_detect_order_list (line 5964) | static void php_mb_populate_current_detect_order_list(void) function php_mb_encoding_translation (line 5988) | static int php_mb_encoding_translation(void) function MBSTRING_API (line 5994) | MBSTRING_API size_t php_mb_mbchar_bytes(const char *s, const mbfl_encodi... function MBSTRING_API (line 6010) | MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, si... function MBSTRING_API (line 6049) | MBSTRING_API size_t php_mb_stripos(bool mode, zend_string *haystack, zen... function php_mb_gpc_get_detect_order (line 6064) | static void php_mb_gpc_get_detect_order(const zend_encoding ***list, siz... function php_mb_gpc_set_input_encoding (line 6071) | static void php_mb_gpc_set_input_encoding(const zend_encoding *encoding)... function transfer_encoded_size (line 6090) | static size_t transfer_encoded_size(mb_convert_buf *tmpbuf, bool base64) function transfer_encode_mime_bytes (line 6105) | static void transfer_encode_mime_bytes(mb_convert_buf *tmpbuf, mb_conver... function zend_string (line 6153) | static zend_string* mb_mime_header_encode(zend_string *input, const mbfl... function PHP_FUNCTION (line 6449) | PHP_FUNCTION(mb_encode_mimeheader) function decode_base64 (line 6497) | static int8_t decode_base64(unsigned char c) function zend_string (line 6644) | static zend_string* mb_mime_header_decode(zend_string *input, const mbfl... function PHP_FUNCTION (line 6718) | PHP_FUNCTION(mb_decode_mimeheader) FILE: ext/mbstring/mbstring.h type mbfl_no_encoding (line 89) | enum mbfl_no_encoding type mbfl_no_language (line 96) | enum mbfl_no_language type _zend_mb_regex_globals (line 104) | struct _zend_mb_regex_globals FILE: ext/mbstring/mbstring.stub.php function mb_language (line 55) | function mb_language(?string $language = null): string|bool {} function mb_internal_encoding (line 58) | function mb_internal_encoding(?string $encoding = null): string|bool {} function mb_http_input (line 64) | function mb_http_input(?string $type = null): array|string|false {} function mb_http_output (line 67) | function mb_http_output(?string $encoding = null): string|bool {} function mb_detect_order (line 73) | function mb_detect_order(array|string|null $encoding = null): array|bool {} function mb_substitute_character (line 76) | function mb_substitute_character(string|int|null $substitute_character =... function mb_preferred_mime_name (line 79) | function mb_preferred_mime_name(string $encoding): string|false {} function mb_parse_str (line 82) | function mb_parse_str(string $string, &$result): bool {} function mb_output_handler (line 85) | function mb_output_handler(string $string, int $status): string {} function mb_str_split (line 87) | function mb_str_split(string $string, int $length = 1, ?string $encoding... function mb_strlen (line 89) | function mb_strlen(string $string, ?string $encoding = null): int {} function mb_strpos (line 91) | function mb_strpos(string $haystack, string $needle, int $offset = 0, ?s... function mb_strrpos (line 93) | function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?... function mb_stripos (line 95) | function mb_stripos(string $haystack, string $needle, int $offset = 0, ?... function mb_strripos (line 97) | function mb_strripos(string $haystack, string $needle, int $offset = 0, ... function mb_strstr (line 100) | function mb_strstr(string $haystack, string $needle, bool $before_needle... function mb_strrchr (line 103) | function mb_strrchr(string $haystack, string $needle, bool $before_needl... function mb_stristr (line 106) | function mb_stristr(string $haystack, string $needle, bool $before_needl... function mb_strrichr (line 109) | function mb_strrichr(string $haystack, string $needle, bool $before_need... function mb_substr_count (line 111) | function mb_substr_count(string $haystack, string $needle, ?string $enco... function mb_substr (line 114) | function mb_substr(string $string, int $start, ?int $length = null, ?str... function mb_strcut (line 117) | function mb_strcut(string $string, int $start, ?int $length = null, ?str... function mb_strwidth (line 119) | function mb_strwidth(string $string, ?string $encoding = null): int {} function mb_strimwidth (line 121) | function mb_strimwidth(string $string, int $start, int $width, string $t... function mb_convert_encoding (line 127) | function mb_convert_encoding(array|string $string, string $to_encoding, ... function mb_convert_case (line 130) | function mb_convert_case(string $string, int $mode, ?string $encoding = ... function mb_strtoupper (line 133) | function mb_strtoupper(string $string, ?string $encoding = null): string {} function mb_strtolower (line 136) | function mb_strtolower(string $string, ?string $encoding = null): string {} function mb_ucfirst (line 138) | function mb_ucfirst(string $string, ?string $encoding = null): string {} function mb_lcfirst (line 140) | function mb_lcfirst(string $string, ?string $encoding = null): string {} function mb_trim (line 142) | function mb_trim(string $string, ?string $characters = null, ?string $en... function mb_ltrim (line 144) | function mb_ltrim(string $string, ?string $characters = null, ?string $e... function mb_rtrim (line 146) | function mb_rtrim(string $string, ?string $characters = null, ?string $e... function mb_detect_encoding (line 149) | function mb_detect_encoding(string $string, array|string|null $encodings... function mb_list_encodings (line 154) | function mb_list_encodings(): array {} function mb_encoding_aliases (line 160) | function mb_encoding_aliases(string $encoding): array {} function mb_encode_mimeheader (line 163) | function mb_encode_mimeheader(string $string, ?string $charset = null, ?... function mb_decode_mimeheader (line 166) | function mb_decode_mimeheader(string $string): string {} function mb_convert_kana (line 169) | function mb_convert_kana(string $string, string $mode = "KV", ?string $e... function mb_convert_variables (line 172) | function mb_convert_variables(string $to_encoding, array|string $from_en... function mb_encode_numericentity (line 175) | function mb_encode_numericentity(string $string, array $map, ?string $en... function mb_decode_numericentity (line 178) | function mb_decode_numericentity(string $string, array $map, ?string $en... function mb_send_mail (line 180) | function mb_send_mail(string $to, string $subject, string $message, arra... function mb_get_info (line 186) | function mb_get_info(string $type = "all"): array|string|int|false|null {} function mb_check_encoding (line 188) | function mb_check_encoding(array|string|null $value = null, ?string $enc... function mb_scrub (line 190) | function mb_scrub(string $string, ?string $encoding = null): string {} function mb_ord (line 192) | function mb_ord(string $string, ?string $encoding = null): int|false {} function mb_chr (line 194) | function mb_chr(int $codepoint, ?string $encoding = null): string|false {} function mb_str_pad (line 196) | function mb_str_pad(string $string, int $length, string $pad_string = " ... function mb_regex_encoding (line 200) | function mb_regex_encoding(?string $encoding = null): string|bool {} function mb_ereg (line 203) | function mb_ereg(string $pattern, string $string, &$matches = null): boo... function mb_eregi (line 206) | function mb_eregi(string $pattern, string $string, &$matches = null): bo... function mb_ereg_replace (line 209) | function mb_ereg_replace(string $pattern, string $replacement, string $s... function mb_eregi_replace (line 212) | function mb_eregi_replace(string $pattern, string $replacement, string $... function mb_ereg_replace_callback (line 215) | function mb_ereg_replace_callback(string $pattern, callable $callback, s... function mb_split (line 221) | function mb_split(string $pattern, string $string, int $limit = -1): arr... function mb_ereg_match (line 223) | function mb_ereg_match(string $pattern, string $string, ?string $options... function mb_ereg_search (line 225) | function mb_ereg_search(?string $pattern = null, ?string $options = null... function mb_ereg_search_pos (line 231) | function mb_ereg_search_pos(?string $pattern = null, ?string $options = ... function mb_ereg_search_regs (line 237) | function mb_ereg_search_regs(?string $pattern = null, ?string $options =... function mb_ereg_search_init (line 239) | function mb_ereg_search_init(string $string, ?string $pattern = null, ?s... function mb_ereg_search_getregs (line 245) | function mb_ereg_search_getregs(): array|false {} function mb_ereg_search_getpos (line 247) | function mb_ereg_search_getpos(): int {} function mb_ereg_search_setpos (line 249) | function mb_ereg_search_setpos(int $offset): bool {} function mb_regex_set_options (line 252) | function mb_regex_set_options(?string $options = null): string {} FILE: ext/mbstring/mbstring_arginfo.h function register_mbstring_symbols (line 436) | static void register_mbstring_symbols(int module_number) FILE: ext/mbstring/php_mbregex.c type OnigMatchParam (line 35) | typedef void OnigMatchParam; type _zend_mb_regex_globals (line 51) | struct _zend_mb_regex_globals { function php_mb_regex_free_cache (line 68) | static void php_mb_regex_free_cache(zval *el) { function _php_mb_regex_globals_ctor (line 74) | static int _php_mb_regex_globals_ctor(zend_mb_regex_globals *pglobals) function zend_mb_regex_globals (line 90) | zend_mb_regex_globals *php_mb_regex_globals_alloc(void) function php_mb_regex_globals_free (line 103) | void php_mb_regex_globals_free(zend_mb_regex_globals *pglobals) function PHP_MINIT_FUNCTION (line 113) | PHP_MINIT_FUNCTION(mb_regex) function PHP_MSHUTDOWN_FUNCTION (line 125) | PHP_MSHUTDOWN_FUNCTION(mb_regex) function PHP_RINIT_FUNCTION (line 133) | PHP_RINIT_FUNCTION(mb_regex) function PHP_RSHUTDOWN_FUNCTION (line 142) | PHP_RSHUTDOWN_FUNCTION(mb_regex) function PHP_MINFO_FUNCTION (line 165) | PHP_MINFO_FUNCTION(mb_regex) type php_mb_regex_enc_name_map_t (line 184) | typedef struct _php_mb_regex_enc_name_map_t { function OnigEncoding (line 369) | static OnigEncoding _php_mb_regex_name2mbctype(const char *pname) function php_mb_regex_set_mbctype (line 406) | int php_mb_regex_set_mbctype(const char *encname) function php_mb_regex_set_default_mbctype (line 419) | int php_mb_regex_set_default_mbctype(const char *encname) function mbfl_encoding (line 438) | const mbfl_encoding *php_mb_regex_get_mbctype_encoding(void) function php_mb_regex_t (line 455) | static php_mb_regex_t *php_mbregex_compile_pattern(const char *pattern, ... function _php_mb_regex_get_option_string (line 489) | static size_t _php_mb_regex_get_option_string(char *str, size_t len, Oni... function _php_mb_regex_init_options (line 594) | static bool _php_mb_regex_init_options(const char *parg, size_t narg, On... type mb_regex_groups_iter_args (line 670) | typedef struct mb_regex_groups_iter_args { function mb_regex_groups_iter (line 679) | static int function mb_regex_substitute (line 706) | static inline void mb_regex_substitute( function PHP_FUNCTION (line 840) | PHP_FUNCTION(mb_regex_encoding) function _php_mb_onig_search (line 867) | static int _php_mb_onig_search(regex_t* reg, const OnigUChar* str, const... function _php_mb_regex_ereg_exec (line 887) | static void _php_mb_regex_ereg_exec(INTERNAL_FUNCTION_PARAMETERS, int ic... function PHP_FUNCTION (line 968) | PHP_FUNCTION(mb_ereg) function PHP_FUNCTION (line 975) | PHP_FUNCTION(mb_eregi) function _php_mb_regex_ereg_replace_exec (line 982) | static void _php_mb_regex_ereg_replace_exec(INTERNAL_FUNCTION_PARAMETERS... function PHP_FUNCTION (line 1155) | PHP_FUNCTION(mb_ereg_replace) function PHP_FUNCTION (line 1162) | PHP_FUNCTION(mb_eregi_replace) function PHP_FUNCTION (line 1169) | PHP_FUNCTION(mb_ereg_replace_callback) function PHP_FUNCTION (line 1176) | PHP_FUNCTION(mb_split) function PHP_FUNCTION (line 1259) | PHP_FUNCTION(mb_ereg_match) function _php_mb_regex_ereg_search_exec (line 1322) | static void _php_mb_regex_ereg_search_exec(INTERNAL_FUNCTION_PARAMETERS,... function PHP_FUNCTION (line 1437) | PHP_FUNCTION(mb_ereg_search) function PHP_FUNCTION (line 1444) | PHP_FUNCTION(mb_ereg_search_pos) function PHP_FUNCTION (line 1451) | PHP_FUNCTION(mb_ereg_search_regs) function PHP_FUNCTION (line 1458) | PHP_FUNCTION(mb_ereg_search_init) function PHP_FUNCTION (line 1512) | PHP_FUNCTION(mb_ereg_search_getregs) function PHP_FUNCTION (line 1555) | PHP_FUNCTION(mb_ereg_search_getpos) function PHP_FUNCTION (line 1566) | PHP_FUNCTION(mb_ereg_search_setpos) function _php_mb_regex_set_options (line 1591) | static void _php_mb_regex_set_options(OnigOptionType options, OnigSyntax... function PHP_FUNCTION (line 1605) | PHP_FUNCTION(mb_regex_set_options) FILE: ext/mbstring/php_mbregex.h type zend_mb_regex_globals (line 35) | typedef struct _zend_mb_regex_globals zend_mb_regex_globals; FILE: ext/mbstring/php_unicode.c function prop_lookup (line 40) | ZEND_EXTERN_MODULE_GLOBALS(mbstring) function MBSTRING_API (line 64) | MBSTRING_API bool php_unicode_is_prop1(unsigned long code, int prop) function MBSTRING_API (line 69) | MBSTRING_API bool php_unicode_is_prop(unsigned long code, ...) function mph_hash (line 91) | static inline unsigned mph_hash(unsigned d, unsigned x) { function mph_lookup (line 99) | static inline unsigned mph_lookup( function php_unicode_toupper_raw (line 123) | static unsigned php_unicode_toupper_raw(unsigned code, const mbfl_encodi... function php_unicode_tolower_raw (line 145) | static unsigned php_unicode_tolower_raw(unsigned code, const mbfl_encodi... function php_unicode_totitle_raw (line 170) | static unsigned php_unicode_totitle_raw(unsigned code, const mbfl_encodi... function php_unicode_tofold_raw (line 181) | static unsigned php_unicode_tofold_raw(unsigned code, const mbfl_encodin... function php_unicode_tolower_simple (line 204) | static inline unsigned php_unicode_tolower_simple(unsigned code, const m... function php_unicode_toupper_simple (line 211) | static inline unsigned php_unicode_toupper_simple(unsigned code, const m... function php_unicode_totitle_simple (line 218) | static inline unsigned php_unicode_totitle_simple(unsigned code, const m... function php_unicode_tofold_simple (line 225) | static inline unsigned php_unicode_tofold_simple(unsigned code, const mb... function scan_ahead_for_cased_letter (line 244) | static bool scan_ahead_for_cased_letter(unsigned char *in, size_t in_len... function scan_back_for_cased_letter (line 266) | static bool scan_back_for_cased_letter(uint32_t *begin, uint32_t *end) function MBSTRING_API (line 282) | MBSTRING_API zend_string *php_unicode_convert_case(php_case_mode case_mo... FILE: ext/mbstring/php_unicode.h type php_case_mode (line 80) | typedef enum { function php_unicode_is_lower (line 98) | static inline int php_unicode_is_lower(unsigned long code) { function php_unicode_is_upper (line 106) | static inline int php_unicode_is_upper(unsigned long code) { FILE: ext/mbstring/ucgendat/ucgendat.php class Range (line 81) | class Range { method __construct (line 85) | public function __construct(int $start, int $end) { class UnicodeData (line 91) | class UnicodeData { method __construct (line 98) | public function __construct() { method propToIndex (line 123) | function propToIndex(string $prop) : int { method addProp (line 150) | public function addProp(int $code, string $prop) { method addPropRange (line 166) | public function addPropRange(int $startCode, int $endCode, string $pro... method addCaseMapping (line 171) | public function addCaseMapping(string $case, int $origCode, int $mappe... method compactRangeArray (line 175) | public function compactRangeArray(array $ranges) : array { method compactPropRanges (line 205) | public function compactPropRanges() { function parseDataFile (line 212) | function parseDataFile(string $input) { function parseUnicodeData (line 231) | function parseUnicodeData(UnicodeData $data, string $input) : void { function parseCodes (line 280) | function parseCodes(string $strCodes) : array { function parseCaseFolding (line 288) | function parseCaseFolding(UnicodeData $data, string $input) : void { function addSpecialCasing (line 320) | function addSpecialCasing(UnicodeData $data, string $type, int $code, ar... function parseSpecialCasing (line 343) | function parseSpecialCasing(UnicodeData $data, string $input) : void { function parseDerivedCoreProperties (line 368) | function parseDerivedCoreProperties(UnicodeData $data, string $input) : ... function parseEastAsianWidth (line 398) | function parseEastAsianWidth(string $input) : array { function formatArray (line 435) | function formatArray(array $values, int $width, string $format) : string { function formatShortHexArray (line 450) | function formatShortHexArray(array $values, int $width) : string { function formatShortDecArray (line 453) | function formatShortDecArray(array $values, int $width) : string { function formatIntArray (line 456) | function formatIntArray(array $values, int $width) : string { function generatePropData (line 460) | function generatePropData(UnicodeData $data) { function flatten (line 503) | function flatten(array $array) { function prepareCaseData (line 513) | function prepareCaseData(UnicodeData $data) { function generateCaseMPH (line 539) | function generateCaseMPH(string $name, array $map) { function generateCaseData (line 556) | function generateCaseData(UnicodeData $data) { function generateData (line 570) | function generateData(UnicodeData $data) { function hashInt (line 600) | function hashInt(int $d, int $x) { function tryGenerateMPH (line 606) | function tryGenerateMPH(array $map, int $gSize) { function generateMPH (line 684) | function generateMPH(array $map, bool $fast) { function generateEastAsianWidthData (line 710) | function generateEastAsianWidthData(array $wideRanges) { FILE: ext/mbstring/ucgendat/uctest.php function parseDataFile (line 21) | function parseDataFile(string $input) { function parseCodes (line 40) | function parseCodes(string $strCodes) : array { function testCaseMap (line 48) | function testCaseMap($type, int $origCode, array $newCodes) { function testSimpleCaseMap (line 61) | function testSimpleCaseMap($type, int $origCode, int $newCode) { function testUnicodeData (line 69) | function testUnicodeData(string $input) { function testCaseFolding (line 97) | function testCaseFolding(string $input) { function testSpecialCasing (line 113) | function testSpecialCasing(string $input) { FILE: ext/mysqli/mysqli.c type zend_result (line 74) | typedef zend_result (*mysqli_read_t)(mysqli_object *obj, zval *rv, bool ... type zend_result (line 75) | typedef zend_result (*mysqli_write_t)(mysqli_object *obj, zval *newval); type mysqli_prop_handler (line 77) | typedef struct _mysqli_prop_handler { function free_prop_handler (line 85) | static void free_prop_handler(zval *el) { function php_mysqli_dtor_p_elements (line 90) | void php_mysqli_dtor_p_elements(void *data) function ZEND_RSRC_DTOR_FUNC (line 97) | ZEND_RSRC_DTOR_FUNC(php_mysqli_dtor) function php_le_pmysqli (line 108) | int php_le_pmysqli(void) function php_clear_stmt_bind (line 114) | void php_clear_stmt_bind(MY_STMT *stmt) function php_clear_mysql (line 135) | void php_clear_mysql(MY_MYSQL *mysql) { function mysqli_objects_free_storage (line 148) | static void mysqli_objects_free_storage(zend_object *object) function mysqli_link_free_storage (line 163) | static void mysqli_link_free_storage(zend_object *object) function mysqli_driver_free_storage (line 182) | static void mysqli_driver_free_storage(zend_object *object) function mysqli_stmt_free_storage (line 189) | static void mysqli_stmt_free_storage(zend_object *object) function mysqli_result_free_storage (line 203) | static void mysqli_result_free_storage(zend_object *object) function mysqli_warning_free_storage (line 216) | static void mysqli_warning_free_storage(zend_object *object) function zend_result (line 230) | static zend_result mysqli_read_na(mysqli_object *obj, zval *retval, bool... function zval (line 241) | zval *mysqli_read_property(zend_object *object, zend_string *name, int t... function zval (line 260) | zval *mysqli_write_property(zend_object *object, zend_string *name, zval... function mysqli_add_property (line 294) | void mysqli_add_property(HashTable *h, const char *pname, size_t pname_l... function mysqli_object_has_property (line 305) | static int mysqli_object_has_property(zend_object *object, zend_string *... function HashTable (line 343) | HashTable *mysqli_object_get_debug_info(zend_object *object, int *is_temp) function mysqli_objects_new (line 366) | PHP_MYSQLI_EXPORT(zend_object *) mysqli_objects_new(zend_class_entry *cl... function MYSQLND (line 406) | static MYSQLND *mysqli_convert_zv_to_mysqlnd(zval * zv) function PHP_GINIT_FUNCTION (line 449) | static PHP_GINIT_FUNCTION(mysqli) function PHP_MINIT_FUNCTION (line 473) | PHP_MINIT_FUNCTION(mysqli) function PHP_MSHUTDOWN_FUNCTION (line 544) | PHP_MSHUTDOWN_FUNCTION(mysqli) function PHP_RINIT_FUNCTION (line 559) | PHP_RINIT_FUNCTION(mysqli) function PHP_RSHUTDOWN_FUNCTION (line 571) | PHP_RSHUTDOWN_FUNCTION(mysqli) function PHP_MINFO_FUNCTION (line 585) | PHP_MINFO_FUNCTION(mysqli) function php_mysqli_fetch_into_hash_aux (line 727) | void php_mysqli_fetch_into_hash_aux(zval *return_value, MYSQL_RES * resu... function php_mysqli_fetch_into_hash (line 746) | void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int overri... FILE: ext/mysqli/mysqli.stub.php class mysqli_driver (line 598) | final class mysqli_driver class mysqli (line 612) | class mysqli method __construct (line 722) | public function __construct( method autocommit (line 735) | public function autocommit(bool $enable): bool {} method begin_transaction (line 741) | public function begin_transaction(int $flags = 0, ?string $name = null... method change_user (line 747) | public function change_user(string $username, #[\SensitiveParameter] s... method character_set_name (line 753) | public function character_set_name(): string {} method close (line 759) | public function close(): true {} method commit (line 765) | public function commit(int $flags = 0, ?string $name = null): bool {} method connect (line 772) | public function connect( method dump_debug_info (line 785) | public function dump_debug_info(): bool {} method debug (line 792) | public function debug(string $options): true {} method get_charset (line 798) | public function get_charset(): ?object {} method execute_query (line 803) | public function execute_query(string $query, ?array $params = null): m... method get_client_info (line 809) | #[\Deprecated(since: '8.1', message: 'use mysqli_get_client_info() ins... method get_connection_stats (line 817) | public function get_connection_stats(): array {} method get_server_info (line 823) | public function get_server_info(): string {} method get_warnings (line 829) | public function get_warnings(): mysqli_warning|false {} method init (line 834) | #[\Deprecated(since: '8.1', message: 'replace calls to parent::init() ... method kill (line 841) | #[\Deprecated(since: '8.4', message: 'use KILL CONNECTION/QUERY SQL st... method multi_query (line 848) | public function multi_query(string $query): bool {} method more_results (line 854) | public function more_results(): bool {} method next_result (line 860) | public function next_result(): bool {} method ping (line 866) | #[\Deprecated(since: '8.4', message: 'because the reconnect feature ha... method poll (line 873) | public static function poll(?array &$read, ?array &$error, array &$rej... method prepare (line 879) | public function prepare(string $query): mysqli_stmt|false {} method query (line 885) | public function query(string $query, int $result_mode = MYSQLI_STORE_R... method real_connect (line 891) | public function real_connect( method real_escape_string (line 905) | public function real_escape_string(string $string): string {} method reap_async_query (line 911) | public function reap_async_query(): mysqli_result|bool {} method escape_string (line 917) | public function escape_string(string $string): string {} method real_query (line 923) | public function real_query(string $query): bool {} method release_savepoint (line 929) | public function release_savepoint(string $name): bool {} method rollback (line 935) | public function rollback(int $flags = 0, ?string $name = null): bool {} method savepoint (line 941) | public function savepoint(string $name): bool {} method select_db (line 947) | public function select_db(string $database): bool {} method set_charset (line 953) | public function set_charset(string $charset): bool {} method options (line 960) | public function options(int $option, $value): bool {} method set_opt (line 967) | public function set_opt(int $option, $value): bool {} method ssl_set (line 973) | public function ssl_set( method stat (line 985) | public function stat(): string|false {} method stmt_init (line 991) | public function stmt_init(): mysqli_stmt|false {} method store_result (line 997) | public function store_result(int $mode = 0): mysqli_result|false {} method thread_safe (line 1003) | public function thread_safe(): bool {} method use_result (line 1009) | public function use_result(): mysqli_result|false {} method refresh (line 1015) | #[\Deprecated(since: '8.4', message: 'use FLUSH SQL statement instead')] class mysqli_result (line 1019) | class mysqli_result implements IteratorAggregate method __construct (line 1047) | public function __construct(mysqli $mysql, int $result_mode = MYSQLI_S... method close (line 1053) | public function close(): void {} method free (line 1059) | public function free(): void {} method data_seek (line 1065) | public function data_seek(int $offset): bool {} method fetch_field (line 1071) | public function fetch_field(): object|false {} method fetch_fields (line 1078) | public function fetch_fields(): array {} method fetch_field_direct (line 1084) | public function fetch_field_direct(int $index): object|false {} method fetch_all (line 1091) | public function fetch_all(int $mode = MYSQLI_NUM): array {} method fetch_array (line 1098) | public function fetch_array(int $mode = MYSQLI_BOTH): array|null|false {} method fetch_assoc (line 1105) | public function fetch_assoc(): array|null|false {} method fetch_object (line 1111) | public function fetch_object(string $class = "stdClass", array $constr... method fetch_row (line 1118) | public function fetch_row(): array|null|false {} method fetch_column (line 1121) | public function fetch_column(int $column = 0): null|int|float|string|f... method field_seek (line 1127) | public function field_seek(int $index): true {} method free_result (line 1133) | public function free_result(): void {} method getIterator (line 1135) | public function getIterator(): Iterator {} class mysqli_stmt (line 1138) | class mysqli_stmt method __construct (line 1196) | public function __construct(mysqli $mysql, ?string $query = null) {} method attr_get (line 1202) | public function attr_get(int $attribute): int {} method attr_set (line 1208) | public function attr_set(int $attribute, int $value): bool {} method bind_param (line 1214) | public function bind_param(string $types, mixed &...$vars): bool {} method bind_result (line 1220) | public function bind_result(mixed &...$vars): bool {} method close (line 1226) | public function close(): true {} method data_seek (line 1232) | public function data_seek(int $offset): void {} method execute (line 1238) | public function execute(?array $params = null): bool {} method fetch (line 1244) | public function fetch(): ?bool {} method get_warnings (line 1250) | public function get_warnings(): mysqli_warning|false {} method result_metadata (line 1256) | public function result_metadata(): mysqli_result|false {} method more_results (line 1262) | public function more_results(): bool {} method next_result (line 1268) | public function next_result(): bool {} method num_rows (line 1274) | public function num_rows(): int|string {} method send_long_data (line 1280) | public function send_long_data(int $param_num, string $data): bool {} method free_result (line 1286) | public function free_result(): void {} method reset (line 1292) | public function reset(): bool {} method prepare (line 1298) | public function prepare(string $query): bool {} method store_result (line 1304) | public function store_result(): bool {} method get_result (line 1310) | public function get_result(): mysqli_result|false {} class mysqli_warning (line 1313) | final class mysqli_warning method __construct (line 1321) | private function __construct() {} method next (line 1323) | public function next(): bool {} class mysqli_sql_exception (line 1326) | final class mysqli_sql_exception extends RuntimeException method getSqlState (line 1330) | public function getSqlState(): string {} function mysqli_affected_rows (line 1334) | function mysqli_affected_rows(mysqli $mysql): int|string {} function mysqli_autocommit (line 1336) | function mysqli_autocommit(mysqli $mysql, bool $enable): bool {} function mysqli_begin_transaction (line 1338) | function mysqli_begin_transaction(mysqli $mysql, int $flags = 0, ?string... function mysqli_change_user (line 1340) | function mysqli_change_user(mysqli $mysql, string $username, #[\Sensitiv... function mysqli_character_set_name (line 1343) | function mysqli_character_set_name(mysqli $mysql): string {} function mysqli_close (line 1345) | function mysqli_close(mysqli $mysql): true {} function mysqli_commit (line 1347) | function mysqli_commit(mysqli $mysql, int $flags = 0, ?string $name = nu... function mysqli_connect (line 1352) | function mysqli_connect( function mysqli_connect_errno (line 1361) | function mysqli_connect_errno(): int {} function mysqli_connect_error (line 1364) | function mysqli_connect_error(): ?string {} function mysqli_data_seek (line 1366) | function mysqli_data_seek(mysqli_result $result, int $offset): bool {} function mysqli_dump_debug_info (line 1368) | function mysqli_dump_debug_info(mysqli $mysql): bool {} function mysqli_debug (line 1370) | function mysqli_debug(string $options): true {} function mysqli_errno (line 1372) | function mysqli_errno(mysqli $mysql): int {} function mysqli_error (line 1375) | function mysqli_error(mysqli $mysql): string {} function mysqli_error_list (line 1381) | function mysqli_error_list(mysqli $mysql): array {} function mysqli_stmt_execute (line 1383) | function mysqli_stmt_execute(mysqli_stmt $statement, ?array $params = nu... function mysqli_execute (line 1386) | function mysqli_execute(mysqli_stmt $statement, ?array $params = null): ... function mysqli_execute_query (line 1388) | function mysqli_execute_query(mysqli $mysql, string $query, ?array $para... function mysqli_fetch_field (line 1391) | function mysqli_fetch_field(mysqli_result $result): object|false {} function mysqli_fetch_fields (line 1397) | function mysqli_fetch_fields(mysqli_result $result): array {} function mysqli_fetch_field_direct (line 1400) | function mysqli_fetch_field_direct(mysqli_result $result, int $index): o... function mysqli_fetch_lengths (line 1406) | function mysqli_fetch_lengths(mysqli_result $result): array|false {} function mysqli_fetch_all (line 1412) | function mysqli_fetch_all(mysqli_result $result, int $mode = MYSQLI_NUM)... function mysqli_fetch_array (line 1418) | function mysqli_fetch_array(mysqli_result $result, int $mode = MYSQLI_BO... function mysqli_fetch_assoc (line 1424) | function mysqli_fetch_assoc(mysqli_result $result): array|null|false {} function mysqli_fetch_object (line 1427) | function mysqli_fetch_object(mysqli_result $result, string $class = "std... function mysqli_fetch_row (line 1433) | function mysqli_fetch_row(mysqli_result $result): array|null|false {} function mysqli_fetch_column (line 1435) | function mysqli_fetch_column(mysqli_result $result, int $column = 0): nu... function mysqli_field_count (line 1437) | function mysqli_field_count(mysqli $mysql): int {} function mysqli_field_seek (line 1439) | function mysqli_field_seek(mysqli_result $result, int $index): true {} function mysqli_field_tell (line 1441) | function mysqli_field_tell(mysqli_result $result): int {} function mysqli_free_result (line 1443) | function mysqli_free_result(mysqli_result $result): void {} function mysqli_get_connection_stats (line 1449) | function mysqli_get_connection_stats(mysqli $mysql): array {} function mysqli_get_client_stats (line 1455) | function mysqli_get_client_stats(): array {} function mysqli_get_charset (line 1458) | function mysqli_get_charset(mysqli $mysql): ?object {} function mysqli_get_client_info (line 1461) | function mysqli_get_client_info(?mysqli $mysql = null): string {} function mysqli_get_client_version (line 1463) | function mysqli_get_client_version(): int {} function mysqli_get_links_stats (line 1469) | function mysqli_get_links_stats(): array {} function mysqli_get_host_info (line 1472) | function mysqli_get_host_info(mysqli $mysql): string {} function mysqli_get_proto_info (line 1474) | function mysqli_get_proto_info(mysqli $mysql): int {} function mysqli_get_server_info (line 1477) | function mysqli_get_server_info(mysqli $mysql): string {} function mysqli_get_server_version (line 1479) | function mysqli_get_server_version(mysqli $mysql): int {} function mysqli_get_warnings (line 1482) | function mysqli_get_warnings(mysqli $mysql): mysqli_warning|false {} function mysqli_init (line 1485) | function mysqli_init(): mysqli|false {} function mysqli_info (line 1488) | function mysqli_info(mysqli $mysql): ?string {} function mysqli_insert_id (line 1491) | function mysqli_insert_id(mysqli $mysql): int|string {} function mysqli_kill (line 1493) | #[\Deprecated(since: '8.4', message: 'use KILL CONNECTION/QUERY SQL stat... function mysqli_more_results (line 1496) | function mysqli_more_results(mysqli $mysql): bool {} function mysqli_multi_query (line 1498) | function mysqli_multi_query(mysqli $mysql, string $query): bool {} function mysqli_next_result (line 1500) | function mysqli_next_result(mysqli $mysql): bool {} function mysqli_num_fields (line 1502) | function mysqli_num_fields(mysqli_result $result): int {} function mysqli_num_rows (line 1505) | function mysqli_num_rows(mysqli_result $result): int|string {} function mysqli_options (line 1508) | function mysqli_options(mysqli $mysql, int $option, $value): bool {} function mysqli_set_opt (line 1514) | function mysqli_set_opt(mysqli $mysql, int $option, $value): bool {} function mysqli_ping (line 1516) | #[\Deprecated(since: '8.4', message: 'because the reconnect feature has ... function mysqli_poll (line 1519) | function mysqli_poll(?array &$read, ?array &$error, array &$reject, int ... function mysqli_prepare (line 1522) | function mysqli_prepare(mysqli $mysql, string $query): mysqli_stmt|false {} function mysqli_report (line 1524) | function mysqli_report(int $flags): true {} function mysqli_query (line 1527) | function mysqli_query(mysqli $mysql, string $query, int $result_mode = M... function mysqli_real_connect (line 1529) | function mysqli_real_connect( function mysqli_real_escape_string (line 1542) | function mysqli_real_escape_string(mysqli $mysql, string $string): strin... function mysqli_escape_string (line 1545) | function mysqli_escape_string(mysqli $mysql, string $string): string {} function mysqli_real_query (line 1547) | function mysqli_real_query(mysqli $mysql, string $query): bool {} function mysqli_reap_async_query (line 1550) | function mysqli_reap_async_query(mysqli $mysql): mysqli_result|bool {} function mysqli_release_savepoint (line 1552) | function mysqli_release_savepoint(mysqli $mysql, string $name): bool {} function mysqli_rollback (line 1554) | function mysqli_rollback(mysqli $mysql, int $flags = 0, ?string $name = ... function mysqli_savepoint (line 1556) | function mysqli_savepoint(mysqli $mysql, string $name): bool {} function mysqli_select_db (line 1558) | function mysqli_select_db(mysqli $mysql, string $database): bool {} function mysqli_set_charset (line 1560) | function mysqli_set_charset(mysqli $mysql, string $charset): bool {} function mysqli_stmt_affected_rows (line 1563) | function mysqli_stmt_affected_rows(mysqli_stmt $statement): int|string {} function mysqli_stmt_attr_get (line 1565) | function mysqli_stmt_attr_get(mysqli_stmt $statement, int $attribute): i... function mysqli_stmt_attr_set (line 1567) | function mysqli_stmt_attr_set(mysqli_stmt $statement, int $attribute, in... function mysqli_stmt_bind_param (line 1569) | function mysqli_stmt_bind_param(mysqli_stmt $statement, string $types, m... function mysqli_stmt_bind_result (line 1571) | function mysqli_stmt_bind_result(mysqli_stmt $statement, mixed &...$vars... function mysqli_stmt_close (line 1573) | function mysqli_stmt_close(mysqli_stmt $statement): true {} function mysqli_stmt_data_seek (line 1575) | function mysqli_stmt_data_seek(mysqli_stmt $statement, int $offset): voi... function mysqli_stmt_errno (line 1577) | function mysqli_stmt_errno(mysqli_stmt $statement): int {} function mysqli_stmt_error (line 1580) | function mysqli_stmt_error(mysqli_stmt $statement): string {} function mysqli_stmt_error_list (line 1586) | function mysqli_stmt_error_list(mysqli_stmt $statement): array {} function mysqli_stmt_fetch (line 1588) | function mysqli_stmt_fetch(mysqli_stmt $statement): ?bool {} function mysqli_stmt_field_count (line 1590) | function mysqli_stmt_field_count(mysqli_stmt $statement): int {} function mysqli_stmt_free_result (line 1592) | function mysqli_stmt_free_result(mysqli_stmt $statement): void {} function mysqli_stmt_get_result (line 1595) | function mysqli_stmt_get_result(mysqli_stmt $statement): mysqli_result|f... function mysqli_stmt_get_warnings (line 1598) | function mysqli_stmt_get_warnings(mysqli_stmt $statement): mysqli_warnin... function mysqli_stmt_init (line 1601) | function mysqli_stmt_init(mysqli $mysql): mysqli_stmt|false {} function mysqli_stmt_insert_id (line 1604) | function mysqli_stmt_insert_id(mysqli_stmt $statement): int|string {} function mysqli_stmt_more_results (line 1606) | function mysqli_stmt_more_results(mysqli_stmt $statement): bool {} function mysqli_stmt_next_result (line 1608) | function mysqli_stmt_next_result(mysqli_stmt $statement): bool {} function mysqli_stmt_num_rows (line 1611) | function mysqli_stmt_num_rows(mysqli_stmt $statement): int|string {} function mysqli_stmt_param_count (line 1613) | function mysqli_stmt_param_count(mysqli_stmt $statement): int {} function mysqli_stmt_prepare (line 1615) | function mysqli_stmt_prepare(mysqli_stmt $statement, string $query): boo... function mysqli_stmt_reset (line 1617) | function mysqli_stmt_reset(mysqli_stmt $statement): bool {} function mysqli_stmt_result_metadata (line 1620) | function mysqli_stmt_result_metadata(mysqli_stmt $statement): mysqli_res... function mysqli_stmt_send_long_data (line 1622) | function mysqli_stmt_send_long_data(mysqli_stmt $statement, int $param_n... function mysqli_stmt_store_result (line 1624) | function mysqli_stmt_store_result(mysqli_stmt $statement): bool {} function mysqli_stmt_sqlstate (line 1627) | function mysqli_stmt_sqlstate(mysqli_stmt $statement): string {} function mysqli_sqlstate (line 1630) | function mysqli_sqlstate(mysqli $mysql): string {} function mysqli_ssl_set (line 1632) | function mysqli_ssl_set( function mysqli_stat (line 1642) | function mysqli_stat(mysqli $mysql): string|false {} function mysqli_store_result (line 1645) | function mysqli_store_result(mysqli $mysql, int $mode = 0): mysqli_resul... function mysqli_thread_id (line 1647) | function mysqli_thread_id(mysqli $mysql): int {} function mysqli_thread_safe (line 1649) | function mysqli_thread_safe(): bool {} function mysqli_use_result (line 1652) | function mysqli_use_result(mysqli $mysql): mysqli_result|false {} function mysqli_warning_count (line 1654) | function mysqli_warning_count(mysqli $mysql): int {} function mysqli_refresh (line 1656) | #[\Deprecated(since: '8.4', message: 'use FLUSH SQL statement instead')] FILE: ext/mysqli/mysqli_api.c function PHP_FUNCTION (line 34) | PHP_FUNCTION(mysqli_affected_rows) function PHP_FUNCTION (line 55) | PHP_FUNCTION(mysqli_autocommit) function enum_func_status (line 75) | static enum_func_status mysqli_stmt_bind_param_do_bind(MY_STMT *stmt, ui... function PHP_FUNCTION (line 124) | PHP_FUNCTION(mysqli_stmt_bind_param) function enum_func_status (line 161) | static enum_func_status mysqli_stmt_bind_result_do_bind(MY_STMT *stmt, z... function PHP_FUNCTION (line 175) | PHP_FUNCTION(mysqli_stmt_bind_result) function PHP_FUNCTION (line 199) | PHP_FUNCTION(mysqli_change_user) function PHP_FUNCTION (line 219) | PHP_FUNCTION(mysqli_character_set_name) function php_mysqli_close (line 234) | void php_mysqli_close(MY_MYSQL * mysql, int close_type, int resource_sta... function PHP_FUNCTION (line 269) | PHP_FUNCTION(mysqli_close) function PHP_FUNCTION (line 290) | PHP_FUNCTION(mysqli_commit) function PHP_FUNCTION (line 312) | PHP_FUNCTION(mysqli_data_seek) function PHP_FUNCTION (line 348) | PHP_FUNCTION(mysqli_debug) function PHP_FUNCTION (line 363) | PHP_FUNCTION(mysqli_dump_debug_info) function PHP_FUNCTION (line 378) | PHP_FUNCTION(mysqli_errno) function PHP_FUNCTION (line 392) | PHP_FUNCTION(mysqli_error) function PHP_FUNCTION (line 406) | PHP_FUNCTION(mysqli_stmt_execute) function close_stmt_and_copy_errors (line 466) | void close_stmt_and_copy_errors(MY_STMT *stmt, MY_MYSQL *mysql) function PHP_FUNCTION (line 487) | PHP_FUNCTION(mysqli_execute_query) function mysqli_stmt_fetch_mysqlnd (line 607) | void mysqli_stmt_fetch_mysqlnd(INTERNAL_FUNCTION_PARAMETERS) function PHP_FUNCTION (line 630) | PHP_FUNCTION(mysqli_stmt_fetch) function php_add_field_properties (line 637) | static void php_add_field_properties(zval *value, const MYSQL_FIELD *field) function PHP_FUNCTION (line 663) | PHP_FUNCTION(mysqli_fetch_field) function PHP_FUNCTION (line 685) | PHP_FUNCTION(mysqli_fetch_fields) function PHP_FUNCTION (line 714) | PHP_FUNCTION(mysqli_fetch_field_direct) function PHP_FUNCTION (line 747) | PHP_FUNCTION(mysqli_fetch_lengths) function PHP_FUNCTION (line 775) | PHP_FUNCTION(mysqli_fetch_row) function PHP_FUNCTION (line 782) | PHP_FUNCTION(mysqli_field_count) function PHP_FUNCTION (line 797) | PHP_FUNCTION(mysqli_field_seek) function PHP_FUNCTION (line 825) | PHP_FUNCTION(mysqli_field_tell) function PHP_FUNCTION (line 840) | PHP_FUNCTION(mysqli_free_result) function PHP_FUNCTION (line 856) | PHP_FUNCTION(mysqli_get_client_info) function PHP_FUNCTION (line 879) | PHP_FUNCTION(mysqli_get_client_version) function PHP_FUNCTION (line 890) | PHP_FUNCTION(mysqli_get_host_info) function PHP_FUNCTION (line 904) | PHP_FUNCTION(mysqli_get_proto_info) function PHP_FUNCTION (line 918) | PHP_FUNCTION(mysqli_get_server_info) function PHP_FUNCTION (line 933) | PHP_FUNCTION(mysqli_get_server_version) function PHP_FUNCTION (line 948) | PHP_FUNCTION(mysqli_info) function php_mysqli_init (line 967) | void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, bool is_method) function PHP_FUNCTION (line 1005) | PHP_FUNCTION(mysqli_init) function PHP_FUNCTION (line 1012) | PHP_FUNCTION(mysqli_insert_id) function PHP_FUNCTION (line 1028) | PHP_FUNCTION(mysqli_kill) function PHP_FUNCTION (line 1054) | PHP_FUNCTION(mysqli_more_results) function PHP_FUNCTION (line 1069) | PHP_FUNCTION(mysqli_next_result) { function PHP_FUNCTION (line 1088) | PHP_FUNCTION(mysqli_stmt_more_results) function PHP_FUNCTION (line 1103) | PHP_FUNCTION(mysqli_stmt_next_result) { function PHP_FUNCTION (line 1121) | PHP_FUNCTION(mysqli_num_fields) function PHP_FUNCTION (line 1136) | PHP_FUNCTION(mysqli_num_rows) function mysqli_options_get_option_zval_type (line 1156) | static int mysqli_options_get_option_zval_type(int option) function PHP_FUNCTION (line 1188) | PHP_FUNCTION(mysqli_options) function PHP_FUNCTION (line 1240) | PHP_FUNCTION(mysqli_ping) function PHP_FUNCTION (line 1258) | PHP_FUNCTION(mysqli_prepare) function PHP_FUNCTION (line 1313) | PHP_FUNCTION(mysqli_real_connect) function PHP_FUNCTION (line 1320) | PHP_FUNCTION(mysqli_real_query) function PHP_FUNCTION (line 1352) | PHP_FUNCTION(mysqli_real_escape_string) { function PHP_FUNCTION (line 1372) | PHP_FUNCTION(mysqli_rollback) function PHP_FUNCTION (line 1395) | PHP_FUNCTION(mysqli_stmt_send_long_data) function PHP_FUNCTION (line 1422) | PHP_FUNCTION(mysqli_stmt_affected_rows) function PHP_FUNCTION (line 1442) | PHP_FUNCTION(mysqli_stmt_close) function PHP_FUNCTION (line 1461) | PHP_FUNCTION(mysqli_stmt_data_seek) function PHP_FUNCTION (line 1483) | PHP_FUNCTION(mysqli_stmt_field_count) function PHP_FUNCTION (line 1498) | PHP_FUNCTION(mysqli_stmt_free_result) function PHP_FUNCTION (line 1514) | PHP_FUNCTION(mysqli_stmt_insert_id) function PHP_FUNCTION (line 1530) | PHP_FUNCTION(mysqli_stmt_param_count) function PHP_FUNCTION (line 1545) | PHP_FUNCTION(mysqli_stmt_reset) function PHP_FUNCTION (line 1564) | PHP_FUNCTION(mysqli_stmt_num_rows) function PHP_FUNCTION (line 1582) | PHP_FUNCTION(mysqli_select_db) function PHP_FUNCTION (line 1603) | PHP_FUNCTION(mysqli_sqlstate) function PHP_FUNCTION (line 1617) | PHP_FUNCTION(mysqli_ssl_set) function PHP_FUNCTION (line 1642) | PHP_FUNCTION(mysqli_stat) function PHP_FUNCTION (line 1664) | PHP_FUNCTION(mysqli_refresh) function PHP_FUNCTION (line 1679) | PHP_FUNCTION(mysqli_stmt_attr_set) function PHP_FUNCTION (line 1732) | PHP_FUNCTION(mysqli_stmt_attr_get) function PHP_FUNCTION (line 1762) | PHP_FUNCTION(mysqli_stmt_errno) function PHP_FUNCTION (line 1777) | PHP_FUNCTION(mysqli_stmt_error) function PHP_FUNCTION (line 1792) | PHP_FUNCTION(mysqli_stmt_init) function PHP_FUNCTION (line 1819) | PHP_FUNCTION(mysqli_stmt_prepare) function PHP_FUNCTION (line 1842) | PHP_FUNCTION(mysqli_stmt_result_metadata) function PHP_FUNCTION (line 1867) | PHP_FUNCTION(mysqli_stmt_store_result) function PHP_FUNCTION (line 1886) | PHP_FUNCTION(mysqli_stmt_sqlstate) function PHP_FUNCTION (line 1901) | PHP_FUNCTION(mysqli_store_result) function PHP_FUNCTION (line 1939) | PHP_FUNCTION(mysqli_thread_id) function PHP_FUNCTION (line 1954) | PHP_FUNCTION(mysqli_thread_safe) function PHP_FUNCTION (line 1965) | PHP_FUNCTION(mysqli_use_result) function PHP_FUNCTION (line 1993) | PHP_FUNCTION(mysqli_warning_count) FILE: ext/mysqli/mysqli_arginfo.h function register_mysqli_symbols (line 1035) | static void register_mysqli_symbols(int module_number) function zend_class_entry (line 1192) | static zend_class_entry *register_class_mysqli_driver(void) function zend_class_entry (line 1226) | static zend_class_entry *register_class_mysqli(void) function zend_class_entry (line 1413) | static zend_class_entry *register_class_mysqli_result(zend_class_entry *... function zend_class_entry (line 1454) | static zend_class_entry *register_class_mysqli_stmt(void) function zend_class_entry (line 1524) | static zend_class_entry *register_class_mysqli_warning(void) function zend_class_entry (line 1552) | static zend_class_entry *register_class_mysqli_sql_exception(zend_class_... FILE: ext/mysqli/mysqli_driver.c function zend_result (line 29) | static zend_result driver_report_read(mysqli_object *obj, zval *retval, ... function zend_result (line 37) | static zend_result driver_report_write(mysqli_object *obj, zval *value) function zend_result (line 46) | static zend_result driver_client_version_read(mysqli_object *obj, zval *... function zend_result (line 54) | static zend_result driver_client_info_read(mysqli_object *obj, zval *ret... function zend_result (line 62) | static zend_result driver_driver_version_read(mysqli_object *obj, zval *... FILE: ext/mysqli/mysqli_exception.c function php_mysqli_throw_sql_exception (line 28) | void php_mysqli_throw_sql_exception(char *sqlstate, int errorno, char *f... FILE: ext/mysqli/mysqli_nonapi.c function php_mysqli_set_error (line 34) | static void php_mysqli_set_error(zend_long mysql_errno, char *mysql_err) function mysqli_common_connect (line 48) | void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, bool is_real_co... FILE: ext/mysqli/mysqli_prop.c function zend_result (line 127) | static zend_result link_client_version_read(mysqli_object *obj, zval *re... function zend_result (line 136) | static zend_result link_client_info_read(mysqli_object *obj, zval *retva... function zend_result (line 145) | static zend_result link_connect_errno_read(mysqli_object *obj, zval *ret... function zend_result (line 154) | static zend_result link_connect_error_read(mysqli_object *obj, zval *ret... function zend_result (line 167) | static zend_result link_affected_rows_read(mysqli_object *obj, zval *ret... function zend_result (line 195) | static zend_result link_error_list_read(mysqli_object *obj, zval *retval... function zend_result (line 243) | static zend_result result_type_read(mysqli_object *obj, zval *retval, bo... function zend_result (line 258) | static zend_result result_lengths_read(mysqli_object *obj, zval *retval,... function zend_result (line 290) | static zend_result stmt_id_read(mysqli_object *obj, zval *retval, bool q... function zend_result (line 306) | static zend_result stmt_affected_rows_read(mysqli_object *obj, zval *ret... function zend_result (line 334) | static zend_result stmt_error_list_read(mysqli_object *obj, zval *retval... FILE: ext/mysqli/mysqli_report.c function PHP_FUNCTION (line 27) | PHP_FUNCTION(mysqli_report) function php_mysqli_report_error (line 43) | void php_mysqli_report_error(const char *sqlstate, int errorno, const ch... function php_mysqli_report_index (line 50) | void php_mysqli_report_index(const char *query, unsigned int status) { FILE: ext/mysqli/mysqli_result_iterator.c type php_mysqli_result_iterator (line 33) | typedef struct { function zend_object_iterator (line 42) | zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *c... function php_mysqli_result_iterator_dtor (line 65) | static void php_mysqli_result_iterator_dtor(zend_object_iterator *iter) function zend_result (line 76) | static zend_result php_mysqli_result_iterator_valid(zend_object_iterator... function zval (line 85) | static zval *php_mysqli_result_iterator_current_data(zend_object_iterato... function php_mysqli_result_iterator_move_forward (line 94) | static void php_mysqli_result_iterator_move_forward(zend_object_iterator... function php_mysqli_result_iterator_rewind (line 112) | static void php_mysqli_result_iterator_rewind(zend_object_iterator *iter) function php_mysqli_result_iterator_current_key (line 134) | static void php_mysqli_result_iterator_current_key(zend_object_iterator ... FILE: ext/mysqli/mysqli_warning.c function php_clear_warnings (line 28) | void php_clear_warnings(MYSQLI_WARNING *w) function MYSQLI_WARNING (line 43) | static function MYSQLI_WARNING (line 62) | MYSQLI_WARNING * php_get_warnings(MYSQLND_CONN_DATA * mysql) function zend_result (line 141) | static zend_result mysqli_warning_message(mysqli_object *obj, zval *retv... function zend_result (line 161) | static zend_result mysqli_warning_sqlstate(mysqli_object *obj, zval *ret... function zend_result (line 181) | static zend_result mysqli_warning_errno(mysqli_object *obj, zval *retval... FILE: ext/mysqli/php_mysqli_structs.h type mysqli_status (line 35) | enum mysqli_status { type VAR_BUFFER (line 41) | typedef struct { type BIND_BUFFER (line 48) | typedef struct { type MY_STMT (line 55) | typedef struct { type MY_MYSQL (line 62) | typedef struct { type MYSQLI_RESOURCE (line 72) | typedef struct { type mysqli_object (line 78) | typedef struct _mysqli_object { function mysqli_object (line 84) | static inline mysqli_object *php_mysqli_fetch_object(zend_object *obj) { type MYSQLI_WARNING (line 90) | typedef struct st_mysqli_warning MYSQLI_WARNING; type st_mysqli_warning (line 92) | struct st_mysqli_warning { type mysqli_property_entry (line 99) | typedef struct _mysqli_property_entry { type mysqli_plist_entry (line 106) | typedef struct { type __int64 (line 115) | typedef __int64 my_longlong; type my_longlong (line 125) | typedef int64_t my_longlong; FILE: ext/mysqlnd/mysql_float_to_double.h function mysql_float_to_double (line 37) | static inline double mysql_float_to_double(float fp4, int decimals) { FILE: ext/mysqlnd/mysqlnd.h type st_mysqlnd_plugin_header (line 65) | struct st_mysqlnd_plugin_header FILE: ext/mysqlnd/mysqlnd_alloc.c type mysqlnd_collected_stats (line 99) | enum mysqlnd_collected_stats type mysqlnd_collected_stats (line 100) | enum mysqlnd_collected_stats type mysqlnd_collected_stats (line 141) | enum mysqlnd_collected_stats type mysqlnd_collected_stats (line 142) | enum mysqlnd_collected_stats type mysqlnd_collected_stats (line 185) | enum mysqlnd_collected_stats type mysqlnd_collected_stats (line 186) | enum mysqlnd_collected_stats function _mysqlnd_efree (line 196) | static void _mysqlnd_efree(void *ptr MYSQLND_MEM_D) function _mysqlnd_pefree (line 227) | static void _mysqlnd_pefree(void *ptr, bool persistent MYSQLND_MEM_D) function mysqlnd_zend_mm_efree (line 413) | static void mysqlnd_zend_mm_efree(void * ptr MYSQLND_MEM_D) function mysqlnd_zend_mm_pefree (line 421) | static void mysqlnd_zend_mm_pefree(void * ptr, bool persistent MYSQLND_M... FILE: ext/mysqlnd/mysqlnd_alloc.h type st_mysqlnd_allocator_methods (line 26) | struct st_mysqlnd_allocator_methods function MYSQLND_STRING (line 58) | static inline MYSQLND_STRING mnd_dup_cstring(const MYSQLND_CSTRING str, ... function MYSQLND_CSTRING (line 68) | static inline MYSQLND_CSTRING mnd_str2c(const MYSQLND_STRING str) function mysqlnd_set_string (line 74) | static inline void mysqlnd_set_string(MYSQLND_STRING *buf, const char *s... function mysqlnd_set_persistent_string (line 86) | static inline void mysqlnd_set_persistent_string(MYSQLND_STRING *buf, co... FILE: ext/mysqlnd/mysqlnd_auth.c function enum_func_status (line 35) | enum_func_status function enum_func_status (line 176) | static enum_func_status function enum_func_status (line 201) | enum_func_status function enum_func_status (line 232) | enum_func_status function enum_func_status (line 363) | enum_func_status function php_mysqlnd_crypt (line 517) | static void function php_mysqlnd_scramble (line 529) | void php_mysqlnd_scramble(zend_uchar * const buffer, const zend_uchar * ... function zend_uchar (line 558) | static zend_uchar * type st_mysqlnd_authentication_plugin (line 592) | struct st_mysqlnd_authentication_plugin function zend_uchar (line 619) | static zend_uchar * type st_mysqlnd_authentication_plugin (line 646) | struct st_mysqlnd_authentication_plugin function mysqlnd_xor_string (line 672) | static void type EVP_PKEY (line 687) | typedef EVP_PKEY * mysqlnd_rsa_t; function mysqlnd_rsa_t (line 690) | static mysqlnd_rsa_t function zend_uchar (line 701) | static zend_uchar * type HANDLE (line 742) | typedef HANDLE mysqlnd_rsa_t; function mysqlnd_rsa_t (line 745) | static mysqlnd_rsa_t function zend_uchar (line 781) | static zend_uchar * function mysqlnd_rsa_t (line 825) | static mysqlnd_rsa_t function zend_uchar (line 896) | static zend_uchar * type st_mysqlnd_authentication_plugin (line 944) | struct st_mysqlnd_authentication_plugin function php_mysqlnd_scramble_sha2 (line 979) | void php_mysqlnd_scramble_sha2(zend_uchar * const buffer, const zend_uch... function mysqlnd_caching_sha2_public_encrypt (line 1009) | static size_t function mysqlnd_caching_sha2_public_encrypt (line 1045) | static size_t function zend_uchar (line 1087) | static zend_uchar * function mysqlnd_rsa_t (line 1122) | static mysqlnd_rsa_t function mysqlnd_caching_sha2_get_and_use_key (line 1192) | static size_t function is_secure_transport (line 1218) | static int is_secure_transport(MYSQLND_CONN_DATA *conn) { function enum_func_status (line 1227) | static enum_func_status type st_mysqlnd_authentication_plugin (line 1296) | struct st_mysqlnd_authentication_plugin function mysqlnd_register_builtin_authentication_plugins (line 1322) | void FILE: ext/mysqlnd/mysqlnd_auth.h type st_mysqlnd_authentication_plugin (line 32) | struct st_mysqlnd_authentication_plugin type st_mysqlnd_authentication_plugin (line 54) | struct st_mysqlnd_authentication_plugin FILE: ext/mysqlnd/mysqlnd_block_alloc.c function PHPAPI (line 36) | PHPAPI MYSQLND_MEMORY_POOL * function PHPAPI (line 54) | PHPAPI void function PHPAPI (line 65) | PHPAPI void function PHPAPI (line 75) | PHPAPI void FILE: ext/mysqlnd/mysqlnd_charset.c type mysqlnd_encoding_charlen (line 75) | enum mysqlnd_encoding_charlen { type mysqlnd_encoding_valid (line 78) | enum mysqlnd_encoding_valid { type mysqlnd_encoding_charlen (line 83) | enum mysqlnd_encoding_charlen type mysqlnd_encoding_valid (line 84) | enum mysqlnd_encoding_valid function check_mb_utf8mb3_sequence (line 87) | static unsigned int check_mb_utf8mb3_sequence(const char * const start, ... function check_mb_utf8_sequence (line 126) | static unsigned int check_mb_utf8_sequence(const char * const start, con... function check_mb_utf8mb3_valid (line 198) | static unsigned int check_mb_utf8mb3_valid(const char * const start, con... function check_mb_utf8_valid (line 204) | static unsigned int check_mb_utf8_valid(const char * const start, const ... function mysqlnd_mbcharlen_utf8mb3 (line 211) | static unsigned int mysqlnd_mbcharlen_utf8mb3(const unsigned int utf8) function mysqlnd_mbcharlen_utf8 (line 229) | static unsigned int mysqlnd_mbcharlen_utf8(const unsigned int utf8) function check_mb_big5 (line 258) | static unsigned int check_mb_big5(const char * const start, const char *... function mysqlnd_mbcharlen_big5 (line 264) | static unsigned int mysqlnd_mbcharlen_big5(const unsigned int big5) function check_mb_cp932 (line 276) | static unsigned int check_mb_cp932(const char * const start, const char ... function mysqlnd_mbcharlen_cp932 (line 283) | static unsigned int mysqlnd_mbcharlen_cp932(const unsigned int cp932) function check_mb_euckr (line 293) | static unsigned int check_mb_euckr(const char * const start, const char ... function mysqlnd_mbcharlen_euckr (line 308) | static unsigned int mysqlnd_mbcharlen_euckr(const unsigned int kr) function check_mb_eucjpms (line 321) | static unsigned int check_mb_eucjpms(const char * const start, const cha... function mysqlnd_mbcharlen_eucjpms (line 340) | static unsigned int mysqlnd_mbcharlen_eucjpms(const unsigned int jpms) function check_mb_gb2312 (line 358) | static unsigned int check_mb_gb2312(const char * const start, const char... function mysqlnd_mbcharlen_gb2312 (line 365) | static unsigned int mysqlnd_mbcharlen_gb2312(const unsigned int gb) function check_mb_gbk (line 376) | static unsigned int check_mb_gbk(const char * const start, const char * ... function mysqlnd_mbcharlen_gbk (line 381) | static unsigned int mysqlnd_mbcharlen_gbk(const unsigned int gbk) function check_mb_sjis (line 393) | static unsigned int check_mb_sjis(const char * const start, const char *... function mysqlnd_mbcharlen_sjis (line 399) | static unsigned int mysqlnd_mbcharlen_sjis(const unsigned int sjis) function check_mb_ucs2 (line 407) | static unsigned int check_mb_ucs2(const char * const start __attribute((... function mysqlnd_mbcharlen_ucs2 (line 412) | static unsigned int mysqlnd_mbcharlen_ucs2(const unsigned int ucs2 __att... function check_mb_ujis (line 425) | static unsigned int check_mb_ujis(const char * const start, const char *... function mysqlnd_mbcharlen_ujis (line 443) | static unsigned int mysqlnd_mbcharlen_ujis(const unsigned int ujis) function check_mb_utf16 (line 455) | static unsigned int check_mb_utf16(const char * const start, const char ... function mysqlnd_mbcharlen_utf16 (line 472) | static uint32_t mysqlnd_mbcharlen_utf16(const unsigned int utf16) function check_mb_utf32 (line 480) | static unsigned int check_mb_utf32(const char * const start __attribute(... function mysqlnd_mbcharlen_utf32 (line 486) | static unsigned int mysqlnd_mbcharlen_utf32(const unsigned int utf32 __a... function mysqlnd_mbcharlen_gb18030 (line 499) | static unsigned int mysqlnd_mbcharlen_gb18030(const unsigned int c) function my_ismbchar_gb18030 (line 518) | static unsigned int my_ismbchar_gb18030(const char * start, const char *... function mysqlnd_mbcharlen_null (line 543) | static zend_always_inline unsigned int mysqlnd_mbcharlen_null(const unsi... function check_null (line 549) | static zend_always_inline unsigned int check_null(const char * const sta... function mysqlnd_mbcharlen_dispatch (line 555) | static unsigned int mysqlnd_mbcharlen_dispatch(enum mysqlnd_encoding_cha... function mysqlnd_mbvalid_dispatch (line 565) | static unsigned int mysqlnd_mbvalid_dispatch(enum mysqlnd_encoding_valid... function PHPAPI (line 834) | PHPAPI const MYSQLND_CHARSET * mysqlnd_find_charset_nr(const unsigned in... function PHPAPI (line 850) | PHPAPI const MYSQLND_CHARSET * mysqlnd_find_charset_name(const char * co... function PHPAPI (line 866) | PHPAPI zend_ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * con... function PHPAPI (line 905) | PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * co... type st_mysqlnd_plugin_charsets (line 972) | struct st_mysqlnd_plugin_charsets function mysqlnd_charsets_plugin_register (line 999) | void function mysqlnd_charsets_sanity_check (line 1007) | void mysqlnd_charsets_sanity_check(void) FILE: ext/mysqlnd/mysqlnd_charset.h type st_mysqlnd_plugin_charsets (line 31) | struct st_mysqlnd_plugin_charsets FILE: ext/mysqlnd/mysqlnd_commands.c function enum_func_status (line 29) | static enum_func_status function enum_func_status (line 57) | static enum_func_status function enum_func_status (line 84) | static enum_func_status function enum_func_status (line 120) | static enum_func_status function enum_func_status (line 152) | static enum_func_status function enum_func_status (line 186) | static enum_func_status function enum_func_status (line 226) | static enum_func_status function enum_func_status (line 255) | static enum_func_status function enum_func_status (line 277) | static enum_func_status function enum_func_status (line 303) | static enum_func_status function enum_func_status (line 325) | static enum_func_status function enum_func_status (line 345) | static enum_func_status function enum_func_status (line 367) | static enum_func_status function enum_func_status (line 390) | static enum_func_status function enum_func_status (line 412) | static enum_func_status function enum_func_status (line 441) | static enum_func_status function enum_func_status (line 463) | static enum_func_status function enum_func_status (line 487) | static enum_func_status function enum_func_status (line 574) | static enum_func_status FILE: ext/mysqlnd/mysqlnd_connection.c function mysqlnd_upsert_status_init (line 71) | void function mysqlnd_error_list_pdtor (line 81) | static void function PHPAPI (line 149) | PHPAPI void function PHPAPI (line 164) | PHPAPI void type mysqlnd_connection_state (line 177) | enum mysqlnd_connection_state type st_mysqlnd_connection_state (line 178) | struct st_mysqlnd_connection_state type st_mysqlnd_connection_state (line 189) | struct st_mysqlnd_connection_state type mysqlnd_connection_state (line 189) | enum mysqlnd_connection_state function PHPAPI (line 206) | PHPAPI void function enum_func_status (line 354) | static enum_func_status type st_mysqlnd_authentication_plugin (line 394) | struct st_mysqlnd_authentication_plugin type st_mysqlnd_authentication_plugin (line 397) | struct st_mysqlnd_authentication_plugin function enum_func_status (line 412) | static enum_func_status function enum_func_status (line 495) | static enum_func_status function mysqlnd_fast_is_ipv6_address (line 517) | static bool mysqlnd_fast_is_ipv6_address(const char *s) function enum_func_status (line 570) | static enum_func_status function enum_func_status (line 766) | static enum_func_status function enum_func_status (line 794) | static enum_func_status function enum_func_status (line 815) | static enum_func_status function enum_func_status (line 833) | static enum_func_status function MYSQLND_RES (line 848) | MYSQLND_RES * function PHPAPI (line 911) | PHPAPI zend_ulong function enum_func_status (line 921) | static enum_func_status function zend_ulong (line 940) | static zend_ulong function enum_func_status (line 959) | static enum_func_status function enum_func_status (line 970) | static enum_func_status function enum_func_status (line 983) | static enum_func_status function enum_func_status (line 997) | static enum_func_status function enum_func_status (line 1008) | static enum_func_status function enum_func_status (line 1024) | static enum_func_status function enum_func_status (line 1055) | static enum_func_status function enum_func_status (line 1066) | static enum_func_status function MYSQLND_CONN_DATA (line 1129) | static MYSQLND_CONN_DATA * function enum_func_status (line 1141) | static enum_func_status function PHPAPI (line 1216) | PHPAPI const char * mysqlnd_get_client_info(void) function mysqlnd_get_client_version (line 1224) | PHPAPI unsigned long mysqlnd_get_client_version(void) function zend_ulong (line 1277) | static zend_ulong function enum_func_status (line 1310) | static enum_func_status function enum_func_status (line 1352) | static enum_func_status function enum_func_status (line 1397) | static enum_func_status function enum_func_status (line 1534) | static enum_func_status function MYSQLND_RES (line 1579) | static MYSQLND_RES * function MYSQLND_RES (line 1611) | static MYSQLND_RES * function enum_func_status (line 1652) | static enum_func_status function enum_func_status (line 1662) | static enum_func_status function enum_func_status (line 1671) | static enum_func_status function enum_func_status (line 1755) | static enum_func_status function enum_func_status (line 1788) | static enum_func_status function enum_func_status (line 1839) | static enum_func_status function enum_func_status (line 1864) | static enum_func_status function MYSQLND_STMT (line 1915) | MYSQLND_STMT * function MYSQLND (line 2014) | static MYSQLND * function enum_func_status (line 2042) | static enum_func_status function MYSQLND (line 2082) | MYSQLND ** function mysqlnd_stream_array_to_fd_set (line 2119) | static unsigned int function mysqlnd_stream_array_from_fd_set (line 2156) | static unsigned int function PHPAPI (line 2199) | PHPAPI enum_func_status function PHPAPI (line 2279) | PHPAPI MYSQLND * mysqlnd_connection_connect(MYSQLND * conn_handle, function PHPAPI (line 2327) | PHPAPI MYSQLND * FILE: ext/mysqlnd/mysqlnd_connection.h type st_mysqlnd_connection_state (line 49) | struct st_mysqlnd_connection_state FILE: ext/mysqlnd/mysqlnd_debug.c function enum_func_status (line 28) | static enum_func_status function enum_func_status (line 44) | static enum_func_status function enum_func_status (line 129) | static enum_func_status type st_mysqlnd_dbg_function_profile (line 271) | struct st_mysqlnd_dbg_function_profile { function enum_func_status (line 290) | static enum_func_status function enum_func_status (line 402) | static enum_func_status function enum_func_status (line 458) | static enum_func_status type mysqlnd_debug_parser_state (line 474) | enum mysqlnd_debug_parser_state type mysqlnd_debug_parser_state (line 487) | enum mysqlnd_debug_parser_state function free_ptr (line 683) | static void free_ptr(zval *zv) { function PHPAPI (line 688) | PHPAPI MYSQLND_DEBUG * function PHPAPI (line 709) | PHPAPI void mysqlnd_debug(const char * mode) type st_mysqlnd_plugin_trace_log (line 738) | struct st_mysqlnd_plugin_trace_log function mysqlnd_debug_trace_plugin_register (line 762) | void FILE: ext/mysqlnd/mysqlnd_debug.h type st_mysqlnd_debug_methods (line 24) | struct st_mysqlnd_debug_methods type st_mysqlnd_debug (line 42) | struct st_mysqlnd_debug type st_mysqlnd_plugin_trace_log (line 57) | struct st_mysqlnd_plugin_trace_log function DBG_INF_EX (line 168) | static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * cons... function DBG_ERR_EX (line 169) | static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * cons... function DBG_INF_FMT_EX (line 170) | static inline void DBG_INF_FMT_EX(MYSQLND_DEBUG * dbg_obj, ...) {} function DBG_ERR_FMT_EX (line 171) | static inline void DBG_ERR_FMT_EX(MYSQLND_DEBUG * dbg_obj, ...) {} function DBG_ENTER_EX (line 172) | static inline void DBG_ENTER_EX(MYSQLND_DEBUG * dbg_obj, const char * co... function DBG_INF (line 207) | static inline void DBG_INF(const char * const msg) {} function DBG_ERR (line 208) | static inline void DBG_ERR(const char * const msg) {} function DBG_INF_FMT (line 209) | static inline void DBG_INF_FMT(const char * const format, ...) {} function DBG_ERR_FMT (line 210) | static inline void DBG_ERR_FMT(const char * const format, ...) {} function DBG_ENTER (line 211) | static inline void DBG_ENTER(const char * const func_name) {} function TRACE_ALLOC_INF (line 218) | static inline void TRACE_ALLOC_INF(const char * const msg) {} function TRACE_ALLOC_ERR (line 219) | static inline void TRACE_ALLOC_ERR(const char * const msg) {} function TRACE_ALLOC_INF_FMT (line 220) | static inline void TRACE_ALLOC_INF_FMT(const char * const format, ...) {} function TRACE_ALLOC_ERR_FMT (line 221) | static inline void TRACE_ALLOC_ERR_FMT(const char * const format, ...) {} function TRACE_ALLOC_ENTER (line 222) | static inline void TRACE_ALLOC_ENTER(const char * const func_name) {} FILE: ext/mysqlnd/mysqlnd_driver.c type st_mysqlnd_plugin_core (line 34) | struct st_mysqlnd_plugin_core function PHPAPI (line 55) | PHPAPI void mysqlnd_library_end(void) function PHPAPI (line 69) | PHPAPI void mysqlnd_library_init(void) function MYSQLND (line 101) | static MYSQLND * function MYSQLND (line 159) | static MYSQLND * function MYSQLND_STMT (line 188) | static MYSQLND_STMT * function MYSQLND_PFC (line 223) | static MYSQLND_PFC * function MYSQLND_VIO (line 245) | static MYSQLND_VIO * function MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY (line 267) | static MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * FILE: ext/mysqlnd/mysqlnd_enum_n_def.h type enum_func_status (line 161) | typedef enum func_status type enum_mysqlnd_query_type (line 167) | typedef enum mysqlnd_query_type type enum_mysqlnd_res_type (line 174) | typedef enum mysqlnd_res_type type enum_mysqlnd_send_execute_type (line 181) | typedef enum mysqlnd_send_execute_type type enum_mysqlnd_parse_exec_response_type (line 187) | typedef enum mysqlnd_parse_exec_response_type type enum_mysqlnd_client_option (line 195) | typedef enum mysqlnd_client_option type enum_mysqlnd_session_protocol_type (line 255) | typedef enum mysqlnd_session_protocol_type type enum_mysqlnd_field_types (line 265) | typedef enum mysqlnd_field_types type enum_mysqlnd_server_option (line 302) | typedef enum mysqlnd_server_option type enum_mysqlnd_connection_state (line 371) | typedef enum mysqlnd_connection_state type enum_mysqlnd_stmt_state (line 383) | typedef enum mysqlnd_stmt_state type enum_param_bind_flags (line 394) | typedef enum param_bind_flags type mysqlnd_stmt_attr (line 401) | enum mysqlnd_stmt_attr type myslqnd_cursor_type (line 407) | enum myslqnd_cursor_type type enum_connection_close_type (line 413) | typedef enum mysqlnd_connection_close_type type enum_mysqlnd_collected_stats (line 422) | typedef enum mysqlnd_collected_stats type mysqlnd_packet_type (line 592) | enum mysqlnd_packet_type type php_mysqlnd_server_command (line 618) | enum php_mysqlnd_server_command FILE: ext/mysqlnd/mysqlnd_ext_plugin.c type st_mysqlnd_conn_methods (line 27) | struct st_mysqlnd_conn_methods type st_mysqlnd_conn_data_methods (line 28) | struct st_mysqlnd_conn_data_methods type st_mysqlnd_stmt_methods (line 29) | struct st_mysqlnd_stmt_methods type st_mysqlnd_plugin__plugin_area_getters (line 155) | struct st_mysqlnd_plugin__plugin_area_getters function _mysqlnd_object_factory_set_methods (line 179) | static void function _mysqlnd_conn_set_methods (line 196) | static void function _mysqlnd_conn_data_set_methods (line 213) | static void function _mysqlnd_result_set_methods (line 231) | static void function _mysqlnd_result_unbuffered_set_methods (line 249) | static void function _mysqlnd_result_buffered_set_methods (line 267) | static void function _mysqlnd_stmt_set_methods (line 285) | static void function _mysqlnd_protocol_payload_decoder_factory_set_methods (line 303) | static void function _mysqlnd_pfc_set_methods (line 321) | static void function _mysqlnd_vio_set_methods (line 339) | static void function _mysqlnd_command_factory_set (line 357) | static void function _mysqlnd_error_info_set_methods (line 375) | static void type st_mysqlnd_plugin_methods_xetters (line 383) | struct st_mysqlnd_plugin_methods_xetters FILE: ext/mysqlnd/mysqlnd_ext_plugin.h type st_mysqlnd_plugin__plugin_area_getters (line 22) | struct st_mysqlnd_plugin__plugin_area_getters type st_mysqlnd_plugin_methods_xetters (line 48) | struct st_mysqlnd_plugin_methods_xetters FILE: ext/mysqlnd/mysqlnd_loaddata.c function mysqlnd_local_infile_init (line 25) | static function mysqlnd_local_infile_read (line 64) | static function mysqlnd_local_infile_error (line 85) | static function mysqlnd_local_infile_end (line 106) | static function PHPAPI (line 124) | PHPAPI void function enum_func_status (line 139) | enum_func_status FILE: ext/mysqlnd/mysqlnd_plugin.c type mysqlnd_plugin_example_collected_stats (line 30) | enum mysqlnd_plugin_example_collected_stats type st_mysqlnd_typeii_plugin_example (line 43) | struct st_mysqlnd_typeii_plugin_example function enum_func_status (line 66) | static function mysqlnd_example_plugin_register (line 79) | void function mysqlnd_plugin_subsystem_init (line 96) | void function mysqlnd_plugin_end_apply_func (line 105) | int function mysqlnd_plugin_subsystem_end (line 118) | void function mysqlnd_plugin_register (line 128) | PHPAPI unsigned int mysqlnd_plugin_register(void) function mysqlnd_plugin_register_ex (line 136) | PHPAPI unsigned int mysqlnd_plugin_register_ex(struct st_mysqlnd_plugin_... function PHPAPI (line 153) | PHPAPI void * mysqlnd_plugin_find(const char * const name) function PHPAPI (line 165) | PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_fu... function mysqlnd_plugin_count (line 184) | PHPAPI unsigned int mysqlnd_plugin_count(void) FILE: ext/mysqlnd/mysqlnd_portability.h type float8get_union (line 148) | typedef union { FILE: ext/mysqlnd/mysqlnd_protocol_frame_codec.c function write_compressed_packet (line 52) | static ssize_t write_compressed_packet( function enum_func_status (line 215) | static enum_func_status function enum_func_status (line 264) | static enum_func_status function enum_func_status (line 288) | static enum_func_status function enum_func_status (line 315) | static enum_func_status function enum_func_status (line 378) | static enum_func_status function PHPAPI (line 498) | PHPAPI MYSQLND_PFC * function PHPAPI (line 511) | PHPAPI void FILE: ext/mysqlnd/mysqlnd_ps.c function enum_func_status (line 40) | static enum_func_status mysqlnd_stmt_send_cursor_fetch_command( function mysqlnd_stmt_check_state (line 57) | static bool mysqlnd_stmt_check_state(const MYSQLND_STMT_DATA *stmt) function MYSQLND_RES (line 71) | static MYSQLND_RES * function MYSQLND_RES (line 142) | static MYSQLND_RES * function enum_func_status (line 223) | static enum_func_status function enum_func_status (line 252) | static enum_func_status function enum_func_status (line 293) | static enum_func_status function enum_func_status (line 333) | static enum_func_status function enum_func_status (line 371) | static enum_func_status function enum_func_status (line 475) | static enum_func_status function enum_func_status (line 614) | static enum_func_status function enum_func_status (line 629) | static enum_func_status function MYSQLND_RES (line 719) | static MYSQLND_RES * function enum_func_status (line 756) | enum_func_status function enum_func_status (line 851) | static enum_func_status function enum_func_status (line 901) | static enum_func_status function enum_func_status (line 955) | static enum_func_status function enum_func_status (line 994) | static enum_func_status function enum_func_status (line 1098) | static enum_func_status function enum_func_status (line 1170) | static enum_func_status function enum_func_status (line 1227) | static enum_func_status function enum_func_status (line 1257) | static enum_func_status function enum_func_status (line 1315) | static enum_func_status function enum_func_status (line 1459) | static enum_func_status function MYSQLND_RES (line 1469) | static MYSQLND_RES * function enum_func_status (line 1523) | static enum_func_status function enum_func_status (line 1566) | static enum_func_status function enum_func_status (line 1597) | static enum_func_status function mysqlnd_stmt_separate_result_bind (line 1650) | static void function enum_func_status (line 1751) | static enum_func_status function enum_func_status (line 1835) | static enum_func_status function MYSQLND_PARAM_BIND (line 1860) | static MYSQLND_PARAM_BIND * function MYSQLND_RESULT_BIND (line 1874) | static MYSQLND_RESULT_BIND * function PHPAPI (line 1888) | PHPAPI void function PHPAPI (line 1900) | PHPAPI void function _mysqlnd_init_ps_subsystem (line 1968) | void _mysqlnd_init_ps_subsystem(void) FILE: ext/mysqlnd/mysqlnd_ps.h type st_mysqlnd_perm_bind (line 24) | struct st_mysqlnd_perm_bind { type st_mysqlnd_perm_bind (line 31) | struct st_mysqlnd_perm_bind FILE: ext/mysqlnd/mysqlnd_ps_codec.c type mysqlnd_timestamp_type (line 29) | enum mysqlnd_timestamp_type type st_mysqlnd_time (line 39) | struct st_mysqlnd_time type st_mysqlnd_perm_bind (line 48) | struct st_mysqlnd_perm_bind function ps_fetch_over_read_error (line 53) | static inline void ps_fetch_over_read_error(const zend_uchar ** row) function ps_fetch_is_packet_over_read_with_variable_length (line 59) | static inline bool ps_fetch_is_packet_over_read_with_variable_length(con... function ps_fetch_is_packet_over_read_with_static_length (line 73) | static inline bool ps_fetch_is_packet_over_read_with_static_length(const... function ps_fetch_from_1_to_8_bytes (line 85) | void function ps_fetch_null (line 161) | static void function ps_fetch_int8 (line 170) | static void function ps_fetch_int16 (line 179) | static void function ps_fetch_int32 (line 188) | static void function ps_fetch_int64 (line 197) | static void function ps_fetch_float (line 206) | static void function ps_fetch_double (line 234) | static void function ps_fetch_time (line 254) | static void function ps_fetch_date (line 304) | static void function ps_fetch_datetime (line 341) | static void function ps_fetch_string (line 392) | static void function ps_fetch_bit (line 412) | static void function _mysqlnd_init_ps_fetch_subsystem (line 426) | void _mysqlnd_init_ps_fetch_subsystem(void) function enum_func_status (line 549) | static enum_func_status function mysqlnd_stmt_free_copies (line 565) | static void function enum_func_status (line 580) | static enum_func_status function enum_func_status (line 608) | static enum_func_status function mysqlnd_stmt_execute_store_types (line 661) | static void function enum_func_status (line 705) | static enum_func_status function mysqlnd_stmt_execute_store_param_values (line 799) | static void function enum_func_status (line 871) | static enum_func_status function enum_func_status (line 947) | enum_func_status FILE: ext/mysqlnd/mysqlnd_read_buffer.c function mysqlnd_read_buffer_is_empty (line 25) | static bool function mysqlnd_read_buffer_read (line 34) | static void function mysqlnd_read_buffer_bytes_left (line 47) | static size_t function mysqlnd_read_buffer_free (line 56) | static void function PHPAPI (line 71) | PHPAPI MYSQLND_READ_BUFFER * FILE: ext/mysqlnd/mysqlnd_result.c function mysqlnd_result_free_prev_data (line 47) | static void mysqlnd_result_free_prev_data(MYSQLND_RES *result) function enum_func_status (line 129) | static enum_func_status function enum_func_status (line 169) | enum_func_status function enum_func_status (line 410) | static enum_func_status function MYSQLND_RES (line 511) | static MYSQLND_RES * function enum_func_status (line 551) | static enum_func_status function enum_func_status (line 604) | static enum_func_status function enum_func_status (line 620) | enum_func_status function MYSQLND_RES (line 744) | static MYSQLND_RES * function enum_func_status (line 817) | static enum_func_status function enum_func_status (line 834) | static enum_func_status function enum_func_status (line 846) | static enum_func_status function MYSQLND_FIELD (line 902) | static const MYSQLND_FIELD * function MYSQLND_FIELD (line 917) | static const MYSQLND_FIELD * function MYSQLND_FIELD (line 933) | static const MYSQLND_FIELD * function MYSQLND_FIELD_OFFSET (line 948) | static MYSQLND_FIELD_OFFSET function MYSQLND_FIELD_OFFSET (line 957) | static MYSQLND_FIELD_OFFSET function MYSQLND_ROW_C (line 1030) | static MYSQLND_ROW_C function PHPAPI (line 1110) | PHPAPI MYSQLND_RES * function PHPAPI (line 1142) | PHPAPI MYSQLND_RES_UNBUFFERED * function PHPAPI (line 1177) | PHPAPI MYSQLND_RES_BUFFERED * FILE: ext/mysqlnd/mysqlnd_result_meta.c function php_mysqlnd_free_field_metadata (line 30) | static void function enum_func_status (line 44) | static enum_func_status function MYSQLND_RES_METADATA (line 117) | static MYSQLND_RES_METADATA * function MYSQLND_FIELD (line 210) | static const MYSQLND_FIELD * function MYSQLND_FIELD (line 226) | static const MYSQLND_FIELD * function MYSQLND_FIELD (line 239) | static const MYSQLND_FIELD * function MYSQLND_FIELD_OFFSET (line 249) | static MYSQLND_FIELD_OFFSET function MYSQLND_FIELD_OFFSET (line 258) | static MYSQLND_FIELD_OFFSET function PHPAPI (line 283) | PHPAPI MYSQLND_RES_METADATA * function st_mysqlnd_res_meta_methods (line 306) | st_mysqlnd_res_meta_methods * function PHPAPI (line 315) | PHPAPI void ** FILE: ext/mysqlnd/mysqlnd_reverse_api.c function PHPAPI (line 30) | PHPAPI void function PHPAPI (line 39) | PHPAPI void function PHPAPI (line 48) | PHPAPI HashTable * function PHPAPI (line 57) | PHPAPI void function PHPAPI (line 66) | PHPAPI MYSQLND * FILE: ext/mysqlnd/mysqlnd_reverse_api.h type MYSQLND_REVERSE_API (line 21) | typedef struct st_mysqlnd_reverse_api FILE: ext/mysqlnd/mysqlnd_statistics.c function PHPAPI (line 197) | PHPAPI void function PHPAPI (line 214) | PHPAPI void function PHPAPI (line 228) | PHPAPI void function PHPAPI (line 244) | PHPAPI void FILE: ext/mysqlnd/mysqlnd_structs.h type MYSQLND_STRING (line 36) | typedef struct st_mysqlnd_string type MYSQLND_CSTRING (line 42) | typedef struct st_mysqlnd_const_string type MYSQLND_MEMORY_POOL (line 49) | typedef struct st_mysqlnd_memory_pool MYSQLND_MEMORY_POOL; type st_mysqlnd_memory_pool (line 51) | struct st_mysqlnd_memory_pool type MYSQLND_ROW_BUFFER (line 60) | typedef struct st_mysqlnd_row_buffer MYSQLND_ROW_BUFFER; type st_mysqlnd_row_buffer (line 62) | struct st_mysqlnd_row_buffer type MYSQLND_CMD_BUFFER (line 69) | typedef struct st_mysqlnd_cmd_buffer type MYSQLND_FIELD (line 76) | typedef struct st_mysqlnd_field type MYSQLND_UPSERT_STATUS (line 105) | typedef struct st_mysqlnd_upsert_status MYSQLND_UPSERT_STATUS; function MYSQLND_CLASS_METHODS_TYPE (line 109) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_upsert_status) type st_mysqlnd_upsert_status (line 115) | struct st_mysqlnd_upsert_status type MYSQLND_ERROR_INFO (line 131) | typedef struct st_mysqlnd_error_info MYSQLND_ERROR_INFO; function MYSQLND_CLASS_METHODS_TYPE (line 136) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) type st_mysqlnd_error_info (line 142) | struct st_mysqlnd_error_info type MYSQLND_ERROR_LIST_ELEMENT (line 154) | typedef struct st_mysqlnd_error_list_element type MYSQLND_INFILE_INFO (line 162) | typedef struct st_mysqlnd_infile_info type MYSQLND_CHARSET (line 178) | typedef struct st_mysqlnd_charset type MYSQLND_INFILE (line 193) | typedef struct st_mysqlnd_infile type MYSQLND_SESSION_OPTIONS (line 202) | typedef struct st_mysqlnd_session_options type MYSQLND_VIO_OPTIONS (line 237) | typedef struct st_mysqlnd_vio_options type MYSQLND (line 264) | typedef struct st_mysqlnd_connection MYSQLND; type MYSQLND_CONN_DATA (line 265) | typedef struct st_mysqlnd_connection_data MYSQLND_CONN_DATA; type MYSQLND_PFC (line 266) | typedef struct st_mysqlnd_protocol_frame_codec MYSQLND_PFC; type MYSQLND_PFC_DATA (line 267) | typedef struct st_mysqlnd_protocol_frame_codec_data MYSQLND_PFC_DATA; type MYSQLND_VIO (line 268) | typedef struct st_mysqlnd_vio MYSQLND_VIO; type MYSQLND_VIO_DATA (line 269) | typedef struct st_mysqlnd_vio_data MYSQLND_VIO_DATA; type MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY (line 270) | typedef struct st_mysqlnd_protocol_payload_decoder_factory MYSQLND_PROTO... type MYSQLND_RES (line 271) | typedef struct st_mysqlnd_res MYSQLND_RES; type MYSQLND_STMT_DATA (line 273) | typedef struct st_mysqlnd_stmt_data MYSQLND_STMT_DATA; type MYSQLND_STMT (line 274) | typedef struct st_mysqlnd_stmt MYSQLND_STMT; type MYSQLND_FIELD_OFFSET (line 275) | typedef unsigned int MYSQLND_FIELD_OFFSET; type MYSQLND_PARAM_BIND (line 277) | typedef struct st_mysqlnd_param_bind MYSQLND_PARAM_BIND; type MYSQLND_RESULT_BIND (line 279) | typedef struct st_mysqlnd_result_bind MYSQLND_RESULT_BIND; type MYSQLND_RES_METADATA (line 281) | typedef struct st_mysqlnd_result_metadata MYSQLND_RES_METADATA; type MYSQLND_RES_BUFFERED (line 282) | typedef struct st_mysqlnd_buffered_result MYSQLND_RES_BUFFERED; type MYSQLND_RES_UNBUFFERED (line 283) | typedef struct st_mysqlnd_unbuffered_result MYSQLND_RES_UNBUFFERED; type MYSQLND_DEBUG (line 285) | typedef struct st_mysqlnd_debug MYSQLND_DEBUG; type MYSQLND_RES (line 288) | typedef MYSQLND_RES* (*mysqlnd_stmt_use_or_store_func)(MYSQLND_STMT * co... type enum_func_status (line 289) | typedef enum_func_status (*mysqlnd_fetch_row_func)(MYSQLND_RES *result, type MYSQLND_STATS (line 296) | typedef struct st_mysqlnd_stats MYSQLND_STATS; type st_mysqlnd_stats (line 298) | struct st_mysqlnd_stats type enum_func_status (line 308) | typedef enum_func_status (*func_mysqlnd_execute_com_set_option)(MYSQLND_... type enum_func_status (line 309) | typedef enum_func_status (*func_mysqlnd_execute_com_debug)(MYSQLND_CONN_... type enum_func_status (line 310) | typedef enum_func_status (*func_mysqlnd_execute_com_init_db)(MYSQLND_CON... type enum_func_status (line 311) | typedef enum_func_status (*func_mysqlnd_execute_com_ping)(MYSQLND_CONN_D... type enum_func_status (line 312) | typedef enum_func_status (*func_mysqlnd_execute_com_statistics)(MYSQLND_... type enum_func_status (line 313) | typedef enum_func_status (*func_mysqlnd_execute_com_process_kill)(MYSQLN... type enum_func_status (line 314) | typedef enum_func_status (*func_mysqlnd_execute_com_refresh)(MYSQLND_CON... type enum_func_status (line 315) | typedef enum_func_status (*func_mysqlnd_execute_com_quit)(MYSQLND_CONN_D... type enum_func_status (line 316) | typedef enum_func_status (*func_mysqlnd_execute_com_query)(MYSQLND_CONN_... type enum_func_status (line 317) | typedef enum_func_status (*func_mysqlnd_execute_com_change_user)(MYSQLND... type enum_func_status (line 318) | typedef enum_func_status (*func_mysqlnd_execute_com_reap_result)(MYSQLND... type enum_func_status (line 319) | typedef enum_func_status (*func_mysqlnd_execute_com_stmt_prepare)(MYSQLN... type enum_func_status (line 320) | typedef enum_func_status (*func_mysqlnd_execute_com_stmt_execute)(MYSQLN... type enum_func_status (line 321) | typedef enum_func_status (*func_mysqlnd_execute_com_stmt_fetch)(MYSQLND_... type enum_func_status (line 322) | typedef enum_func_status (*func_mysqlnd_execute_com_stmt_reset)(MYSQLND_... type enum_func_status (line 323) | typedef enum_func_status (*func_mysqlnd_execute_com_stmt_send_long_data)... type enum_func_status (line 324) | typedef enum_func_status (*func_mysqlnd_execute_com_stmt_close)(MYSQLND_... type enum_func_status (line 325) | typedef enum_func_status (*func_mysqlnd_execute_com_enable_ssl)(MYSQLND_... type enum_func_status (line 326) | typedef enum_func_status (*func_mysqlnd_execute_com_handshake)(MYSQLND_C... function MYSQLND_CLASS_METHODS_TYPE (line 329) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) type enum_func_status (line 357) | typedef enum_func_status (*func_mysqlnd_vio__connect)(MYSQLND_VIO * cons... type php_stream (line 360) | typedef php_stream * (*func_mysqlnd_vio__open_stream)(MYSQLND_VIO * con... type php_stream (line 361) | typedef php_stream * (*func_mysqlnd_vio__get_stream)(const MYSQLND_VIO ... type enum_func_status (line 362) | typedef enum_func_status (*func_mysqlnd_vio__set_stream)(MYSQLND_VIO * c... type func_mysqlnd_vio__open_stream (line 364) | typedef func_mysqlnd_vio__open_stream (*func_mysqlnd_vio__get_open_strea... type enum_func_status (line 366) | typedef enum_func_status (*func_mysqlnd_vio__set_client_option)(MYSQLND_... type enum_func_status (line 369) | typedef enum_func_status (*func_mysqlnd_vio__enable_ssl)(MYSQLND_VIO * c... type enum_func_status (line 370) | typedef enum_func_status (*func_mysqlnd_vio__disable_ssl)(MYSQLND_VIO * ... type enum_func_status (line 371) | typedef enum_func_status (*func_mysqlnd_vio__network_read)(MYSQLND_VIO *... type php_mysqlnd_server_command (line 374) | enum php_mysqlnd_server_command function MYSQLND_CLASS_METHODS_TYPE (line 379) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) type MYSQLND (line 411) | typedef MYSQLND * (*func_mysqlnd_object_factory__get_connection)(MYSQLND... type MYSQLND (line 412) | typedef MYSQLND * (*func_mysqlnd_object_factory__clone_connection_object... type MYSQLND_STMT (line 413) | typedef MYSQLND_STMT * (*func_mysqlnd_object_factory__get_prepared_state... type MYSQLND_PFC (line 414) | typedef MYSQLND_PFC * (*func_mysqlnd_object_factory__get_pfc)(const bool... type MYSQLND_VIO (line 415) | typedef MYSQLND_VIO * (*func_mysqlnd_object_factory__get_vio)(const bool... type MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY (line 416) | typedef MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * (*func_mysqlnd_object... function MYSQLND_CLASS_METHODS_TYPE (line 419) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) type enum_func_status (line 430) | typedef enum_func_status (*func_mysqlnd_conn_data__connect)(MYSQLND_CONN... type zend_ulong (line 431) | typedef zend_ulong (*func_mysqlnd_conn_data__escape_string)(MYSQLND_CO... type enum_func_status (line 432) | typedef enum_func_status (*func_mysqlnd_conn_data__set_charset)(MYSQLND_... type enum_func_status (line 433) | typedef enum_func_status (*func_mysqlnd_conn_data__query)(MYSQLND_CONN_D... type enum_func_status (line 434) | typedef enum_func_status (*func_mysqlnd_conn_data__send_query)(MYSQLND_C... type enum_func_status (line 435) | typedef enum_func_status (*func_mysqlnd_conn_data__reap_query)(MYSQLND_C... type MYSQLND_RES (line 436) | typedef MYSQLND_RES * (*func_mysqlnd_conn_data__use_result)(MYSQLND_CON... type MYSQLND_RES (line 437) | typedef MYSQLND_RES * (*func_mysqlnd_conn_data__store_result)(MYSQLND_C... type enum_func_status (line 438) | typedef enum_func_status (*func_mysqlnd_conn_data__next_result)(MYSQLND_... type MYSQLND_STMT (line 441) | typedef MYSQLND_STMT * (*func_mysqlnd_conn_data__stmt_init)(MYSQLND_CON... type enum_func_status (line 443) | typedef enum_func_status (*func_mysqlnd_conn_data__shutdown_server)(MYSQ... type enum_func_status (line 444) | typedef enum_func_status (*func_mysqlnd_conn_data__refresh_server)(MYSQL... type enum_func_status (line 446) | typedef enum_func_status (*func_mysqlnd_conn_data__ping)(MYSQLND_CONN_DA... type enum_func_status (line 447) | typedef enum_func_status (*func_mysqlnd_conn_data__kill_connection)(MYSQ... type enum_func_status (line 448) | typedef enum_func_status (*func_mysqlnd_conn_data__select_db)(MYSQLND_CO... type enum_func_status (line 449) | typedef enum_func_status (*func_mysqlnd_conn_data__server_dump_debug_inf... type enum_func_status (line 450) | typedef enum_func_status (*func_mysqlnd_conn_data__change_user)(MYSQLND_... type zend_ulong (line 458) | typedef zend_ulong (*func_mysqlnd_conn_data__get_server_version)(const... type enum_func_status (line 460) | typedef enum_func_status (*func_mysqlnd_conn_data__get_server_statistics... type MYSQLND_RES (line 465) | typedef MYSQLND_RES * (*func_mysqlnd_conn_data__list_method)(MYSQLND_CO... type enum_func_status (line 474) | typedef enum_func_status (*func_mysqlnd_conn_data__set_server_option)(MY... type enum_func_status (line 475) | typedef enum_func_status (*func_mysqlnd_conn_data__set_client_option)(MY... type enum_func_status (line 480) | typedef enum_func_status (*func_mysqlnd_conn_data__query_read_result_set... type MYSQLND_CONN_DATA (line 482) | typedef MYSQLND_CONN_DATA * (*func_mysqlnd_conn_data__get_reference)(MYS... type enum_func_status (line 483) | typedef enum_func_status (*func_mysqlnd_conn_data__free_reference)(MYSQL... type enum_func_status (line 485) | typedef enum_func_status (*func_mysqlnd_conn_data__send_command_do_reque... type enum_func_status (line 486) | typedef enum_func_status (*func_mysqlnd_conn_data__send_command_handle_r... type enum_func_status (line 490) | typedef enum_func_status (*func_mysqlnd_conn_data__send_close)(MYSQLND_C... type enum_func_status (line 492) | typedef enum_func_status (*func_mysqlnd_conn_data__ssl_set)(MYSQLND_C... type MYSQLND_RES (line 494) | typedef MYSQLND_RES * (*func_mysqlnd_conn_data__result_init)(unsigned ... type enum_func_status (line 496) | typedef enum_func_status (*func_mysqlnd_conn_data__set_autocommit)(MYSQL... type enum_func_status (line 497) | typedef enum_func_status (*func_mysqlnd_conn_data__tx_commit)(MYSQLND_CO... type enum_func_status (line 498) | typedef enum_func_status (*func_mysqlnd_conn_data__tx_rollback)(MYSQLND_... type enum_func_status (line 499) | typedef enum_func_status (*func_mysqlnd_conn_data__tx_begin)(MYSQLND_CON... type enum_func_status (line 500) | typedef enum_func_status (*func_mysqlnd_conn_data__tx_commit_or_rollback... type enum_func_status (line 502) | typedef enum_func_status (*func_mysqlnd_conn_data__tx_savepoint)(MYSQLND... type enum_func_status (line 503) | typedef enum_func_status (*func_mysqlnd_conn_data__tx_savepoint_release)... type enum_func_status (line 505) | typedef enum_func_status (*func_mysqlnd_conn_data__execute_init_commands... type enum_func_status (line 507) | typedef enum_func_status (*func_mysqlnd_conn_data__connect_handshake)(MY... type st_mysqlnd_authentication_plugin (line 508) | struct st_mysqlnd_authentication_plugin type enum_func_status (line 510) | typedef enum_func_status (*func_mysqlnd_conn_data__set_client_option_2d)... type MYSQLND_STRING (line 516) | typedef MYSQLND_STRING (*func_mysqlnd_conn_data__get_scheme)(MYSQLND_CO... function MYSQLND_CLASS_METHODS_TYPE (line 520) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) type enum_func_status (line 607) | typedef enum_func_status (*func_mysqlnd_data__connect)(MYSQLND * conn, c... type MYSQLND (line 608) | typedef MYSQLND * (*func_mysqlnd_conn__clone_object)(MYSQLND * const c... type enum_func_status (line 610) | typedef enum_func_status (*func_mysqlnd_conn__close)(MYSQLND * conn, con... function MYSQLND_CLASS_METHODS_TYPE (line 612) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) type enum_func_status (line 622) | typedef enum_func_status (*func_mysqlnd_res__row_decoder)(MYSQLND_ROW_BU... type MYSQLND_RES (line 627) | typedef MYSQLND_RES * (*func_mysqlnd_res__use_result)(MYSQLND_RES * con... type MYSQLND_RES (line 628) | typedef MYSQLND_RES * (*func_mysqlnd_res__store_result)(MYSQLND_RES * r... type MYSQLND_ROW_C (line 630) | typedef MYSQLND_ROW_C (*func_mysqlnd_res__fetch_row_c)(MYSQLND_RES *re... type enum_func_status (line 634) | typedef enum_func_status (*func_mysqlnd_res__seek_data)(MYSQLND_RES * co... type MYSQLND_FIELD_OFFSET (line 635) | typedef MYSQLND_FIELD_OFFSET (*func_mysqlnd_res__seek_field)(MYSQLND_RES... type MYSQLND_FIELD_OFFSET (line 636) | typedef MYSQLND_FIELD_OFFSET (*func_mysqlnd_res__field_tell)(const MYSQL... type MYSQLND_FIELD (line 637) | typedef const MYSQLND_FIELD *(*func_mysqlnd_res__fetch_field)(MYSQLND_RE... type MYSQLND_FIELD (line 638) | typedef const MYSQLND_FIELD *(*func_mysqlnd_res__fetch_field_direct)(MYS... type MYSQLND_FIELD (line 639) | typedef const MYSQLND_FIELD *(*func_mysqlnd_res__fetch_fields)(MYSQLND_R... type enum_func_status (line 641) | typedef enum_func_status (*func_mysqlnd_res__read_result_metadata)(MYSQL... type enum_func_status (line 643) | typedef enum_func_status (*func_mysqlnd_res__store_result_fetch_data)(MY... type enum_func_status (line 646) | typedef enum_func_status (*func_mysqlnd_res__free_result)(MYSQLND_RES * ... type MYSQLND_RES_METADATA (line 651) | typedef MYSQLND_RES_METADATA * (*func_mysqlnd_res__result_meta_init)(MYS... function MYSQLND_CLASS_METHODS_TYPE (line 653) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) function MYSQLND_CLASS_METHODS_TYPE (line 691) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) type enum_func_status (line 702) | typedef enum_func_status (*func_mysqlnd_result_buffered__data_seek)(MYSQ... function MYSQLND_CLASS_METHODS_TYPE (line 705) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered) type MYSQLND_FIELD (line 716) | typedef const MYSQLND_FIELD * (*func_mysqlnd_res_meta__fetch_field)(MYSQ... type MYSQLND_FIELD (line 717) | typedef const MYSQLND_FIELD * (*func_mysqlnd_res_meta__fetch_field_direc... type MYSQLND_FIELD (line 718) | typedef const MYSQLND_FIELD * (*func_mysqlnd_res_meta__fetch_fields)(MYS... type MYSQLND_FIELD_OFFSET (line 719) | typedef MYSQLND_FIELD_OFFSET (*func_mysqlnd_res_meta__field_tell)(const ... type MYSQLND_FIELD_OFFSET (line 720) | typedef MYSQLND_FIELD_OFFSET (*func_mysqlnd_res_meta__field_seek)(MYSQLN... type enum_func_status (line 721) | typedef enum_func_status (*func_mysqlnd_res_meta__read_metadata)(MYSQLN... type MYSQLND_RES_METADATA (line 722) | typedef MYSQLND_RES_METADATA * (*func_mysqlnd_res_meta__clone_metadata)(... function MYSQLND_CLASS_METHODS_TYPE (line 725) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res_meta) type enum_func_status (line 738) | typedef enum_func_status (*func_mysqlnd_stmt__prepare)(MYSQLND_STMT * co... type enum_func_status (line 739) | typedef enum_func_status (*func_mysqlnd_stmt__send_execute)(MYSQLND_STMT... type enum_func_status (line 740) | typedef enum_func_status (*func_mysqlnd_stmt__execute)(MYSQLND_STMT * co... type MYSQLND_RES (line 741) | typedef MYSQLND_RES * (*func_mysqlnd_stmt__use_result)(MYSQLND_STMT * c... type MYSQLND_RES (line 742) | typedef MYSQLND_RES * (*func_mysqlnd_stmt__store_result)(MYSQLND_STMT *... type MYSQLND_RES (line 743) | typedef MYSQLND_RES * (*func_mysqlnd_stmt__get_result)(MYSQLND_STMT * c... type enum_func_status (line 745) | typedef enum_func_status (*func_mysqlnd_stmt__next_result)(MYSQLND_STMT ... type enum_func_status (line 746) | typedef enum_func_status (*func_mysqlnd_stmt__free_result)(MYSQLND_STMT ... type enum_func_status (line 747) | typedef enum_func_status (*func_mysqlnd_stmt__seek_data)(const MYSQLND_S... type enum_func_status (line 748) | typedef enum_func_status (*func_mysqlnd_stmt__reset)(MYSQLND_STMT * cons... type enum_func_status (line 749) | typedef enum_func_status (*func_mysqlnd_stmt__close_on_server)(MYSQLND_S... type enum_func_status (line 750) | typedef enum_func_status (*func_mysqlnd_stmt__dtor)(MYSQLND_STMT * const... type enum_func_status (line 751) | typedef enum_func_status (*func_mysqlnd_stmt__fetch)(MYSQLND_STMT * cons... type enum_func_status (line 752) | typedef enum_func_status (*func_mysqlnd_stmt__bind_parameters)(MYSQLND_S... type enum_func_status (line 753) | typedef enum_func_status (*func_mysqlnd_stmt__bind_one_parameter)(MYSQLN... type enum_func_status (line 754) | typedef enum_func_status (*func_mysqlnd_stmt__refresh_bind_param)(MYSQLN... type enum_func_status (line 755) | typedef enum_func_status (*func_mysqlnd_stmt__bind_result)(MYSQLND_STMT ... type enum_func_status (line 756) | typedef enum_func_status (*func_mysqlnd_stmt__bind_one_result)(MYSQLND_S... type enum_func_status (line 757) | typedef enum_func_status (*func_mysqlnd_stmt__send_long_data)(MYSQLND_ST... type MYSQLND_RES (line 758) | typedef MYSQLND_RES * (*func_mysqlnd_stmt__get_parameter_metadata)(MYSQ... type MYSQLND_RES (line 759) | typedef MYSQLND_RES * (*func_mysqlnd_stmt__get_result_metadata)(MYSQLND... type enum_func_status (line 769) | typedef enum_func_status (*func_mysqlnd_stmt__get_attribute)(const MYSQL... type enum_func_status (line 770) | typedef enum_func_status (*func_mysqlnd_stmt__set_attribute)(MYSQLND_STM... type MYSQLND_PARAM_BIND (line 771) | typedef MYSQLND_PARAM_BIND *(*func_mysqlnd_stmt__alloc_param_bind)(MYSQL... type MYSQLND_RESULT_BIND (line 772) | typedef MYSQLND_RESULT_BIND*(*func_mysqlnd_stmt__alloc_result_bind)(MYSQ... type enum_func_status (line 776) | typedef enum_func_status (*func_mysqlnd_stmt__generate_execute_request)... type enum_func_status (line 777) | typedef enum_func_status (*func_mysqlnd_stmt__parse_execute_response)(MY... type enum_func_status (line 779) | typedef enum_func_status (*func_mysqlnd_stmt__flush)(MYSQLND_STMT * cons... function MYSQLND_CLASS_METHODS_TYPE (line 782) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) type st_mysqlnd_vio_data (line 841) | struct st_mysqlnd_vio_data type st_mysqlnd_vio (line 858) | struct st_mysqlnd_vio type MYSQLND_CONNECTION_STATE (line 867) | typedef struct st_mysqlnd_connection_state MYSQLND_CONNECTION_STATE; type mysqlnd_connection_state (line 868) | enum mysqlnd_connection_state type mysqlnd_connection_state (line 869) | enum mysqlnd_connection_state function MYSQLND_CLASS_METHODS_TYPE (line 872) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_connection_state) type st_mysqlnd_connection_state (line 878) | struct st_mysqlnd_connection_state type st_mysqlnd_connection_data (line 885) | struct st_mysqlnd_connection_data type st_mysqlnd_connection (line 959) | struct st_mysqlnd_connection type st_mysqlnd_packet_greet (line 968) | struct st_mysqlnd_packet_greet type st_mysqlnd_packet_auth (line 969) | struct st_mysqlnd_packet_auth type st_mysqlnd_packet_auth_response (line 970) | struct st_mysqlnd_packet_auth_response type st_mysqlnd_packet_change_auth_response (line 971) | struct st_mysqlnd_packet_change_auth_response type st_mysqlnd_packet_ok (line 972) | struct st_mysqlnd_packet_ok type st_mysqlnd_packet_command (line 973) | struct st_mysqlnd_packet_command type st_mysqlnd_packet_eof (line 974) | struct st_mysqlnd_packet_eof type st_mysqlnd_packet_rset_header (line 975) | struct st_mysqlnd_packet_rset_header type st_mysqlnd_packet_res_field (line 976) | struct st_mysqlnd_packet_res_field type st_mysqlnd_packet_row (line 977) | struct st_mysqlnd_packet_row type st_mysqlnd_packet_stats (line 978) | struct st_mysqlnd_packet_stats type st_mysqlnd_packet_prepare_response (line 979) | struct st_mysqlnd_packet_prepare_response type st_mysqlnd_packet_chg_user_resp (line 980) | struct st_mysqlnd_packet_chg_user_resp type st_mysqlnd_packet_auth_pam (line 981) | struct st_mysqlnd_packet_auth_pam type st_mysqlnd_packet_sha256_pk_request (line 982) | struct st_mysqlnd_packet_sha256_pk_request type st_mysqlnd_packet_sha256_pk_request_response (line 983) | struct st_mysqlnd_packet_sha256_pk_request_response type st_mysqlnd_packet_cached_sha2_result (line 984) | struct st_mysqlnd_packet_cached_sha2_result type st_mysqlnd_packet_greet (line 986) | struct st_mysqlnd_packet_greet type st_mysqlnd_packet_auth (line 987) | struct st_mysqlnd_packet_auth type st_mysqlnd_packet_auth_response (line 988) | struct st_mysqlnd_packet_auth_response type st_mysqlnd_packet_change_auth_response (line 989) | struct st_mysqlnd_packet_change_auth_response type st_mysqlnd_packet_ok (line 990) | struct st_mysqlnd_packet_ok type st_mysqlnd_packet_command (line 991) | struct st_mysqlnd_packet_command type st_mysqlnd_packet_eof (line 992) | struct st_mysqlnd_packet_eof type st_mysqlnd_packet_rset_header (line 993) | struct st_mysqlnd_packet_rset_header type st_mysqlnd_packet_res_field (line 994) | struct st_mysqlnd_packet_res_field type st_mysqlnd_packet_row (line 995) | struct st_mysqlnd_packet_row type st_mysqlnd_packet_stats (line 996) | struct st_mysqlnd_packet_stats type st_mysqlnd_packet_prepare_response (line 997) | struct st_mysqlnd_packet_prepare_response type st_mysqlnd_packet_chg_user_resp (line 998) | struct st_mysqlnd_packet_chg_user_resp type st_mysqlnd_packet_sha256_pk_request (line 999) | struct st_mysqlnd_packet_sha256_pk_request type st_mysqlnd_packet_sha256_pk_request_response (line 1000) | struct st_mysqlnd_packet_sha256_pk_request_response type st_mysqlnd_packet_cached_sha2_result (line 1001) | struct st_mysqlnd_packet_cached_sha2_result type enum_func_status (line 1003) | typedef enum_func_status (*func_mysqlnd_protocol_payload_decoder_factory... type enum_func_status (line 1016) | typedef enum_func_status (*func_mysqlnd_protocol_payload_decoder_factory... type enum_func_status (line 1023) | typedef enum_func_status (*func_mysqlnd_protocol_payload_decoder_factory... type enum_func_status (line 1028) | typedef enum_func_status (*func_mysqlnd_protocol_payload_decoder_factory... function MYSQLND_CLASS_METHODS_TYPE (line 1040) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_protocol_payload_decoder_factory) type st_mysqlnd_protocol_payload_decoder_factory (line 1065) | struct st_mysqlnd_protocol_payload_decoder_factory type MYSQLND_READ_BUFFER (line 1073) | typedef struct st_mysqlnd_read_buffer { type enum_func_status (line 1089) | typedef enum_func_status (*func_mysqlnd_pfc__set_client_option)(MYSQLND_... type enum_func_status (line 1090) | typedef enum_func_status (*func_mysqlnd_pfc__decode)(zend_uchar * uncomp... type enum_func_status (line 1091) | typedef enum_func_status (*func_mysqlnd_pfc__encode)(zend_uchar * compre... type enum_func_status (line 1093) | typedef enum_func_status (*func_mysqlnd_pfc__receive)(MYSQLND_PFC * cons... type enum_func_status (line 1094) | typedef enum_func_status (*func_mysqlnd_pfc__read_compressed_packet_from... function MYSQLND_CLASS_METHODS_TYPE (line 1097) | MYSQLND_CLASS_METHODS_TYPE(mysqlnd_protocol_packet_frame_codec) type st_mysqlnd_protocol_frame_codec_data (line 1116) | struct st_mysqlnd_protocol_frame_codec_data type st_mysqlnd_protocol_frame_codec (line 1140) | struct st_mysqlnd_protocol_frame_codec type st_mysqlnd_result_metadata (line 1150) | struct st_mysqlnd_result_metadata type st_mysqlnd_buffered_result (line 1161) | struct st_mysqlnd_buffered_result type st_mysqlnd_unbuffered_result (line 1188) | struct st_mysqlnd_unbuffered_result type st_mysqlnd_res (line 1214) | struct st_mysqlnd_res type st_mysqlnd_param_bind (line 1236) | struct st_mysqlnd_param_bind type st_mysqlnd_result_bind (line 1243) | struct st_mysqlnd_result_bind type st_mysqlnd_stmt_data (line 1250) | struct st_mysqlnd_stmt_data type st_mysqlnd_stmt (line 1284) | struct st_mysqlnd_stmt type st_mysqlnd_plugin_header (line 1291) | struct st_mysqlnd_plugin_header type st_mysqlnd_plugin_core (line 1312) | struct st_mysqlnd_plugin_core type st_mysqlnd_typeii_plugin_example (line 1318) | struct st_mysqlnd_typeii_plugin_example type st_mysqlnd_authentication_plugin (line 1325) | struct st_mysqlnd_authentication_plugin type zend_uchar (line 1327) | typedef zend_uchar * (*func_auth_plugin__get_auth_data)(struct st_mysqln... type enum_func_status (line 1335) | typedef enum_func_status (*func_auth_plugin__handle_server_response)(str... type st_mysqlnd_authentication_plugin (line 1344) | struct st_mysqlnd_authentication_plugin FILE: ext/mysqlnd/mysqlnd_vio.c function mysqlnd_set_sock_no_delay (line 34) | static int function mysqlnd_set_sock_keepalive (line 54) | static int function enum_func_status (line 74) | static enum_func_status function mysqlnd_fixup_regular_list (line 115) | static void mysqlnd_fixup_regular_list(php_stream *net_stream) function php_stream (line 131) | static php_stream * function php_stream (line 183) | static php_stream * type timeval (line 273) | struct timeval function func_mysqlnd_vio__open_stream (line 297) | static func_mysqlnd_vio__open_stream function enum_func_status (line 322) | static enum_func_status function enum_func_status (line 347) | static enum_func_status type php_mysqlnd_server_command (line 456) | enum php_mysqlnd_server_command function enum_func_status (line 511) | static enum_func_status function enum_func_status (line 625) | static enum_func_status function php_stream (line 727) | static php_stream * function enum_func_status (line 738) | static enum_func_status function PHPAPI (line 793) | PHPAPI MYSQLND_VIO * function PHPAPI (line 806) | PHPAPI void FILE: ext/mysqlnd/mysqlnd_wireprotocol.c function zend_ulong (line 93) | zend_ulong function php_mysqlnd_net_field_length_ll (line 123) | uint64_t function zend_uchar (line 152) | zend_uchar * function php_mysqlnd_net_store_length_size (line 179) | size_t function enum_func_status (line 197) | static enum_func_status function enum_func_status (line 241) | static enum_func_status function enum_func_status (line 295) | static enum_func_status function enum_func_status (line 338) | static enum_func_status function php_mysqlnd_greet_free_mem (line 503) | static function php_mysqlnd_auth_write (line 526) | static function enum_func_status (line 671) | static enum_func_status function php_mysqlnd_auth_response_free_mem (line 768) | static void function php_mysqlnd_change_auth_response_write (line 792) | static size_t function enum_func_status (line 830) | static enum_func_status function php_mysqlnd_ok_free_mem (line 905) | static void function enum_func_status (line 918) | static enum_func_status function php_mysqlnd_cmd_write (line 992) | size_t php_mysqlnd_cmd_write(MYSQLND_CONN_DATA * conn, void * _packet) function enum_func_status (line 1051) | static enum_func_status function php_mysqlnd_rset_header_free_mem (line 1163) | static function enum_func_status (line 1190) | static enum_func_status function set_packet_error (line 1366) | static void set_packet_error( function enum_func_status (line 1375) | static enum_func_status function enum_func_status (line 1453) | enum_func_status function enum_func_status (line 1561) | enum_func_status function enum_func_status (line 1709) | static enum_func_status function enum_func_status (line 1782) | static enum_func_status function php_mysqlnd_stats_free_mem (line 1811) | static function enum_func_status (line 1825) | static enum_func_status function enum_func_status (line 1908) | static enum_func_status function php_mysqlnd_chg_user_free_mem (line 1978) | static void function php_mysqlnd_sha256_pk_request_write (line 1999) | static function enum_func_status (line 2020) | static enum_func_status function php_mysqlnd_sha256_pk_request_response_free_mem (line 2062) | static void function php_mysqlnd_cached_sha2_result_write (line 2074) | static function enum_func_status (line 2102) | static enum_func_status type st_mysqlnd_packet_greet (line 2262) | struct st_mysqlnd_packet_greet type st_mysqlnd_packet_auth (line 2274) | struct st_mysqlnd_packet_auth type st_mysqlnd_packet_auth_response (line 2286) | struct st_mysqlnd_packet_auth_response type st_mysqlnd_packet_change_auth_response (line 2298) | struct st_mysqlnd_packet_change_auth_response type st_mysqlnd_packet_ok (line 2310) | struct st_mysqlnd_packet_ok type st_mysqlnd_packet_eof (line 2322) | struct st_mysqlnd_packet_eof type st_mysqlnd_packet_command (line 2334) | struct st_mysqlnd_packet_command type st_mysqlnd_packet_rset_header (line 2346) | struct st_mysqlnd_packet_rset_header type st_mysqlnd_packet_res_field (line 2358) | struct st_mysqlnd_packet_res_field type st_mysqlnd_packet_row (line 2370) | struct st_mysqlnd_packet_row type st_mysqlnd_packet_stats (line 2382) | struct st_mysqlnd_packet_stats type st_mysqlnd_packet_prepare_response (line 2394) | struct st_mysqlnd_packet_prepare_response type st_mysqlnd_packet_chg_user_resp (line 2406) | struct st_mysqlnd_packet_chg_user_resp type st_mysqlnd_packet_sha256_pk_request (line 2418) | struct st_mysqlnd_packet_sha256_pk_request type st_mysqlnd_packet_sha256_pk_request_response (line 2430) | struct st_mysqlnd_packet_sha256_pk_request_response type st_mysqlnd_packet_cached_sha2_result (line 2441) | struct st_mysqlnd_packet_cached_sha2_result function enum_func_status (line 2452) | static enum_func_status function enum_func_status (line 2518) | static enum_func_status function enum_func_status (line 2575) | static enum_func_status function enum_func_status (line 2614) | static enum_func_status function PHPAPI (line 2679) | PHPAPI MYSQLND_PROTOCOL_PAYLOAD_DECODER_FACTORY * function PHPAPI (line 2691) | PHPAPI void FILE: ext/mysqlnd/mysqlnd_wireprotocol.h type mysqlnd_packet_methods (line 45) | typedef struct st_mysqlnd_packet_methods { type MYSQLND_PACKET_HEADER (line 52) | typedef struct st_mysqlnd_packet_header { type MYSQLND_PACKET_GREET (line 60) | typedef struct st_mysqlnd_packet_greet { type MYSQLND_PACKET_AUTH (line 82) | typedef struct st_mysqlnd_packet_auth { type MYSQLND_PACKET_AUTH_RESPONSE (line 101) | typedef struct st_mysqlnd_packet_auth_response { type MYSQLND_PACKET_CHANGE_AUTH_RESPONSE (line 123) | typedef struct st_mysqlnd_packet_change_auth_response { type MYSQLND_PACKET_OK (line 131) | typedef struct st_mysqlnd_packet_ok { type MYSQLND_PACKET_COMMAND (line 148) | typedef struct st_mysqlnd_packet_command { type MYSQLND_PACKET_EOF (line 156) | typedef struct st_mysqlnd_packet_eof { type MYSQLND_PACKET_RSET_HEADER (line 170) | typedef struct st_mysqlnd_packet_rset_header { type MYSQLND_PACKET_RES_FIELD (line 195) | typedef struct st_mysqlnd_packet_res_field { type MYSQLND_PACKET_ROW (line 207) | typedef struct st_mysqlnd_packet_row { type MYSQLND_PACKET_STATS (line 230) | typedef struct st_mysqlnd_packet_stats { type MYSQLND_PACKET_PREPARE_RESPONSE (line 237) | typedef struct st_mysqlnd_packet_prepare_response { type MYSQLND_PACKET_CHG_USER_RESPONSE (line 252) | typedef struct st_mysqlnd_packet_chg_user_resp { type MYSQLND_PACKET_SHA256_PK_REQUEST (line 270) | typedef struct st_mysqlnd_packet_sha256_pk_request { type MYSQLND_PACKET_SHA256_PK_REQUEST_RESPONSE (line 274) | typedef struct st_mysqlnd_packet_sha256_pk_request_response { type MYSQLND_PACKET_CACHED_SHA2_RESULT (line 280) | typedef struct st_mysqlnd_packet_cached_sha2_result { FILE: ext/mysqlnd/php_mysqlnd.c function PHPAPI (line 31) | PHPAPI void function mysqlnd_minfo_dump_loaded_plugins (line 46) | static int function mysqlnd_minfo_dump_api_plugins (line 63) | static void function PHP_MINFO_FUNCTION (line 80) | PHP_MINFO_FUNCTION(mysqlnd) function PHPAPI (line 135) | PHPAPI ZEND_DECLARE_MODULE_GLOBALS(mysqlnd) function PHP_INI_MH (line 161) | static PHP_INI_MH(OnUpdateNetCmdBufferSize) function PHP_MINIT_FUNCTION (line 191) | static PHP_MINIT_FUNCTION(mysqlnd) function PHP_MSHUTDOWN_FUNCTION (line 202) | static PHP_MSHUTDOWN_FUNCTION(mysqlnd) function PHP_RINIT_FUNCTION (line 214) | static PHP_RINIT_FUNCTION(mysqlnd) function PHP_RSHUTDOWN_FUNCTION (line 239) | static PHP_RSHUTDOWN_FUNCTION(mysqlnd) FILE: ext/opcache/ZendAccelerator.c type uid_t (line 68) | typedef int uid_t; type gid_t (line 69) | typedef int gid_t; function bzero_aligned (line 155) | static void bzero_aligned(void *mem, size_t size) function time_t (line 187) | static time_t zend_accel_get_time(void) function is_cacheable_stream_path (line 198) | static inline bool is_cacheable_stream_path(const char *filename) function ZEND_FUNCTION (line 208) | static ZEND_FUNCTION(accel_chdir) function zend_string (line 228) | static inline zend_string* accel_getcwd(void) function zend_accel_schedule_restart_if_necessary (line 245) | void zend_accel_schedule_restart_if_necessary(zend_accel_restart_reason ... function ZEND_INI_MH (line 257) | static ZEND_INI_MH(accel_include_path_on_modify) function accel_restart_enter (line 269) | static inline void accel_restart_enter(void) function accel_restart_leave (line 288) | static inline void accel_restart_leave(void) function accel_restart_is_active (line 308) | static inline int accel_restart_is_active(void) function zend_result (line 337) | static inline zend_result accel_activate_add(void) function accel_deactivate_sub (line 360) | static inline void accel_deactivate_sub(void) function accel_unlock_all (line 383) | static inline void accel_unlock_all(void) function accel_interned_strings_restore_state (line 427) | static void accel_interned_strings_restore_state(void) function accel_interned_strings_save_state (line 468) | static void accel_interned_strings_save_state(void) function zend_always_inline (line 473) | static zend_always_inline zend_string *accel_find_interned_string(zend_s... function zend_string (line 570) | static zend_string* ZEND_FASTCALL accel_new_interned_string_for_php(zend... function zend_always_inline (line 584) | static zend_always_inline zend_string *accel_find_interned_string_ex(zen... function zend_string (line 603) | static zend_string* ZEND_FASTCALL accel_init_interned_string_for_php(con... function accel_copy_permanent_list_types (line 620) | static inline void accel_copy_permanent_list_types( function accel_copy_permanent_strings (line 636) | static void accel_copy_permanent_strings(zend_new_interned_string_func_t... function zend_string (line 799) | static zend_string* ZEND_FASTCALL accel_replace_string_by_shm_permanent(... function accel_use_shm_interned_strings (line 810) | static void accel_use_shm_interned_strings(void) function kill_all_lockers (line 831) | static inline void kill_all_lockers(struct flock *mem_usage_check) function accel_is_inactive (line 895) | static inline bool accel_is_inactive(void) function zend_get_stream_timestamp (line 937) | static int zend_get_stream_timestamp(const char *filename, zend_stat_t *... function accel_time_t (line 974) | static accel_time_t zend_get_file_handle_timestamp_win(zend_file_handle ... function accel_time_t (line 1018) | accel_time_t zend_get_file_handle_timestamp(zend_file_handle *file_handl... function do_validate_timestamps (line 1110) | static inline int do_validate_timestamps(zend_persistent_script *persist... function zend_result (line 1167) | zend_result validate_timestamp_and_record(zend_persistent_script *persis... function zend_result (line 1182) | zend_result validate_timestamp_and_record_ex(zend_persistent_script *per... function zend_string (line 1194) | zend_string *accel_make_persistent_key(zend_string *str) function zend_accel_discard_script (line 1374) | static void zend_accel_discard_script(zend_persistent_script *persistent... function zend_accel_lock_discard_script (line 1395) | static void zend_accel_lock_discard_script(zend_persistent_script *persi... function zend_result (line 1402) | zend_result zend_accel_invalidate(zend_string *filename, bool force) function zend_string (line 1452) | static zend_string* accel_new_interned_key(zend_string *key) function zend_accel_add_key (line 1476) | static void zend_accel_add_key(zend_string *key, zend_accel_hash_entry *... function zend_always_inline (line 1496) | static zend_always_inline bool is_phar_file(zend_string *filename) function zend_persistent_script (line 1503) | static zend_persistent_script *store_script_in_file_cache(zend_persisten... function zend_persistent_script (line 1550) | static zend_persistent_script *cache_script_in_file_cache(zend_persisten... function zend_persistent_script (line 1564) | static zend_persistent_script *cache_script_in_shared_memory(zend_persis... function zend_accel_get_auto_globals (line 1701) | static int zend_accel_get_auto_globals(void) function zend_accel_set_auto_globals (line 1716) | static void zend_accel_set_auto_globals(int mask) function replay_warnings (line 1730) | static void replay_warnings(uint32_t num_warnings, zend_error_info **war... function zend_persistent_script (line 1737) | static zend_persistent_script *opcache_compile_file(zend_file_handle *fi... function zend_op_array (line 1899) | static zend_op_array *file_cache_compile_file(zend_file_handle *file_han... function check_persistent_script_access (line 1972) | static int check_persistent_script_access(zend_persistent_script *persis... function zend_op_array (line 1994) | zend_op_array *persistent_compile_file(zend_file_handle *file_handle, in... function zend_always_inline (line 2254) | static zend_always_inline zend_inheritance_cache_entry* zend_accel_inher... function zend_class_entry (line 2299) | static zend_class_entry* zend_accel_inheritance_cache_get(zend_class_ent... function zend_class_entry (line 2333) | static zend_class_entry* zend_accel_inheritance_cache_add(zend_class_ent... function zend_result (line 2490) | static zend_result accel_gen_uname_id(void) function zend_result (line 2510) | static zend_result persistent_stream_open_function(zend_file_handle *han... function zend_string (line 2533) | static zend_string* persistent_zend_resolve_path(zend_string *filename) function zend_reset_cache_vars (line 2609) | static void zend_reset_cache_vars(void) function accel_reset_pcre_cache (line 2622) | static void accel_reset_pcre_cache(void) function ZEND_RINIT_FUNCTION (line 2635) | ZEND_RINIT_FUNCTION(zend_accelerator) function accel_deactivate (line 2775) | void accel_deactivate(void) function zend_result (line 2781) | zend_result accel_post_deactivate(void) function accelerator_remove_cb (line 2799) | static int accelerator_remove_cb(zend_extension *element1, zend_extensio... function zps_startup_failure (line 2822) | static void zps_startup_failure(const char *reason, const char *api_reas... function zend_result (line 2830) | static inline zend_result accel_find_sapi(void) function zend_result (line 2865) | static zend_result zend_accel_init_shm(void) function accel_globals_ctor (line 2957) | static void accel_globals_ctor(zend_accel_globals *accel_globals) function accel_globals_dtor (line 2967) | static void accel_globals_dtor(zend_accel_globals *accel_globals) function zend_result (line 2995) | static zend_result accel_remap_huge_pages(void *start, size_t size, size... function accel_move_code_to_huge_pages (line 3057) | static void accel_move_code_to_huge_pages(void) function accel_move_code_to_huge_pages (line 3138) | static void accel_move_code_to_huge_pages(void) function accel_startup (line 3146) | static int accel_startup(zend_extension *extension) function accel_post_shutdown (line 3395) | static void accel_post_shutdown(void) function accel_shutdown (line 3400) | void accel_shutdown(void) function zend_accel_schedule_restart (line 3449) | void zend_accel_schedule_restart(zend_accel_restart_reason reason) function accel_deactivate_now (line 3485) | static void accel_deactivate_now(void) function zend_result (line 3499) | zend_result accelerator_shm_read_lock(void) function accelerator_shm_read_unlock (line 3522) | void accelerator_shm_read_unlock(void) function preload_shutdown (line 3534) | static void preload_shutdown(void) function preload_activate (line 3568) | static void preload_activate(void) function preload_restart (line 3575) | static void preload_restart(void) function preload_try_strip_filename (line 3587) | static size_t preload_try_strip_filename(zend_string *filename) { function preload_move_user_functions (line 3599) | static void preload_move_user_functions(HashTable *src, HashTable *dst) function preload_move_user_classes (line 3638) | static void preload_move_user_classes(HashTable *src, HashTable *dst) function zend_op_array (line 3681) | static zend_op_array *preload_compile_file(zend_file_handle *file_handle... function preload_sort_classes (line 3702) | static void preload_sort_classes(void *base, size_t count, size_t siz, c... type preload_error (line 3750) | typedef struct { function zend_result (line 3755) | static zend_result preload_resolve_deps(preload_error *error, const zend... function preload_try_resolve_constants (line 3797) | static bool preload_try_resolve_constants(zend_class_entry *ce) function preload_error_cb (line 3878) | static void preload_error_cb(int type, zend_string *error_filename, cons... function preload_remove_declares (line 3887) | static void preload_remove_declares(zend_op_array *op_array) function preload_link (line 3943) | static void preload_link(void) function zend_string (line 4156) | static zend_string *preload_resolve_path(zend_string *filename) function preload_remove_empty_includes (line 4164) | static void preload_remove_empty_includes(void) function preload_register_trait_methods (line 4251) | static void preload_register_trait_methods(zend_class_entry *ce) { function preload_fix_trait_op_array (line 4279) | static void preload_fix_trait_op_array(zend_op_array *op_array) function preload_fix_trait_methods (line 4301) | static void preload_fix_trait_methods(zend_class_entry *ce) function preload_optimize (line 4324) | static void preload_optimize(zend_persistent_script *script) function zend_persistent_script (line 4366) | static zend_persistent_script* preload_script_in_shared_memory(zend_pers... function preload_load (line 4420) | static void preload_load(size_t orig_map_ptr_static_last) function zend_accel_clear_call_graph_ptrs (line 4495) | static void zend_accel_clear_call_graph_ptrs(zend_op_array *op_array) function accel_reset_arena_info (line 4505) | static void accel_reset_arena_info(zend_persistent_script *script) function zend_result (line 4527) | static zend_result accel_preload(const char *config, bool in_child) function preload_ub_write (line 4771) | static size_t preload_ub_write(const char *str, size_t str_length) function preload_flush (line 4776) | static void preload_flush(void *server_context) function preload_header_handler (line 4781) | static int preload_header_handler(sapi_header_struct *h, sapi_header_op_... function preload_send_headers (line 4786) | static int preload_send_headers(sapi_headers_struct *sapi_headers) function preload_send_header (line 4791) | static void preload_send_header(sapi_header_struct *sapi_header, void *s... function zend_result (line 4796) | static zend_result accel_finish_startup_preload(bool in_child) function zend_result (line 4900) | static zend_result accel_finish_startup_preload_subprocess(pid_t *pid) function zend_result (line 4967) | static zend_result accel_finish_startup(void) function accel_activate (line 5034) | static void accel_activate(void) { FILE: ext/opcache/ZendAccelerator.h type accel_time_t (line 102) | typedef unsigned __int64 accel_time_t; type time_t (line 104) | typedef time_t accel_time_t; type zend_accel_restart_reason (line 107) | typedef enum _zend_accel_restart_reason { type zend_early_binding (line 113) | typedef struct _zend_early_binding { type zend_persistent_script (line 120) | typedef struct _zend_persistent_script { type zend_accel_directives (line 144) | typedef struct _zend_accel_directives { type zend_accel_globals (line 198) | typedef struct _zend_accel_globals { type zend_string_table (line 232) | typedef struct _zend_string_table { type zend_string_table_pos_t (line 241) | typedef uint32_t zend_string_table_pos_t; type zend_accel_shared_globals (line 246) | typedef struct _zend_accel_shared_globals { FILE: ext/opcache/jit/zend_jit.c function dominates (line 113) | static bool dominates(const zend_basic_block *blocks, int a, int b) { function zend_ssa_is_last_use (line 120) | static bool zend_ssa_is_last_use(const zend_op_array *op_array, const ze... function zend_jit_is_constant_cmp_long_long (line 170) | static int zend_jit_is_constant_cmp_long_long(const zend_op *opline, function zend_jit_needs_call_chain (line 254) | static int zend_jit_needs_call_chain(zend_call_info *call_info, uint32_t... function skip_valid_arguments (line 441) | static uint32_t skip_valid_arguments(const zend_op_array *op_array, zend... function zend_ssa_cv_info (line 468) | static uint32_t zend_ssa_cv_info(const zend_op_array *op_array, zend_ssa... function zend_jit_may_avoid_refcounting (line 506) | static bool zend_jit_may_avoid_refcounting(const zend_op *opline, uint32... function zend_jit_is_persistent_constant (line 544) | static bool zend_jit_is_persistent_constant(zval *key, uint32_t flags) function zend_property_info (line 563) | static zend_property_info* zend_get_known_property_info(const zend_op_ar... function zend_may_be_dynamic_property (line 628) | static bool zend_may_be_dynamic_property(zend_class_entry *ce, zend_stri... function ZEND_EXT_API (line 711) | ZEND_EXT_API void zend_jit_status(zval *ret) function zend_jit_inc_call_level (line 730) | static bool zend_jit_inc_call_level(uint8_t opcode) function zend_jit_dec_call_level (line 748) | static bool zend_jit_dec_call_level(uint8_t opcode) function zend_string (line 762) | static zend_string *zend_jit_func_name(const zend_op_array *op_array) function zend_may_overflow (line 791) | static int zend_may_overflow(const zend_op *opline, const zend_ssa_op *s... function zend_jit_build_cfg (line 958) | static int zend_jit_build_cfg(const zend_op_array *op_array, zend_cfg *cfg) function zend_jit_op_array_analyze1 (line 984) | static int zend_jit_op_array_analyze1(const zend_op_array *op_array, zen... function zend_jit_op_array_analyze2 (line 1021) | static int zend_jit_op_array_analyze2(const zend_op_array *op_array, zen... function zend_jit_allocate_registers (line 1037) | static void zend_jit_allocate_registers(zend_jit_ctx *ctx, const zend_op... function zend_jit_compute_post_order (line 1229) | static int zend_jit_compute_post_order(zend_cfg *cfg, int start, int *po... function zend_jit_next_is_send_result (line 1264) | static bool zend_jit_next_is_send_result(const zend_op *opline) function zend_jit_supported_binary_op (line 1276) | static bool zend_jit_supported_binary_op(uint8_t op, uint32_t op1_info, ... function zend_jit (line 1304) | static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const ... function zend_jit_collect_calls (line 2819) | static void zend_jit_collect_calls(zend_op_array *op_array, zend_script ... function zend_jit_cleanup_func_info (line 2834) | static void zend_jit_cleanup_func_info(zend_op_array *op_array) function zend_real_jit_func (line 2871) | static int zend_real_jit_func(zend_op_array *op_array, zend_script *scri... function zend_runtime_jit (line 2939) | zend_runtime_jit(void) function zend_jit_check_funcs (line 2986) | void zend_jit_check_funcs(HashTable *function_table, bool is_method) { function zend_jit_hot_func (line 3019) | void ZEND_FASTCALL zend_jit_hot_func(zend_execute_data *execute_data, co... function zend_jit_setup_hot_counters_ex (line 3062) | static void zend_jit_setup_hot_counters_ex(zend_op_array *op_array, zend... function zend_jit_restart_hot_counters (line 3089) | static int zend_jit_restart_hot_counters(zend_op_array *op_array) function zend_jit_setup_hot_counters (line 3109) | static int zend_jit_setup_hot_counters(zend_op_array *op_array) function zend_jit_op_array (line 3144) | int zend_jit_op_array(zend_op_array *op_array, zend_script *script) function zend_jit_link_func_info (line 3223) | static void zend_jit_link_func_info(zend_op_array *op_array) function zend_jit_script (line 3234) | int zend_jit_script(zend_script *script) function zend_jit_unprotect (line 3362) | void zend_jit_unprotect(void) function zend_jit_protect (line 3397) | void zend_jit_protect(void) function zend_jit_init_handlers (line 3424) | static void zend_jit_init_handlers(void) function zend_jit_globals_ctor (line 3445) | static void zend_jit_globals_ctor(zend_jit_globals *jit_globals) function zend_jit_globals_dtor (line 3452) | static void zend_jit_globals_dtor(zend_jit_globals *jit_globals) function zend_jit_parse_config_num (line 3458) | static int zend_jit_parse_config_num(zend_long jit) function zend_jit_config (line 3489) | int zend_jit_config(zend_string *jit, int stage) function zend_jit_debug_config (line 3545) | int zend_jit_debug_config(zend_long old_val, zend_long new_val, int stage) function zend_jit_init (line 3558) | void zend_jit_init(void) function zend_jit_check_support (line 3567) | int zend_jit_check_support(void) function zend_jit_startup (line 3626) | void zend_jit_startup(void *buf, size_t size, bool reattached) function zend_jit_shutdown (line 3711) | void zend_jit_shutdown(void) function zend_jit_reset_counters (line 3734) | static void zend_jit_reset_counters(void) function zend_jit_activate (line 3743) | void zend_jit_activate(void) function zend_jit_deactivate (line 3763) | void zend_jit_deactivate(void) function zend_jit_restart_preloaded_op_array (line 3788) | static void zend_jit_restart_preloaded_op_array(zend_op_array *op_array) function zend_jit_restart_preloaded_script (line 3826) | static void zend_jit_restart_preloaded_script(zend_persistent_script *sc... function zend_jit_restart (line 3864) | void zend_jit_restart(void) FILE: ext/opcache/jit/zend_jit.h type zend_jit_trace_rec (line 99) | typedef struct _zend_jit_trace_rec zend_jit_trace_rec; type zend_jit_trace_stack_frame (line 100) | typedef struct _zend_jit_trace_stack_frame zend_jit_trace_stack_frame; type zend_sym_node (line 101) | typedef struct _sym_node zend_sym_node; type zend_jit_globals (line 105) | typedef struct _zend_jit_globals { FILE: ext/opcache/jit/zend_jit_helpers.c function ZEND_COLD (line 21) | static ZEND_COLD void undef_result_after_exception(void) { function zend_function (line 54) | static zend_function* ZEND_FASTCALL zend_jit_find_func_helper(zend_strin... function zend_jit_jmp_frameless_helper (line 70) | static uint32_t ZEND_FASTCALL zend_jit_jmp_frameless_helper(zval *func_n... function zend_function (line 78) | static zend_function* ZEND_FASTCALL zend_jit_find_ns_func_helper(zval *f... function ZEND_FASTCALL (line 97) | ZEND_FASTCALL zend_jit_invalid_method_call(zval *object) function ZEND_FASTCALL (line 116) | ZEND_FASTCALL zend_jit_invalid_method_call_tmp(zval *object) function zend_undefined_method (line 125) | void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, con... function zend_jit_unref_helper (line 130) | static void ZEND_FASTCALL zend_jit_unref_helper(zval *zv) function zend_function (line 144) | static zend_function* ZEND_FASTCALL zend_jit_find_method_helper(zend_obj... function zend_function (line 174) | static zend_function* ZEND_FASTCALL zend_jit_find_method_tmp_helper(zend... function zend_execute_data (line 192) | static zend_execute_data* ZEND_FASTCALL zend_jit_push_static_metod_call_... function zend_execute_data (line 199) | static zend_execute_data* ZEND_FASTCALL zend_jit_push_static_metod_call_... function zend_execute_data (line 213) | static zend_execute_data* ZEND_FASTCALL zend_jit_extend_stack_helper(uin... function zend_execute_data (line 221) | static zend_execute_data* ZEND_FASTCALL zend_jit_int_extend_stack_helper... function zval (line 228) | static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_st... function zval (line 253) | static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw_no_packed(HashT... function zval (line 266) | static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, ... function zval (line 276) | static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_s... function zval (line 286) | static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, ze... function zval (line 321) | static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zen... function zend_jit_undefined_op_helper (line 346) | static int ZEND_FASTCALL zend_jit_undefined_op_helper(uint32_t var) function zend_jit_undefined_op_helper_write (line 355) | static int ZEND_FASTCALL zend_jit_undefined_op_helper_write(HashTable *h... function zend_jit_fetch_dim_r_helper (line 375) | static void ZEND_FASTCALL zend_jit_fetch_dim_r_helper(zend_array *ht, zv... function zend_jit_fetch_dim_is_helper (line 517) | static void ZEND_FASTCALL zend_jit_fetch_dim_is_helper(zend_array *ht, z... function zend_jit_fetch_dim_isset_helper (line 659) | static int ZEND_FASTCALL zend_jit_fetch_dim_isset_helper(zend_array *ht,... function zval (line 763) | static zval* ZEND_FASTCALL zend_jit_fetch_dim_rw_helper(zend_array *ht, ... function zval (line 895) | static zval* ZEND_FASTCALL zend_jit_fetch_dim_w_helper(zend_array *ht, z... function zend_never_inline (line 1028) | static zend_never_inline zend_long zend_check_string_offset(zval *dim, i... function zend_always_inline (line 1071) | static zend_always_inline zend_string* zend_jit_fetch_dim_str_offset(zen... function zend_string (line 1089) | static zend_string* ZEND_FASTCALL zend_jit_fetch_dim_str_offset_r_helper... function zend_string (line 1094) | static zend_string* ZEND_FASTCALL zend_jit_fetch_dim_str_r_helper(zend_s... function zend_jit_fetch_dim_str_is_helper (line 1117) | static void ZEND_FASTCALL zend_jit_fetch_dim_str_is_helper(zend_string *... function zend_jit_fetch_dim_obj_r_helper (line 1170) | static void ZEND_FASTCALL zend_jit_fetch_dim_obj_r_helper(zval *containe... function zend_jit_fetch_dim_obj_is_helper (line 1197) | static void ZEND_FASTCALL zend_jit_fetch_dim_obj_is_helper(zval *contain... function zend_never_inline (line 1224) | static zend_never_inline void zend_assign_to_string_offset(zval *str, zv... function ZEND_FASTCALL (line 1368) | ZEND_FASTCALL zend_jit_fetch_dim_obj_helper(zval *object_ptr, zval *dim,... function zend_jit_fetch_dim_obj_w_helper (line 1460) | static void ZEND_FASTCALL zend_jit_fetch_dim_obj_w_helper(zval *object_p... function zend_jit_fetch_dim_obj_rw_helper (line 1465) | static void ZEND_FASTCALL zend_jit_fetch_dim_obj_rw_helper(zval *object_... function zend_jit_assign_dim_helper (line 1475) | static void ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, z... function zend_jit_assign_dim_op_helper (line 1566) | static void ZEND_FASTCALL zend_jit_assign_dim_op_helper(zval *container,... function zend_jit_fast_assign_concat_helper (line 1632) | static void ZEND_FASTCALL zend_jit_fast_assign_concat_helper(zval *op1, ... function zend_jit_fast_concat_helper (line 1668) | static void ZEND_FASTCALL zend_jit_fast_concat_helper(zval *result, zval... function zend_jit_fast_concat_tmp_helper (line 1691) | static void ZEND_FASTCALL zend_jit_fast_concat_tmp_helper(zval *result, ... function zend_jit_isset_dim_helper (line 1727) | static int ZEND_FASTCALL zend_jit_isset_dim_helper(zval *container, zval... function zend_jit_free_call_frame (line 1761) | static void ZEND_FASTCALL zend_jit_free_call_frame(zend_execute_data *call) function zend_reference (line 1766) | static zend_reference* ZEND_FASTCALL zend_jit_fetch_global_helper(zend_s... function zend_jit_verify_arg_slow (line 1818) | static bool ZEND_FASTCALL zend_jit_verify_arg_slow(zval *arg, zend_arg_i... function zend_jit_verify_return_slow (line 1832) | static void ZEND_FASTCALL zend_jit_verify_return_slow(zval *arg, const z... function zend_jit_fetch_obj_r_slow (line 1846) | static void ZEND_FASTCALL zend_jit_fetch_obj_r_slow(zend_object *zobj) function zend_jit_fetch_obj_r_dynamic (line 1863) | static void ZEND_FASTCALL zend_jit_fetch_obj_r_dynamic(zend_object *zobj... function zend_jit_fetch_obj_is_slow (line 1902) | static void ZEND_FASTCALL zend_jit_fetch_obj_is_slow(zend_object *zobj) function zend_jit_fetch_obj_is_dynamic (line 1919) | static void ZEND_FASTCALL zend_jit_fetch_obj_is_dynamic(zend_object *zob... function zval (line 1958) | static zval* ZEND_FASTCALL zend_jit_fetch_obj_r_slow_ex(zend_object *zobj) function zval (line 1979) | static zval* ZEND_FASTCALL zend_jit_fetch_obj_r_dynamic_ex(zend_object *... function zval (line 2015) | static zval* ZEND_FASTCALL zend_jit_fetch_obj_is_slow_ex(zend_object *zobj) function zval (line 2031) | static zval* ZEND_FASTCALL zend_jit_fetch_obj_is_dynamic_ex(zend_object ... function zend_always_inline (line 2067) | static zend_always_inline bool promotes_to_array(zval *val) { function zend_always_inline (line 2072) | static zend_always_inline bool check_type_array_assignable(zend_type typ... function zend_throw_auto_init_in_prop_error (line 2079) | void zend_throw_auto_init_in_prop_error(zend_property_info *prop, const ... function zend_throw_access_uninit_prop_by_ref_error (line 2090) | void zend_throw_access_uninit_prop_by_ref_error( function zend_never_inline (line 2098) | static zend_never_inline bool zend_handle_fetch_obj_flags( function zend_jit_fetch_obj_w_slow (line 2138) | static void ZEND_FASTCALL zend_jit_fetch_obj_w_slow(zend_object *zobj) function zend_jit_check_array_promotion (line 2189) | static void ZEND_FASTCALL zend_jit_check_array_promotion(zval *val, zend... function zend_jit_create_typed_ref (line 2212) | static void ZEND_FASTCALL zend_jit_create_typed_ref(zval *val, zend_prop... function zend_jit_extract_helper (line 2221) | static void ZEND_FASTCALL zend_jit_extract_helper(zend_refcounted *garbage) function zend_jit_vm_stack_free_args_helper (line 2233) | static void ZEND_FASTCALL zend_jit_vm_stack_free_args_helper(zend_execut... function zend_always_inline (line 2238) | static zend_always_inline zval* zend_jit_assign_to_typed_ref_helper(zend... function zval (line 2246) | static zval* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref(zend_refer... function zval (line 2251) | static zval* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref(zend_referen... function zval (line 2256) | static zval* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref(zend_referen... function zval (line 2261) | static zval* ZEND_FASTCALL zend_jit_assign_cv_to_typed_ref(zend_referenc... function zend_always_inline (line 2278) | static zend_always_inline zval* zend_jit_assign_to_typed_ref2_helper(zen... function zval (line 2292) | static zval* ZEND_FASTCALL zend_jit_assign_const_to_typed_ref2(zend_refe... function zval (line 2297) | static zval* ZEND_FASTCALL zend_jit_assign_tmp_to_typed_ref2(zend_refere... function zval (line 2302) | static zval* ZEND_FASTCALL zend_jit_assign_var_to_typed_ref2(zend_refere... function zval (line 2307) | static zval* ZEND_FASTCALL zend_jit_assign_cv_to_typed_ref2(zend_referen... function zend_property_info (line 2324) | static zend_property_info *zend_jit_get_prop_not_accepting_double(zend_r... function ZEND_COLD (line 2335) | static ZEND_COLD void zend_jit_throw_inc_ref_error(zend_reference *ref, ... function ZEND_COLD (line 2347) | static ZEND_COLD void zend_jit_throw_dec_ref_error(zend_reference *ref, ... function zend_jit_pre_inc_typed_ref (line 2359) | static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref... function zend_jit_pre_dec_typed_ref (line 2385) | static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref... function zend_jit_post_inc_typed_ref (line 2411) | static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *re... function zend_jit_post_dec_typed_ref (line 2430) | static void ZEND_FASTCALL zend_jit_post_dec_typed_ref(zend_reference *re... function zend_jit_assign_op_to_typed_ref (line 2449) | static void ZEND_FASTCALL zend_jit_assign_op_to_typed_ref(zend_reference... function zend_jit_assign_op_to_typed_ref_tmp (line 2469) | static void ZEND_FASTCALL zend_jit_assign_op_to_typed_ref_tmp(zend_refer... function zend_jit_only_vars_by_reference (line 2483) | static void ZEND_FASTCALL zend_jit_only_vars_by_reference(zval *arg) function zend_jit_invalid_array_access (line 2489) | static void ZEND_FASTCALL zend_jit_invalid_array_access(zval *container) function zend_jit_invalid_property_read (line 2494) | static void ZEND_FASTCALL zend_jit_invalid_property_read(zval *container... function zend_jit_invalid_property_write (line 2499) | static void ZEND_FASTCALL zend_jit_invalid_property_write(zval *containe... function zend_jit_invalid_property_incdec (line 2506) | static void ZEND_FASTCALL zend_jit_invalid_property_incdec(zval *contain... function zend_jit_invalid_property_assign (line 2527) | static void ZEND_FASTCALL zend_jit_invalid_property_assign(zval *contain... function zend_jit_invalid_property_assign_op (line 2534) | static void ZEND_FASTCALL zend_jit_invalid_property_assign_op(zval *cont... function zval (line 2544) | static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { function zend_jit_pre_inc (line 2564) | static void ZEND_FASTCALL zend_jit_pre_inc(zval *var_ptr, zval *ret) function zend_jit_pre_dec (line 2570) | static void ZEND_FASTCALL zend_jit_pre_dec(zval *var_ptr, zval *ret) function ZEND_FASTCALL (line 2578) | ZEND_FASTCALL _zend_hash_iterators_remove(HashTable *ht) function zend_jit_array_free (line 2591) | static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) function HashTable (line 2603) | static HashTable *ZEND_FASTCALL zend_jit_zval_array_dup(zval *arr) function zend_array (line 2614) | static zend_array *ZEND_FASTCALL zend_jit_add_arrays_helper(zend_array *... function zend_jit_assign_obj_helper (line 2622) | static void ZEND_FASTCALL zend_jit_assign_obj_helper(zend_object *zobj, ... function zend_always_inline (line 2638) | static zend_always_inline bool verify_readonly_and_avis(zval *property_v... function zend_jit_assign_to_typed_prop (line 2654) | static void ZEND_FASTCALL zend_jit_assign_to_typed_prop(zval *property_v... function zend_never_inline (line 2696) | static zend_never_inline void _zend_jit_assign_op_overloaded_property(ze... function zend_jit_assign_op_to_typed_prop (line 2723) | static void ZEND_FASTCALL zend_jit_assign_op_to_typed_prop(zval *zptr, z... function zend_jit_assign_obj_op_helper (line 2750) | static void ZEND_FASTCALL zend_jit_assign_obj_op_helper(zend_object *zob... function ZEND_COLD (line 2796) | static ZEND_COLD zend_long _zend_jit_throw_inc_prop_error(zend_property_... function ZEND_COLD (line 2807) | static ZEND_COLD zend_long _zend_jit_throw_dec_prop_error(zend_property_... function zend_jit_inc_typed_prop (line 2818) | static void ZEND_FASTCALL zend_jit_inc_typed_prop(zval *var_ptr, zend_pr... function zend_jit_dec_typed_prop (line 2850) | static void ZEND_FASTCALL zend_jit_dec_typed_prop(zval *var_ptr, zend_pr... function zend_jit_pre_inc_typed_prop (line 2882) | static void ZEND_FASTCALL zend_jit_pre_inc_typed_prop(zval *var_ptr, zen... function zend_jit_pre_dec_typed_prop (line 2889) | static void ZEND_FASTCALL zend_jit_pre_dec_typed_prop(zval *var_ptr, zen... function zend_jit_post_inc_typed_prop (line 2896) | static void ZEND_FASTCALL zend_jit_post_inc_typed_prop(zval *var_ptr, ze... function zend_jit_post_dec_typed_prop (line 2930) | static void ZEND_FASTCALL zend_jit_post_dec_typed_prop(zval *var_ptr, ze... function zend_jit_pre_inc_obj_helper (line 2964) | static void ZEND_FASTCALL zend_jit_pre_inc_obj_helper(zend_object *zobj,... function zend_jit_pre_dec_obj_helper (line 3034) | static void ZEND_FASTCALL zend_jit_pre_dec_obj_helper(zend_object *zobj,... function zend_jit_post_inc_obj_helper (line 3104) | static void ZEND_FASTCALL zend_jit_post_inc_obj_helper(zend_object *zobj... function zend_jit_post_dec_obj_helper (line 3165) | static void ZEND_FASTCALL zend_jit_post_dec_obj_helper(zend_object *zobj... function zend_jit_free_trampoline_helper (line 3226) | static void ZEND_FASTCALL zend_jit_free_trampoline_helper(zend_function ... function zend_jit_exception_in_interrupt_handler_helper (line 3233) | zend_jit_exception_in_interrupt_handler_helper(void) function zend_string (line 3250) | static zend_string* ZEND_FASTCALL zend_jit_rope_end(zend_string **rope, ... FILE: ext/opcache/jit/zend_jit_internal.h type zend_jit_addr (line 25) | typedef uintptr_t zend_jit_addr; function zend_always_inline (line 112) | static zend_always_inline bool zend_jit_same_addr(zend_jit_addr addr1, z... type zend_jit_op_array_extension (line 124) | typedef struct _zend_jit_op_array_extension { function zend_always_inline (line 143) | static zend_always_inline zend_long zend_jit_hash(const void *ptr) type zend_jit_op_array_hot_extension (line 162) | typedef struct _zend_jit_op_array_hot_extension { type zend_jit_trace_stop (line 284) | typedef enum _zend_jit_trace_stop { type zend_op_trace_info (line 329) | typedef union _zend_op_trace_info { type zend_jit_op_array_trace_extension (line 339) | typedef struct _zend_jit_op_array_trace_extension { type zend_jit_trace_op (line 350) | typedef enum _zend_jit_trace_op { type _zend_jit_trace_rec (line 391) | struct _zend_jit_trace_rec { type zend_jit_ref_snapshot (line 424) | typedef struct _zend_jit_ref_snapshot { type zend_jit_trace_exit_info (line 432) | typedef struct _zend_jit_trace_exit_info { type zend_jit_trace_stack (line 442) | typedef struct _zend_jit_trace_stack { type zend_jit_exit_const (line 516) | typedef union _zend_jit_exit_const { type zend_jit_trace_info (line 521) | typedef struct _zend_jit_trace_info { type _zend_jit_trace_stack_frame (line 544) | struct _zend_jit_trace_stack_frame { function zend_always_inline (line 667) | static zend_always_inline const zend_op* zend_jit_trace_get_exit_opline(... function zend_jit_may_be_modified (line 688) | static inline bool zend_jit_may_be_modified(const zend_function *func, c... function zend_always_inline (line 708) | static zend_always_inline bool zend_jit_may_be_polymorphic_call(const ze... function zend_always_inline (line 745) | static zend_always_inline bool zend_long_is_power_of_two(zend_long x) function zend_always_inline (line 751) | static zend_always_inline uint32_t ones32(uint32_t x) function zend_always_inline (line 761) | static zend_always_inline uint32_t floor_log2(uint32_t x) function zend_always_inline (line 772) | static zend_always_inline bool is_power_of_two(uint32_t x) function zend_always_inline (line 777) | static zend_always_inline bool has_concrete_type(uint32_t value_type) function zend_always_inline (line 782) | static zend_always_inline uint32_t concrete_type(uint32_t value_type) function zend_always_inline (line 787) | static zend_always_inline bool is_signed(double d) FILE: ext/opcache/jit/zend_jit_ir.c type ir_refs (line 147) | typedef struct _ir_refs { function ir_refs_add (line 157) | static void ir_refs_add(ir_refs *refs, ir_ref ref) type jit_stub_id (line 258) | typedef enum _jit_stub_id { type zend_jit_reg_var (line 263) | typedef struct _zend_jit_reg_var { type zend_jit_ctx (line 268) | typedef struct _zend_jit_ctx { type zend_reg (line 300) | typedef int8_t zend_reg; type zend_jit_registers_buf (line 302) | typedef struct _zend_jit_registers_buf { type zend_jit_stub (line 337) | typedef struct _zend_jit_stub { type TLSDescriptor (line 360) | typedef struct TLSDescriptor { function zend_jit_set_veneer (line 394) | static bool zend_jit_set_veneer(ir_ctx *ctx, const void *addr, const voi... function zend_jit_commit_veneers (line 432) | static void zend_jit_commit_veneers(void) function zend_jit_prefer_const_addr_load (line 445) | static bool zend_jit_prefer_const_addr_load(zend_jit_ctx *jit, uintptr_t... function ir_ref (line 466) | static ir_ref jit_TLS(zend_jit_ctx *jit) function ir_ref (line 492) | static ir_ref jit_CONST_ADDR(zend_jit_ctx *jit, uintptr_t addr) function ir_ref (line 511) | static ir_ref jit_CONST_FUNC_PROTO(zend_jit_ctx *jit, uintptr_t addr, ir... function ir_ref (line 532) | static ir_ref jit_CONST_FUNC(zend_jit_ctx *jit, uintptr_t addr, uint16_t... function ir_ref (line 544) | static ir_ref jit_ADD_OFFSET(zend_jit_ctx *jit, ir_ref addr, uintptr_t o... function ir_ref (line 552) | static ir_ref jit_EG_exception(zend_jit_ctx *jit) function ir_ref (line 567) | static ir_ref jit_STUB_ADDR(zend_jit_ctx *jit, jit_stub_id id) function ir_ref (line 578) | static ir_ref jit_STUB_FUNC_ADDR(zend_jit_ctx *jit, jit_stub_id id, uint... function jit_SNAPSHOT (line 598) | static void jit_SNAPSHOT(zend_jit_ctx *jit, ir_ref addr) function _add_trace_const (line 673) | static int32_t _add_trace_const(zend_jit_trace_info *t, int64_t val) function zend_jit_duplicate_exit_point (line 689) | uint32_t zend_jit_duplicate_exit_point(ir_ctx *ctx, zend_jit_trace_info ... function zend_jit_resolve_ref_snapshot (line 715) | static void zend_jit_resolve_ref_snapshot(zend_jit_ref_snapshot *dest, i... function zend_jit_ref_snapshot_equals (line 734) | static bool zend_jit_ref_snapshot_equals(const zend_jit_ref_snapshot *a,... function jit_SIDE_EXIT (line 848) | static void jit_SIDE_EXIT(zend_jit_ctx *jit, ir_ref addr) function ir_ref (line 856) | static ir_ref jit_EMALLOC(zend_jit_ctx *jit, size_t size, const zend_op_... function ir_ref (line 876) | static ir_ref jit_EFREE(zend_jit_ctx *jit, ir_ref ptr, size_t size, cons... function ir_ref (line 896) | static ir_ref jit_FP(zend_jit_ctx *jit) function jit_STORE_FP (line 921) | static void jit_STORE_FP(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 927) | static ir_ref jit_IP(zend_jit_ctx *jit) function jit_STORE_IP (line 932) | static void jit_STORE_IP(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 937) | static ir_ref jit_IP32(zend_jit_ctx *jit) function jit_LOAD_IP (line 942) | static void jit_LOAD_IP(zend_jit_ctx *jit, ir_ref ref) function jit_LOAD_IP_ADDR (line 951) | static void jit_LOAD_IP_ADDR(zend_jit_ctx *jit, const zend_op *target) function zend_jit_track_last_valid_opline (line 956) | static void zend_jit_track_last_valid_opline(zend_jit_ctx *jit) function zend_jit_use_last_valid_opline (line 962) | static void zend_jit_use_last_valid_opline(zend_jit_ctx *jit) function zend_jit_trace_uses_initial_ip (line 970) | static bool zend_jit_trace_uses_initial_ip(zend_jit_ctx *jit) function zend_jit_set_last_valid_opline (line 975) | static void zend_jit_set_last_valid_opline(zend_jit_ctx *jit, const zend... function zend_jit_reset_last_valid_opline (line 983) | static void zend_jit_reset_last_valid_opline(zend_jit_ctx *jit) function zend_jit_start_reuse_ip (line 989) | static void zend_jit_start_reuse_ip(zend_jit_ctx *jit) function zend_jit_reuse_ip (line 995) | static int zend_jit_reuse_ip(zend_jit_ctx *jit) function zend_jit_stop_reuse_ip (line 1005) | static void zend_jit_stop_reuse_ip(zend_jit_ctx *jit) function zend_jit_save_call_chain (line 1010) | static int zend_jit_save_call_chain(zend_jit_ctx *jit, uint32_t call_level) function zend_jit_set_ip (line 1036) | static int zend_jit_set_ip(zend_jit_ctx *jit, const zend_op *target) function zend_jit_set_ip_ex (line 1079) | static int zend_jit_set_ip_ex(zend_jit_ctx *jit, const zend_op *target, ... function jit_SET_EX_OPLINE (line 1089) | static void jit_SET_EX_OPLINE(zend_jit_ctx *jit, const zend_op *target) function ir_ref (line 1105) | static ir_ref jit_ZVAL_ADDR(zend_jit_ctx *jit, zend_jit_addr addr) function ir_ref (line 1126) | static ir_ref jit_Z_TYPE_ref(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 1131) | static ir_ref jit_Z_TYPE(zend_jit_ctx *jit, zend_jit_addr addr) function ir_ref (line 1152) | static ir_ref jit_Z_TYPE_FLAGS_ref(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 1157) | static ir_ref jit_Z_TYPE_FLAGS(zend_jit_ctx *jit, zend_jit_addr addr) function ir_ref (line 1178) | static ir_ref jit_Z_TYPE_INFO_ref(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 1183) | static ir_ref jit_Z_TYPE_INFO(zend_jit_ctx *jit, zend_jit_addr addr) function jit_set_Z_TYPE_INFO_ref (line 1204) | static void jit_set_Z_TYPE_INFO_ref(zend_jit_ctx *jit, ir_ref ref, ir_re... function jit_set_Z_TYPE_INFO_ex (line 1209) | static void jit_set_Z_TYPE_INFO_ex(zend_jit_ctx *jit, zend_jit_addr addr... function jit_set_Z_TYPE_INFO (line 1228) | static void jit_set_Z_TYPE_INFO(zend_jit_ctx *jit, zend_jit_addr addr, u... function ir_ref (line 1241) | static ir_ref jit_if_Z_TYPE_ref(zend_jit_ctx *jit, ir_ref ref, ir_ref type) function ir_ref (line 1246) | static ir_ref jit_if_Z_TYPE(zend_jit_ctx *jit, zend_jit_addr addr, uint8... function ir_ref (line 1252) | static ir_ref jit_if_not_Z_TYPE(zend_jit_ctx *jit, zend_jit_addr addr, u... function jit_guard_Z_TYPE (line 1262) | static void jit_guard_Z_TYPE(zend_jit_ctx *jit, zend_jit_addr addr, uint... function jit_guard_not_Z_TYPE (line 1273) | static void jit_guard_not_Z_TYPE(zend_jit_ctx *jit, zend_jit_addr addr, ... function ir_ref (line 1283) | static ir_ref jit_if_REFCOUNTED(zend_jit_ctx *jit, zend_jit_addr addr) function ir_ref (line 1288) | static ir_ref jit_if_COLLECTABLE_ref(zend_jit_ctx *jit, ir_ref addr_ref) function ir_ref (line 1293) | static ir_ref jit_Z_LVAL_ref(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 1298) | static ir_ref jit_Z_DVAL_ref(zend_jit_ctx *jit, ir_ref ref) function zend_jit_spilling_may_cause_conflict (line 1303) | static bool zend_jit_spilling_may_cause_conflict(zend_jit_ctx *jit, int ... function zend_jit_def_reg (line 1351) | static void zend_jit_def_reg(zend_jit_ctx *jit, zend_jit_addr addr, ir_r... function ir_ref (line 1420) | static ir_ref zend_jit_use_reg(zend_jit_ctx *jit, zend_jit_addr addr) function zend_jit_gen_pi (line 1445) | static void zend_jit_gen_pi(zend_jit_ctx *jit, zend_ssa_phi *phi) function zend_jit_gen_phi (line 1472) | static void zend_jit_gen_phi(zend_jit_ctx *jit, zend_ssa_phi *phi) function ir_ref (line 1519) | static ir_ref jit_Z_LVAL(zend_jit_ctx *jit, zend_jit_addr addr) function jit_set_Z_LVAL (line 1530) | static void jit_set_Z_LVAL(zend_jit_ctx *jit, zend_jit_addr addr, ir_ref... function ir_ref (line 1540) | static ir_ref jit_Z_W2(zend_jit_ctx *jit, zend_jit_addr addr) function jit_set_Z_W2 (line 1549) | static void jit_set_Z_W2(zend_jit_ctx *jit, zend_jit_addr addr, ir_ref l... function ir_ref (line 1555) | static ir_ref jit_Z_DVAL(zend_jit_ctx *jit, zend_jit_addr addr) function jit_set_Z_DVAL (line 1566) | static void jit_set_Z_DVAL(zend_jit_ctx *jit, zend_jit_addr addr, ir_ref... function ir_ref (line 1575) | static ir_ref jit_Z_PTR_ref(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 1580) | static ir_ref jit_Z_PTR(zend_jit_ctx *jit, zend_jit_addr addr) function jit_set_Z_PTR (line 1589) | static void jit_set_Z_PTR(zend_jit_ctx *jit, zend_jit_addr addr, ir_ref ... function ir_ref (line 1594) | static ir_ref jit_GC_REFCOUNT(zend_jit_ctx *jit, ir_ref ref) function jit_set_GC_REFCOUNT (line 1599) | static void jit_set_GC_REFCOUNT(zend_jit_ctx *jit, ir_ref ref, uint32_t ... function jit_GC_ADDREF (line 1604) | static void jit_GC_ADDREF(zend_jit_ctx *jit, ir_ref ref) function jit_GC_ADDREF2 (line 1609) | static void jit_GC_ADDREF2(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 1615) | static ir_ref jit_GC_DELREF(zend_jit_ctx *jit, ir_ref ref) function ir_ref (line 1623) | static ir_ref jit_if_GC_MAY_NOT_LEAK(zend_jit_ctx *jit, ir_ref ref) function jit_ZVAL_COPY_CONST (line 1631) | static void jit_ZVAL_COPY_CONST(zend_jit_ctx *jit, zend_jit_addr dst, ui... function ir_ref (line 1661) | static ir_ref jit_if_TYPED_REF(zend_jit_ctx *jit, ir_ref ref) function jit_ZVAL_COPY (line 1666) | static void jit_ZVAL_COPY(zend_jit_ctx *jit, zend_jit_addr dst, uint32_t... function jit_ZVAL_COPY_2 (line 1715) | static void jit_ZVAL_COPY_2(zend_jit_ctx *jit, zend_jit_addr dst2, zend_... function jit_ZVAL_DTOR (line 1781) | static void jit_ZVAL_DTOR(zend_jit_ctx *jit, ir_ref ref, uint32_t op_inf... function jit_ZVAL_PTR_DTOR (line 1813) | static void jit_ZVAL_PTR_DTOR(zend_jit_ctx *jit, function jit_FREE_OP (line 1886) | static void jit_FREE_OP(zend_jit_ctx *jit, function jit_OBJ_RELEASE (line 1899) | static void jit_OBJ_RELEASE(zend_jit_ctx *jit, ir_ref ref) function zend_jit_check_timeout (line 1925) | static void zend_jit_check_timeout(zend_jit_ctx *jit, const zend_op *opl... function zend_jit_exception_handler_stub (line 1945) | static int zend_jit_exception_handler_stub(zend_jit_ctx *jit) function zend_jit_exception_handler_undef_stub (line 1973) | static int zend_jit_exception_handler_undef_stub(zend_jit_ctx *jit) function zend_jit_exception_handler_free_op1_op2_stub (line 1995) | static int zend_jit_exception_handler_free_op1_op2_stub(zend_jit_ctx *jit) function zend_jit_exception_handler_free_op2_stub (line 2018) | static int zend_jit_exception_handler_free_op2_stub(zend_jit_ctx *jit) function zend_jit_interrupt_handler_stub (line 2041) | static int zend_jit_interrupt_handler_stub(zend_jit_ctx *jit) function zend_jit_leave_function_handler_stub (line 2075) | static int zend_jit_leave_function_handler_stub(zend_jit_ctx *jit) function zend_jit_negative_shift_stub (line 2107) | static int zend_jit_negative_shift_stub(zend_jit_ctx *jit) function zend_jit_mod_by_zero_stub (line 2118) | static int zend_jit_mod_by_zero_stub(zend_jit_ctx *jit) function zend_jit_invalid_this_stub (line 2129) | static int zend_jit_invalid_this_stub(zend_jit_ctx *jit) function zend_jit_undefined_function_stub (line 2140) | static int zend_jit_undefined_function_stub(zend_jit_ctx *jit) function zend_jit_throw_cannot_pass_by_ref_stub (line 2165) | static int zend_jit_throw_cannot_pass_by_ref_stub(zend_jit_ctx *jit) function zend_jit_icall_throw_stub (line 2221) | static int zend_jit_icall_throw_stub(zend_jit_ctx *jit) function zend_jit_leave_throw_stub (line 2249) | static int zend_jit_leave_throw_stub(zend_jit_ctx *jit) function zend_jit_hybrid_runtime_jit_stub (line 2279) | static int zend_jit_hybrid_runtime_jit_stub(zend_jit_ctx *jit) function zend_jit_hybrid_profile_jit_stub (line 2290) | static int zend_jit_hybrid_profile_jit_stub(zend_jit_ctx *jit) function _zend_jit_hybrid_hot_counter_stub (line 2318) | static int _zend_jit_hybrid_hot_counter_stub(zend_jit_ctx *jit, uint32_t... function zend_jit_hybrid_func_hot_counter_stub (line 2348) | static int zend_jit_hybrid_func_hot_counter_stub(zend_jit_ctx *jit) function zend_jit_hybrid_loop_hot_counter_stub (line 2358) | static int zend_jit_hybrid_loop_hot_counter_stub(zend_jit_ctx *jit) function ir_ref (line 2368) | static ir_ref _zend_jit_orig_opline_handler(zend_jit_ctx *jit, ir_ref of... function ir_ref (line 2381) | static ir_ref zend_jit_orig_opline_handler(zend_jit_ctx *jit) function _zend_jit_hybrid_trace_counter_stub (line 2391) | static int _zend_jit_hybrid_trace_counter_stub(zend_jit_ctx *jit, uint32... function zend_jit_hybrid_func_trace_counter_stub (line 2426) | static int zend_jit_hybrid_func_trace_counter_stub(zend_jit_ctx *jit) function zend_jit_hybrid_ret_trace_counter_stub (line 2436) | static int zend_jit_hybrid_ret_trace_counter_stub(zend_jit_ctx *jit) function zend_jit_hybrid_loop_trace_counter_stub (line 2446) | static int zend_jit_hybrid_loop_trace_counter_stub(zend_jit_ctx *jit) function zend_jit_trace_halt_stub (line 2456) | static int zend_jit_trace_halt_stub(zend_jit_ctx *jit) function zend_jit_trace_escape_stub (line 2469) | static int zend_jit_trace_escape_stub(zend_jit_ctx *jit) function zend_jit_trace_exit_stub (line 2480) | static int zend_jit_trace_exit_stub(zend_jit_ctx *jit) function zend_jit_undefined_offset_stub (line 2535) | static int zend_jit_undefined_offset_stub(zend_jit_ctx *jit) function zend_jit_undefined_key_stub (line 2546) | static int zend_jit_undefined_key_stub(zend_jit_ctx *jit) function zend_jit_cannot_add_element_stub (line 2557) | static int zend_jit_cannot_add_element_stub(zend_jit_ctx *jit) function zend_jit_assign_const_stub (line 2584) | static int zend_jit_assign_const_stub(zend_jit_ctx *jit) function zend_jit_assign_tmp_stub (line 2604) | static int zend_jit_assign_tmp_stub(zend_jit_ctx *jit) function zend_jit_assign_var_stub (line 2624) | static int zend_jit_assign_var_stub(zend_jit_ctx *jit) function zend_jit_assign_cv_noref_stub (line 2644) | static int zend_jit_assign_cv_noref_stub(zend_jit_ctx *jit) function zend_jit_new_array_stub (line 2664) | static int zend_jit_new_array_stub(zend_jit_ctx *jit) function zend_jit_assign_cv_stub (line 2676) | static int zend_jit_assign_cv_stub(zend_jit_ctx *jit) function zend_jit_init_ctx (line 2696) | static void zend_jit_init_ctx(zend_jit_ctx *jit, uint32_t flags) function zend_jit_free_ctx (line 2800) | static int zend_jit_free_ctx(zend_jit_ctx *jit) function zend_jit_setup_stubs (line 2911) | static void zend_jit_setup_stubs(void) function zend_jit_setup_disasm (line 2969) | static void zend_jit_setup_disasm(void) function zend_jit_calc_trace_prologue_size (line 3172) | static void zend_jit_calc_trace_prologue_size(void) type _Unwind_Context (line 3202) | typedef struct _Unwind_Context _Unwind_Context; type zend_jit_unwind_arg (line 3207) | typedef struct _zend_jit_unwind_arg { function zend_jit_unwind_cb (line 3212) | static int zend_jit_unwind_cb(_Unwind_Context *ctx, void *a) function zend_jit_touch_vm_stack_data (line 3223) | static void ZEND_FASTCALL zend_jit_touch_vm_stack_data(void *vm_stack_data) function zend_never_inline (line 3236) | static zend_never_inline void zend_jit_set_sp_adj_vm(void) function PRUNTIME_FUNCTION (line 3255) | static PRUNTIME_FUNCTION zend_jit_unwind_callback(DWORD64 pc, PVOID cont... function zend_jit_setup_unwinder (line 3261) | static void zend_jit_setup_unwinder(void) function zend_jit_setup (line 3333) | static void zend_jit_setup(bool reattached) function zend_jit_shutdown_ir (line 3548) | static void zend_jit_shutdown_ir(void) function ir_ref (line 3566) | static ir_ref jit_IF_ex(zend_jit_ctx *jit, ir_ref condition, ir_ref true... function jit_IF_TRUE_FALSE_ex (line 3578) | static void jit_IF_TRUE_FALSE_ex(zend_jit_ctx *jit, ir_ref if_ref, ir_re... function _zend_jit_add_predecessor_ref (line 3593) | static void _zend_jit_add_predecessor_ref(zend_jit_ctx *jit, int b, int ... function _zend_jit_merge_smart_branch_inputs (line 3633) | static void _zend_jit_merge_smart_branch_inputs(zend_jit_ctx *jit, function _zend_jit_fix_merges (line 3680) | static void _zend_jit_fix_merges(zend_jit_ctx *jit) function zend_jit_case_start (line 3755) | static void zend_jit_case_start(zend_jit_ctx *jit, int switch_b, int cas... function zend_jit_bb_start (line 3815) | static int zend_jit_bb_start(zend_jit_ctx *jit, int b) function zend_jit_bb_end (line 3955) | static int zend_jit_bb_end(zend_jit_ctx *jit, int b) function jit_CMP_IP (line 3984) | static int jit_CMP_IP(zend_jit_ctx *jit, ir_op op, const zend_op *next_o... function zend_jit_jmp_frameless (line 4006) | static int zend_jit_jmp_frameless( function zend_jit_cond_jmp (line 4045) | static int zend_jit_cond_jmp(zend_jit_ctx *jit, const zend_op *next_opli... function zend_jit_set_cond (line 4072) | static int zend_jit_set_cond(zend_jit_ctx *jit, const zend_op *next_opli... function zend_jit_check_exception (line 4086) | static void zend_jit_check_exception(zend_jit_ctx *jit) function zend_jit_check_exception_undef_result (line 4092) | static void zend_jit_check_exception_undef_result(zend_jit_ctx *jit, con... function zend_jit_type_check_undef (line 4099) | static void zend_jit_type_check_undef(zend_jit_ctx *jit, function ir_ref (line 4128) | static ir_ref zend_jit_zval_check_undef(zend_jit_ctx *jit, function zend_jit_recv_entry (line 4156) | static void zend_jit_recv_entry(zend_jit_ctx *jit, int b) function zend_jit_osr_entry (line 4183) | static void zend_jit_osr_entry(zend_jit_ctx *jit, int b) function ir_ref (line 4200) | static ir_ref zend_jit_continue_entry(zend_jit_ctx *jit, ir_ref src, uns... function zend_jit_handler (line 4212) | static int zend_jit_handler(zend_jit_ctx *jit, const zend_op *opline, in... function zend_jit_tail_handler (line 4252) | static int zend_jit_tail_handler(zend_jit_ctx *jit, const zend_op *opline) function zend_jit_call (line 4328) | static int zend_jit_call(zend_jit_ctx *jit, const zend_op *opline, unsig... function zend_jit_spill_store (line 4333) | static int zend_jit_spill_store(zend_jit_ctx *jit, zend_jit_addr src, ze... function zend_jit_spill_store_inv (line 4360) | static int zend_jit_spill_store_inv(zend_jit_ctx *jit, zend_jit_addr src... function zend_jit_load_reg (line 4389) | static int zend_jit_load_reg(zend_jit_ctx *jit, zend_jit_addr src, zend_... function zend_jit_store_var (line 4404) | static int zend_jit_store_var(zend_jit_ctx *jit, uint32_t info, int var,... function zend_jit_store_ref (line 4412) | static int zend_jit_store_ref(zend_jit_ctx *jit, uint32_t info, int var,... function ir_ref (line 4438) | static ir_ref zend_jit_deopt_rload(zend_jit_ctx *jit, ir_type type, int3... function ir_ref (line 4457) | static ir_ref zend_jit_deopt_rload_spilled(zend_jit_ctx *jit, ir_type ty... function zend_jit_store_const_long (line 4468) | static int zend_jit_store_const_long(zend_jit_ctx *jit, int var, zend_lo... function zend_jit_store_const_double (line 4481) | static int zend_jit_store_const_double(zend_jit_ctx *jit, int var, doubl... function zend_jit_store_type (line 4494) | static int zend_jit_store_type(zend_jit_ctx *jit, int var, uint8_t type) function zend_jit_store_reg (line 4503) | static int zend_jit_store_reg(zend_jit_ctx *jit, uint32_t info, int var,... function zend_jit_store_spill_slot (line 4543) | static int zend_jit_store_spill_slot(zend_jit_ctx *jit, uint32_t info, i... function zend_jit_store_var_type (line 4580) | static int zend_jit_store_var_type(zend_jit_ctx *jit, int var, uint32_t ... function zend_jit_zval_try_addref (line 4588) | static int zend_jit_zval_try_addref(zend_jit_ctx *jit, zend_jit_addr var... function zend_jit_store_var_if_necessary (line 4601) | static int zend_jit_store_var_if_necessary(zend_jit_ctx *jit, int var, z... function zend_jit_store_var_if_necessary_ex (line 4610) | static int zend_jit_store_var_if_necessary_ex(zend_jit_ctx *jit, int var... function zend_jit_load_var (line 4636) | static int zend_jit_load_var(zend_jit_ctx *jit, uint32_t info, int var, ... function zend_jit_invalidate_var_if_necessary (line 4644) | static int zend_jit_invalidate_var_if_necessary(zend_jit_ctx *jit, uint8... function zend_jit_update_regs (line 4654) | static int zend_jit_update_regs(zend_jit_ctx *jit, uint32_t var, zend_ji... type jit_observer_fcall_is_unobserved_data (line 4711) | struct jit_observer_fcall_is_unobserved_data { function jit_observer_fcall_is_unobserved_start (line 4716) | static struct jit_observer_fcall_is_unobserved_data jit_observer_fcall_i... function jit_observer_fcall_is_unobserved_end (line 4791) | static void jit_observer_fcall_is_unobserved_end(zend_jit_ctx *jit, stru... function jit_observer_fcall_begin (line 4798) | static void jit_observer_fcall_begin(zend_jit_ctx *jit, ir_ref rx, ir_re... function jit_observer_fcall_end (line 4802) | static void jit_observer_fcall_end(zend_jit_ctx *jit, ir_ref rx, ir_ref ... function zend_jit_inc_dec (line 4811) | static int zend_jit_inc_dec(zend_jit_ctx *jit, const zend_op *opline, ui... function zend_jit_math_long_long (line 5131) | static int zend_jit_math_long_long(zend_jit_ctx *jit, function zend_jit_math_long_double (line 5297) | static int zend_jit_math_long_double(zend_jit_ctx *jit, function zend_jit_math_double_long (line 5331) | static int zend_jit_math_double_long(zend_jit_ctx *jit, function zend_jit_math_double_double (line 5367) | static int zend_jit_math_double_double(zend_jit_ctx *jit, function zend_jit_math_helper (line 5404) | static int zend_jit_math_helper(zend_jit_ctx *jit, function zend_jit_math (line 5706) | static int zend_jit_math(zend_jit_ctx *jit, const zend_op *opline, uint3... function zend_jit_add_arrays (line 5719) | static int zend_jit_add_arrays(zend_jit_ctx *jit, const zend_op *opline,... function zend_jit_long_math_helper (line 5733) | static int zend_jit_long_math_helper(zend_jit_ctx *jit, function zend_jit_long_math (line 6091) | static int zend_jit_long_math(zend_jit_ctx *jit, const zend_op *opline, ... function zend_jit_concat_helper (line 6107) | static int zend_jit_concat_helper(zend_jit_ctx *jit, function zend_jit_concat (line 6198) | static int zend_jit_concat(zend_jit_ctx *jit, const zend_op *opline, uin... function zend_jit_assign_op (line 6211) | static int zend_jit_assign_op(zend_jit_ctx *jit, function ir_ref (line 6313) | static ir_ref jit_ZVAL_DEREF_ref(zend_jit_ctx *jit, ir_ref ref) function zend_jit_addr (line 6324) | static zend_jit_addr jit_ZVAL_DEREF(zend_jit_ctx *jit, zend_jit_addr addr) function ir_ref (line 6331) | static ir_ref jit_ZVAL_INDIRECT_DEREF_ref(zend_jit_ctx *jit, ir_ref ref) function zend_jit_addr (line 6342) | static zend_jit_addr jit_ZVAL_INDIRECT_DEREF(zend_jit_ctx *jit, zend_jit... function zend_jit_simple_assign (line 6349) | static int zend_jit_simple_assign(zend_jit_ctx *jit, function zend_jit_assign_to_variable_call (line 6469) | static int zend_jit_assign_to_variable_call(zend_jit_ctx *jit, function zend_jit_assign_to_variable (line 6549) | static int zend_jit_assign_to_variable(zend_jit_ctx *jit, function zend_jit_qm_assign (line 6785) | static int zend_jit_qm_assign(zend_jit_ctx *jit, const zend_op *opline, ... function zend_jit_assign (line 6805) | static int zend_jit_assign(zend_jit_ctx *jit, function ir_op (line 6875) | static ir_op zend_jit_cmp_op(const zend_op *opline) function ir_ref (line 6902) | static ir_ref zend_jit_cmp_long_long(zend_jit_ctx *jit, function ir_ref (line 6978) | static ir_ref zend_jit_cmp_long_double(zend_jit_ctx *jit, const zend_op ... function ir_ref (line 6999) | static ir_ref zend_jit_cmp_double_long(zend_jit_ctx *jit, const zend_op ... function ir_ref (line 7020) | static ir_ref zend_jit_cmp_double_double(zend_jit_ctx *jit, const zend_o... function ir_ref (line 7055) | static ir_ref zend_jit_cmp_slow(zend_jit_ctx *jit, ir_ref ref, const zen... function zend_jit_cmp (line 7077) | static int zend_jit_cmp(zend_jit_ctx *jit, function zend_jit_identical (line 7383) | static int zend_jit_identical(zend_jit_ctx *jit, function zend_jit_bool_jmpznz (line 7624) | static int zend_jit_bool_jmpznz(zend_jit_ctx *jit, const zend_op *opline... function zend_jit_defined (line 7927) | static int zend_jit_defined(zend_jit_ctx *jit, const zend_op *opline, ui... function zend_jit_escape_if_undef (line 8034) | static int zend_jit_escape_if_undef(zend_jit_ctx *jit, int var, uint32_t... function zend_jit_restore_zval (line 8064) | static int zend_jit_restore_zval(zend_jit_ctx *jit, int var, int8_t reg) function zend_jit_addr (line 8074) | static zend_jit_addr zend_jit_guard_fetch_result_type(zend_jit_ctx ... function zend_jit_fetch_constant (line 8159) | static int zend_jit_fetch_constant(zend_jit_ctx *jit, function zend_jit_type_check (line 8231) | static int zend_jit_type_check(zend_jit_ctx *jit, const zend_op *opline,... function zend_jit_isset_isempty_cv (line 8414) | static int zend_jit_isset_isempty_cv(zend_jit_ctx *jit, const zend_op *o... type zend_closure (line 8494) | typedef struct _zend_closure { function zend_jit_stack_check (line 8502) | static int zend_jit_stack_check(zend_jit_ctx *jit, const zend_op *opline... function zend_jit_free_trampoline (line 8521) | static int zend_jit_free_trampoline(zend_jit_ctx *jit, ir_ref func) function zend_jit_func_guard (line 8787) | static int zend_jit_func_guard(zend_jit_ctx *jit, ir_ref func_ref, const... function zend_jit_init_fcall_guard (line 8819) | static int zend_jit_init_fcall_guard(zend_jit_ctx *jit, uint32_t level, ... function zend_jit_init_method_call (line 8989) | static int zend_jit_init_method_call(zend_jit_ctx *jit, function zend_jit_init_closure_call (line 9254) | static int zend_jit_init_closure_call(zend_jit_ctx *jit, function zend_jit_send_val (line 9346) | static int zend_jit_send_val(zend_jit_ctx *jit, const zend_op *opline, u... function zend_jit_send_ref (line 9420) | static int zend_jit_send_ref(zend_jit_ctx *jit, const zend_op *opline, c... function zend_jit_send_var (line 9508) | static int zend_jit_send_var(zend_jit_ctx *jit, const zend_op *opline, c... function zend_jit_check_func_arg (line 9805) | static int zend_jit_check_func_arg(zend_jit_ctx *jit, const zend_op *opl... function zend_jit_check_undef_args (line 9873) | static int zend_jit_check_undef_args(zend_jit_ctx *jit, const zend_op *o... function zend_jit_do_fcall (line 9896) | static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, c... function zend_jit_constructor (line 10609) | static int zend_jit_constructor(zend_jit_ctx *jit, const zend_op *opline... function zend_jit_verify_arg_type (line 10644) | static int zend_jit_verify_arg_type(zend_jit_ctx *jit, const zend_op *op... function zend_jit_recv (line 10703) | static int zend_jit_recv(zend_jit_ctx *jit, const zend_op *opline, const... function zend_jit_recv_init (line 10753) | static int zend_jit_recv_init(zend_jit_ctx *jit, const zend_op *opline, ... function zend_jit_verify_return_type (line 10823) | static bool zend_jit_verify_return_type(zend_jit_ctx *jit, const zend_op... function zend_jit_leave_frame (line 10879) | static int zend_jit_leave_frame(zend_jit_ctx *jit) function zend_jit_free_cvs (line 10886) | static int zend_jit_free_cvs(zend_jit_ctx *jit) function zend_jit_free_cv (line 10896) | static int zend_jit_free_cv(zend_jit_ctx *jit, uint32_t info, uint32_t var) function zend_jit_free_op (line 10906) | static int zend_jit_free_op(zend_jit_ctx *jit, const zend_op *opline, ui... function zend_jit_leave_func (line 10914) | static int zend_jit_leave_func(zend_jit_ctx *jit, function zend_jit_common_return (line 11149) | static void zend_jit_common_return(zend_jit_ctx *jit) function zend_jit_return (line 11155) | static int zend_jit_return(zend_jit_ctx *jit, const zend_op *opline, con... function zend_jit_bind_global (line 11323) | static int zend_jit_bind_global(zend_jit_ctx *jit, const zend_op *opline... function zend_jit_free (line 11433) | static int zend_jit_free(zend_jit_ctx *jit, const zend_op *opline, uint3... function zend_jit_echo (line 11472) | static int zend_jit_echo(zend_jit_ctx *jit, const zend_op *opline, uint3... function zend_jit_strlen (line 11513) | static int zend_jit_strlen(zend_jit_ctx *jit, const zend_op *opline, uin... function zend_jit_count (line 11550) | static int zend_jit_count(zend_jit_ctx *jit, const zend_op *opline, uint... function zend_jit_in_array (line 11597) | static int zend_jit_in_array(zend_jit_ctx *jit, const zend_op *opline, u... function zend_jit_rope (line 11643) | static int zend_jit_rope(zend_jit_ctx *jit, const zend_op *opline, uint3... function zend_jit_zval_copy_deref_reg (line 11695) | static int zend_jit_zval_copy_deref_reg(zend_jit_ctx *jit, zend_jit_addr... function zend_jit_zval_copy_deref (line 11721) | static int zend_jit_zval_copy_deref(zend_jit_ctx *jit, zend_jit_addr res... function zend_jit_fetch_dimension_address_inner (line 11807) | static int zend_jit_fetch_dimension_address_inner(zend_jit_ctx *jit, function zend_jit_fetch_dim_read (line 12403) | static int zend_jit_fetch_dim_read(zend_jit_ctx *jit, function zend_jit_addr (line 12751) | static zend_jit_addr zend_jit_prepare_array_update(zend_jit_ctx *jit, function zend_jit_fetch_dim (line 12864) | static int zend_jit_fetch_dim(zend_jit_ctx *jit, function zend_jit_isset_isempty_dim (line 13039) | static int zend_jit_isset_isempty_dim(zend_jit_ctx *jit, function zend_jit_assign_dim (line 13234) | static int zend_jit_assign_dim(zend_jit_ctx *jit, function zend_jit_assign_dim_op (line 13405) | static int zend_jit_assign_dim_op(zend_jit_ctx *jit, function zend_jit_fe_reset (line 13630) | static int zend_jit_fe_reset(zend_jit_ctx *jit, const zend_op *opline, u... function zend_jit_packed_guard (line 13651) | static int zend_jit_packed_guard(zend_jit_ctx *jit, const zend_op *oplin... function zend_jit_fe_fetch (line 13674) | static int zend_jit_fe_fetch(zend_jit_ctx *jit, const zend_op *opline, u... function zend_jit_load_this (line 14008) | static int zend_jit_load_this(zend_jit_ctx *jit, uint32_t var) function zend_jit_fetch_this (line 14021) | static int zend_jit_fetch_this(zend_jit_ctx *jit, const zend_op *opline,... function zend_jit_class_guard (line 14065) | static int zend_jit_class_guard(zend_jit_ctx *jit, const zend_op *opline... function zend_jit_fetch_obj (line 14080) | static int zend_jit_fetch_obj(zend_jit_ctx *jit, function zend_jit_assign_obj (line 14611) | static int zend_jit_assign_obj(zend_jit_ctx *jit, function zend_jit_assign_obj_op (line 14972) | static int zend_jit_assign_obj_op(zend_jit_ctx *jit, function zend_jit_incdec_obj (line 15406) | static int zend_jit_incdec_obj(zend_jit_ctx *jit, function zend_jit_switch (line 15884) | static int zend_jit_switch(zend_jit_ctx *jit, const zend_op *opline, con... function zend_jit_start (line 16400) | static int zend_jit_start(zend_jit_ctx *jit, const zend_op_array *op_arr... function zend_jit_type_guard (line 16583) | static int zend_jit_type_guard(zend_jit_ctx *jit, const zend_op *opline,... function zend_jit_scalar_type_guard (line 16597) | static int zend_jit_scalar_type_guard(zend_jit_ctx *jit, const zend_op *... function zend_jit_noref_guard (line 16611) | static bool zend_jit_noref_guard(zend_jit_ctx *jit, const zend_op *oplin... function zend_jit_trace_opline_guard (line 16624) | static int zend_jit_trace_opline_guard(zend_jit_ctx *jit, const zend_op ... function zend_jit_guard_reference (line 16639) | static bool zend_jit_guard_reference(zend_jit_ctx *jit, function zend_jit_fetch_reference (line 16670) | static bool zend_jit_fetch_reference(zend_jit_ctx *jit, function zend_jit_fetch_indirect_var (line 16736) | static bool zend_jit_fetch_indirect_var(zend_jit_ctx *jit, const zend_op... function zend_jit_trace_handler (line 16793) | static int zend_jit_trace_handler(zend_jit_ctx *jit, const zend_op_array... function zend_jit_deoptimizer_start (line 16949) | static int zend_jit_deoptimizer_start(zend_jit_ctx *jit, function zend_jit_trace_start (line 16967) | static int zend_jit_trace_start(zend_jit_ctx *jit, function zend_jit_trace_begin_loop (line 17053) | static int zend_jit_trace_begin_loop(zend_jit_ctx *jit) function zend_jit_trace_gen_phi (line 17058) | static void zend_jit_trace_gen_phi(zend_jit_ctx *jit, zend_ssa_phi *phi) function zend_jit_trace_end_loop (line 17078) | static int zend_jit_trace_end_loop(zend_jit_ctx *jit, int loop_ref, cons... function zend_jit_trace_return (line 17088) | static int zend_jit_trace_return(zend_jit_ctx *jit, bool original_handle... function zend_jit_link_side_trace (line 17121) | static int zend_jit_link_side_trace(const void *code, size_t size, uint3... function zend_jit_trace_link_to_root (line 17126) | static int zend_jit_trace_link_to_root(zend_jit_ctx *jit, zend_jit_trace... function zend_jit_opline_supports_reg (line 17142) | static bool zend_jit_opline_supports_reg(const zend_op_array *op_array, ... function zend_jit_var_supports_reg (line 17321) | static bool zend_jit_var_supports_reg(zend_ssa *ssa, int var) function zend_jit_may_be_in_reg (line 17355) | static bool zend_jit_may_be_in_reg(const zend_op_array *op_array, zend_s... function ir_ref (line 17449) | static ir_ref jit_frameless_observer(zend_jit_ctx *jit, const zend_op *o... function jit_frameless_icall0 (line 17464) | static void jit_frameless_icall0(zend_jit_ctx *jit, const zend_op *opline) function jit_frameless_icall1 (line 17487) | static void jit_frameless_icall1(zend_jit_ctx *jit, const zend_op *oplin... function jit_frameless_icall2 (line 17527) | static void jit_frameless_icall2(zend_jit_ctx *jit, const zend_op *oplin... function jit_frameless_icall3 (line 17593) | static void jit_frameless_icall3(zend_jit_ctx *jit, const zend_op *oplin... FILE: ext/opcache/jit/zend_jit_trace.c function zend_always_inline (line 35) | static zend_always_inline const char *zend_jit_trace_star_desc(uint8_t t... function zend_jit_trace_startup (line 49) | static void zend_jit_trace_startup(bool reattached) function zend_jit_exit_point_by_addr (line 118) | static uint32_t zend_jit_exit_point_by_addr(const void *addr) function zend_jit_trace_get_exit_point (line 133) | static uint32_t zend_jit_trace_get_exit_point(const zend_op *to_opline, ... function zend_jit_trace_add_code (line 208) | static void zend_jit_trace_add_code(const void *start, uint32_t size) function zend_jit_find_trace (line 223) | static uint32_t zend_jit_find_trace(const void *addr) function zend_string (line 235) | static zend_string *zend_jit_trace_name(const zend_op_array *op_array, u... function zend_jit_trace_may_exit (line 259) | static int zend_jit_trace_may_exit(const zend_op_array *op_array, const ... function zend_always_inline (line 341) | static zend_always_inline uint32_t zend_jit_trace_type_to_info_ex(uint8_... function zend_always_inline (line 356) | static zend_always_inline uint32_t zend_jit_trace_type_to_info(uint8_t t... function zend_always_inline (line 361) | static zend_always_inline zend_ssa_alias_kind zend_jit_var_may_alias(con... function zend_always_inline (line 375) | static zend_always_inline void zend_jit_trace_add_op_guard(zend_ssa ... function zend_always_inline (line 428) | static zend_always_inline size_t zend_jit_trace_frame_size(const zend_op... function zend_jit_trace_stack_frame (line 439) | static zend_jit_trace_stack_frame* zend_jit_trace_call_frame(zend_jit_tr... function zend_jit_trace_stack_frame (line 444) | static zend_jit_trace_stack_frame* zend_jit_trace_ret_frame(zend_jit_tra... function zend_jit_trace_send_type (line 449) | static void zend_jit_trace_send_type(const zend_op *opline, zend_jit_tra... function zend_jit_needs_arg_dtor (line 473) | static bool zend_jit_needs_arg_dtor(const zend_function *func, uint32_t ... function zend_ssa (line 519) | static zend_ssa *zend_jit_trace_build_ssa(const zend_op_array *op_array,... function zend_always_inline (line 586) | static zend_always_inline int zend_jit_trace_op_len(const zend_op *opline) function zend_jit_trace_add_phis (line 642) | static int zend_jit_trace_add_phis(zend_jit_trace_rec *trace_buffer, uin... function zend_jit_trace_add_call_phis (line 727) | static int zend_jit_trace_add_call_phis(zend_jit_trace_rec *trace_buffer... function zend_jit_trace_add_ret_phis (line 760) | static int zend_jit_trace_add_ret_phis(zend_jit_trace_rec *trace_buffer,... function zend_jit_trace_is_false_loop (line 787) | static bool zend_jit_trace_is_false_loop(const zend_op_array *op_array, ... function zend_jit_trace_copy_ssa_var_info (line 806) | static int zend_jit_trace_copy_ssa_var_info(const zend_op_array *op_array, function zend_jit_trace_propagate_range (line 978) | static void zend_jit_trace_propagate_range(const zend_op_array *op_array... function zend_jit_trace_copy_ssa_var_range (line 993) | static void zend_jit_trace_copy_ssa_var_range(const zend_op_array *op_ar... function zend_jit_trace_restrict_ssa_var_info (line 1043) | static int zend_jit_trace_restrict_ssa_var_info(const zend_op_array *op_... function find_return_ssa_var (line 1099) | static int find_return_ssa_var(zend_jit_trace_rec *p, zend_ssa_op *ssa_op) function zend_op (line 1120) | static const zend_op *zend_jit_trace_find_init_fcall_op(zend_jit_trace_r... function is_checked_guard (line 1179) | static int is_checked_guard(const zend_ssa *tssa, const zend_op **ssa_op... type zend_tssa (line 1275) | typedef struct _zend_tssa { function zend_ssa (line 1283) | static zend_ssa *zend_jit_trace_build_tssa(zend_jit_trace_rec *trace_buf... function zend_jit_trace_use_var (line 2782) | static void zend_jit_trace_use_var(int line, int var, int def, int use_c... function zend_jit_reg_var (line 2812) | static zend_jit_reg_var* zend_jit_trace_allocate_registers(zend_jit_trac... function zend_jit_trace_cleanup_stack (line 3342) | static void zend_jit_trace_cleanup_stack(zend_jit_ctx *jit, zend_jit_tra... function zend_jit_trace_setup_ret_counter (line 3370) | static void zend_jit_trace_setup_ret_counter(const zend_op *opline, size... function zend_jit_may_delay_fetch_this (line 3386) | static bool zend_jit_may_delay_fetch_this(const zend_op_array *op_array,... function zend_jit_trace_stack_needs_deoptimization (line 3454) | static int zend_jit_trace_stack_needs_deoptimization(zend_jit_trace_stac... function zend_jit_trace_exit_needs_deoptimization (line 3468) | static int zend_jit_trace_exit_needs_deoptimization(uint32_t trace_num, ... function zend_jit_trace_deoptimization (line 3484) | static int zend_jit_trace_deoptimization( function zend_jit_trace_set_var_range (line 3656) | static void zend_jit_trace_set_var_range(zend_ssa_var_info *info, zend_l... function zend_jit_trace_update_condition_ranges (line 3665) | static void zend_jit_trace_update_condition_ranges(const zend_op *opline... function zend_jit_may_skip_comparison (line 3783) | static bool zend_jit_may_skip_comparison(const zend_op *opline, const ze... function zend_jit_trace_next_is_send_result (line 3876) | static bool zend_jit_trace_next_is_send_result(const zend_op ... function zend_jit_find_ssa_var (line 3905) | static int zend_jit_find_ssa_var(const zend_op_array *op_array, function zend_jit_trace_must_store_type (line 4007) | static bool zend_jit_trace_must_store_type(const zend_op_array *op_array, function zend_jit_trace_may_throw (line 4025) | static bool zend_jit_trace_may_throw(const zend_op *opline, function zend_string (line 7323) | static zend_string *zend_jit_trace_escape_name(uint32_t trace_num, uint3... function zend_jit_trace_stop (line 7398) | static zend_jit_trace_stop zend_jit_compile_root_trace(zend_jit_trace_re... function zend_jit_stop_hot_trace_counters (line 7562) | static void zend_jit_stop_hot_trace_counters(zend_op_array *op_array) function zend_jit_stop_persistent_op_array (line 7582) | static void zend_jit_stop_persistent_op_array(zend_op_array *op_array) function zend_jit_stop_persistent_script (line 7594) | static void zend_jit_stop_persistent_script(zend_persistent_script *script) function zend_jit_stop_counter_handlers (line 7615) | static void zend_jit_stop_counter_handlers(void) function zend_jit_blacklist_root_trace (line 7640) | static void zend_jit_blacklist_root_trace(const zend_op *opline, size_t ... function ZEND_EXT_API (line 7660) | ZEND_EXT_API void zend_jit_blacklist_function(zend_op_array *op_array) { function zend_jit_trace_is_bad_root (line 7678) | static bool zend_jit_trace_is_bad_root(const zend_op *opline, zend_jit_t... function zend_jit_dump_trace (line 7713) | static void zend_jit_dump_trace(zend_jit_trace_rec *trace_buffer, zend_s... function zend_jit_dump_ref_snapshot (line 7918) | static void zend_jit_dump_ref_snapshot(zend_jit_ref_snapshot *rs) function zend_jit_dump_exit_info (line 7929) | static void zend_jit_dump_exit_info(zend_jit_trace_info *t) function zend_jit_trace_hot_root (line 8031) | int ZEND_FASTCALL zend_jit_trace_hot_root(zend_execute_data *execute_dat... function zend_jit_blacklist_trace_exit (line 8174) | static void zend_jit_blacklist_trace_exit(uint32_t trace_num, uint32_t e... function zend_jit_trace_exit_is_bad (line 8212) | static bool zend_jit_trace_exit_is_bad(uint32_t trace_num, uint32_t exit... function zend_jit_trace_exit_is_hot (line 8224) | static bool zend_jit_trace_exit_is_hot(uint32_t trace_num, uint32_t exit... function zend_jit_trace_stop (line 8236) | static zend_jit_trace_stop zend_jit_compile_side_trace(zend_jit_trace_re... function zend_jit_trace_hot_side (line 8401) | int ZEND_FASTCALL zend_jit_trace_hot_side(zend_execute_data *execute_dat... function zend_jit_trace_exit (line 8571) | int ZEND_FASTCALL zend_jit_trace_exit(uint32_t exit_num, zend_jit_regist... function zend_always_inline (line 8812) | static zend_always_inline uint8_t zend_jit_trace_supported(const zend_op... function zend_jit_restart_hot_trace_counters (line 8824) | static int zend_jit_restart_hot_trace_counters(zend_op_array *op_array) function zend_jit_setup_hot_trace_counters (line 8844) | static int zend_jit_setup_hot_trace_counters(zend_op_array *op_array) function zend_jit_trace_init_caches (line 8923) | static void zend_jit_trace_init_caches(void) function zend_jit_trace_reset_caches (line 8935) | static void zend_jit_trace_reset_caches(void) function zend_jit_trace_free_caches (line 8945) | static void zend_jit_trace_free_caches(zend_jit_globals *jit_globals) function zend_jit_trace_restart (line 8952) | static void zend_jit_trace_restart(void) FILE: ext/opcache/jit/zend_jit_vm_helpers.c function ZEND_OPCODE_HANDLER_RET (line 49) | ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_nested_func_helper(... function ZEND_OPCODE_HANDLER_RET (line 90) | ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_top_func_helper(uin... function zend_jit_leave_func_helper (line 112) | zend_jit_leave_func_helper(EXECUTE_DATA_D) function zend_jit_copy_extra_args_helper_ex (line 123) | static void ZEND_FASTCALL zend_jit_copy_extra_args_helper_ex(bool skip_r... function zend_jit_copy_extra_args_helper (line 169) | zend_jit_copy_extra_args_helper(EXECUTE_DATA_D) function zend_jit_copy_extra_args_helper_no_skip_recv (line 174) | zend_jit_copy_extra_args_helper_no_skip_recv(EXECUTE_DATA_D) function zend_jit_deprecated_helper (line 179) | zend_jit_deprecated_helper(OPLINE_D) function zend_jit_undefined_long_key (line 207) | zend_jit_undefined_long_key(EXECUTE_DATA_D) function zend_jit_undefined_long_key_ex (line 223) | void ZEND_FASTCALL zend_jit_undefined_long_key_ex(zend_long key EXECUTE_... function zend_jit_undefined_string_key (line 232) | zend_jit_undefined_string_key(EXECUTE_DATA_D) function zend_jit_profile_helper (line 253) | zend_jit_profile_helper(ZEND_OPCODE_HANDLER_ARGS) function zend_jit_func_counter_helper (line 263) | zend_jit_func_counter_helper(ZEND_OPCODE_HANDLER_ARGS) function zend_jit_loop_counter_helper (line 283) | zend_jit_loop_counter_helper(ZEND_OPCODE_HANDLER_ARGS) function zend_always_inline (line 303) | static zend_always_inline zend_constant* _zend_quick_get_constant( function ZEND_FASTCALL (line 358) | ZEND_FASTCALL zend_jit_trace_counter_helper(uint32_t cost ZEND_OPCODE_HA... function zend_jit_func_trace_helper (line 392) | zend_jit_func_trace_helper(ZEND_OPCODE_HANDLER_ARGS) function zend_jit_ret_trace_helper (line 398) | zend_jit_ret_trace_helper(ZEND_OPCODE_HANDLER_ARGS) function zend_jit_loop_trace_helper (line 404) | zend_jit_loop_trace_helper(ZEND_OPCODE_HANDLER_ARGS) function zend_jit_trace_recursive_call_count (line 448) | static int zend_jit_trace_recursive_call_count(const zend_op_array *op_a... function zend_jit_trace_recursive_ret_count (line 459) | static int zend_jit_trace_recursive_ret_count(const zend_op_array *op_ar... function zend_jit_trace_has_recursive_ret (line 470) | static int zend_jit_trace_has_recursive_ret(zend_execute_data *ex, const... function zend_jit_trace_bad_stop_event (line 482) | static uint8_t zend_jit_trace_bad_stop_event(const zend_op *opline, int ... function zend_jit_trace_record_fake_init_call_ex (line 505) | static int zend_jit_trace_record_fake_init_call_ex(zend_execute_data *ca... function zend_jit_trace_record_fake_init_call (line 558) | static int zend_jit_trace_record_fake_init_call(zend_execute_data *call,... function zend_jit_trace_subtrace (line 563) | static int zend_jit_trace_subtrace(zend_jit_trace_rec *trace_buffer, int... FILE: ext/opcache/opcache.stub.php function opcache_reset (line 5) | function opcache_reset(): bool {} function opcache_get_status (line 11) | function opcache_get_status(bool $include_scripts = true): array|false {} function opcache_compile_file (line 13) | function opcache_compile_file(string $filename): bool {} function opcache_invalidate (line 15) | function opcache_invalidate(string $filename, bool $force = false): bool {} function opcache_jit_blacklist (line 17) | function opcache_jit_blacklist(Closure $closure): void {} function opcache_get_configuration (line 23) | function opcache_get_configuration(): array|false {} function opcache_is_script_cached (line 25) | function opcache_is_script_cached(string $filename): bool {} FILE: ext/opcache/shared_alloc_mmap.c type kinfo_vmentry (line 132) | struct kinfo_vmentry type kinfo_vmentry (line 132) | struct kinfo_vmentry function create_segments (line 182) | static int create_segments(size_t requested_size, zend_shared_segment **... function detach_segment (line 299) | static int detach_segment(zend_shared_segment *shared_segment) function segment_type_size (line 305) | static size_t segment_type_size(void) FILE: ext/opcache/shared_alloc_posix.c type zend_shared_segment_posix (line 34) | typedef struct { function create_segments (line 39) | static int create_segments(size_t requested_size, zend_shared_segment_po... function detach_segment (line 119) | static int detach_segment(zend_shared_segment_posix *shared_segment) function segment_type_size (line 126) | static size_t segment_type_size(void) FILE: ext/opcache/shared_alloc_shm.c type zend_shared_segment_shm (line 48) | typedef struct { function create_segments (line 53) | static int create_segments(size_t requested_size, zend_shared_segment_sh... function detach_segment (line 127) | static int detach_segment(zend_shared_segment_shm *shared_segment) function segment_type_size (line 133) | static size_t segment_type_size(void) FILE: ext/opcache/shared_alloc_win32.c function zend_win_error_message (line 47) | static void zend_win_error_message(int type, char *msg, int err) function zend_shared_alloc_create_lock (line 93) | void zend_shared_alloc_create_lock(void) function zend_shared_alloc_lock_win32 (line 103) | void zend_shared_alloc_lock_win32(void) function zend_shared_alloc_unlock_win32 (line 112) | void zend_shared_alloc_unlock_win32(void) function zend_shared_alloc_reattach (line 117) | static int zend_shared_alloc_reattach(size_t requested_size, const char ... function create_segments (line 204) | static int create_segments(size_t requested_size, zend_shared_segment **... function detach_segment (line 337) | static int detach_segment(zend_shared_segment *shared_segment) function segment_type_size (line 352) | static size_t segment_type_size(void) FILE: ext/opcache/zend_accelerator_blacklist.c type _zend_regexp_list (line 45) | struct _zend_regexp_list { function zend_accel_blacklist_init (line 52) | void zend_accel_blacklist_init(zend_blacklist *blacklist) function blacklist_report_regexp_error (line 69) | static void blacklist_report_regexp_error(const char *pcre_error, int pc... function zend_accel_blacklist_update_regexp (line 74) | static void zend_accel_blacklist_update_regexp(zend_blacklist *blacklist) function zend_accel_blacklist_shutdown (line 208) | void zend_accel_blacklist_shutdown(zend_blacklist *blacklist) function zend_accel_blacklist_allocate (line 232) | static inline void zend_accel_blacklist_allocate(zend_blacklist *blacklist) function zend_accel_blacklist_loadone (line 240) | static void zend_accel_blacklist_loadone(zend_blacklist *blacklist, char... function zend_accel_blacklist_is_blacklisted (line 349) | bool zend_accel_blacklist_is_blacklisted(zend_blacklist *blacklist, char... function zend_accel_blacklist_apply (line 376) | void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_app... FILE: ext/opcache/zend_accelerator_blacklist.h type zend_regexp_list (line 25) | typedef struct _zend_regexp_list zend_regexp_list; type zend_blacklist_entry (line 27) | typedef struct _zend_blacklist_entry { type zend_blacklist (line 33) | typedef struct _zend_blacklist { FILE: ext/opcache/zend_accelerator_debug.c function zend_accel_error_va_args (line 31) | static void zend_accel_error_va_args(int type, const char *format, va_li... function zend_accel_error (line 99) | void zend_accel_error(int type, const char *format, ...) function ZEND_NORETURN (line 107) | ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *forma... FILE: ext/opcache/zend_accelerator_hash.c function zend_accel_hash_clean (line 32) | void zend_accel_hash_clean(zend_accel_hash *accel_hash) function zend_accel_hash_init (line 39) | void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size) function zend_accel_hash_entry (line 74) | zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_has... function zend_always_inline (line 141) | static zend_always_inline void* zend_accel_hash_find_ex(zend_accel_hash ... function zend_accel_hash_entry (line 187) | zend_accel_hash_entry* zend_accel_hash_find_entry(zend_accel_hash *accel... function zend_accel_hash_unlink (line 192) | int zend_accel_hash_unlink(zend_accel_hash *accel_hash, zend_string *key) FILE: ext/opcache/zend_accelerator_hash.h type zend_accel_hash_entry (line 45) | typedef struct _zend_accel_hash_entry zend_accel_hash_entry; type _zend_accel_hash_entry (line 47) | struct _zend_accel_hash_entry { type zend_accel_hash (line 55) | typedef struct _zend_accel_hash { function zend_accel_hash_is_full (line 86) | static inline bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) FILE: ext/opcache/zend_accelerator_module.c function validate_api_restriction (line 62) | static int validate_api_restriction(void) function ZEND_INI_MH (line 77) | static ZEND_INI_MH(OnUpdateMemoryConsumption) function ZEND_INI_MH (line 94) | static ZEND_INI_MH(OnUpdateInternedStringsBuffer) function ZEND_INI_MH (line 113) | static ZEND_INI_MH(OnUpdateMaxAcceleratedFiles) function ZEND_INI_MH (line 130) | static ZEND_INI_MH(OnUpdateMaxWastedPercentage) function ZEND_INI_MH (line 143) | static ZEND_INI_MH(OnEnable) function ZEND_INI_MH (line 163) | static ZEND_INI_MH(OnUpdateFileCache) function ZEND_FUNCTION (line 995) | ZEND_FUNCTION(opcache_is_script_cached) FILE: ext/opcache/zend_accelerator_util_funcs.c function zend_persistent_script (line 38) | zend_persistent_script* create_persistent_script(void) function free_persistent_script (line 53) | void free_persistent_script(zend_persistent_script *persistent_script, i... function zend_accel_move_user_functions (line 86) | void zend_accel_move_user_functions(HashTable *src, uint32_t count, zend... function zend_accel_move_user_classes (line 117) | void zend_accel_move_user_classes(HashTable *src, uint32_t count, zend_s... function zend_always_inline (line 148) | static zend_always_inline void _zend_accel_function_hash_copy(HashTable ... function zend_always_inline (line 190) | static zend_always_inline void zend_accel_function_hash_copy(HashTable *... function zend_never_inline (line 195) | static zend_never_inline void zend_accel_function_hash_copy_notify(HashT... function zend_always_inline (line 200) | static zend_always_inline void _zend_accel_class_hash_copy(HashTable *ta... function zend_always_inline (line 251) | static zend_always_inline void zend_accel_class_hash_copy(HashTable *tar... function zend_never_inline (line 256) | static zend_never_inline void zend_accel_class_hash_copy_notify(HashTabl... function zend_accel_build_delayed_early_binding_list (line 261) | void zend_accel_build_delayed_early_binding_list(zend_persistent_script ... function zend_accel_finalize_delayed_early_binding_list (line 291) | void zend_accel_finalize_delayed_early_binding_list(zend_persistent_scri... function zend_accel_free_delayed_early_binding_list (line 322) | void zend_accel_free_delayed_early_binding_list(zend_persistent_script *... function zend_accel_do_delayed_early_binding (line 337) | static void zend_accel_do_delayed_early_binding( function zend_op_array (line 374) | zend_op_array* zend_accel_load_script(zend_persistent_script *persistent... function zend_always_inline (line 464) | static zend_always_inline void adler32_do16_loop(unsigned char *buf, uns... function zend_adler32 (line 515) | unsigned int zend_adler32(unsigned int checksum, unsigned char *buf, uin... function zend_accel_script_checksum (line 551) | unsigned int zend_accel_script_checksum(zend_persistent_script *persiste... FILE: ext/opcache/zend_file_cache.c function zend_file_cache_flock (line 76) | static int zend_file_cache_flock(int fd, int op) function zend_file_cache_flock (line 103) | static int zend_file_cache_flock(int fd, int type) type zend_file_cache_metainfo (line 195) | typedef struct _zend_file_cache_metainfo { function zend_file_cache_mkdir (line 205) | static int zend_file_cache_mkdir(char *filename, size_t start) function zend_file_cache_invalidate (line 1998) | void zend_file_cache_invalidate(zend_string *full_path) FILE: ext/opcache/zend_persist.c function zend_hash_persist (line 94) | static void zend_hash_persist(HashTable *ht) function zend_ast (line 172) | static zend_ast *zend_persist_ast(zend_ast *ast) function zend_persist_zval (line 204) | static void zend_persist_zval(zval *z) function HashTable (line 276) | static HashTable *zend_persist_attributes(HashTable *attributes) function zend_accel_get_class_name_map_ptr (line 317) | uint32_t zend_accel_get_class_name_map_ptr(zend_string *type_name) function zend_persist_type (line 344) | static void zend_persist_type(zend_type *type) { function zend_persist_op_array_ex (line 373) | static void zend_persist_op_array_ex(zend_op_array *op_array, zend_persi... function zend_persist_op_array (line 680) | static void zend_persist_op_array(zval *zv) function zend_op_array (line 711) | static zend_op_array *zend_persist_class_method(zend_op_array *op_array,... function zend_property_info (line 789) | static zend_property_info *zend_persist_property_info(zend_property_info... function zend_persist_class_constant (line 845) | static void zend_persist_class_constant(zval *zv) function zend_class_entry (line 891) | zend_class_entry *zend_persist_class_entry(zend_class_entry *orig_ce) function zend_update_parent_ce (line 1111) | void zend_update_parent_ce(zend_class_entry *ce) function zend_accel_persist_jit_op_array (line 1266) | static void zend_accel_persist_jit_op_array(zend_op_array *op_array, zen... function zend_accel_persist_link_func_info (line 1280) | static void zend_accel_persist_link_func_info(zend_op_array *op_array, z... function zend_accel_persist_class_table (line 1300) | static void zend_accel_persist_class_table(HashTable *class_table) function zend_error_info (line 1374) | zend_error_info **zend_persist_warnings(uint32_t num_warnings, zend_erro... function zend_early_binding (line 1386) | static zend_early_binding *zend_persist_early_bindings( function zend_persistent_script (line 1400) | zend_persistent_script *zend_accel_script_persist(zend_persistent_script... FILE: ext/opcache/zend_persist_calc.c function zend_hash_persist_calc (line 52) | static void zend_hash_persist_calc(HashTable *ht) function zend_persist_ast_calc (line 74) | static void zend_persist_ast_calc(zend_ast *ast) function zend_persist_zval_calc (line 100) | static void zend_persist_zval_calc(zval *z) function zend_persist_attributes_calc (line 156) | static void zend_persist_attributes_calc(HashTable *attributes) function zend_persist_type_calc (line 183) | static void zend_persist_type_calc(zend_type *type) function zend_persist_op_array_calc_ex (line 203) | static void zend_persist_op_array_calc_ex(zend_op_array *op_array) function zend_persist_op_array_calc (line 319) | static void zend_persist_op_array_calc(zval *zv) function zend_persist_class_method_calc (line 332) | static void zend_persist_class_method_calc(zend_op_array *op_array) function zend_persist_property_info_calc (line 371) | static void zend_persist_property_info_calc(zend_property_info *prop) function zend_persist_class_constant_calc (line 392) | static void zend_persist_class_constant_calc(zval *zv) function zend_persist_class_entry_calc (line 419) | void zend_persist_class_entry_calc(zend_class_entry *ce) function zend_accel_persist_class_table_calc (line 571) | static void zend_accel_persist_class_table_calc(HashTable *class_table) function zend_persist_warnings_calc (line 583) | void zend_persist_warnings_calc(uint32_t num_warnings, zend_error_info *... function zend_persist_early_bindings_calc (line 592) | static void zend_persist_early_bindings_calc( function zend_accel_script_persist_calc (line 604) | uint32_t zend_accel_script_persist_calc(zend_persistent_script *new_pers... FILE: ext/opcache/zend_shared_alloc.c function zend_shared_alloc_create_lock (line 83) | void zend_shared_alloc_create_lock(char *lockfile_path) function no_memory_bailout (line 128) | static void no_memory_bailout(size_t allocate_size, const char *error) function copy_shared_segments (line 133) | static void copy_shared_segments(void *to, void *from, int count, int size) function zend_shared_alloc_try (line 148) | static int zend_shared_alloc_try(const zend_shared_memory_handler_entry ... function zend_shared_alloc_startup (line 177) | int zend_shared_alloc_startup(size_t requested_size, size_t reserved_size) function zend_shared_alloc_shutdown (line 307) | void zend_shared_alloc_shutdown(void) function zend_shared_alloc_get_largest_free_block (line 343) | static size_t zend_shared_alloc_get_largest_free_block(void) function zend_always_inline (line 396) | static zend_always_inline zend_ulong zend_rotr3(zend_ulong key) function zend_shared_memdup_size (line 401) | int zend_shared_memdup_size(void *source, size_t size) function zend_always_inline (line 415) | static zend_always_inline void *_zend_shared_memdup(void *source, size_t... function zend_shared_alloc_safe_unlock (line 474) | void zend_shared_alloc_safe_unlock(void) function zend_shared_alloc_lock (line 481) | void zend_shared_alloc_lock(void) function zend_shared_alloc_unlock (line 520) | void zend_shared_alloc_unlock(void) function zend_shared_alloc_init_xlat_table (line 547) | void zend_shared_alloc_init_xlat_table(void) function zend_shared_alloc_destroy_xlat_table (line 553) | void zend_shared_alloc_destroy_xlat_table(void) function zend_shared_alloc_clear_xlat_table (line 559) | void zend_shared_alloc_clear_xlat_table(void) function zend_shared_alloc_checkpoint_xlat_table (line 564) | uint32_t zend_shared_alloc_checkpoint_xlat_table(void) function zend_shared_alloc_restore_xlat_table (line 569) | void zend_shared_alloc_restore_xlat_table(uint32_t checkpoint) function zend_shared_alloc_register_xlat_entry (line 574) | void zend_shared_alloc_register_xlat_entry(const void *key_pointer, cons... function zend_shared_alloc_get_free_memory (line 594) | size_t zend_shared_alloc_get_free_memory(void) function zend_shared_alloc_save_state (line 599) | void zend_shared_alloc_save_state(void) function zend_shared_alloc_restore_state (line 609) | void zend_shared_alloc_restore_state(void) function zend_accel_shared_protect (line 626) | void zend_accel_shared_protect(bool protected) function zend_accel_in_shm (line 658) | bool zend_accel_in_shm(void *ptr) FILE: ext/opcache/zend_shared_alloc.h type zend_shared_segment (line 76) | typedef struct _zend_shared_segment { type zend_shared_memory_handlers (line 86) | typedef struct { type zend_shared_memory_handler_entry (line 92) | typedef struct _handler_entry { type zend_shared_memory_state (line 97) | typedef struct _zend_shared_memory_state { type zend_smm_shared_globals (line 102) | typedef struct _zend_smm_shared_globals { type align_test (line 162) | typedef union _align_test { FILE: ext/openssl/openssl.c type php_openssl_cipher_type (line 134) | enum php_openssl_cipher_type { type php_openssl_encoding (line 151) | enum php_openssl_encoding { function zend_object (line 165) | static zend_object *php_openssl_certificate_create_object(zend_class_ent... function zend_function (line 174) | static zend_function *php_openssl_certificate_get_constructor(zend_objec... function php_openssl_certificate_free_obj (line 179) | static void php_openssl_certificate_free_obj(zend_object *object) type php_openssl_request_object (line 189) | typedef struct _php_openssl_x509_request_object { function php_openssl_request_object (line 196) | static inline php_openssl_request_object *php_openssl_request_from_obj(z... function zend_object (line 204) | static zend_object *php_openssl_request_create_object(zend_class_entry *... function zend_function (line 213) | static zend_function *php_openssl_request_get_constructor(zend_object *o... function php_openssl_request_free_obj (line 218) | static void php_openssl_request_free_obj(zend_object *object) type php_openssl_pkey_object (line 228) | typedef struct _php_openssl_pkey_object { function php_openssl_pkey_object (line 236) | static inline php_openssl_pkey_object *php_openssl_pkey_from_obj(zend_ob... function zend_object (line 244) | static zend_object *php_openssl_pkey_create_object(zend_class_entry *cla... function php_openssl_pkey_object_init (line 253) | static void php_openssl_pkey_object_init(zval *zv, EVP_PKEY *pkey, bool ... function zend_function (line 260) | static zend_function *php_openssl_pkey_get_constructor(zend_object *obje... function php_openssl_pkey_free_obj (line 265) | static void php_openssl_pkey_free_obj(zend_object *object) function RSA_set0_key (line 315) | static int RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) function RSA_set0_factors (line 324) | static int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q) function RSA_set0_crt_params (line 332) | static int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNU... function RSA_get0_key (line 341) | static void RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **... function RSA_get0_factors (line 348) | static void RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNU... function RSA_get0_crt_params (line 354) | static void RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const... function DH_get0_pqg (line 361) | static void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q... function DH_set0_pqg (line 368) | static int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) function DH_get0_key (line 377) | static void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGN... function DH_set0_key (line 383) | static int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) function DSA_get0_pqg (line 391) | static void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **... function DSA_set0_pqg (line 398) | int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) function DSA_get0_key (line 407) | static void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIG... function DSA_set0_key (line 413) | int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) function EVP_PKEY_up_ref (line 426) | static int EVP_PKEY_up_ref(EVP_PKEY *pkey) function X509_get_signature_nid (line 433) | static int X509_get_signature_nid(const X509 *x) function php_openssl_store_errors (line 479) | void php_openssl_store_errors(void) function php_openssl_errors_set_mark (line 506) | static void php_openssl_errors_set_mark(void) { function php_openssl_errors_restore_mark (line 520) | static void php_openssl_errors_restore_mark(void) { function php_openssl_check_path_error (line 537) | static void php_openssl_check_path_error(uint32_t arg_num, int type, con... function php_openssl_check_path_ex (line 554) | bool php_openssl_check_path_ex( function php_stream (line 613) | php_stream* php_openssl_get_stream_from_ssl_handle(const SSL *ssl) function php_openssl_get_ssl_stream_data_index (line 618) | int php_openssl_get_ssl_stream_data_index(void) type php_x509_request (line 627) | struct php_x509_request { /* {{{ */ type php_x509_request (line 664) | struct php_x509_request function php_openssl_add_assoc_name_entry (line 666) | static void php_openssl_add_assoc_name_entry(zval * val, char * key, X50... function php_openssl_add_assoc_asn1_string (line 740) | static void php_openssl_add_assoc_asn1_string(zval * val, char * key, AS... function time_t (line 746) | static time_t php_openssl_asn1_time_to_time_t(ASN1_UTCTIME * timestr) /*... function php_openssl_config_check_syntax (line 841) | static inline int php_openssl_config_check_syntax(const char * section_l... function php_openssl_conf_get_number (line 868) | static long php_openssl_conf_get_number(CONF *conf, const char *group, c... function php_openssl_add_oid_section (line 877) | static int php_openssl_add_oid_section(struct php_x509_request * req) /*... function php_openssl_spki_cleanup (line 935) | static int php_openssl_spki_cleanup(const char *src, char *dest) function php_openssl_parse_config (line 952) | static int php_openssl_parse_config(struct php_x509_request * req, zval ... function php_openssl_dispose_config (line 1066) | static void php_openssl_dispose_config(struct php_x509_request * req) /*... function php_openssl_rand_add_timeval (line 1088) | static inline void php_openssl_rand_add_timeval(void) /* {{{ */ function php_openssl_load_rand_file (line 1099) | static int php_openssl_load_rand_file(const char * file, int *egdsocket,... function php_openssl_write_rand_file (line 1129) | static int php_openssl_write_rand_file(const char * file, int egdsocket,... function EVP_MD (line 1152) | static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{... function EVP_CIPHER (line 1202) | static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long... function PHP_MINIT_FUNCTION (line 1253) | PHP_MINIT_FUNCTION(openssl) function PHP_GINIT_FUNCTION (line 1355) | PHP_GINIT_FUNCTION(openssl) function PHP_GSHUTDOWN_FUNCTION (line 1366) | PHP_GSHUTDOWN_FUNCTION(openssl) function PHP_MINFO_FUNCTION (line 1378) | PHP_MINFO_FUNCTION(openssl) function PHP_MSHUTDOWN_FUNCTION (line 1391) | PHP_MSHUTDOWN_FUNCTION(openssl) function PHP_FUNCTION (line 1434) | PHP_FUNCTION(openssl_get_cert_locations) function X509 (line 1455) | static X509 *php_openssl_x509_from_str( function X509 (line 1504) | static X509 *php_openssl_x509_from_param( function X509 (line 1516) | static X509 *php_openssl_x509_from_zval( function PHP_FUNCTION (line 1538) | PHP_FUNCTION(openssl_x509_export_to_file) function PHP_FUNCTION (line 1596) | PHP_FUNCTION(openssl_spki_new) function PHP_FUNCTION (line 1683) | PHP_FUNCTION(openssl_spki_verify) function PHP_FUNCTION (line 1740) | PHP_FUNCTION(openssl_spki_export) function PHP_FUNCTION (line 1802) | PHP_FUNCTION(openssl_spki_export_challenge) function PHP_FUNCTION (line 1844) | PHP_FUNCTION(openssl_x509_export) function zend_string (line 1896) | zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method... function PHP_FUNCTION (line 1923) | PHP_FUNCTION(openssl_x509_fingerprint) function PHP_FUNCTION (line 1959) | PHP_FUNCTION(openssl_x509_check_private_key) function PHP_FUNCTION (line 1992) | PHP_FUNCTION(openssl_x509_verify) function openssl_x509v3_subjectAltName (line 2033) | static int openssl_x509v3_subjectAltName(BIO *bio, X509_EXTENSION *exten... function PHP_FUNCTION (line 2101) | PHP_FUNCTION(openssl_x509_parse) function check_cert (line 2333) | static int check_cert(X509_STORE *ctx, X509 *x, STACK_OF(X509) *untruste... function PHP_FUNCTION (line 2363) | PHP_FUNCTION(openssl_x509_checkpurpose) function X509_STORE (line 2426) | static X509_STORE *php_openssl_setup_verify(zval *calist, uint32_t arg_num) function PHP_FUNCTION (line 2499) | PHP_FUNCTION(openssl_x509_read) function PHP_FUNCTION (line 2523) | PHP_FUNCTION(openssl_x509_free) function php_sk_X509_free (line 2536) | static void php_sk_X509_free(STACK_OF(X509) * sk) /* {{{ */ function PHP_FUNCTION (line 2601) | PHP_FUNCTION(openssl_pkcs12_export_to_file) function PHP_FUNCTION (line 2704) | PHP_FUNCTION(openssl_pkcs12_export) function PHP_FUNCTION (line 2792) | PHP_FUNCTION(openssl_pkcs12_read) function zend_result (line 2898) | static zend_result php_openssl_csr_add_subj_entry(zval *item, X509_NAME ... function zend_result (line 2920) | static zend_result php_openssl_csr_make(struct php_x509_request * req, X... function X509_REQ (line 3078) | static X509_REQ *php_openssl_csr_from_str(zend_string *csr_str, uint32_t... function X509_REQ (line 3108) | static X509_REQ *php_openssl_csr_from_param( function PHP_FUNCTION (line 3121) | PHP_FUNCTION(openssl_csr_export_to_file) function PHP_FUNCTION (line 3176) | PHP_FUNCTION(openssl_csr_export) function PHP_FUNCTION (line 3232) | PHP_FUNCTION(openssl_csr_sign) function PHP_FUNCTION (line 3414) | PHP_FUNCTION(openssl_csr_new) function PHP_FUNCTION (line 3496) | PHP_FUNCTION(openssl_csr_get_subject) function EVP_PKEY (line 3526) | static EVP_PKEY *php_openssl_extract_public_key(EVP_PKEY *priv_key) function PHP_FUNCTION (line 3541) | PHP_FUNCTION(openssl_csr_get_public_key) type php_openssl_pem_password (line 3581) | struct php_openssl_pem_password { function php_openssl_pem_password_cb (line 3587) | static int php_openssl_pem_password_cb(char *buf, int size, int rwflag, ... function EVP_PKEY (line 3602) | static EVP_PKEY *php_openssl_pkey_from_zval( function php_openssl_get_evp_pkey_type (line 3769) | static int php_openssl_get_evp_pkey_type(int key_type) { function EVP_PKEY (line 3801) | static EVP_PKEY * php_openssl_generate_private_key(struct php_x509_reque... function php_openssl_add_bn_to_array (line 3916) | static void php_openssl_add_bn_to_array(zval *ary, const BIGNUM *bn, con... function php_openssl_pkey_init_legacy_rsa (line 3941) | static bool php_openssl_pkey_init_legacy_rsa(RSA *rsa, zval *data) function EVP_PKEY (line 3969) | static EVP_PKEY *php_openssl_pkey_init_rsa(zval *data) function php_openssl_pkey_init_legacy_dsa (line 4064) | static bool php_openssl_pkey_init_legacy_dsa(DSA *dsa, zval *data, bool ... function EVP_PKEY (line 4102) | static EVP_PKEY *php_openssl_pkey_init_dsa(zval *data, bool *is_private) function BIGNUM (line 4197) | static BIGNUM *php_openssl_dh_pub_from_priv(BIGNUM *priv_key, BIGNUM *g,... function php_openssl_pkey_init_legacy_dh (line 4238) | static bool php_openssl_pkey_init_legacy_dh(DH *dh, zval *data, bool *is... function EVP_PKEY (line 4275) | static EVP_PKEY *php_openssl_pkey_init_dh(zval *data, bool *is_private) function php_openssl_pkey_init_legacy_ec (line 4377) | static bool php_openssl_pkey_init_legacy_ec(EC_KEY *eckey, zval *data, b... function EVP_PKEY (line 4522) | static EVP_PKEY *php_openssl_pkey_init_ec(zval *data, bool *is_private) { function php_openssl_pkey_object_curve_25519_448 (line 4746) | static void php_openssl_pkey_object_curve_25519_448(zval *return_value, ... function PHP_FUNCTION (line 4806) | PHP_FUNCTION(openssl_pkey_new) function PHP_FUNCTION (line 4893) | PHP_FUNCTION(openssl_pkey_export_to_file) function PHP_FUNCTION (line 4965) | PHP_FUNCTION(openssl_pkey_export) function PHP_FUNCTION (line 5029) | PHP_FUNCTION(openssl_pkey_get_public) function PHP_FUNCTION (line 5047) | PHP_FUNCTION(openssl_pkey_free) function PHP_FUNCTION (line 5058) | PHP_FUNCTION(openssl_pkey_get_private) function php_openssl_copy_bn_param (line 5084) | static void php_openssl_copy_bn_param( function zend_string (line 5094) | static zend_string *php_openssl_get_utf8_param( function php_openssl_copy_octet_string_param (line 5108) | static void php_openssl_copy_octet_string_param( function php_openssl_copy_curve_25519_448_params (line 5120) | static void php_openssl_copy_curve_25519_448_params( function PHP_FUNCTION (line 5131) | PHP_FUNCTION(openssl_pkey_get_details) function zend_string (line 5406) | static zend_string *php_openssl_pkey_derive(EVP_PKEY *key, EVP_PKEY *pee... function zend_string (line 5450) | static zend_string *php_openssl_dh_compute_key(EVP_PKEY *pkey, char *pub... function PHP_FUNCTION (line 5487) | PHP_FUNCTION(openssl_dh_compute_key) function PHP_FUNCTION (line 5514) | PHP_FUNCTION(openssl_pkey_derive) function PHP_FUNCTION (line 5554) | PHP_FUNCTION(openssl_pbkdf2) function BIO (line 5610) | static BIO *php_openssl_bio_new_file( function PHP_FUNCTION (line 5631) | PHP_FUNCTION(openssl_pkcs7_verify) function PHP_FUNCTION (line 5765) | PHP_FUNCTION(openssl_pkcs7_encrypt) function PHP_FUNCTION (line 5897) | PHP_FUNCTION(openssl_pkcs7_read) function PHP_FUNCTION (line 5998) | PHP_FUNCTION(openssl_pkcs7_sign) function PHP_FUNCTION (line 6118) | PHP_FUNCTION(openssl_pkcs7_decrypt) function PHP_FUNCTION (line 6195) | PHP_FUNCTION(openssl_cms_verify) function PHP_FUNCTION (line 6367) | PHP_FUNCTION(openssl_cms_encrypt) function PHP_FUNCTION (line 6545) | PHP_FUNCTION(openssl_cms_read) function PHP_FUNCTION (line 6644) | PHP_FUNCTION(openssl_cms_sign) function PHP_FUNCTION (line 6827) | PHP_FUNCTION(openssl_cms_decrypt) function PHP_FUNCTION (line 6921) | PHP_FUNCTION(openssl_private_encrypt) function PHP_FUNCTION (line 6970) | PHP_FUNCTION(openssl_private_decrypt) function PHP_FUNCTION (line 7020) | PHP_FUNCTION(openssl_public_encrypt) function PHP_FUNCTION (line 7069) | PHP_FUNCTION(openssl_public_decrypt) function PHP_FUNCTION (line 7119) | PHP_FUNCTION(openssl_error_string) function Z_PARAM_ZVAL (line 7162) | Z_PARAM_ZVAL(signature) function PHP_OPENSSL_CHECK_SIZE_T_TO_UINT (line 7236) | Z_PARAM_ZVAL(key) function PHP_FUNCTION (line 7280) | PHP_FUNCTION(openssl_seal) function PHP_FUNCTION (line 7406) | PHP_FUNCTION(openssl_open) function php_openssl_add_method_or_alias (line 7478) | static void php_openssl_add_method_or_alias(const OBJ_NAME *name, void *... function php_openssl_add_method (line 7484) | static void php_openssl_add_method(const OBJ_NAME *name, void *arg) /* {... function PHP_FUNCTION (line 7493) | PHP_FUNCTION(openssl_get_md_methods) function php_openssl_add_cipher_name (line 7508) | static void php_openssl_add_cipher_name(const char *name, void *arg) function php_openssl_add_cipher_or_alias (line 7516) | static void php_openssl_add_cipher_or_alias(EVP_CIPHER *cipher, void *arg) function php_openssl_add_cipher (line 7521) | static void php_openssl_add_cipher(EVP_CIPHER *cipher, void *arg) function php_openssl_compare_func (line 7526) | static int php_openssl_compare_func(Bucket *a, Bucket *b) function PHP_FUNCTION (line 7533) | PHP_FUNCTION(openssl_get_cipher_methods) function PHP_FUNCTION (line 7556) | PHP_FUNCTION(openssl_get_curve_names) function PHP_FUNCTION (line 7585) | PHP_FUNCTION(openssl_digest) type php_openssl_cipher_mode (line 7635) | struct php_openssl_cipher_mode { function php_openssl_set_aead_flags (line 7646) | static inline void php_openssl_set_aead_flags(struct php_openssl_cipher_... function php_openssl_load_cipher_mode (line 7654) | static void php_openssl_load_cipher_mode(struct php_openssl_cipher_mode ... function php_openssl_validate_iv (line 7705) | static int php_openssl_validate_iv(const char **piv, size_t *piv_len, si... function php_openssl_cipher_init (line 7757) | static int php_openssl_cipher_init(const EVP_CIPHER *cipher_type, function php_openssl_cipher_update (line 7830) | static int php_openssl_cipher_update(const EVP_CIPHER *cipher_type, function PHP_OPENSSL_API (line 7872) | PHP_OPENSSL_API zend_string* php_openssl_encrypt( function PHP_FUNCTION (line 7964) | PHP_FUNCTION(openssl_encrypt) function PHP_OPENSSL_API (line 7985) | PHP_OPENSSL_API zend_string* php_openssl_decrypt( function PHP_FUNCTION (line 8065) | PHP_FUNCTION(openssl_decrypt) function EVP_CIPHER (line 8090) | static inline const EVP_CIPHER *php_openssl_get_evp_cipher_by_name(const... function PHP_OPENSSL_API (line 8103) | PHP_OPENSSL_API zend_long php_openssl_cipher_iv_length(const char *method) function PHP_FUNCTION (line 8110) | PHP_FUNCTION(openssl_cipher_iv_length) function PHP_OPENSSL_API (line 8132) | PHP_OPENSSL_API zend_long php_openssl_cipher_key_length(const char *method) function PHP_FUNCTION (line 8139) | PHP_FUNCTION(openssl_cipher_key_length) function PHP_OPENSSL_API (line 8161) | PHP_OPENSSL_API zend_string* php_openssl_random_pseudo_bytes(zend_long b... function PHP_FUNCTION (line 8187) | PHP_FUNCTION(openssl_random_pseudo_bytes) FILE: ext/openssl/openssl.stub.php class OpenSSLCertificate (line 401) | final class OpenSSLCertificate class OpenSSLCertificateSigningRequest (line 409) | final class OpenSSLCertificateSigningRequest class OpenSSLAsymmetricKey (line 417) | final class OpenSSLAsymmetricKey function openssl_x509_export_to_file (line 421) | function openssl_x509_export_to_file(OpenSSLCertificate|string $certific... function openssl_x509_export (line 424) | function openssl_x509_export(OpenSSLCertificate|string $certificate, &$o... function openssl_x509_fingerprint (line 426) | function openssl_x509_fingerprint(OpenSSLCertificate|string $certificate... function openssl_x509_check_private_key (line 431) | function openssl_x509_check_private_key(OpenSSLCertificate|string $certi... function openssl_x509_verify (line 434) | function openssl_x509_verify(OpenSSLCertificate|string $certificate, $pu... function openssl_x509_parse (line 440) | function openssl_x509_parse(OpenSSLCertificate|string $certificate, bool... function openssl_x509_checkpurpose (line 442) | function openssl_x509_checkpurpose(OpenSSLCertificate|string $certificat... function openssl_x509_read (line 444) | function openssl_x509_read(OpenSSLCertificate|string $certificate): Open... function openssl_x509_free (line 446) | #[\Deprecated(since: '8.0', message: 'as OpenSSLCertificate objects are ... function openssl_pkcs12_export_to_file (line 452) | function openssl_pkcs12_export_to_file(OpenSSLCertificate|string $certif... function openssl_pkcs12_export (line 458) | function openssl_pkcs12_export(OpenSSLCertificate|string $certificate, &... function openssl_pkcs12_read (line 463) | function openssl_pkcs12_read(string $pkcs12, &$certificates, #[\Sensitiv... function openssl_csr_export_to_file (line 465) | function openssl_csr_export_to_file(OpenSSLCertificateSigningRequest|str... function openssl_csr_export (line 468) | function openssl_csr_export(OpenSSLCertificateSigningRequest|string $csr... function openssl_csr_sign (line 473) | function openssl_csr_sign(OpenSSLCertificateSigningRequest|string $csr, ... function openssl_csr_new (line 478) | function openssl_csr_new(array $distinguished_names, #[\SensitiveParamet... function openssl_csr_get_subject (line 484) | function openssl_csr_get_subject(OpenSSLCertificateSigningRequest|string... function openssl_csr_get_public_key (line 486) | function openssl_csr_get_public_key(OpenSSLCertificateSigningRequest|str... function openssl_pkey_new (line 488) | function openssl_pkey_new(?array $options = null): OpenSSLAsymmetricKey|... function openssl_pkey_export_to_file (line 493) | function openssl_pkey_export_to_file(#[\SensitiveParameter] $key, string... function openssl_pkey_export (line 499) | function openssl_pkey_export(#[\SensitiveParameter] $key, &$output, #[\S... function openssl_pkey_get_public (line 502) | function openssl_pkey_get_public($public_key): OpenSSLAsymmetricKey|fals... function openssl_get_publickey (line 508) | function openssl_get_publickey($public_key): OpenSSLAsymmetricKey|false {} function openssl_pkey_free (line 510) | #[\Deprecated(since: '8.0', message: 'as OpenSSLAsymmetricKey objects ar... function openssl_free_key (line 516) | #[\Deprecated(since: '8.0', message: 'as OpenSSLAsymmetricKey objects ar... function openssl_pkey_get_private (line 522) | function openssl_pkey_get_private(#[\SensitiveParameter] $private_key, #... function openssl_get_privatekey (line 528) | function openssl_get_privatekey(#[\SensitiveParameter] $private_key, #[\... function openssl_pkey_get_details (line 534) | function openssl_pkey_get_details(OpenSSLAsymmetricKey $key): array|fals... function openssl_pbkdf2 (line 536) | function openssl_pbkdf2(#[\SensitiveParameter] string $password, string ... function openssl_pkcs7_verify (line 538) | function openssl_pkcs7_verify(string $input_filename, int $flags, ?strin... function openssl_pkcs7_encrypt (line 541) | function openssl_pkcs7_encrypt(string $input_filename, string $output_fi... function openssl_pkcs7_sign (line 546) | function openssl_pkcs7_sign(string $input_filename, string $output_filen... function openssl_pkcs7_decrypt (line 552) | function openssl_pkcs7_decrypt(string $input_filename, string $output_fi... function openssl_pkcs7_read (line 555) | function openssl_pkcs7_read(string $data, &$certificates): bool {} function openssl_cms_verify (line 557) | function openssl_cms_verify(string $input_filename, int $flags = 0, ?str... function openssl_cms_encrypt (line 560) | function openssl_cms_encrypt(string $input_filename, string $output_file... function openssl_cms_sign (line 565) | function openssl_cms_sign(string $input_filename, string $output_filenam... function openssl_cms_decrypt (line 571) | function openssl_cms_decrypt(string $input_filename, string $output_file... function openssl_cms_read (line 574) | function openssl_cms_read(string $input_filename, &$certificates): bool {} function openssl_private_encrypt (line 580) | function openssl_private_encrypt(#[\SensitiveParameter] string $data, &$... function openssl_private_decrypt (line 586) | function openssl_private_decrypt(string $data, #[\SensitiveParameter] &$... function openssl_public_encrypt (line 592) | function openssl_public_encrypt(#[\SensitiveParameter] string $data, &$e... function openssl_public_decrypt (line 598) | function openssl_public_decrypt(string $data, #[\SensitiveParameter] &$d... function openssl_error_string (line 600) | function openssl_error_string(): string|false {} function openssl_sign (line 606) | function openssl_sign(string $data, &$signature, #[\SensitiveParameter] ... function openssl_verify (line 609) | function openssl_verify(string $data, string $signature, $public_key, st... function openssl_seal (line 616) | function openssl_seal(#[\SensitiveParameter] string $data, &$sealed_data... function openssl_open (line 622) | function openssl_open(string $data, #[\SensitiveParameter] &$output, str... function openssl_get_md_methods (line 628) | function openssl_get_md_methods(bool $aliases = false): array {} function openssl_get_cipher_methods (line 634) | function openssl_get_cipher_methods(bool $aliases = false): array {} function openssl_get_curve_names (line 641) | function openssl_get_curve_names(): array|false {} function openssl_digest (line 644) | function openssl_digest(string $data, string $digest_algo, bool $binary ... function openssl_encrypt (line 649) | function openssl_encrypt(#[\SensitiveParameter] string $data, string $ci... function openssl_decrypt (line 651) | function openssl_decrypt(string $data, string $cipher_algo, #[\Sensitive... function openssl_cipher_iv_length (line 653) | function openssl_cipher_iv_length(string $cipher_algo): int|false {} function openssl_cipher_key_length (line 655) | function openssl_cipher_key_length(string $cipher_algo): int|false {} function openssl_dh_compute_key (line 657) | function openssl_dh_compute_key(string $public_key, #[\SensitiveParamete... function openssl_pkey_derive (line 663) | function openssl_pkey_derive($public_key, #[\SensitiveParameter] $privat... function openssl_random_pseudo_bytes (line 666) | function openssl_random_pseudo_bytes(int $length, &$strong_result = null... function openssl_spki_new (line 668) | function openssl_spki_new(#[\SensitiveParameter] OpenSSLAsymmetricKey $p... function openssl_spki_verify (line 670) | function openssl_spki_verify(string $spki): bool {} function openssl_spki_export (line 672) | function openssl_spki_export(string $spki): string|false {} function openssl_spki_export_challenge (line 674) | function openssl_spki_export_challenge(string $spki): string|false {} function openssl_get_cert_locations (line 680) | function openssl_get_cert_locations(): array {} function openssl_password_hash (line 683) | function openssl_password_hash(string $algo, #[\SensitiveParameter] stri... function openssl_password_verify (line 684) | function openssl_password_verify(string $algo, #[\SensitiveParameter] st... FILE: ext/openssl/openssl_arginfo.h function register_openssl_symbols (line 547) | static void register_openssl_symbols(int module_number) function zend_class_entry (line 780) | static zend_class_entry *register_class_OpenSSLCertificate(void) function zend_class_entry (line 790) | static zend_class_entry *register_class_OpenSSLCertificateSigningRequest... function zend_class_entry (line 800) | static zend_class_entry *register_class_OpenSSLAsymmetricKey(void) FILE: ext/openssl/openssl_pwhash.c function zend_result (line 49) | static inline zend_result get_options(zend_array *options, uint32_t *mem... function php_openssl_argon2_compute_hash (line 88) | static bool php_openssl_argon2_compute_hash( function zend_string (line 135) | static zend_string *php_openssl_argon2_hash(const zend_string *password,... function php_openssl_argon2_extract (line 171) | static int php_openssl_argon2_extract( function php_openssl_argon2_verify (line 219) | static bool php_openssl_argon2_verify(const zend_string *password, const... function php_openssl_argon2i_verify (line 246) | static bool php_openssl_argon2i_verify(const zend_string *password, cons... function php_openssl_argon2id_verify (line 251) | static bool php_openssl_argon2id_verify(const zend_string *password, con... function php_openssl_argon2_needs_rehash (line 256) | static bool php_openssl_argon2_needs_rehash(const zend_string *hash, zen... function php_openssl_argon2_get_info (line 275) | static int php_openssl_argon2_get_info(zval *return_value, const zend_st... function zend_string (line 292) | static zend_string *php_openssl_argon2i_hash(const zend_string *password... function zend_string (line 306) | static zend_string *php_openssl_argon2id_hash(const zend_string *passwor... function PHP_FUNCTION (line 320) | PHP_FUNCTION(openssl_password_hash) function PHP_FUNCTION (line 348) | PHP_FUNCTION(openssl_password_verify) function PHP_MINIT_FUNCTION (line 366) | PHP_MINIT_FUNCTION(openssl_pwhash) FILE: ext/openssl/openssl_pwhash_arginfo.h function register_openssl_pwhash_symbols (line 4) | static void register_openssl_pwhash_symbols(int module_number) FILE: ext/openssl/php_openssl.h type php_openssl_errors (line 75) | struct php_openssl_errors { type php_openssl_errors (line 83) | struct php_openssl_errors function php_openssl_check_path (line 102) | static inline bool php_openssl_check_path( function php_openssl_check_path_str_ex (line 110) | static inline bool php_openssl_check_path_str_ex( function php_openssl_check_path_str (line 120) | static inline bool php_openssl_check_path_str( type php_openssl_certificate_object (line 148) | typedef struct _php_openssl_certificate_object { function php_openssl_certificate_object (line 155) | static inline php_openssl_certificate_object *php_openssl_certificate_fr... FILE: ext/openssl/xp_ssl.c type timeval (line 158) | struct timeval type timeval (line 158) | struct timeval type timeval (line 158) | struct timeval type timeval (line 159) | struct timeval type timeval (line 159) | struct timeval type php_openssl_sni_cert_t (line 165) | typedef struct _php_openssl_sni_cert_t { type php_openssl_handshake_bucket_t (line 171) | typedef struct _php_openssl_handshake_bucket_t { type php_openssl_alpn_ctx (line 181) | typedef struct _php_openssl_alpn_ctx_t { type php_openssl_netstream_data_t (line 191) | typedef struct _php_openssl_netstream_data_t { function php_openssl_is_http_stream_talking_to_iis (line 213) | static int php_openssl_is_http_stream_talking_to_iis(php_stream *stream)... function php_openssl_handle_ssl_error (line 237) | static int php_openssl_handle_ssl_error(php_stream *stream, int nr_bytes... function verify_callback (line 322) | static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx) /* {{{ */ function php_openssl_x509_fingerprint_cmp (line 360) | static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *meth... function php_openssl_x509_fingerprint_match (line 374) | static bool php_openssl_x509_fingerprint_match(X509 *peer, zval *val) function php_openssl_matches_wildcard_name (line 418) | static bool php_openssl_matches_wildcard_name(const char *subjectname, c... function php_openssl_matches_san_list (line 453) | static bool php_openssl_matches_san_list(X509 *peer, const char *subject... function php_openssl_matches_common_name (line 533) | static bool php_openssl_matches_common_name(X509 *peer, const char *subj... function zend_result (line 559) | static zend_result php_openssl_apply_peer_verification_policy(SSL *ssl, ... function php_openssl_passwd_callback (line 654) | static int php_openssl_passwd_callback(char *buf, int num, int verify, v... function php_openssl_win_cert_verify_callback (line 675) | static int php_openssl_win_cert_verify_callback(X509_STORE_CTX *x509_sto... function php_openssl_load_stream_cafile (line 801) | static long php_openssl_load_stream_cafile(X509_STORE *cert_store, const... function zend_result (line 882) | static zend_result php_openssl_enable_peer_verification(SSL_CTX *ctx, ph... function php_openssl_disable_peer_verification (line 936) | static void php_openssl_disable_peer_verification(SSL_CTX *ctx, php_stre... function zend_result (line 942) | static zend_result php_openssl_set_local_cert(SSL_CTX *ctx, php_stream *... function php_openssl_get_crypto_method_ctx_flags (line 991) | static int php_openssl_get_crypto_method_ctx_flags(int method_flags) /* ... function php_openssl_get_min_proto_version_flag (line 1029) | static inline int php_openssl_get_min_proto_version_flag(int flags) /* {... function php_openssl_get_max_proto_version_flag (line 1041) | static inline int php_openssl_get_max_proto_version_flag(int flags) /* {... function php_openssl_map_proto_version (line 1054) | static inline int php_openssl_map_proto_version(int flag) /* {{{ */ function php_openssl_get_min_proto_version (line 1077) | static int php_openssl_get_min_proto_version(int flags) /* {{{ */ function php_openssl_get_max_proto_version (line 1083) | static int php_openssl_get_max_proto_version(int flags) /* {{{ */ function php_openssl_get_proto_version_flags (line 1090) | static int php_openssl_get_proto_version_flags(int flags, int min, int m... function php_openssl_limit_handshake_reneg (line 1115) | static void php_openssl_limit_handshake_reneg(const SSL *ssl) /* {{{ */ function php_openssl_info_callback (line 1176) | static void php_openssl_info_callback(const SSL *ssl, int where, int ret... function php_openssl_init_server_reneg_limit (line 1185) | static void php_openssl_init_server_reneg_limit(php_stream *stream, php_... function RSA (line 1223) | static RSA *php_openssl_tmp_rsa_cb(SSL *s, int is_export, int keylength) function zend_result (line 1246) | static zend_result php_openssl_set_server_dh_param(php_stream * stream, ... function zend_result (line 1307) | static zend_result php_openssl_set_server_ecdh_curve(php_stream *stream,... function zend_result (line 1343) | static zend_result php_openssl_set_server_specific_opts(php_stream *stre... function php_openssl_server_sni_callback (line 1383) | static int php_openssl_server_sni_callback(SSL *ssl_handle, int *al, voi... function SSL_CTX (line 1414) | static SSL_CTX *php_openssl_create_sni_server_ctx(char *cert_path, char ... function zend_result (line 1442) | static zend_result php_openssl_enable_server_sni( function php_openssl_enable_client_sni (line 1581) | static void php_openssl_enable_client_sni(php_stream *stream, php_openss... function php_openssl_server_alpn_callback (line 1643) | static int php_openssl_server_alpn_callback(SSL *ssl_handle, function zend_result (line 1659) | static zend_result php_openssl_setup_crypto(php_stream *stream, function php_openssl_capture_peer_certs (line 1856) | static int php_openssl_capture_peer_certs(php_stream *stream, function zend_result (line 1910) | static zend_result php_openssl_set_blocking(php_openssl_netstream_data_t... function php_openssl_enable_crypto (line 1919) | static int php_openssl_enable_crypto(php_stream *stream, function php_openssl_sockop_read (line 2043) | static ssize_t php_openssl_sockop_read(php_stream *stream, char *buf, si... function php_openssl_sockop_write (line 2049) | static ssize_t php_openssl_sockop_write(php_stream *stream, const char *... function php_openssl_sockop_io (line 2061) | static ssize_t php_openssl_sockop_io(int read, php_stream *stream, char ... function php_openssl_subtract_timeval (line 2224) | static struct timeval php_openssl_subtract_timeval(struct timeval a, str... function php_openssl_compare_timeval (line 2240) | static int php_openssl_compare_timeval( struct timeval a, struct timeval... function php_openssl_sockop_close (line 2251) | static int php_openssl_sockop_close(php_stream *stream, int close_handle... function php_openssl_sockop_flush (line 2326) | static int php_openssl_sockop_flush(php_stream *stream) /* {{{ */ function php_openssl_sockop_stat (line 2332) | static int php_openssl_sockop_stat(php_stream *stream, php_stream_statbu... function php_openssl_tcp_sockop_accept (line 2338) | static inline int php_openssl_tcp_sockop_accept(php_stream *stream, php_... function php_openssl_sockop_set_option (line 2411) | static int php_openssl_sockop_set_option(php_stream *stream, int option,... function php_openssl_sockop_cast (line 2677) | static int php_openssl_sockop_cast(php_stream *stream, int castas, void ... function zend_long (line 2735) | static zend_long php_openssl_get_crypto_method( function php_stream (line 2786) | php_stream *php_openssl_ssl_socket_factory(const char *proto, size_t pro... FILE: ext/pcntl/pcntl.c type cpuset_t (line 64) | typedef cpuset_t cpu_set_t; type cpuset_t (line 75) | typedef cpuset_t *cpu_set_t; type psetid_t (line 95) | typedef psetid_t cpu_set_t; function PHP_GINIT_FUNCTION (line 187) | static PHP_GINIT_FUNCTION(pcntl) function PHP_RINIT_FUNCTION (line 195) | PHP_RINIT_FUNCTION(pcntl) function PHP_MINIT_FUNCTION (line 213) | PHP_MINIT_FUNCTION(pcntl) function PHP_MSHUTDOWN_FUNCTION (line 223) | PHP_MSHUTDOWN_FUNCTION(pcntl) function PHP_RSHUTDOWN_FUNCTION (line 228) | PHP_RSHUTDOWN_FUNCTION(pcntl) function PHP_MINFO_FUNCTION (line 257) | PHP_MINFO_FUNCTION(pcntl) function PHP_FUNCTION (line 265) | PHP_FUNCTION(pcntl_fork) function PHP_FUNCTION (line 303) | PHP_FUNCTION(pcntl_alarm) function PHP_FUNCTION (line 349) | PHP_FUNCTION(pcntl_waitpid) function PHP_FUNCTION (line 402) | PHP_FUNCTION(pcntl_waitid) function PHP_FUNCTION (line 435) | PHP_FUNCTION(pcntl_wait) function PHP_FUNCTION (line 492) | PHP_FUNCTION(pcntl_wifexited) function PHP_FUNCTION (line 512) | PHP_FUNCTION(pcntl_wifstopped) function PHP_FUNCTION (line 532) | PHP_FUNCTION(pcntl_wifsignaled) function PHP_FUNCTION (line 552) | PHP_FUNCTION(pcntl_wifcontinued) function PHP_FUNCTION (line 572) | PHP_FUNCTION(pcntl_wexitstatus) function PHP_FUNCTION (line 590) | PHP_FUNCTION(pcntl_wtermsig) function PHP_FUNCTION (line 608) | PHP_FUNCTION(pcntl_wstopsig) function PHP_FUNCTION (line 626) | PHP_FUNCTION(pcntl_exec) function PHP_FUNCTION (line 736) | PHP_FUNCTION(pcntl_signal) function PHP_FUNCTION (line 815) | PHP_FUNCTION(pcntl_signal_get_handler) function PHP_FUNCTION (line 846) | PHP_FUNCTION(pcntl_signal_dispatch) function php_pcntl_set_user_signal_infos (line 857) | static bool php_pcntl_set_user_signal_infos( function PHP_FUNCTION (line 905) | PHP_FUNCTION(pcntl_sigprocmask) function PHP_FUNCTION (line 968) | PHP_FUNCTION(pcntl_sigwaitinfo) function PHP_FUNCTION (line 1010) | PHP_FUNCTION(pcntl_sigtimedwait) function pcntl_siginfo_to_zval (line 1072) | static void pcntl_siginfo_to_zval(int signo, siginfo_t *siginfo, zval *u... function PHP_FUNCTION (line 1144) | PHP_FUNCTION(pcntl_getpriority) function PHP_FUNCTION (line 1200) | PHP_FUNCTION(pcntl_setpriority) function PHP_FUNCTION (line 1260) | PHP_FUNCTION(pcntl_get_last_error) function PHP_FUNCTION (line 1269) | PHP_FUNCTION(pcntl_strerror) function pcntl_signal_handler (line 1285) | static void pcntl_signal_handler(int signo) function pcntl_signal_dispatch (line 1316) | void pcntl_signal_dispatch(void) function pcntl_signal_dispatch_tick_function (line 1387) | static void pcntl_signal_dispatch_tick_function(int dummy_int, void *dum... function PHP_FUNCTION (line 1393) | PHP_FUNCTION(pcntl_async_signals) function PHP_FUNCTION (line 1413) | PHP_FUNCTION(pcntl_unshare) function PHP_FUNCTION (line 1465) | PHP_FUNCTION(pcntl_rfork) function PHP_FUNCTION (line 1530) | PHP_FUNCTION(pcntl_forkx) function PHP_FUNCTION (line 1573) | PHP_FUNCTION(pcntl_setns) function PHP_FUNCTION (line 1641) | PHP_FUNCTION(pcntl_getcpuaffinity) function PHP_FUNCTION (line 1688) | PHP_FUNCTION(pcntl_setcpuaffinity) function PHP_FUNCTION (line 1769) | PHP_FUNCTION(pcntl_getcpu) function qos_class_t (line 1778) | static qos_class_t qos_zval_to_lval(const zval *qos_obj) function zend_object (line 1796) | static zend_object *qos_lval_to_zval(qos_class_t qos_class) function PHP_FUNCTION (line 1822) | PHP_FUNCTION(pcntl_getqos_class) function PHP_FUNCTION (line 1839) | PHP_FUNCTION(pcntl_setqos_class) function pcntl_interrupt_function (line 1859) | static void pcntl_interrupt_function(zend_execute_data *execute_data) FILE: ext/pcntl/pcntl.stub.php function pcntl_fork (line 1000) | function pcntl_fork(): int {} function pcntl_waitpid (line 1006) | function pcntl_waitpid(int $process_id, &$status, int $flags = 0, &$reso... function pcntl_waitid (line 1010) | function pcntl_waitid(int $idtype = P_ALL, ?int $id = null, &$info = [],... function pcntl_wait (line 1017) | function pcntl_wait(&$status, int $flags = 0, &$resource_usage = []): in... function pcntl_signal (line 1020) | function pcntl_signal(int $signal, $handler, bool $restart_syscalls = tr... function pcntl_signal_get_handler (line 1023) | function pcntl_signal_get_handler(int $signal) {} function pcntl_signal_dispatch (line 1025) | function pcntl_signal_dispatch(): bool {} function pcntl_sigprocmask (line 1029) | function pcntl_sigprocmask(int $mode, array $signals, &$old_signals = nu... function pcntl_sigwaitinfo (line 1035) | function pcntl_sigwaitinfo(array $signals, &$info = []): int|false {} function pcntl_sigtimedwait (line 1038) | function pcntl_sigtimedwait(array $signals, &$info = [], int $seconds = ... function pcntl_wifexited (line 1042) | function pcntl_wifexited(int $status): bool {} function pcntl_wifstopped (line 1044) | function pcntl_wifstopped(int $status): bool {} function pcntl_wifcontinued (line 1047) | function pcntl_wifcontinued(int $status): bool {} function pcntl_wifsignaled (line 1050) | function pcntl_wifsignaled(int $status): bool {} function pcntl_wexitstatus (line 1052) | function pcntl_wexitstatus(int $status): int|false {} function pcntl_wtermsig (line 1054) | function pcntl_wtermsig(int $status): int|false {} function pcntl_wstopsig (line 1056) | function pcntl_wstopsig(int $status): int|false {} function pcntl_exec (line 1058) | function pcntl_exec(string $path, array $args = [], array $env_vars = []... function pcntl_alarm (line 1060) | function pcntl_alarm(int $seconds): int {} function pcntl_get_last_error (line 1062) | function pcntl_get_last_error(): int {} function pcntl_errno (line 1065) | function pcntl_errno(): int {} function pcntl_getpriority (line 1068) | function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PRO... function pcntl_setpriority (line 1072) | function pcntl_setpriority(int $priority, ?int $process_id = null, int $... function pcntl_strerror (line 1075) | function pcntl_strerror(int $error_code): string {} function pcntl_async_signals (line 1077) | function pcntl_async_signals(?bool $enable = null): bool {} function pcntl_unshare (line 1080) | function pcntl_unshare(int $flags): bool {} function pcntl_rfork (line 1084) | function pcntl_rfork(int $flags, int $signal = 0): int{} function pcntl_forkx (line 1088) | function pcntl_forkx(int $flags): int{} function pcntl_setns (line 1092) | function pcntl_setns(?int $process_id = null, int $nstype = CLONE_NEWNET... function pcntl_getcpuaffinity (line 1096) | function pcntl_getcpuaffinity(?int $process_id = null): array|false {} function pcntl_setcpuaffinity (line 1097) | function pcntl_setcpuaffinity(?int $process_id = null, array $cpu_ids = ... function pcntl_getcpu (line 1101) | function pcntl_getcpu(): int {} function pcntl_getqos_class (line 1104) | function pcntl_getqos_class(): Pcntl\QosClass {} function pcntl_setqos_class (line 1105) | function pcntl_setqos_class(Pcntl\QosClass $qos_class = Pcntl\QosClass::... FILE: ext/pcntl/pcntl_arginfo.h function register_pcntl_symbols (line 298) | static void register_pcntl_symbols(int module_number) function zend_class_entry (line 691) | static zend_class_entry *register_class_Pcntl_QosClass(void) FILE: ext/pcntl/php_pcntl.h type php_pcntl_pending_signal (line 36) | struct php_pcntl_pending_signal { type php_pcntl_pending_signal (line 47) | struct php_pcntl_pending_signal FILE: ext/pcntl/php_signal.c function Sigfunc (line 24) | Sigfunc *php_signal4(int signo, Sigfunc *func, int restart, int mask_all) function Sigfunc (line 60) | Sigfunc *php_signal(int signo, Sigfunc *func, int restart) FILE: ext/pcre/pcre2lib/pcre2.h type PCRE2_UCHAR8 (line 466) | typedef uint8_t PCRE2_UCHAR8; type PCRE2_UCHAR16 (line 467) | typedef uint16_t PCRE2_UCHAR16; type PCRE2_UCHAR32 (line 468) | typedef uint32_t PCRE2_UCHAR32; type PCRE2_UCHAR8 (line 470) | typedef const PCRE2_UCHAR8 *PCRE2_SPTR8; type PCRE2_UCHAR16 (line 471) | typedef const PCRE2_UCHAR16 *PCRE2_SPTR16; type PCRE2_UCHAR32 (line 472) | typedef const PCRE2_UCHAR32 *PCRE2_SPTR32; type pcre2_callout_enumerate_block (line 547) | typedef struct pcre2_callout_enumerate_block { \ type pcre2_substitute_callout_block (line 559) | typedef struct pcre2_substitute_callout_block { \ FILE: ext/pcre/pcre2lib/pcre2_auto_possess.c function BOOL (line 198) | static BOOL function PCRE2_UCHAR (line 290) | static PCRE2_UCHAR function PCRE2_SPTR (line 324) | static PCRE2_SPTR function BOOL (line 535) | static BOOL FILE: ext/pcre/pcre2lib/pcre2_chkdint.c function BOOL (line 65) | BOOL FILE: ext/pcre/pcre2lib/pcre2_compile.c type verbitem (line 602) | typedef struct verbitem { type alasitem (line 641) | typedef struct alasitem { type pso (line 828) | typedef struct pso { function show_parsed (line 928) | static void show_parsed(compile_block *cb) function PCRE2_CALL_CONVENTION (line 1268) | PCRE2_CALL_CONVENTION function BOOL (line 1324) | static BOOL function BOOL (line 1411) | static BOOL function BOOL (line 2166) | static BOOL function BOOL (line 2376) | static BOOL function check_posix_name (line 2417) | static int function BOOL (line 2463) | static BOOL type nest_save (line 2725) | typedef struct nest_save { function parse_regex (line 2773) | static int parse_regex(PCRE2_SPTR ptr, uint32_t options, BOOL *has_lookb... function PCRE2_UCHAR (line 5060) | static const PCRE2_UCHAR* function get_othercase_range (line 5150) | static int function add_to_class_internal (line 5230) | static unsigned int function add_list_to_class_internal (line 5393) | static unsigned int function add_to_class (line 5436) | static unsigned int function add_list_to_class (line 5472) | static unsigned int function add_not_list_to_class (line 5514) | static unsigned int function BOOL (line 5553) | static BOOL function compile_branch (line 5635) | static int function compile_regex (line 8377) | static int function BOOL (line 8692) | static BOOL function BOOL (line 8797) | static BOOL function PCRE2_SPTR (line 8919) | static PCRE2_SPTR function find_firstassertedcu (line 9075) | static uint32_t function add_name_to_table (line 9180) | static void function get_grouplength (line 9368) | static int function get_branchlength (line 9442) | static int function BOOL (line 9872) | static BOOL function check_lookbehinds (line 9965) | static int FILE: ext/pcre/pcre2lib/pcre2_config.c function PCRE2_CALL_CONVENTION (line 77) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_context.c function default_free (line 63) | static void default_free(void *block, void *data) function PCRE2_CALL_CONVENTION (line 283) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 291) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 299) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 307) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 326) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 334) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 349) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 356) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 363) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 382) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 389) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 396) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 403) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 415) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 424) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 434) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 441) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 448) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 455) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 468) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 474) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 491) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 500) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_convert.c function convert_posix (line 123) | static int type pcre2_output_context (line 368) | typedef struct pcre2_output_context { function convert_glob_write (line 383) | static void function convert_glob_write_str (line 400) | static void function convert_glob_print_separator (line 430) | static void function convert_glob_print_wildcard (line 449) | static void function convert_glob_parse_class (line 474) | static int function BOOL (line 540) | static BOOL function convert_glob_parse_range (line 583) | static int function convert_glob_print_commit (line 760) | static void function convert_glob (line 793) | static int function PCRE2_CALL_CONVENTION (line 1063) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 1178) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_dfa_match.c type stateblock (line 297) | typedef struct stateblock { type RWS_anchor (line 326) | typedef struct RWS_anchor { function do_callout_dfa (line 354) | static int function more_workspace (line 414) | static int function internal_dfa_match (line 523) | static int function PCRE2_CALL_CONVENTION (line 3348) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_error.c function PCRE2_CALL_CONVENTION (line 300) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_extuni.c function PCRE2_SPTR (line 59) | PCRE2_SPTR function PCRE2_SPTR (line 95) | PCRE2_SPTR FILE: ext/pcre/pcre2lib/pcre2_find_bracket.c function PCRE2_SPTR (line 69) | PCRE2_SPTR FILE: ext/pcre/pcre2lib/pcre2_internal.h type BOOL (line 85) | typedef int BOOL; type open_capitem (line 1833) | typedef struct open_capitem { type ucp_type_table (line 1844) | typedef struct { type ucd_record (line 1852) | typedef struct { type pcre2_serialized_data (line 1903) | typedef struct pcre2_serialized_data { FILE: ext/pcre/pcre2lib/pcre2_intmodedep.h type pcre2_real_general_context (line 559) | typedef struct pcre2_real_general_context { type pcre2_real_compile_context (line 565) | typedef struct pcre2_real_compile_context { type pcre2_real_match_context (line 581) | typedef struct pcre2_real_match_context { type pcre2_real_convert_context (line 599) | typedef struct pcre2_real_convert_context { type pcre2_real_code (line 620) | typedef struct pcre2_real_code { type heapframe (line 654) | struct heapframe type pcre2_real_match_data (line 656) | typedef struct pcre2_real_match_data { type recurse_check (line 684) | typedef struct recurse_check { type parsed_recurse_check (line 689) | typedef struct parsed_recurse_check { type recurse_cache (line 696) | typedef struct recurse_cache { type branch_chain (line 704) | typedef struct branch_chain { type named_group (line 712) | typedef struct named_group { type compile_block (line 722) | typedef struct compile_block { type pcre2_real_jit_stack (line 768) | typedef struct pcre2_real_jit_stack { type dfa_recursion_info (line 776) | typedef struct dfa_recursion_info { type heapframe (line 790) | typedef struct heapframe { type heapframe_align (line 852) | typedef struct heapframe_align { type match_block (line 864) | typedef struct match_block { type dfa_match_block (line 911) | typedef struct dfa_match_block { FILE: ext/pcre/pcre2lib/pcre2_jit_compile.c function pcre2_jit_free (line 79) | static void pcre2_jit_free(void *ptr, void *allocator_data) type jit_arguments (line 183) | typedef struct jit_arguments { type executable_functions (line 203) | typedef struct executable_functions { type jump_list (line 211) | typedef struct jump_list { type stub_list (line 216) | typedef struct stub_list { type frame_types (line 222) | enum frame_types { type control_types (line 227) | enum control_types { type early_fail_types (line 232) | enum early_fail_types { type backtrack_common (line 244) | typedef struct backtrack_common { type assert_backtrack (line 264) | typedef struct assert_backtrack { type bracket_backtrack (line 275) | typedef struct bracket_backtrack { type bracketpos_backtrack (line 297) | typedef struct bracketpos_backtrack { type braminzero_backtrack (line 307) | typedef struct braminzero_backtrack { type char_iterator_backtrack (line 312) | typedef struct char_iterator_backtrack { type ref_iterator_backtrack (line 326) | typedef struct ref_iterator_backtrack { type recurse_entry (line 332) | typedef struct recurse_entry { type recurse_backtrack (line 346) | typedef struct recurse_backtrack { type vreverse_backtrack (line 356) | typedef struct vreverse_backtrack { type then_trap_backtrack (line 364) | typedef struct then_trap_backtrack { type fast_forward_char_data (line 380) | typedef struct fast_forward_char_data { type compiler_common (line 392) | typedef struct compiler_common { type compare_context (line 535) | typedef struct compare_context { function PCRE2_SPTR (line 863) | static PCRE2_SPTR bracketend(PCRE2_SPTR cc) function no_alternatives (line 872) | static int no_alternatives(PCRE2_SPTR cc) function BOOL (line 886) | static BOOL find_vreverse(PCRE2_SPTR cc) function PCRE2_SPTR (line 913) | static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) function BOOL (line 1117) | static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, P... function detect_early_fail (line 1292) | static int detect_early_fail(compiler_common *common, PCRE2_SPTR cc, function get_class_iterator_size (line 1667) | static int get_class_iterator_size(PCRE2_SPTR cc) function BOOL (line 1699) | static BOOL detect_repeat(compiler_common *common, PCRE2_SPTR begin) function set_private_data_ptrs (line 1837) | static void set_private_data_ptrs(compiler_common *common, int *private_... function get_framesize (line 2035) | static int get_framesize(compiler_common *common, PCRE2_SPTR cc, PCRE2_S... function init_frame (line 2224) | static void init_frame(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPT... type delayed_mem_copy_status (line 2349) | typedef struct delayed_mem_copy_status { function delayed_mem_copy_init (line 2358) | static void delayed_mem_copy_init(delayed_mem_copy_status *status, compi... function delayed_mem_copy_move (line 2373) | static void delayed_mem_copy_move(delayed_mem_copy_status *status, int l... function delayed_mem_copy_finish (line 2398) | static void delayed_mem_copy_finish(delayed_mem_copy_status *status) function BOOL (line 2424) | static BOOL recurse_check_bit(compiler_common *common, sljit_sw bit_index) type get_recurse_flags (line 2445) | enum get_recurse_flags { function get_recurse_data_length (line 2453) | static int get_recurse_data_length(compiler_common *common, PCRE2_SPTR c... type copy_recurse_data_types (line 2697) | enum copy_recurse_data_types { function copy_recurse_data (line 2705) | static void copy_recurse_data(compiler_common *common, PCRE2_SPTR cc, PC... function SLJIT_INLINE (line 3138) | static SLJIT_INLINE PCRE2_SPTR set_then_offsets(compiler_common *common,... function SLJIT_INLINE (line 3197) | static SLJIT_INLINE BOOL is_powerof2(unsigned int value) function SLJIT_INLINE (line 3202) | static SLJIT_INLINE void set_jumps(jump_list *list, struct sljit_label *... function SLJIT_INLINE (line 3213) | static SLJIT_INLINE void add_jump(struct sljit_compiler *compiler, jump_... function add_stub (line 3224) | static void add_stub(compiler_common *common, struct sljit_jump *start) function flush_stubs (line 3238) | static void flush_stubs(compiler_common *common) function SLJIT_INLINE (line 3253) | static SLJIT_INLINE void count_match(compiler_common *common) function SLJIT_INLINE (line 3261) | static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) function SLJIT_INLINE (line 3278) | static SLJIT_INLINE void free_stack(compiler_common *common, int size) function sljit_uw (line 3286) | static sljit_uw * allocate_read_only_data(compiler_common *common, sljit... function SLJIT_INLINE (line 3306) | static SLJIT_INLINE void reset_ovector(compiler_common *common, int length) function SLJIT_INLINE (line 3345) | static SLJIT_INLINE void reset_early_fail(compiler_common *common) function SLJIT_INLINE (line 3395) | static SLJIT_INLINE void do_reset_match(compiler_common *common, int len... function sljit_sw (line 3449) | static sljit_sw SLJIT_FUNC do_search_mark(sljit_sw *current, PCRE2_SPTR ... function SLJIT_INLINE (line 3473) | static SLJIT_INLINE void copy_ovector(compiler_common *common, int topbr... function SLJIT_INLINE (line 3570) | static SLJIT_INLINE void return_with_partial_match(compiler_common *comm... function SLJIT_INLINE (line 3608) | static SLJIT_INLINE void check_start_used_ptr(compiler_common *common) function SLJIT_INLINE (line 3632) | static SLJIT_INLINE BOOL char_has_othercase(compiler_common *common, PCR... function char_othercase (line 3658) | static SLJIT_INLINE unsigned int char_othercase(compiler_common *common,... function char_get_othercase_bit (line 3668) | static unsigned int char_get_othercase_bit(compiler_common *common, PCRE... function check_partial (line 3744) | static void check_partial(compiler_common *common, BOOL force) function check_str_end (line 3774) | static void check_str_end(compiler_common *common, jump_list **end_reached) function detect_partial_match (line 3804) | static void detect_partial_match(compiler_common *common, jump_list **ba... function process_partial_match (line 3837) | static void process_partial_match(compiler_common *common) function detect_partial_match_to (line 3858) | static void detect_partial_match_to(compiler_common *common, struct slji... function peek_char (line 3866) | static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 ... function peek_char_back (line 3950) | static void peek_char_back(compiler_common *common, sljit_u32 max, jump_... function read_char (line 4023) | static void read_char(compiler_common *common, sljit_u32 min, sljit_u32 ... function skip_valid_char (line 4217) | static void skip_valid_char(compiler_common *common) function BOOL (line 4250) | static BOOL is_char7_bitset(const sljit_u8 *bitset, BOOL nclass) function read_char7_type (line 4267) | static void read_char7_type(compiler_common *common, jump_list **backtra... function read_char8_type (line 4305) | static void read_char8_type(compiler_common *common, jump_list **backtra... function move_back (line 4424) | static void move_back(compiler_common *common, jump_list **backtracks, B... function check_newlinechar (line 4511) | static void check_newlinechar(compiler_common *common, int nltype, jump_... function do_utfreadchar (line 4547) | static void do_utfreadchar(compiler_common *common) function do_utfreadtype8 (line 4592) | static void do_utfreadtype8(compiler_common *common) function do_utfreadchar_invalid (line 4628) | static void do_utfreadchar_invalid(compiler_common *common) function do_utfreadnewline_invalid (line 4787) | static void do_utfreadnewline_invalid(compiler_common *common) function do_utfmoveback_invalid (line 4878) | static void do_utfmoveback_invalid(compiler_common *common) function do_utfpeakcharback (line 4974) | static void do_utfpeakcharback(compiler_common *common) function do_utfpeakcharback_invalid (line 5011) | static void do_utfpeakcharback_invalid(compiler_common *common) function do_utfreadchar_invalid (line 5147) | static void do_utfreadchar_invalid(compiler_common *common) function do_utfreadnewline_invalid (line 5179) | static void do_utfreadnewline_invalid(compiler_common *common) function do_utfmoveback_invalid (line 5211) | static void do_utfmoveback_invalid(compiler_common *common) function do_utfpeakcharback_invalid (line 5239) | static void do_utfpeakcharback_invalid(compiler_common *common) function do_getucd (line 5277) | static void do_getucd(compiler_common *common) function do_getucdtype (line 5317) | static void do_getucdtype(compiler_common *common) function sljit_label (line 5366) | sljit_label *mainloop_entry(compiler_common *common) function SLJIT_INLINE (line 5558) | static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_c... function scan_prefix (line 5592) | static int scan_prefix(compiler_common *common, PCRE2_SPTR cc, fast_forw... function jumpto_if_not_utf_char_start (line 6007) | static void jumpto_if_not_utf_char_start(struct sljit_compiler *compiler... function BOOL (line 6025) | static BOOL check_fast_forward_char_pair_simd(compiler_common *common, f... function fast_forward_first_char2 (line 6073) | static void fast_forward_first_char2(compiler_common *common, PCRE2_UCHA... function SLJIT_INLINE (line 6159) | static SLJIT_INLINE BOOL fast_forward_first_n_chars(compiler_common *com... function SLJIT_INLINE (line 6390) | static SLJIT_INLINE void fast_forward_first_char(compiler_common *common) function SLJIT_INLINE (line 6408) | static SLJIT_INLINE void fast_forward_newline(compiler_common *common) function SLJIT_INLINE (line 6583) | static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common) function SLJIT_INLINE (line 6655) | static SLJIT_INLINE jump_list *search_requested_char(compiler_common *co... function do_revertframes (line 6731) | static void do_revertframes(compiler_common *common) function check_wordboundary (line 6797) | static void check_wordboundary(compiler_common *common, BOOL ucp) function BOOL (line 6946) | static BOOL optimize_class_ranges(compiler_common *common, const sljit_u... function BOOL (line 7098) | static BOOL optimize_class_chars(compiler_common *common, const sljit_u8... function BOOL (line 7199) | static BOOL optimize_class(compiler_common *common, const sljit_u8 *bits... function do_casefulcmp (line 7301) | static void do_casefulcmp(compiler_common *common) function do_caselesscmp (line 7381) | static void do_caselesscmp(compiler_common *common) function compile_xclass_matchingpath (line 7660) | static void compile_xclass_matchingpath(compiler_common *common, PCRE2_S... function PCRE2_SPTR (line 8453) | static PCRE2_SPTR compile_simple_assertion_matchingpath(compiler_common ... function PCRE2_SPTR (line 8704) | static PCRE2_SPTR SLJIT_FUNC do_extuni_utf(jit_arguments *args, PCRE2_SP... function PCRE2_SPTR (line 8787) | static PCRE2_SPTR SLJIT_FUNC do_extuni_utf_invalid(jit_arguments *args, ... function PCRE2_SPTR (line 8867) | static PCRE2_SPTR SLJIT_FUNC do_extuni_no_utf(jit_arguments *args, PCRE2... function PCRE2_SPTR (line 8950) | static PCRE2_SPTR compile_char1_matchingpath(compiler_common *common, PC... function SLJIT_INLINE (line 9334) | static SLJIT_INLINE PCRE2_SPTR compile_charn_matchingpath(compiler_commo... type backtrack_common (line 9402) | struct backtrack_common function compile_dnref_search (line 9432) | static void compile_dnref_search(compiler_common *common, PCRE2_SPTR cc,... function compile_ref_matchingpath (line 9462) | static void compile_ref_matchingpath(compiler_common *common, PCRE2_SPTR... function SLJIT_INLINE (line 9627) | static SLJIT_INLINE PCRE2_SPTR compile_ref_iterator_matchingpath(compile... function SLJIT_INLINE (line 9837) | static SLJIT_INLINE PCRE2_SPTR compile_recurse_matchingpath(compiler_com... function sljit_s32 (line 9896) | static sljit_s32 SLJIT_FUNC do_callout_jit(struct jit_arguments *argumen... function SLJIT_INLINE (line 9953) | static SLJIT_INLINE PCRE2_SPTR compile_callout_matchingpath(compiler_com... function PCRE2_SPTR (line 10030) | static PCRE2_SPTR compile_reverse_matchingpath(compiler_common *common, ... function SLJIT_INLINE (line 10130) | static SLJIT_INLINE BOOL assert_needs_str_ptr_saving(PCRE2_SPTR cc) function PCRE2_SPTR (line 10162) | static PCRE2_SPTR compile_assert_matchingpath(compiler_common *common, P... function SLJIT_INLINE (line 10633) | static SLJIT_INLINE void match_once_common(compiler_common *common, PCRE... function SLJIT_INLINE (line 10681) | static SLJIT_INLINE int match_capture_common(compiler_common *common, in... function PCRE2_SPTR (line 10706) | static PCRE2_SPTR SLJIT_FUNC do_script_run(PCRE2_SPTR ptr, PCRE2_SPTR en... function PCRE2_SPTR (line 10715) | static PCRE2_SPTR SLJIT_FUNC do_script_run_utf(PCRE2_SPTR ptr, PCRE2_SPT... function match_script_run_common (line 10724) | static void match_script_run_common(compiler_common *common, int private... function PCRE2_SPTR (line 10795) | static PCRE2_SPTR compile_bracket_matchingpath(compiler_common *common, ... function PCRE2_SPTR (line 11394) | static PCRE2_SPTR compile_bracketpos_matchingpath(compiler_common *commo... function SLJIT_INLINE (line 11677) | static SLJIT_INLINE PCRE2_SPTR get_iterator_parameters(compiler_common *... type sljit_jump (line 11837) | struct sljit_jump type sljit_label (line 11838) | struct sljit_label function else (line 11963) | else if (type == OP_ALLANY) function compile_iterator_backtrackingpath (line 12806) | static void compile_iterator_backtrackingpath(compiler_common *common, s... function SLJIT_INLINE (line 12934) | static SLJIT_INLINE void compile_ref_iterator_backtrackingpath(compiler_... function SLJIT_INLINE (line 12959) | static SLJIT_INLINE void compile_recurse_backtrackingpath(compiler_commo... function compile_assert_backtrackingpath (line 12979) | static void compile_assert_backtrackingpath(compiler_common *common, str... function compile_bracket_backtrackingpath (line 13048) | static void compile_bracket_backtrackingpath(compiler_common *common, st... function SLJIT_INLINE (line 13551) | static SLJIT_INLINE void compile_bracketpos_backtrackingpath(compiler_co... function SLJIT_INLINE (line 13598) | static SLJIT_INLINE void compile_braminzero_backtrackingpath(compiler_co... function SLJIT_INLINE (line 13622) | static SLJIT_INLINE void compile_control_verb_backtrackingpath(compiler_... function SLJIT_INLINE (line 13684) | static SLJIT_INLINE void compile_vreverse_backtrackingpath(compiler_comm... function SLJIT_INLINE (line 13701) | static SLJIT_INLINE void compile_then_trap_backtrackingpath(compiler_com... function compile_backtrackingpath (line 13734) | static void compile_backtrackingpath(compiler_common *common, struct bac... function SLJIT_INLINE (line 13929) | static SLJIT_INLINE void compile_recurse(compiler_common *common) function jit_compile (line 14144) | static int jit_compile(pcre2_code *code, sljit_u32 mode) function PCRE2_CALL_CONVENTION (line 14846) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_jit_match.c function SLJIT_NOINLINE (line 53) | static SLJIT_NOINLINE int jit_machine_stack_exec(jit_arguments *argument... function PCRE2_CALL_CONVENTION (line 90) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_jit_misc.c function PCRE2_CALL_CONVENTION (line 106) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 165) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 187) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_jit_neon_inc.h function sljit_u8 (line 88) | __attribute__((no_sanitize_address)) FILE: ext/pcre/pcre2lib/pcre2_jit_simd_inc.h type vector_compare_type (line 48) | typedef enum { function SLJIT_INLINE (line 55) | static SLJIT_INLINE sljit_s32 max_fast_forward_char_pair_offset(void) function SLJIT_INLINE (line 74) | static SLJIT_INLINE sljit_s32 max_fast_forward_char_pair_offset(void) type sljit_jump (line 89) | struct sljit_jump type sljit_compiler (line 89) | struct sljit_compiler function sljit_s32 (line 107) | static sljit_s32 character_to_int32(PCRE2_UCHAR chr) function fast_forward_char_pair_sse2_compare (line 124) | static void fast_forward_char_pair_sse2_compare(struct sljit_compiler *c... function fast_forward_char_simd (line 233) | static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR ... function jump_list (line 370) | static jump_list *fast_requested_char_simd(compiler_common *common, PCRE... function fast_forward_char_pair_simd (line 476) | static void fast_forward_char_pair_simd(compiler_common *common, sljit_s... type int_char (line 749) | typedef union { function SLJIT_INLINE (line 755) | static SLJIT_INLINE int utf_continue(PCRE2_SPTR s) type quad_word (line 777) | typedef union { type quad_word (line 791) | typedef union { type quad_word (line 805) | typedef union { function fast_forward_char_simd (line 840) | static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR ... type compare_type (line 933) | typedef enum { function vect_t (line 939) | static inline vect_t fast_forward_char_pair_compare(compare_type ctype, ... function SLJIT_INLINE (line 956) | static SLJIT_INLINE sljit_u32 max_fast_forward_char_pair_offset(void) function SLJIT_INLINE (line 970) | static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) function fast_forward_char_pair_simd (line 1029) | static void fast_forward_char_pair_simd(compiler_common *common, sljit_s... function load_from_mem_vector (line 1122) | static void load_from_mem_vector(struct sljit_compiler *compiler, BOOL v... function replicate_imm_vector (line 1136) | static void replicate_imm_vector(struct sljit_compiler *compiler, int st... function fast_forward_char_pair_sse2_compare (line 1177) | static void fast_forward_char_pair_sse2_compare(struct sljit_compiler *c... function fast_forward_char_simd (line 1229) | static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR ... function jump_list (line 1430) | static jump_list *fast_requested_char_simd(compiler_common *common, PCRE... function fast_forward_char_pair_simd (line 1592) | static void fast_forward_char_pair_simd(compiler_common *common, sljit_s... type sljit_ins (line 1850) | typedef sljit_ins sljit_u32; function fast_forward_char_pair_lsx_compare (line 1885) | static void fast_forward_char_pair_lsx_compare(struct sljit_compiler *co... function fast_forward_char_simd (line 1917) | static void fast_forward_char_simd(compiler_common *common, PCRE2_UCHAR ... function jump_list (line 2053) | static jump_list *fast_requested_char_simd(compiler_common *common, PCRE... function fast_forward_char_pair_simd (line 2152) | static void fast_forward_char_pair_simd(compiler_common *common, sljit_s... FILE: ext/pcre/pcre2lib/pcre2_maketables.c function PCRE2_EXP_DEFN (line 79) | PCRE2_EXP_DEFN const uint8_t * PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 155) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_match.c function display_frames (line 218) | static void function do_callout (line 272) | static int function match_ref (line 360) | static int function match (line 593) | static int FILE: ext/pcre/pcre2lib/pcre2_match_data.c function PCRE2_CALL_CONVENTION (line 97) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 118) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 142) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 154) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 166) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 179) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_newline.c function BOOL (line 78) | BOOL function BOOL (line 168) | BOOL FILE: ext/pcre/pcre2lib/pcre2_pattern_info.c function PCRE2_CALL_CONVENTION (line 64) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 267) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_printint.c function print_char (line 91) | static unsigned int function print_custring (line 204) | static void function print_custring_bylen (line 214) | static void function print_prop (line 301) | static void function pcre2_printint (line 337) | static void FILE: ext/pcre/pcre2lib/pcre2_script_run.c function BOOL (line 84) | BOOL FILE: ext/pcre/pcre2lib/pcre2_serialize.c function PCRE2_CALL_CONVENTION (line 71) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 162) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 258) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 276) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_string_utils.c function PCRE2_SIZE (line 208) | PCRE2_SIZE function PCRE2_SIZE (line 228) | PCRE2_SIZE FILE: ext/pcre/pcre2lib/pcre2_study.c function find_minlength (line 102) | static int function PCRE2_SPTR (line 783) | static PCRE2_SPTR function set_type_bits (line 868) | static void function set_nottype_bits (line 909) | static void function set_start_bits (line 955) | static int FILE: ext/pcre/pcre2lib/pcre2_substitute.c function find_text_end (line 78) | static int function PCRE2_CALL_CONVENTION (line 219) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_substring.c function PCRE2_CALL_CONVENTION (line 72) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 120) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 160) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 208) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 240) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 267) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 315) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 374) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 447) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 482) | PCRE2_CALL_CONVENTION function PCRE2_CALL_CONVENTION (line 543) | PCRE2_CALL_CONVENTION FILE: ext/pcre/pcre2lib/pcre2_xclass.c function BOOL (line 68) | BOOL FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitExecAllocatorApple.c function SLJIT_INLINE (line 48) | static SLJIT_INLINE int get_map_jit_flag(void) function SLJIT_INLINE (line 87) | static SLJIT_INLINE void apple_update_wx_flags(sljit_s32 enable_exec) function SLJIT_INLINE (line 114) | static SLJIT_INLINE void* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 132) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitExecAllocatorCore.c type block_header (line 94) | struct block_header { type free_block (line 102) | struct free_block { type free_block (line 118) | struct free_block function SLJIT_INLINE (line 122) | static SLJIT_INLINE void sljit_insert_free_block(struct free_block *free... function SLJIT_INLINE (line 134) | static SLJIT_INLINE void sljit_remove_free_block(struct free_block *free... function SLJIT_API_FUNC_ATTRIBUTE (line 147) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size) function SLJIT_API_FUNC_ATTRIBUTE (line 247) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_exec(void *ptr) function SLJIT_API_FUNC_ATTRIBUTE (line 297) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_unused_memory_exec(void) function SLJIT_API_FUNC_ATTRIBUTE (line 323) | SLJIT_API_FUNC_ATTRIBUTE sljit_sw sljit_exec_offset(void *code) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitExecAllocatorFreeBSD.c function SLJIT_INLINE (line 31) | static SLJIT_INLINE int sljit_is_wx_block(void) function SLJIT_INLINE (line 46) | static SLJIT_INLINE void* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 84) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitExecAllocatorPosix.c function SLJIT_INLINE (line 30) | static SLJIT_INLINE void* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 57) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitExecAllocatorWindows.c function SLJIT_INLINE (line 29) | static SLJIT_INLINE void* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 34) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitProtExecAllocatorNetBSD.c type sljit_chunk_header (line 30) | struct sljit_chunk_header { function sljit_chunk_header (line 38) | sljit_chunk_header* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 64) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitProtExecAllocatorPosix.c type sljit_chunk_header (line 30) | struct sljit_chunk_header { function SLJIT_INLINE (line 53) | static SLJIT_INLINE int create_tempfile(void) function sljit_chunk_header (line 131) | sljit_chunk_header* alloc_chunk(sljit_uw size) function SLJIT_INLINE (line 164) | static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitWXExecAllocatorPosix.c function SLJIT_INLINE (line 70) | static SLJIT_INLINE int generic_check_is_wx_block(void *ptr, sljit_uw size) function SLJIT_API_FUNC_ATTRIBUTE (line 78) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size) function SLJIT_API_FUNC_ATTRIBUTE (line 117) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_exec(void* ptr) function sljit_update_wx_flags (line 123) | static void sljit_update_wx_flags(void *from, void *to, int enable_exec) function SLJIT_API_FUNC_ATTRIBUTE (line 138) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_unused_memory_exec(void) FILE: ext/pcre/pcre2lib/sljit/allocator_src/sljitWXExecAllocatorWindows.c function SLJIT_API_FUNC_ATTRIBUTE (line 56) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size) function SLJIT_API_FUNC_ATTRIBUTE (line 72) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_exec(void* ptr) function sljit_update_wx_flags (line 83) | static void sljit_update_wx_flags(void *from, void *to, sljit_s32 enable... function SLJIT_API_FUNC_ATTRIBUTE (line 99) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_unused_memory_exec(void) FILE: ext/pcre/pcre2lib/sljit/sljitConfigInternal.h type sljit_u8 (line 317) | typedef unsigned char sljit_u8; type sljit_s8 (line 318) | typedef signed char sljit_s8; type sljit_u16 (line 321) | typedef unsigned short int sljit_u16; type sljit_s16 (line 322) | typedef signed short int sljit_s16; type sljit_u32 (line 325) | typedef unsigned int sljit_u32; type sljit_s32 (line 326) | typedef signed int sljit_s32; type sljit_uw (line 334) | typedef unsigned int sljit_uw; type sljit_sw (line 335) | typedef int sljit_sw; type sljit_uw (line 345) | typedef unsigned int sljit_uw; type sljit_sw (line 346) | typedef int sljit_sw; type sljit_uw (line 353) | typedef unsigned long long sljit_uw; type sljit_sw (line 354) | typedef long long sljit_sw; type sljit_uw (line 356) | typedef unsigned __int64 sljit_uw; type __int64 (line 357) | typedef __int64 sljit_sw; type sljit_uw (line 360) | typedef unsigned long int sljit_uw; type sljit_sw (line 361) | typedef long int sljit_sw; type sljit_sw (line 365) | typedef sljit_sw sljit_sp; type sljit_uw (line 366) | typedef sljit_uw sljit_up; type sljit_f32 (line 369) | typedef float sljit_f32; type sljit_f64 (line 370) | typedef double sljit_f64; FILE: ext/pcre/pcre2lib/sljit/sljitLir.c function sljit_compiler (line 457) | sljit_compiler* sljit_create_compiler(void *allocator_data) function SLJIT_API_FUNC_ATTRIBUTE (line 544) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_compiler(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 571) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_compiler_memory_error(struct slj... function SLJIT_API_FUNC_ATTRIBUTE (line 577) | SLJIT_API_FUNC_ATTRIBUTE void sljit_free_code(void* code, void *exec_all... function SLJIT_API_FUNC_ATTRIBUTE (line 584) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_label(struct sljit_jump *jump, s... function SLJIT_API_FUNC_ATTRIBUTE (line 592) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_target(struct sljit_jump *jump, ... function SLJIT_API_FUNC_ATTRIBUTE (line 603) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_current_flags(struct sljit_compi... type sljit_compiler (line 624) | struct sljit_compiler type sljit_memory_fragment (line 627) | struct sljit_memory_fragment type sljit_memory_fragment (line 635) | struct sljit_memory_fragment type sljit_compiler (line 643) | struct sljit_compiler type sljit_memory_fragment (line 646) | struct sljit_memory_fragment type sljit_memory_fragment (line 654) | struct sljit_memory_fragment function SLJIT_API_FUNC_ATTRIBUTE (line 662) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_alloc_memory(struct sljit_compiler ... function SLJIT_INLINE (line 678) | static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) function SLJIT_INLINE (line 694) | static SLJIT_INLINE void* allocate_executable_memory(sljit_uw size, slji... function SLJIT_INLINE (line 737) | static SLJIT_INLINE sljit_uw sljit_get_next_min(sljit_uw next_label_size, function SLJIT_INLINE (line 755) | static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, function SLJIT_INLINE (line 773) | static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, function SLJIT_INLINE (line 791) | static SLJIT_INLINE void set_label(struct sljit_label *label, struct slj... function SLJIT_INLINE (line 803) | static SLJIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_... function SLJIT_INLINE (line 815) | static SLJIT_INLINE void set_mov_addr(struct sljit_jump *jump, struct sl... function SLJIT_INLINE (line 828) | static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sl... function sljit_s32 (line 844) | static sljit_s32 function_check_arguments(sljit_s32 arg_types, sljit_s32... function sljit_s32 (line 907) | static sljit_s32 function_check_src_mem(struct sljit_compiler *compiler,... function sljit_s32 (line 944) | static sljit_s32 function_check_src(struct sljit_compiler *compiler, slj... function sljit_s32 (line 961) | static sljit_s32 function_check_dst(struct sljit_compiler *compiler, slj... type sljit_compiler (line 981) | struct sljit_compiler function sljit_s32 (line 986) | static sljit_s32 function_fcheck(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 1001) | static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler,... function sljit_s32 (line 1014) | static sljit_s32 function_fcheck(struct sljit_compiler *compiler, sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 1033) | SLJIT_API_FUNC_ATTRIBUTE void sljit_compiler_verbose(struct sljit_compil... function sljit_verbose_reg (line 1052) | static void sljit_verbose_reg(struct sljit_compiler *compiler, sljit_s32 r) function sljit_verbose_freg (line 1064) | static void sljit_verbose_freg(struct sljit_compiler *compiler, sljit_s3... function sljit_verbose_param (line 1082) | static void sljit_verbose_param(struct sljit_compiler *compiler, sljit_s... function sljit_verbose_fparam (line 1106) | static void sljit_verbose_fparam(struct sljit_compiler *compiler, sljit_... function SLJIT_INLINE (line 1228) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_generate_code(struct s... function SLJIT_INLINE (line 1254) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_enter(struct slji... function SLJIT_INLINE (line 1317) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_set_context(struct slj... function SLJIT_INLINE (line 1382) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_return_void(struc... function SLJIT_INLINE (line 1401) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_return(struct slj... function SLJIT_INLINE (line 1453) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_return_to(struct ... function SLJIT_INLINE (line 1469) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op0(struct sljit_... function SLJIT_INLINE (line 1492) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op1(struct sljit_... function SLJIT_INLINE (line 1538) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_atomic_load(struc... function SLJIT_INLINE (line 1579) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_atomic_store(stru... function SLJIT_INLINE (line 1626) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op2(struct sljit_... function SLJIT_INLINE (line 1710) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op2r(struct sljit... function SLJIT_INLINE (line 1737) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_shift_into(struct... function SLJIT_INLINE (line 1771) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_src(struct slj... function SLJIT_INLINE (line 1795) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_dst(struct slj... function SLJIT_INLINE (line 1815) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_register_index(slj... function SLJIT_INLINE (line 1832) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_custom(struct ... function SLJIT_INLINE (line 1868) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1(struct sljit... function SLJIT_INLINE (line 1902) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_cmp(struct s... function SLJIT_INLINE (line 1940) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_conv_sw_from... function SLJIT_INLINE (line 1969) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop1_conv_f64_fro... function SLJIT_INLINE (line 1998) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop2(struct sljit... function SLJIT_INLINE (line 2030) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fop2r(struct slji... function SLJIT_INLINE (line 2056) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fset32(struct slj... function SLJIT_INLINE (line 2080) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fset64(struct slj... function SLJIT_INLINE (line 2104) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fcopy(struct slji... function SLJIT_INLINE (line 2162) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_label(struct slji... function SLJIT_INLINE (line 2193) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_jump(struct sljit... function SLJIT_INLINE (line 2223) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_call(struct sljit... function SLJIT_INLINE (line 2264) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_cmp(struct sljit_... function SLJIT_INLINE (line 2288) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fcmp(struct sljit... function SLJIT_INLINE (line 2313) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_ijump(struct slji... function SLJIT_INLINE (line 2335) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_icall(struct slji... function SLJIT_INLINE (line 2379) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op_flags(struct s... function SLJIT_INLINE (line 2413) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_select(struct slj... function SLJIT_INLINE (line 2453) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fselect(struct sl... function SLJIT_INLINE (line 2493) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem(struct sljit_... function SLJIT_INLINE (line 2579) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mem_update(struct... function SLJIT_INLINE (line 2624) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fmem(struct sljit... function SLJIT_INLINE (line 2668) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fmem_update(struc... function SLJIT_INLINE (line 2702) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_simd_mov(struct s... function SLJIT_INLINE (line 2744) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_simd_replicate(st... function SLJIT_INLINE (line 2791) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_simd_lane_mov(str... function SLJIT_INLINE (line 2843) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_simd_lane_replica... function SLJIT_INLINE (line 2879) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_simd_extend(struc... function SLJIT_INLINE (line 2919) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_simd_sign(struct ... function SLJIT_INLINE (line 2955) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_simd_op2(struct s... function SLJIT_INLINE (line 2993) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_get_local_base(struct ... function SLJIT_INLINE (line 3011) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_const(struct slji... function SLJIT_INLINE (line 3028) | static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_mov_addr(struct s... function sljit_s32 (line 3082) | static sljit_s32 sljit_emit_mem_unaligned(struct sljit_compiler *compile... function sljit_s32 (line 3098) | static sljit_s32 sljit_emit_fmem_unaligned(struct sljit_compiler *compil... function SLJIT_INLINE (line 3161) | static SLJIT_INLINE sljit_s32 emit_mov_before_return(struct sljit_compil... function SLJIT_INLINE (line 3179) | static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3190) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3209) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2r(struct sljit_compile... function sljit_jump (line 3229) | sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, function SLJIT_API_FUNC_ATTRIBUTE (line 3309) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) function sljit_jump (line 3322) | sljit_jump* sljit_emit_fcmp(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 3339) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 3358) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3373) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem_update(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 3394) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3409) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct slji... function SLJIT_API_FUNC_ATTRIBUTE (line 3424) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit... function SLJIT_API_FUNC_ATTRIBUTE (line 3440) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct... function SLJIT_API_FUNC_ATTRIBUTE (line 3455) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 3470) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 3485) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3506) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 3522) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 3545) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_com... FILE: ext/pcre/pcre2lib/sljit/sljitLir.h type sljit_memory_fragment (line 421) | struct sljit_memory_fragment { type sljit_label (line 428) | struct sljit_label { type sljit_jump (line 438) | struct sljit_jump { type sljit_const (line 449) | struct sljit_const { type sljit_generate_code_buffer (line 454) | struct sljit_generate_code_buffer { type sljit_compiler (line 460) | struct sljit_compiler { type sljit_compiler (line 600) | struct sljit_compiler function SLJIT_INLINE (line 607) | static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_comp... type sljit_compiler (line 615) | struct sljit_compiler type sljit_compiler (line 626) | struct sljit_compiler function SLJIT_INLINE (line 629) | static SLJIT_INLINE void* sljit_compiler_get_allocator_data(struct sljit... function SLJIT_INLINE (line 631) | static SLJIT_INLINE void sljit_compiler_set_user_data(struct sljit_compi... function SLJIT_INLINE (line 632) | static SLJIT_INLINE void* sljit_compiler_get_user_data(struct sljit_comp... type sljit_compiler (line 636) | struct sljit_compiler type sljit_compiler (line 652) | struct sljit_compiler function SLJIT_INLINE (line 667) | static SLJIT_INLINE sljit_sw sljit_get_executable_offset(struct sljit_co... function SLJIT_INLINE (line 673) | static SLJIT_INLINE sljit_uw sljit_get_generated_code_size(struct sljit_... type sljit_compiler (line 819) | struct sljit_compiler type sljit_compiler (line 836) | struct sljit_compiler type sljit_compiler (line 847) | struct sljit_compiler type sljit_compiler (line 849) | struct sljit_compiler type sljit_compiler (line 860) | struct sljit_compiler type sljit_compiler (line 1106) | struct sljit_compiler type sljit_compiler (line 1195) | struct sljit_compiler type sljit_compiler (line 1276) | struct sljit_compiler type sljit_compiler (line 1284) | struct sljit_compiler type sljit_compiler (line 1296) | struct sljit_compiler type sljit_compiler (line 1340) | struct sljit_compiler type sljit_compiler (line 1383) | struct sljit_compiler type sljit_compiler (line 1396) | struct sljit_compiler type sljit_compiler (line 1440) | struct sljit_compiler type sljit_compiler (line 1460) | struct sljit_compiler type sljit_compiler (line 1473) | struct sljit_compiler type sljit_compiler (line 1480) | struct sljit_compiler type sljit_compiler (line 1482) | struct sljit_compiler type sljit_compiler (line 1520) | struct sljit_compiler type sljit_compiler (line 1525) | struct sljit_compiler type sljit_compiler (line 1666) | struct sljit_compiler type sljit_compiler (line 1674) | struct sljit_compiler type sljit_compiler (line 1684) | struct sljit_compiler type sljit_compiler (line 1697) | struct sljit_compiler type sljit_jump (line 1702) | struct sljit_jump type sljit_label (line 1702) | struct sljit_label type sljit_jump (line 1704) | struct sljit_jump type sljit_compiler (line 1712) | struct sljit_compiler type sljit_compiler (line 1722) | struct sljit_compiler type sljit_compiler (line 1736) | struct sljit_compiler type sljit_compiler (line 1753) | struct sljit_compiler type sljit_compiler (line 1772) | struct sljit_compiler type sljit_compiler (line 1836) | struct sljit_compiler type sljit_compiler (line 1857) | struct sljit_compiler type sljit_compiler (line 1873) | struct sljit_compiler type sljit_compiler (line 1887) | struct sljit_compiler type sljit_compiler (line 1957) | struct sljit_compiler type sljit_compiler (line 1979) | struct sljit_compiler type sljit_compiler (line 2017) | struct sljit_compiler type sljit_compiler (line 2036) | struct sljit_compiler type sljit_compiler (line 2069) | struct sljit_compiler type sljit_compiler (line 2087) | struct sljit_compiler type sljit_compiler (line 2114) | struct sljit_compiler type sljit_compiler (line 2146) | struct sljit_compiler type sljit_compiler (line 2166) | struct sljit_compiler type sljit_compiler (line 2182) | struct sljit_compiler type sljit_compiler (line 2186) | struct sljit_compiler type sljit_compiler (line 2190) | struct sljit_compiler function SLJIT_INLINE (line 2196) | static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *la... function SLJIT_INLINE (line 2197) | static SLJIT_INLINE sljit_uw sljit_get_jump_addr(struct sljit_jump *jump... function SLJIT_INLINE (line 2198) | static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *co... type sljit_compiler (line 2244) | struct sljit_compiler type sljit_compiler (line 2266) | struct sljit_compiler function sljit_label (line 2278) | sljit_label *sljit_get_first_label(struct sljit_compiler *compiler) { re... function sljit_jump (line 2279) | sljit_jump *sljit_get_first_jump(struct sljit_compiler *compiler) { retu... function sljit_const (line 2280) | sljit_const *sljit_get_first_const(struct sljit_compiler *compiler) { re... function sljit_label (line 2282) | sljit_label *sljit_get_next_label(struct sljit_label *label) { return la... function sljit_jump (line 2283) | sljit_jump *sljit_get_next_jump(struct sljit_jump *jump) { return jump->... function sljit_const (line 2284) | sljit_const *sljit_get_next_const(struct sljit_const *const_) { return c... function SLJIT_INLINE (line 2291) | static SLJIT_INLINE sljit_uw sljit_get_label_index(struct sljit_label *l... type sljit_jump (line 2297) | struct sljit_jump function sljit_label (line 2298) | sljit_label *sljit_jump_get_label(struct sljit_jump *jump) { return jump... type sljit_jump (line 2299) | struct sljit_jump function SLJIT_INLINE (line 2300) | static SLJIT_INLINE sljit_uw sljit_jump_get_target(struct sljit_jump *ju... type sljit_jump (line 2301) | struct sljit_jump type sljit_compiler (line 2331) | struct sljit_compiler type sljit_stack (line 2398) | struct sljit_stack { type sljit_stack (line 2414) | struct sljit_stack type sljit_stack (line 2421) | struct sljit_stack type sljit_function_context (line 2440) | struct sljit_function_context { type sljit_function_context (line 2449) | struct sljit_function_context FILE: ext/pcre/pcre2lib/sljit/sljitNativeARM_32.c function SLJIT_API_FUNC_ATTRIBUTE (line 33) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 45) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 193) | static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler,... function sljit_s32 (line 210) | static sljit_s32 push_cpool(struct sljit_compiler *compiler) function sljit_s32 (line 248) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) function sljit_s32 (line 262) | static sljit_s32 push_inst_with_literal(struct sljit_compiler *compiler,... function sljit_s32 (line 312) | static sljit_s32 push_inst_with_unique_literal(struct sljit_compiler *co... function SLJIT_INLINE (line 333) | static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) function SLJIT_INLINE (line 341) | static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) function sljit_uw (line 350) | static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_u... type future_patch (line 396) | struct future_patch { function sljit_s32 (line 402) | static sljit_s32 resolve_const_pool_index(struct sljit_compiler *compile... function sljit_s32 (line 457) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins inst) function SLJIT_INLINE (line 468) | static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, ... function SLJIT_INLINE (line 476) | static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, ... function set_jump_addr (line 523) | static void set_jump_addr(sljit_uw jump_ptr, sljit_sw executable_offset,... type sljit_compiler (line 619) | struct sljit_compiler type sljit_compiler (line 620) | struct sljit_compiler function set_const_value (line 622) | static void set_const_value(sljit_uw addr, sljit_sw executable_offset, s... function SLJIT_INLINE (line 714) | static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump... function reduce_code_size (line 742) | static void reduce_code_size(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 816) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1102) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... type sljit_compiler (line 1222) | struct sljit_compiler function SLJIT_API_FUNC_ATTRIBUTE (line 1227) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1393) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 1413) | static sljit_s32 emit_add_sp(struct sljit_compiler *compiler, sljit_uw imm) function sljit_s32 (line 1423) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1559) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 1567) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function SLJIT_INLINE (line 1593) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_uw (line 1787) | static sljit_uw get_imm(sljit_uw imm) function sljit_uw (line 1822) | static sljit_uw compute_imm(sljit_uw imm, sljit_uw* imm2) function sljit_s32 (line 1928) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 1971) | static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 ... function sljit_s32 (line 2062) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 2299) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2375) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2419) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2475) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2486) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2504) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2553) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2583) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2623) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 2639) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function sljit_s32 (line 2657) | static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32... function SLJIT_INLINE (line 2701) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function sljit_s32 (line 2721) | static sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct sljit_compiler *... function SLJIT_INLINE (line 2745) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 2752) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_INLINE (line 2759) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2784) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2831) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2886) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2918) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2954) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function sljit_ins (line 2985) | static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) function sljit_label (line 3074) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 3090) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_s32 (line 3132) | static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compile... function sljit_s32 (line 3255) | static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *co... function sljit_s32 (line 3267) | static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compile... function sljit_jump (line 3309) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 3365) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 3409) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_INLINE (line 3473) | static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3498) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3539) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3598) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function sljit_s32 (line 3632) | static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 3694) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 3725) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 3826) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function sljit_s32 (line 3863) | static sljit_s32 sljit_emit_simd_mem_offset(struct sljit_compiler *compi... function SLJIT_INLINE (line 3895) | static SLJIT_INLINE sljit_s32 simd_get_quad_reg_index(sljit_s32 freg) function SLJIT_API_FUNC_ATTRIBUTE (line 3909) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_comp... function sljit_ins (line 3968) | static sljit_ins simd_get_imm(sljit_s32 elem_size, sljit_uw value) function SLJIT_API_FUNC_ATTRIBUTE (line 4062) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct slji... function SLJIT_API_FUNC_ATTRIBUTE (line 4162) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit... function SLJIT_API_FUNC_ATTRIBUTE (line 4279) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct... function SLJIT_API_FUNC_ATTRIBUTE (line 4328) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4393) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 4470) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 4513) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4537) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_... function sljit_const (line 4569) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 4597) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 4628) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 4633) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: ext/pcre/pcre2lib/sljit/sljitNativeARM_64.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 33) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 190) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) function SLJIT_INLINE (line 199) | static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *co... function SLJIT_INLINE (line 207) | static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump,... function SLJIT_INLINE (line 271) | static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump... function SLJIT_INLINE (line 312) | static SLJIT_INLINE void generate_jump_or_mov_addr(struct sljit_jump *ju... function reduce_code_size (line 374) | static void reduce_code_size(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 463) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 575) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 603) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) function sljit_ins (line 647) | static sljit_ins logical_imm(sljit_sw imm, sljit_u32 len) function sljit_s32 (line 714) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 816) | static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 ... function sljit_s32 (line 1132) | static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 ... function SLJIT_API_FUNC_ATTRIBUTE (line 1210) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1385) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 1402) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1493) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 1503) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 1530) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1565) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1672) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1724) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1735) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1752) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 1821) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1861) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1887) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 1900) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function sljit_s32 (line 1914) | static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32... function SLJIT_INLINE (line 1963) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function sljit_s32 (line 1985) | static sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct sljit_compiler *... function SLJIT_INLINE (line 2006) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 2022) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_INLINE (line 2038) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2064) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2109) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2158) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2186) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2214) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function sljit_ins (line 2237) | static sljit_ins get_cc(struct sljit_compiler *compiler, sljit_s32 type) function sljit_label (line 2326) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 2342) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2368) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2384) | sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_s32 type, function SLJIT_API_FUNC_ATTRIBUTE (line 2421) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2449) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2477) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2525) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2552) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 2574) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2645) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2699) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem_update(struct sljit_c... function sljit_s32 (line 2728) | static sljit_s32 sljit_emit_simd_mem_offset(struct sljit_compiler *compi... function SLJIT_API_FUNC_ATTRIBUTE (line 2777) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_comp... function sljit_ins (line 2824) | static sljit_ins simd_get_imm(sljit_s32 elem_size, sljit_uw value) function SLJIT_API_FUNC_ATTRIBUTE (line 2925) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct slji... function SLJIT_API_FUNC_ATTRIBUTE (line 2989) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit... function SLJIT_API_FUNC_ATTRIBUTE (line 3075) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct... function SLJIT_API_FUNC_ATTRIBUTE (line 3103) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 3149) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 3226) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3263) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 3308) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 3383) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_com... function sljit_const (line 3423) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 3444) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 3468) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 3488) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: ext/pcre/pcre2lib/sljit/sljitNativeARM_T2_32.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 37) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 259) | static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler,... function sljit_s32 (line 274) | static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins ... function sljit_s32 (line 286) | static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins ... function sljit_s32 (line 296) | static sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit... function set_imm32_const (line 305) | static void set_imm32_const(sljit_u16 *inst, sljit_ins dst, sljit_uw new... function SLJIT_INLINE (line 313) | static SLJIT_INLINE void modify_imm32_const(sljit_u16 *inst, sljit_uw ne... function SLJIT_INLINE (line 320) | static SLJIT_INLINE sljit_u16* detect_jump_type(struct sljit_jump *jump,... function SLJIT_INLINE (line 380) | static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump... function SLJIT_INLINE (line 404) | static SLJIT_INLINE void generate_jump_or_mov_addr(struct sljit_jump *ju... function reduce_code_size (line 475) | static void reduce_code_size(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 559) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 674) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function sljit_uw (line 709) | static sljit_uw get_imm(sljit_uw imm) function sljit_s32 (line 758) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 791) | static sljit_s32 emit_op_imm(struct sljit_compiler *compiler, sljit_s32 ... function sljit_s32 (line 1245) | static sljit_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 1267) | static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1369) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1579) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 1599) | static sljit_s32 emit_add_sp(struct sljit_compiler *compiler, sljit_uw imm) function sljit_s32 (line 1619) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1765) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 1773) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 1821) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1915) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2000) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2043) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2054) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2071) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2128) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2157) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2197) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 2213) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function sljit_s32 (line 2230) | static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32... function SLJIT_INLINE (line 2277) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function sljit_s32 (line 2297) | static sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct sljit_compiler *... function SLJIT_INLINE (line 2321) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 2328) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_INLINE (line 2335) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2361) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2408) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2459) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2491) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2527) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function sljit_uw (line 2558) | static sljit_uw get_cc(struct sljit_compiler *compiler, sljit_s32 type) function sljit_label (line 2647) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 2663) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_s32 (line 2698) | static sljit_s32 softfloat_call_with_args(struct sljit_compiler *compile... function sljit_s32 (line 2823) | static sljit_s32 softfloat_post_call_with_args(struct sljit_compiler *co... function sljit_s32 (line 2835) | static sljit_s32 hardfloat_call_with_args(struct sljit_compiler *compile... function sljit_jump (line 2874) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 2931) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2964) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_INLINE (line 3029) | static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3054) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3107) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3177) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3207) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 3382) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_co... function sljit_s32 (line 3440) | static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 3501) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function sljit_s32 (line 3538) | static sljit_s32 sljit_emit_simd_mem_offset(struct sljit_compiler *compi... function SLJIT_INLINE (line 3570) | static SLJIT_INLINE sljit_s32 simd_get_quad_reg_index(sljit_s32 freg) function SLJIT_API_FUNC_ATTRIBUTE (line 3584) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_comp... function sljit_ins (line 3643) | static sljit_ins simd_get_imm(sljit_s32 elem_size, sljit_uw value) function SLJIT_API_FUNC_ATTRIBUTE (line 3737) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct slji... function SLJIT_API_FUNC_ATTRIBUTE (line 3837) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit... function SLJIT_API_FUNC_ATTRIBUTE (line 3954) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct... function SLJIT_API_FUNC_ATTRIBUTE (line 4003) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4068) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 4145) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 4188) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4212) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_... function sljit_const (line 4244) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 4265) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 4287) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 4299) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: ext/pcre/pcre2lib/sljit/sljitNativeLOONGARCH_64.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 32) | typedef sljit_u32 sljit_ins; function SLJIT_INLINE (line 389) | static SLJIT_INLINE sljit_u32 get_cpu_features(sljit_u32 feature_type) function sljit_s32 (line 399) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) function SLJIT_INLINE (line 408) | static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump,... function SLJIT_INLINE (line 485) | static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump... function SLJIT_INLINE (line 521) | static SLJIT_INLINE void load_addr_to_reg(struct sljit_jump *jump, sljit... function reduce_code_size (line 568) | static void reduce_code_size(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 657) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 789) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 824) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) function sljit_s32 (line 868) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... type sljit_compiler (line 889) | struct sljit_compiler function SLJIT_API_FUNC_ATTRIBUTE (line 891) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 975) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 993) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1043) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 1052) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function sljit_s32 (line 1129) | static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 1154) | static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 1175) | static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_... function sljit_s32 (line 1193) | static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 f... function sljit_s32 (line 1250) | static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 ... function SLJIT_INLINE (line 1276) | static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compil... function SLJIT_INLINE (line 1313) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_s32 (line 1733) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 1857) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1896) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1953) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2017) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2028) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2046) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2122) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2163) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2191) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 2204) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_INLINE (line 2239) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 2274) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct slj... function SLJIT_INLINE (line 2314) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 2321) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_INLINE (line 2375) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2419) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2469) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2542) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2r(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2568) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2588) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2608) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function sljit_label (line 2627) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_ins (line 2643) | static sljit_ins get_jump_instruction(sljit_s32 type) function sljit_jump (line 2694) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2729) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2745) | sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, function SLJIT_API_FUNC_ATTRIBUTE (line 2844) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2875) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2903) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2992) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3044) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3080) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function sljit_s32 (line 3136) | static sljit_s32 sljit_emit_simd_mem_offset(struct sljit_compiler *compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3164) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3212) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct slji... function SLJIT_API_FUNC_ATTRIBUTE (line 3270) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit... function SLJIT_API_FUNC_ATTRIBUTE (line 3411) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct... function SLJIT_API_FUNC_ATTRIBUTE (line 3444) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 3511) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 3558) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3598) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 3629) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_... function SLJIT_INLINE (line 3678) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3688) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function sljit_const (line 3716) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 3738) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 3762) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: ext/pcre/pcre2lib/sljit/sljitNativeMIPS_32.c function sljit_s32 (line 29) | static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 72) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 84) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 90) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 132) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 192) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 206) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... function sljit_s32 (line 211) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_jump (line 353) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 409) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... FILE: ext/pcre/pcre2lib/sljit/sljitNativeMIPS_64.c function sljit_s32 (line 29) | static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 46) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 138) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 148) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 177) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 199) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 214) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... function sljit_s32 (line 219) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_jump (line 293) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 335) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... FILE: ext/pcre/pcre2lib/sljit/sljitNativeMIPS_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 38) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 79) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 376) | static sljit_s32 function_check_is_freg(struct sljit_compiler *compiler,... function get_cpu_features (line 391) | static void get_cpu_features(void) function sljit_s32 (line 463) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins in... function SLJIT_INLINE (line 476) | static SLJIT_INLINE sljit_ins invert_branch(sljit_uw flags) function SLJIT_INLINE (line 487) | static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump,... function sljit_cache_flush (line 630) | static __attribute__ ((noinline)) void sljit_cache_flush(void* code, voi... function SLJIT_INLINE (line 638) | static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump... function SLJIT_INLINE (line 663) | static SLJIT_INLINE void load_addr_to_reg(struct sljit_jump *jump) function SLJIT_API_FUNC_ATTRIBUTE (line 697) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 836) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 875) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) type sljit_compiler (line 915) | struct sljit_compiler type sljit_compiler (line 916) | struct sljit_compiler function SLJIT_API_FUNC_ATTRIBUTE (line 930) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1140) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 1164) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1246) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 1259) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function sljit_s32 (line 1332) | static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 1351) | static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_... function sljit_s32 (line 1375) | static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 f... function sljit_s32 (line 1470) | static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 ... function SLJIT_INLINE (line 1507) | static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compil... function sljit_s32 (line 1548) | static sljit_s32 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32... function sljit_s32 (line 1597) | static sljit_s32 emit_rev(struct sljit_compiler *compiler, sljit_s32 op,... function sljit_s32 (line 1674) | static sljit_s32 emit_rev16(struct sljit_compiler *compiler, sljit_s32 o... function SLJIT_INLINE (line 1695) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_s32 (line 2259) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 2392) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function sljit_s32 (line 2474) | static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 2496) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2561) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2634) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2651) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2669) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2751) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2783) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2813) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 2826) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_INLINE (line 2844) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 2872) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 2908) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_INLINE (line 3031) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 3080) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3130) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3206) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function sljit_label (line 3230) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 3287) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 3401) | sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, function SLJIT_API_FUNC_ATTRIBUTE (line 3540) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 3582) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function sljit_ins (line 3683) | static sljit_ins get_select_cc(sljit_s32 type, sljit_s32 is_float) function SLJIT_API_FUNC_ATTRIBUTE (line 3734) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3824) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function sljit_s32 (line 3878) | static sljit_s32 update_mem_addr(struct sljit_compiler *compiler, sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 3949) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 4104) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem(struct sljit_compiler... function sljit_const (line 4212) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 4234) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... FILE: ext/pcre/pcre2lib/sljit/sljitNativePPC_32.c function sljit_s32 (line 29) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 45) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function SLJIT_INLINE (line 322) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_INLINE (line 328) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 370) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_API_FUNC_ATTRIBUTE (line 407) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 431) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 473) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... FILE: ext/pcre/pcre2lib/sljit/sljitNativePPC_64.c function sljit_s32 (line 42) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 152) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_s32 (line 507) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function SLJIT_INLINE (line 562) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_INLINE (line 571) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 607) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_API_FUNC_ATTRIBUTE (line 671) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 691) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 706) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... FILE: ext/pcre/pcre2lib/sljit/sljitNativePPC_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 34) | typedef sljit_u32 sljit_ins; function ppc_cache_flush (line 51) | static void ppc_cache_flush(sljit_ins *from, sljit_ins *to) function SLJIT_API_FUNC_ATTRIBUTE (line 290) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr... function sljit_s32 (line 304) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) type sljit_jump (line 313) | struct sljit_jump function SLJIT_INLINE (line 402) | static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump... function generate_jump_or_mov_addr (line 431) | static void generate_jump_or_mov_addr(struct sljit_jump *jump, sljit_sw ... function reduce_code_size (line 495) | static void reduce_code_size(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 587) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 730) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 761) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) type sljit_compiler (line 822) | struct sljit_compiler function SLJIT_API_FUNC_ATTRIBUTE (line 847) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 964) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 982) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1045) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 1054) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... type sljit_compiler (line 1236) | struct sljit_compiler function sljit_s32 (line 1294) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 1360) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function sljit_s32 (line 1410) | static sljit_s32 emit_rev(struct sljit_compiler *compiler, sljit_s32 op, function SLJIT_API_FUNC_ATTRIBUTE (line 1566) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1709) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1951) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1966) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1984) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function sljit_s32 (line 2072) | static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 2093) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2122) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2150) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 2163) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_INLINE (line 2180) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 2235) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2263) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2313) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2376) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function sljit_label (line 2400) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_ins (line 2416) | static sljit_ins get_bo_bi_flags(struct sljit_compiler *compiler, sljit_... function sljit_jump (line 2499) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2535) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 2557) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2605) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2639) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2793) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2855) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 2909) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2974) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem_update(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 3070) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fmem_update(struct sljit_c... function sljit_const (line 3109) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 3131) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 3158) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: ext/pcre/pcre2lib/sljit/sljitNativeRISCV_32.c function sljit_s32 (line 27) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 45) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 70) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function SLJIT_INLINE (line 115) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 124) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... FILE: ext/pcre/pcre2lib/sljit/sljitNativeRISCV_64.c function sljit_s32 (line 27) | static sljit_s32 load_immediate(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 129) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 149) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function SLJIT_INLINE (line 168) | static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 191) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... FILE: ext/pcre/pcre2lib/sljit/sljitNativeRISCV_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_u32 (line 38) | typedef sljit_u32 sljit_ins; function sljit_s32 (line 156) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) function sljit_s32 (line 165) | static sljit_s32 push_imm_s_inst(struct sljit_compiler *compiler, sljit_... function SLJIT_INLINE (line 170) | static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump,... function SLJIT_INLINE (line 267) | static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump... function SLJIT_INLINE (line 311) | static SLJIT_INLINE void load_addr_to_reg(struct sljit_jump *jump, sljit... function reduce_code_size (line 401) | static void reduce_code_size(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 499) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 637) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 659) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) type sljit_compiler (line 724) | struct sljit_compiler function SLJIT_API_FUNC_ATTRIBUTE (line 726) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 823) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 848) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 904) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 913) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function sljit_s32 (line 973) | static sljit_s32 push_mem_inst(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 989) | static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 1008) | static sljit_s32 can_cache(sljit_s32 arg, sljit_sw argw, sljit_s32 next_... function sljit_s32 (line 1032) | static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_s32 f... function sljit_s32 (line 1116) | static sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 ... function SLJIT_INLINE (line 1148) | static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compil... function sljit_s32 (line 1165) | static sljit_s32 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32... function sljit_s32 (line 1209) | static sljit_s32 emit_rev(struct sljit_compiler *compiler, sljit_s32 op,... function sljit_s32 (line 1252) | static sljit_s32 emit_rev16(struct sljit_compiler *compiler, sljit_s32 o... function SLJIT_INLINE (line 1286) | static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *comp... function sljit_s32 (line 1722) | static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, ... function SLJIT_API_FUNC_ATTRIBUTE (line 1848) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1892) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 1958) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2027) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2038) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2062) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2145) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2172) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2200) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 2213) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function SLJIT_INLINE (line 2231) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function sljit_s32 (line 2264) | static sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct sljit_compiler *... function SLJIT_INLINE (line 2289) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 2311) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_INLINE (line 2333) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2387) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2437) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2517) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function sljit_label (line 2541) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_ins (line 2563) | static sljit_ins get_jump_instruction(sljit_s32 type) function sljit_jump (line 2611) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2646) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 2662) | sljit_jump* sljit_emit_cmp(struct sljit_compiler *compiler, sljit_s32 type, function SLJIT_API_FUNC_ATTRIBUTE (line 2762) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2792) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 2820) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 2907) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2972) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3013) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function sljit_const (line 3069) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 3091) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 3118) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: ext/pcre/pcre2lib/sljit/sljitNativeS390X.c function SLJIT_API_FUNC_ATTRIBUTE (line 36) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) type sljit_uw (line 42) | typedef sljit_uw sljit_ins; type sljit_uw (line 57) | typedef sljit_uw sljit_gpr; type sljit_s390x_const (line 128) | struct sljit_s390x_const { function SLJIT_INLINE (line 134) | static SLJIT_INLINE sljit_gpr gpr(sljit_s32 r) function sljit_s32 (line 140) | static sljit_s32 push_inst(struct sljit_compiler *compiler, sljit_ins ins) function SLJIT_INLINE (line 163) | static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, slj... type sljit_uw (line 290) | typedef sljit_uw facility_bit; function SLJIT_INLINE (line 308) | static SLJIT_INLINE int have_facility_static(facility_bit x) function get_hwcap (line 336) | static SLJIT_INLINE unsigned long get_hwcap() function SLJIT_INLINE (line 346) | static SLJIT_INLINE int have_stfle() function have_facility_dynamic (line 356) | static int have_facility_dynamic(facility_bit x) function SLJIT_INLINE (line 418) | static SLJIT_INLINE sljit_ins disp_s20(sljit_s32 d) function sljit_s32 (line 831) | static sljit_s32 update_zero_overflow(struct sljit_compiler *compiler, s... function sljit_s32 (line 849) | static sljit_s32 push_load_imm_inst(struct sljit_compiler *compiler, slj... type addr (line 880) | struct addr { function sljit_s32 (line 887) | static sljit_s32 make_addr_bxy(struct sljit_compiler *compiler, function sljit_s32 (line 920) | static sljit_s32 make_addr_bx(struct sljit_compiler *compiler, function sljit_s32 (line 957) | static sljit_s32 load_store_op(struct sljit_compiler *compiler, sljit_gp... function SLJIT_INLINE (line 993) | static SLJIT_INLINE sljit_s32 load_word(struct sljit_compiler *compiler,... function sljit_s32 (line 1001) | static sljit_s32 load_unsigned_word(struct sljit_compiler *compiler, slj... function SLJIT_INLINE (line 1017) | static SLJIT_INLINE sljit_s32 store_word(struct sljit_compiler *compiler... function sljit_s32 (line 1026) | static sljit_s32 emit_move(struct sljit_compiler *compiler, function sljit_s32 (line 1044) | static sljit_s32 emit_rr(struct sljit_compiler *compiler, sljit_ins ins, function sljit_s32 (line 1081) | static sljit_s32 emit_rr1(struct sljit_compiler *compiler, sljit_ins ins, function sljit_s32 (line 1096) | static sljit_s32 emit_rrf(struct sljit_compiler *compiler, sljit_ins ins, type emit_ril_type (line 1118) | typedef enum { function sljit_s32 (line 1123) | static sljit_s32 emit_ri(struct sljit_compiler *compiler, sljit_ins ins, function sljit_s32 (line 1147) | static sljit_s32 emit_rie_d(struct sljit_compiler *compiler, sljit_ins ins, type emit_rx_type (line 1163) | typedef enum { function sljit_s32 (line 1168) | static sljit_s32 emit_rx(struct sljit_compiler *compiler, sljit_ins ins, function sljit_s32 (line 1229) | static sljit_s32 emit_siy(struct sljit_compiler *compiler, sljit_ins ins, type ins_forms (line 1262) | struct ins_forms { function sljit_s32 (line 1272) | static sljit_s32 emit_commutative(struct sljit_compiler *compiler, const... function sljit_s32 (line 1355) | static sljit_s32 emit_non_commutative(struct sljit_compiler *compiler, c... function SLJIT_API_FUNC_ATTRIBUTE (line 1395) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 1622) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 1652) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) function SLJIT_API_FUNC_ATTRIBUTE (line 1662) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1758) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 1770) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 1846) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 1855) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 1882) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function sljit_s32 (line 1966) | static sljit_s32 sljit_emit_clz_ctz(struct sljit_compiler *compiler, slj... function sljit_s32 (line 2007) | static sljit_s32 sljit_emit_rev(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 2083) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... function SLJIT_INLINE (line 2343) | static SLJIT_INLINE int is_commutative(sljit_s32 op) type ins_forms (line 2357) | struct ins_forms type ins_forms (line 2367) | struct ins_forms function sljit_s32 (line 2377) | static sljit_s32 sljit_emit_add(struct sljit_compiler *compiler, sljit_s... type ins_forms (line 2436) | struct ins_forms type ins_forms (line 2446) | struct ins_forms function sljit_s32 (line 2456) | static sljit_s32 sljit_emit_sub(struct sljit_compiler *compiler, sljit_s... type ins_forms (line 2580) | struct ins_forms type ins_forms (line 2590) | struct ins_forms function sljit_s32 (line 2600) | static sljit_s32 sljit_emit_multiply(struct sljit_compiler *compiler, sl... function sljit_s32 (line 2637) | static sljit_s32 sljit_emit_bitwise_imm(struct sljit_compiler *compiler,... type ins_forms (line 2691) | struct ins_forms type ins_forms (line 2701) | struct ins_forms type ins_forms (line 2711) | struct ins_forms function sljit_s32 (line 2721) | static sljit_s32 sljit_emit_bitwise(struct sljit_compiler *compiler, slj... function sljit_s32 (line 2776) | static sljit_s32 sljit_emit_shift(struct sljit_compiler *compiler, sljit... function sljit_s32 (line 2837) | static sljit_s32 sljit_emit_rotate(struct sljit_compiler *compiler, slji... type ins_forms (line 2878) | struct ins_forms type ins_forms (line 2888) | struct ins_forms function SLJIT_API_FUNC_ATTRIBUTE (line 2898) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2968) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2981) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2999) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 3117) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3149) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3178) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 3191) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function sljit_s32 (line 3210) | static sljit_s32 float_mem(struct sljit_compiler *compiler, sljit_s32 op, function sljit_s32 (line 3240) | static sljit_s32 emit_float(struct sljit_compiler *compiler, sljit_ins i... function SLJIT_INLINE (line 3253) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function sljit_s32 (line 3279) | static sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct sljit_compiler *... function SLJIT_INLINE (line 3302) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 3319) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_INLINE (line 3336) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 3358) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3414) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3482) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2r(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 3508) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3525) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3542) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function sljit_label (line 3573) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 3589) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function sljit_jump (line 3613) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 3629) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 3652) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 3685) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3756) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3834) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3877) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 3936) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3980) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct slji... function SLJIT_API_FUNC_ATTRIBUTE (line 4062) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit... function SLJIT_API_FUNC_ATTRIBUTE (line 4202) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct... function SLJIT_API_FUNC_ATTRIBUTE (line 4225) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4285) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_com... function SLJIT_API_FUNC_ATTRIBUTE (line 4339) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 4376) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4387) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_... function sljit_const (line 4446) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function SLJIT_API_FUNC_ATTRIBUTE (line 4474) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 4486) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... function sljit_jump (line 4491) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... FILE: ext/pcre/pcre2lib/sljit/sljitNativeX86_32.c function sljit_s32 (line 33) | static sljit_s32 emit_do_imm(struct sljit_compiler *compiler, sljit_u8 o... function sljit_u8 (line 46) | static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, s... function sljit_s32 (line 222) | static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, s... function sljit_u8 (line 286) | static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 ... function SLJIT_API_FUNC_ATTRIBUTE (line 313) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 538) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 582) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 630) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 643) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function sljit_s32 (line 672) | static sljit_s32 call_get_stack_size(sljit_s32 arg_types, sljit_s32 *wor... function sljit_s32 (line 705) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, function sljit_s32 (line 756) | static sljit_s32 post_call_with_args(struct sljit_compiler *compiler, function sljit_s32 (line 780) | static sljit_s32 tail_call_with_args(struct sljit_compiler *compiler, function sljit_s32 (line 994) | static sljit_s32 emit_tail_call_end(struct sljit_compiler *compiler, slj... function sljit_s32 (line 1003) | static sljit_s32 tail_call_reg_arg_with_args(struct sljit_compiler *comp... function sljit_jump (line 1035) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 1085) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function SLJIT_INLINE (line 1157) | static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compi... function sljit_s32 (line 1184) | static sljit_s32 emit_fast_enter(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 1201) | static sljit_s32 emit_fast_return(struct sljit_compiler *compiler, sljit... function sljit_s32 (line 1229) | static sljit_s32 sljit_emit_get_return_address(struct sljit_compiler *co... function SLJIT_API_FUNC_ATTRIBUTE (line 1249) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1311) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function SLJIT_INLINE (line 1389) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function SLJIT_API_FUNC_ATTRIBUTE (line 1485) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1520) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1587) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function sljit_s32 (line 1669) | static sljit_s32 skip_frames_before_return(struct sljit_compiler *compiler) FILE: ext/pcre/pcre2lib/sljit/sljitNativeX86_64.c function sljit_s32 (line 33) | static sljit_s32 emit_load_imm64(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 46) | static sljit_s32 emit_do_imm32(struct sljit_compiler *compiler, sljit_u8... function sljit_u8 (line 61) | static sljit_u8* emit_x86_instruction(struct sljit_compiler *compiler, s... function sljit_s32 (line 286) | static sljit_s32 emit_vex_instruction(struct sljit_compiler *compiler, s... function sljit_u8 (line 361) | static sljit_u8* detect_far_jump_type(struct sljit_jump *jump, sljit_u8 ... function sljit_u8 (line 398) | static sljit_u8* generate_mov_addr_code(struct sljit_jump *jump, sljit_u... type sljit_sse2_reg (line 451) | typedef struct { function SLJIT_API_FUNC_ATTRIBUTE (line 456) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_enter(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 632) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_set_context(struct sljit_compil... function sljit_s32 (line 661) | static sljit_s32 emit_stack_frame_release(struct sljit_compiler *compile... function SLJIT_API_FUNC_ATTRIBUTE (line 732) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_void(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 743) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_return_to(struct sljit_com... function sljit_s32 (line 771) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_s32 (line 802) | static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s... function sljit_jump (line 880) | sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 900) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_icall(struct sljit_compile... function sljit_s32 (line 934) | static sljit_s32 emit_fast_enter(struct sljit_compiler *compiler, sljit_... function sljit_s32 (line 958) | static sljit_s32 emit_fast_return(struct sljit_compiler *compiler, sljit... function sljit_s32 (line 996) | static sljit_s32 sljit_emit_get_return_address(struct sljit_compiler *co... function SLJIT_API_FUNC_ATTRIBUTE (line 1010) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_select(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1050) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_mem(struct sljit_compiler ... function sljit_s32 (line 1130) | static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32... function SLJIT_INLINE (line 1184) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sl... function sljit_s32 (line 1267) | static sljit_s32 sljit_emit_fset(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 1304) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset32(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1325) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fset64(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 1346) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compile... function sljit_s32 (line 1381) | static sljit_s32 skip_frames_before_return(struct sljit_compiler *compiler) FILE: ext/pcre/pcre2lib/sljit/sljitNativeX86_common.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE const char* sljit_get_platform_name(void) function SLJIT_INLINE (line 407) | static SLJIT_INLINE void sljit_unaligned_store_s16(void *addr, sljit_s16... function SLJIT_INLINE (line 412) | static SLJIT_INLINE void sljit_unaligned_store_s32(void *addr, sljit_s32... function SLJIT_INLINE (line 417) | static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw v... function get_cpu_features (line 530) | static void get_cpu_features(void) function sljit_u8 (line 580) | static sljit_u8 get_jump_code(sljit_uw type) type sljit_jump (line 651) | struct sljit_jump type sljit_jump (line 653) | struct sljit_jump type sljit_jump (line 654) | struct sljit_jump function sljit_u8 (line 657) | static sljit_u8* detect_near_jump_type(struct sljit_jump *jump, sljit_u8... function generate_jump_or_mov_addr (line 703) | static void generate_jump_or_mov_addr(struct sljit_jump *jump, sljit_sw ... function reduce_code_size (line 757) | static void reduce_code_size(struct sljit_compiler *compiler) function SLJIT_API_FUNC_ATTRIBUTE (line 868) | SLJIT_API_FUNC_ATTRIBUTE void* sljit_generate_code(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 978) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_has_cpu_feature(sljit_s32 featu... function SLJIT_API_FUNC_ATTRIBUTE (line 1041) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_cmp_info(sljit_s32 type) function sljit_s32 (line 1093) | static sljit_s32 emit_byte(struct sljit_compiler *compiler, sljit_u8 byte) type sljit_compiler (line 1102) | struct sljit_compiler type sljit_compiler (line 1109) | struct sljit_compiler type sljit_compiler (line 1113) | struct sljit_compiler type sljit_compiler (line 1117) | struct sljit_compiler type sljit_compiler (line 1120) | struct sljit_compiler type sljit_compiler (line 1123) | struct sljit_compiler type sljit_compiler (line 1127) | struct sljit_compiler function SLJIT_INLINE (line 1131) | static SLJIT_INLINE sljit_s32 emit_endbranch(struct sljit_compiler *comp... function SLJIT_INLINE (line 1155) | static SLJIT_INLINE sljit_s32 emit_rdssp(struct sljit_compiler *compiler... function SLJIT_INLINE (line 1183) | static SLJIT_INLINE sljit_s32 emit_incssp(struct sljit_compiler *compile... function SLJIT_INLINE (line 1209) | static SLJIT_INLINE sljit_s32 cpu_has_shadow_stack(void) function SLJIT_INLINE (line 1218) | static SLJIT_INLINE sljit_s32 adjust_shadow_stack(struct sljit_compiler ... function sljit_s32 (line 1277) | static sljit_s32 emit_mov(struct sljit_compiler *compiler, function sljit_s32 (line 1337) | static sljit_s32 emit_cmov_generic(struct sljit_compiler *compiler, slji... function SLJIT_API_FUNC_ATTRIBUTE (line 1358) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op0(struct sljit_compiler ... function sljit_s32 (line 1488) | static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 1560) | static sljit_s32 emit_prefetch(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 1584) | static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s3... function sljit_s32 (line 1628) | static sljit_s32 emit_unary(struct sljit_compiler *compiler, sljit_u8 op... function sljit_s32 (line 1666) | static sljit_s32 emit_clz_ctz(struct sljit_compiler *compiler, sljit_s32... function sljit_s32 (line 1735) | static sljit_s32 emit_bswap(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 1829) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op1(struct sljit_compiler ... type sljit_compiler (line 1974) | struct sljit_compiler type sljit_compiler (line 2081) | struct sljit_compiler function sljit_s32 (line 2154) | static sljit_s32 emit_mul(struct sljit_compiler *compiler, type sljit_compiler (line 2261) | struct sljit_compiler type sljit_compiler (line 2318) | struct sljit_compiler type sljit_compiler (line 2369) | struct sljit_compiler function sljit_s32 (line 2478) | static sljit_s32 emit_shift(struct sljit_compiler *compiler, function sljit_s32 (line 2585) | static sljit_s32 emit_shift_with_flags(struct sljit_compiler *compiler, function SLJIT_API_FUNC_ATTRIBUTE (line 2621) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 2709) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2u(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2738) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op2r(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 2770) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_shift_into(struct sljit_co... function SLJIT_API_FUNC_ATTRIBUTE (line 2961) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_src(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 2988) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_dst(struct sljit_compil... function SLJIT_API_FUNC_ATTRIBUTE (line 3007) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_register_index(sljit_s32 ty... function SLJIT_API_FUNC_ATTRIBUTE (line 3025) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_custom(struct sljit_com... function init_compiler (line 3048) | static void init_compiler(void) function sljit_s32 (line 3065) | static sljit_s32 emit_groupf(struct sljit_compiler *compiler, function sljit_s32 (line 3076) | static sljit_s32 emit_groupf_ext(struct sljit_compiler *compiler, function SLJIT_INLINE (line 3092) | static SLJIT_INLINE sljit_s32 emit_sse2_load(struct sljit_compiler *comp... function SLJIT_INLINE (line 3098) | static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *com... function SLJIT_INLINE (line 3104) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sl... function SLJIT_INLINE (line 3125) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sl... function SLJIT_INLINE (line 3158) | static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler ... function SLJIT_API_FUNC_ATTRIBUTE (line 3195) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop1(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3277) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2(struct sljit_compiler... function SLJIT_API_FUNC_ATTRIBUTE (line 3336) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fop2r(struct sljit_compile... function sljit_label (line 3379) | sljit_label* sljit_emit_label(struct sljit_compiler *compiler) function sljit_jump (line 3401) | sljit_jump* sljit_emit_jump(struct sljit_compiler *compiler, sljit_s32 t... function SLJIT_API_FUNC_ATTRIBUTE (line 3424) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_ijump(struct sljit_compile... function SLJIT_API_FUNC_ATTRIBUTE (line 3461) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_op_flags(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3581) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fselect(struct sljit_compi... function SLJIT_API_FUNC_ATTRIBUTE (line 3619) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_mov(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 3678) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_replicate(struct slji... function SLJIT_API_FUNC_ATTRIBUTE (line 3929) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_mov(struct sljit... function SLJIT_API_FUNC_ATTRIBUTE (line 4264) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_lane_replicate(struct... function SLJIT_API_FUNC_ATTRIBUTE (line 4502) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_extend(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4577) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_sign(struct sljit_com... function sljit_s32 (line 4678) | static sljit_s32 emit_simd_mov(struct sljit_compiler *compiler, sljit_s3... function SLJIT_API_FUNC_ATTRIBUTE (line 4691) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_simd_op2(struct sljit_comp... function SLJIT_API_FUNC_ATTRIBUTE (line 4756) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_load(struct sljit_c... function SLJIT_API_FUNC_ATTRIBUTE (line 4767) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_atomic_store(struct sljit_... function SLJIT_API_FUNC_ATTRIBUTE (line 4863) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_get_local_base(struct sljit_com... function sljit_const (line 4894) | sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32... function sljit_jump (line 4937) | sljit_jump* sljit_emit_mov_addr(struct sljit_compiler *compiler, sljit_s... function SLJIT_API_FUNC_ATTRIBUTE (line 4981) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_jump_addr(sljit_uw addr, sljit_u... function SLJIT_API_FUNC_ATTRIBUTE (line 4994) | SLJIT_API_FUNC_ATTRIBUTE void sljit_set_const(sljit_uw addr, sljit_sw ne... FILE: ext/pcre/pcre2lib/sljit/sljitSerialize.c function SLJIT_API_FUNC_ATTRIBUTE (line 27) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_jump_has_label(struct sljit_jum... function SLJIT_API_FUNC_ATTRIBUTE (line 32) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_jump_has_target(struct sljit_ju... function SLJIT_API_FUNC_ATTRIBUTE (line 37) | SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_jump_is_mov_addr(struct sljit_j... type sljit_serialized_compiler (line 44) | struct sljit_serialized_compiler { type sljit_serialized_debug_info (line 87) | struct sljit_serialized_debug_info { type sljit_serialized_label (line 93) | struct sljit_serialized_label { type sljit_serialized_jump (line 97) | struct sljit_serialized_jump { type sljit_serialized_const (line 103) | struct sljit_serialized_const { function SLJIT_API_FUNC_ATTRIBUTE (line 115) | SLJIT_API_FUNC_ATTRIBUTE sljit_uw* sljit_serialize_compiler(struct sljit... function sljit_compiler (line 288) | sljit_compiler *sljit_deserialize_compiler(sljit_uw* buffer, sljit_uw size, FILE: ext/pcre/pcre2lib/sljit/sljitUtils.c function SLJIT_INLINE (line 48) | static SLJIT_INLINE void allocator_grab_lock(void) function SLJIT_INLINE (line 100) | static SLJIT_INLINE int open_dev_zero(void) function SLJIT_INLINE (line 113) | static SLJIT_INLINE int open_dev_zero(void) function SLJIT_INLINE (line 134) | static SLJIT_INLINE sljit_uw get_page_alignment(void) { function SLJIT_INLINE (line 148) | static SLJIT_INLINE sljit_uw get_page_alignment(void) { type sljit_stack (line 185) | struct sljit_stack type sljit_stack (line 185) | struct sljit_stack function SLJIT_FUNC (line 202) | SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_d... function SLJIT_API_FUNC_ATTRIBUTE (line 209) | SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct ... function SLJIT_FUNC (line 221) | SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_d... function SLJIT_FUNC (line 230) | SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocator_d... type sljit_stack (line 250) | struct sljit_stack type sljit_stack (line 250) | struct sljit_stack function SLJIT_API_FUNC_ATTRIBUTE (line 296) | SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct ... FILE: ext/pcre/php_pcre.c type _pcre_cache_entry (line 50) | struct _pcre_cache_entry { function php_pcre_free_char_table (line 101) | static void php_pcre_free_char_table(zval *data) function pcre_handle_exec_error (line 107) | static void pcre_handle_exec_error(int pcre_code) /* {{{ */ function php_free_pcre_cache (line 170) | static void php_free_pcre_cache(zval *data) /* {{{ */ function php_pcre_free (line 187) | static void php_pcre_free(void *block, void *data) function php_pcre_efree (line 197) | static void php_pcre_efree(void *block, void *data) function php_pcre_init_pcre2 (line 211) | static void php_pcre_init_pcre2(uint8_t jit) function php_pcre_shutdown_pcre2 (line 260) | static void php_pcre_shutdown_pcre2(void) function PHP_GINIT_FUNCTION (line 294) | static PHP_GINIT_FUNCTION(pcre) /* {{{ */ function PHP_GSHUTDOWN_FUNCTION (line 314) | static PHP_GSHUTDOWN_FUNCTION(pcre) /* {{{ */ function PHP_INI_MH (line 324) | static PHP_INI_MH(OnUpdateBacktrackLimit) function PHP_INI_MH (line 334) | static PHP_INI_MH(OnUpdateRecursionLimit) function PHP_INI_MH (line 345) | static PHP_INI_MH(OnUpdateJit) function PHP_MINFO_FUNCTION (line 381) | static PHP_MINFO_FUNCTION(pcre) function PHP_MINIT_FUNCTION (line 422) | static PHP_MINIT_FUNCTION(pcre) function PHP_MSHUTDOWN_FUNCTION (line 445) | static PHP_MSHUTDOWN_FUNCTION(pcre) function PHP_RINIT_FUNCTION (line 456) | static PHP_RINIT_FUNCTION(pcre) function PHP_RSHUTDOWN_FUNCTION (line 483) | static PHP_RSHUTDOWN_FUNCTION(pcre) function pcre_clean_cache (line 504) | static int pcre_clean_cache(zval *data, void *arg) function free_subpats_table (line 520) | static void free_subpats_table(zend_string **subpat_names, uint32_t num_... function zend_string (line 531) | static zend_string **make_subpats_table(uint32_t name_cnt, pcre_cache_en... function zend_string (line 557) | static zend_string **ensure_subpats_table(uint32_t name_cnt, pcre_cache_... function zend_always_inline (line 567) | static zend_always_inline size_t calculate_unit_length(pcre_cache_entry ... function PHPAPI (line 585) | PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache_ex(zend_string *r... function PHPAPI (line 885) | PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex) function PHPAPI (line 892) | PHPAPI pcre2_code *pcre_get_compiled_regex(zend_string *regex, uint32_t ... function PHPAPI (line 906) | PHPAPI pcre2_match_data *php_pcre_create_match_data(uint32_t capture_cou... function PHPAPI (line 928) | PHPAPI void php_pcre_free_match_data(pcre2_match_data *match_data) function init_unmatched_null_pair (line 937) | static void init_unmatched_null_pair(zval *pair) { function init_unmatched_empty_pair (line 944) | static void init_unmatched_empty_pair(zval *pair) { function zend_always_inline (line 951) | static zend_always_inline void populate_match_value_str( function zend_always_inline (line 956) | static zend_always_inline void populate_match_value( function add_named (line 970) | static inline void add_named( function add_offset_pair (line 987) | static inline void add_offset_pair( function populate_subpat_array (line 1034) | static void populate_subpat_array( function php_do_pcre_match (line 1103) | static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, bool global)... function zend_always_inline (line 1139) | static zend_always_inline bool is_known_valid_utf8( function PHPAPI (line 1156) | PHPAPI void php_pcre_match_impl(pcre_cache_entry *pce, zend_string *subj... function PHP_FUNCTION (line 1475) | PHP_FUNCTION(preg_match) function PHP_FUNCTION (line 1506) | PHP_FUNCTION(preg_match_all) function preg_get_backref (line 1513) | static int preg_get_backref(char **str, int *backref) function zend_string (line 1551) | static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_i... function PHPAPI (line 1586) | PHPAPI zend_string *php_pcre_replace(zend_string *regex, function PHPAPI (line 1614) | PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_st... function zend_string (line 1855) | static zend_string *php_pcre_replace_func_impl(pcre_cache_entry *pce, ze... function zend_always_inline (line 2057) | static zend_always_inline zend_string *php_pcre_replace_func(zend_string... function zend_string (line 2080) | static zend_string *php_pcre_replace_array(HashTable *regex, function zend_always_inline (line 2156) | static zend_always_inline zend_string *php_replace_in_subject( function zend_string (line 2177) | static zend_string *php_replace_in_subject_func(zend_string *regex_str, ... function preg_replace_func_impl (line 2219) | static size_t preg_replace_func_impl(zval *return_value, function _preg_replace_common (line 2271) | static void _preg_replace_common( function preg_replace_common (line 2347) | static void preg_replace_common(INTERNAL_FUNCTION_PARAMETERS, bool is_fi... function PHP_FUNCTION (line 2528) | PHP_FUNCTION(preg_filter) function PHP_FUNCTION (line 2535) | PHP_FUNCTION(preg_split) function PHPAPI (line 2564) | PHPAPI void php_pcre_split_impl(pcre_cache_entry *pce, zend_string *subj... function PHP_FUNCTION (line 2759) | PHP_FUNCTION(preg_quote) function PHP_FUNCTION (line 2895) | PHP_FUNCTION(preg_grep) function PHPAPI (line 2921) | PHPAPI void php_pcre_grep_impl(pcre_cache_entry *pce, zval *input, zval... function PHP_FUNCTION (line 3012) | PHP_FUNCTION(preg_last_error) function PHP_FUNCTION (line 3021) | PHP_FUNCTION(preg_last_error_msg) function PHPAPI (line 3054) | PHPAPI pcre2_match_context *php_pcre_mctx(void) function PHPAPI (line 3059) | PHPAPI pcre2_general_context *php_pcre_gctx(void) function PHPAPI (line 3064) | PHPAPI pcre2_compile_context *php_pcre_cctx(void) function PHPAPI (line 3069) | PHPAPI void php_pcre_pce_incref(pcre_cache_entry *pce) function PHPAPI (line 3075) | PHPAPI void php_pcre_pce_decref(pcre_cache_entry *pce) function PHPAPI (line 3082) | PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *pce) FILE: ext/pcre/php_pcre.h type pcre_cache_entry (line 37) | typedef struct _pcre_cache_entry pcre_cache_entry; type php_pcre_error_code (line 39) | typedef enum { FILE: ext/pcre/php_pcre.stub.php function preg_match (line 105) | function preg_match(string $pattern, string $subject, &$matches = null, ... function preg_match_all (line 108) | function preg_match_all(string $pattern, string $subject, &$matches = nu... function preg_replace (line 115) | function preg_replace(string|array $pattern, string|array $replacement, ... function preg_filter (line 121) | function preg_filter(string|array $pattern, string|array $replacement, s... function preg_replace_callback (line 127) | function preg_replace_callback(string|array $pattern, callable $callback... function preg_replace_callback_array (line 130) | function preg_replace_callback_array(array $pattern, string|array $subje... function preg_split (line 136) | function preg_split(string $pattern, string $subject, int $limit = -1, i... function preg_quote (line 139) | function preg_quote(string $str, ?string $delimiter = null): string {} function preg_grep (line 142) | function preg_grep(string $pattern, array $array, int $flags = 0): array... function preg_last_error (line 144) | function preg_last_error(): int {} function preg_last_error_msg (line 146) | function preg_last_error_msg(): string {} FILE: ext/pcre/php_pcre_arginfo.h function register_php_pcre_symbols (line 105) | static void register_php_pcre_symbols(int module_number) FILE: ext/pdo/pdo.c function php_pdo_list_entry (line 50) | int php_pdo_list_entry(void) /* {{{ */ function PDO_API (line 56) | PDO_API zend_class_entry *php_pdo_get_dbh_ce(void) /* {{{ */ function PDO_API (line 62) | PDO_API zend_class_entry *php_pdo_get_exception(void) /* {{{ */ function PHP_FUNCTION (line 69) | PHP_FUNCTION(pdo_drivers) function PDO_API (line 113) | PDO_API zend_result php_pdo_register_driver(const pdo_driver_t *driver) ... function PDO_API (line 129) | PDO_API void php_pdo_unregister_driver(const pdo_driver_t *driver) /* {{... function PDO_API (line 140) | PDO_API zend_result php_pdo_register_driver_specific_ce(const pdo_driver... function pdo_driver_t (line 151) | pdo_driver_t *pdo_find_driver(const char *name, int namelen) /* {{{ */ function PDO_API (line 157) | PDO_API int php_pdo_parse_data_source(const char *data_source, zend_ulon... function PHP_MINIT_FUNCTION (line 259) | PHP_MINIT_FUNCTION(pdo) function PHP_MSHUTDOWN_FUNCTION (line 279) | PHP_MSHUTDOWN_FUNCTION(pdo) function PHP_MINFO_FUNCTION (line 289) | PHP_MINFO_FUNCTION(pdo) FILE: ext/pdo/pdo.stub.php class PDOException (line 5) | class PDOException extends RuntimeException function pdo_drivers (line 16) | function pdo_drivers(): array {} FILE: ext/pdo/pdo_arginfo.h function zend_class_entry (line 14) | static zend_class_entry *register_class_PDOException(zend_class_entry *c... FILE: ext/pdo/pdo_dbh.c function pdo_throw_exception (line 41) | void pdo_throw_exception(unsigned int driver_errcode, char *driver_errms... function pdo_raise_impl_error (line 68) | void pdo_raise_impl_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, pdo_error_ty... function PDO_API (line 128) | PDO_API void pdo_handle_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt) /* {{{ */ function create_driver_specific_pdo_object (line 222) | static bool create_driver_specific_pdo_object(pdo_driver_t *driver, zend... function PDO_API (line 301) | PDO_API void php_pdo_internal_construct_driver(INTERNAL_FUNCTION_PARAMET... function zval (line 543) | static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_cla... function pdo_stmt_construct (line 564) | static void pdo_stmt_construct(pdo_stmt_t *stmt, zval *object, zend_clas... function pdo_is_in_transaction (line 676) | static bool pdo_is_in_transaction(pdo_dbh_t *dbh) { function PDO_API (line 774) | PDO_API bool pdo_get_long_param(zend_long *lval, zval *value) function PDO_API (line 792) | PDO_API bool pdo_get_bool_param(bool *bval, zval *value) function pdo_dbh_attribute_set (line 812) | static bool pdo_dbh_attribute_set(pdo_dbh_t *dbh, zend_long attr, zval *... function cls_method_dtor (line 1308) | static void cls_method_dtor(zval *el) /* {{{ */ { function cls_method_pdtor (line 1320) | static void cls_method_pdtor(zval *el) /* {{{ */ { function pdo_hash_methods (line 1333) | bool pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) function zend_function (line 1405) | static zend_function *dbh_method_get(zend_object **object, zend_string *... function HashTable (line 1431) | static HashTable *dbh_get_gc(zend_object *object, zval **gc_data, int *g... function pdo_dbh_init (line 1447) | void pdo_dbh_init(int module_number) function dbh_free (line 1462) | static void dbh_free(pdo_dbh_t *dbh, bool free_persistent) function pdo_dbh_free_storage (line 1512) | static void pdo_dbh_free_storage(zend_object *std) function zend_object (line 1533) | zend_object *pdo_dbh_new(zend_class_entry *ce) function ZEND_RSRC_DTOR_FUNC (line 1550) | ZEND_RSRC_DTOR_FUNC(php_pdo_pdbh_dtor) /* {{{ */ FILE: ext/pdo/pdo_dbh.stub.php class PDO (line 6) | class PDO method __construct (line 167) | public function __construct(string $dsn, ?string $username = null, #[\... method connect (line 169) | public static function connect( method beginTransaction (line 177) | public function beginTransaction(): bool {} method commit (line 180) | public function commit(): bool {} method errorCode (line 183) | public function errorCode(): ?string {} method errorInfo (line 186) | public function errorInfo(): array {} method exec (line 189) | public function exec(string $statement): int|false {} method getAttribute (line 192) | public function getAttribute(int $attribute): mixed {} method getAvailableDrivers (line 195) | public static function getAvailableDrivers(): array {} method inTransaction (line 198) | public function inTransaction(): bool {} method lastInsertId (line 201) | public function lastInsertId(?string $name = null): string|false {} method prepare (line 204) | public function prepare(string $query, array $options = []): PDOStatem... method query (line 207) | public function query(string $query, ?int $fetchMode = null, mixed ...... method quote (line 210) | public function quote(string $string, int $type = PDO::PARAM_STR): str... method rollBack (line 213) | public function rollBack(): bool {} method setAttribute (line 216) | public function setAttribute(int $attribute, mixed $value): bool {} FILE: ext/pdo/pdo_dbh_arginfo.h function zend_class_entry (line 105) | static zend_class_entry *register_class_PDO(void) FILE: ext/pdo/pdo_sqlstate.c type pdo_sqlstate_info (line 33) | struct pdo_sqlstate_info { type pdo_sqlstate_info (line 40) | struct pdo_sqlstate_info function pdo_sqlstate_fini_error_table (line 309) | void pdo_sqlstate_fini_error_table(void) function pdo_sqlstate_init_error_table (line 314) | void pdo_sqlstate_init_error_table(void) type pdo_sqlstate_info (line 330) | struct pdo_sqlstate_info FILE: ext/pdo/pdo_stmt.c function rewrite_name_to_position (line 44) | static inline bool rewrite_name_to_position(pdo_stmt_t *stmt, struct pdo... function dispatch_param_event (line 93) | static bool dispatch_param_event(pdo_stmt_t *stmt, enum pdo_param_event ... function pdo_stmt_describe_columns (line 128) | bool pdo_stmt_describe_columns(pdo_stmt_t *stmt) /* {{{ */ function pdo_stmt_reset_columns (line 175) | static void pdo_stmt_reset_columns(pdo_stmt_t *stmt) { function PDO_API (line 195) | PDO_API void php_pdo_stmt_set_column_count(pdo_stmt_t *stmt, int new_count) function get_lazy_object (line 214) | static void get_lazy_object(pdo_stmt_t *stmt, zval *return_value) /* {{{ */ function param_dtor (line 228) | static void param_dtor(zval *el) /* {{{ */ function really_register_bound_param (line 252) | static bool really_register_bound_param(struct pdo_bound_param_data *par... type pdo_bound_param_data (line 400) | struct pdo_bound_param_data function fetch_value (line 487) | static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, ... function do_fetch_common (line 567) | static bool do_fetch_common(pdo_stmt_t *stmt, enum pdo_fetch_orientation... function do_fetch_class_prepare (line 618) | static bool do_fetch_class_prepare(pdo_stmt_t *stmt) /* {{{ */ function make_callable_ex (line 651) | static bool make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcal... function do_fetch_func_prepare (line 676) | static bool do_fetch_func_prepare(pdo_stmt_t *stmt) /* {{{ */ function do_fetch_opt_finish (line 690) | static void do_fetch_opt_finish(pdo_stmt_t *stmt, int free_ctor_agrs) /*... function do_fetch (line 718) | static bool do_fetch(pdo_stmt_t *stmt, zval *return_value, enum pdo_fetc... function pdo_stmt_verify_mode (line 1092) | static bool pdo_stmt_verify_mode(pdo_stmt_t *stmt, zend_long mode, uint3... function Z_PARAM_OPTIONAL (line 1183) | Z_PARAM_OPTIONAL function register_bound_param (line 1421) | static void register_bound_param(INTERNAL_FUNCTION_PARAMETERS, int is_pa... type pdo_bound_param_data (line 1474) | struct pdo_bound_param_data function generic_stmt_attr_get (line 1617) | static bool generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, ... type pdo_column_data (line 1680) | struct pdo_column_data function pdo_stmt_setup_fetch_mode (line 1713) | bool pdo_stmt_setup_fetch_mode(pdo_stmt_t *stmt, zend_long mode, uint32_... function pdo_stmt_do_next_rowset (line 1891) | static bool pdo_stmt_do_next_rowset(pdo_stmt_t *stmt) type pdo_bound_param_data (line 1968) | struct pdo_bound_param_data function zval (line 2033) | static zval *dbstmt_prop_write(zend_object *object, zend_string *name, z... function dbstmt_prop_delete (line 2045) | static void dbstmt_prop_delete(zend_object *object, zend_string *name, v... function zend_function (line 2054) | static zend_function *dbstmt_method_get(zend_object **object_pp, zend_st... function HashTable (line 2092) | static HashTable *dbstmt_get_gc(zend_object *object, zval **gc_data, int... function PDO_API (line 2115) | PDO_API void php_pdo_free_statement(pdo_stmt_t *stmt) function pdo_dbstmt_free_storage (line 2158) | void pdo_dbstmt_free_storage(zend_object *std) function zend_object (line 2164) | zend_object *pdo_dbstmt_new(zend_class_entry *ce) type php_pdo_iterator (line 2178) | struct php_pdo_iterator { function pdo_stmt_iter_dtor (line 2184) | static void pdo_stmt_iter_dtor(zend_object_iterator *iter) function zend_result (line 2195) | static zend_result pdo_stmt_iter_valid(zend_object_iterator *iter) function zval (line 2202) | static zval *pdo_stmt_iter_get_data(zend_object_iterator *iter) function pdo_stmt_iter_get_key (line 2214) | static void pdo_stmt_iter_get_key(zend_object_iterator *iter, zval *key) function pdo_stmt_iter_move_forwards (line 2225) | static void pdo_stmt_iter_move_forwards(zend_object_iterator *iter) function zend_object_iterator (line 2258) | zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *obje... function zval (line 2290) | static zval *row_read_column_name(pdo_stmt_t *stmt, zend_string *name, z... function zval (line 2302) | static zval *row_read_column_number(pdo_stmt_t *stmt, zend_long column, ... function zval (line 2311) | static zval *row_prop_read(zend_object *object, zend_string *name, int t... function zval (line 2343) | static zval *row_dim_read(zend_object *object, zval *offset, int type, z... function zval (line 2370) | static zval *row_prop_write(zend_object *object, zend_string *name, zval... function row_dim_write (line 2376) | static void row_dim_write(zend_object *object, zval *member, zval *value) function row_prop_exists (line 2386) | static int row_prop_exists(zend_object *object, zend_string *name, int c... function row_dim_exists (line 2413) | static int row_dim_exists(zend_object *object, zval *offset, int check_e... function row_prop_delete (line 2445) | static void row_prop_delete(zend_object *object, zend_string *offset, vo... function row_dim_delete (line 2450) | static void row_dim_delete(zend_object *object, zval *offset) function HashTable (line 2455) | static HashTable *row_get_properties_for(zend_object *object, zend_prop_... function zend_function (line 2481) | static zend_function *row_get_ctor(zend_object *object) function zval (line 2487) | static zval *pdo_row_get_property_ptr_ptr(zend_object *object, zend_stri... function pdo_row_free_storage (line 2499) | void pdo_row_free_storage(zend_object *std) function zend_object (line 2509) | zend_object *pdo_row_new(zend_class_entry *ce) function pdo_stmt_init (line 2517) | void pdo_stmt_init(void) FILE: ext/pdo/pdo_stmt.stub.php class PDOStatement (line 6) | class PDOStatement implements IteratorAggregate method bindColumn (line 11) | public function bindColumn(string|int $column, mixed &$var, int $type ... method bindParam (line 14) | public function bindParam(string|int $param, mixed &$var, int $type = ... method bindValue (line 17) | public function bindValue(string|int $param, mixed $value, int $type =... method closeCursor (line 20) | public function closeCursor(): bool {} method columnCount (line 23) | public function columnCount(): int {} method debugDumpParams (line 26) | public function debugDumpParams(): ?bool {} method errorCode (line 29) | public function errorCode(): ?string {} method errorInfo (line 32) | public function errorInfo(): array {} method execute (line 35) | public function execute(?array $params = null): bool {} method fetch (line 38) | public function fetch(int $mode = PDO::FETCH_DEFAULT, int $cursorOrien... method fetchAll (line 41) | public function fetchAll(int $mode = PDO::FETCH_DEFAULT, mixed ...$arg... method fetchColumn (line 44) | public function fetchColumn(int $column = 0): mixed {} method fetchObject (line 47) | public function fetchObject(?string $class = "stdClass", array $constr... method getAttribute (line 50) | public function getAttribute(int $name): mixed {} method getColumnMeta (line 53) | public function getColumnMeta(int $column): array|false {} method nextRowset (line 56) | public function nextRowset(): bool {} method rowCount (line 59) | public function rowCount(): int {} method setAttribute (line 62) | public function setAttribute(int $attribute, mixed $value): bool {} method setFetchMode (line 65) | public function setFetchMode(int $mode, mixed ...$args): true {} method getIterator (line 67) | public function getIterator(): Iterator {} class PDORow (line 71) | final class PDORow FILE: ext/pdo/pdo_stmt_arginfo.h function zend_class_entry (line 135) | static zend_class_entry *register_class_PDOStatement(zend_class_entry *c... function zend_class_entry (line 152) | static zend_class_entry *register_class_PDORow(void) FILE: ext/pdo/php_pdo_driver.h type pdo_dbh_t (line 23) | typedef struct _pdo_dbh_t pdo_dbh_t; type pdo_dbh_object_t (line 24) | typedef struct _pdo_dbh_object_t pdo_dbh_object_t; type pdo_stmt_t (line 25) | typedef struct _pdo_stmt_t pdo_stmt_t; type pdo_row_t (line 26) | typedef struct _pdo_row_t pdo_row_t; type pdo_scanner_t (line 27) | typedef struct _pdo_scanner_t pdo_scanner_t; type pdo_bound_param_data (line 28) | struct pdo_bound_param_data type pdo_param_type (line 40) | enum pdo_param_type { type pdo_fetch_type (line 66) | enum pdo_fetch_type { type pdo_fetch_orientation (line 91) | enum pdo_fetch_orientation { type pdo_attribute_type (line 100) | enum pdo_attribute_type { type pdo_cursor_type (line 130) | enum pdo_cursor_type { type pdo_error_mode (line 157) | enum pdo_error_mode { type pdo_case_conversion (line 163) | enum pdo_case_conversion { type pdo_null_handling (line 170) | enum pdo_null_handling { function zend_long (line 177) | static inline zend_long pdo_attr_lval(zval *options, unsigned option_nam... function zend_string (line 186) | static inline zend_string *pdo_attr_strval(zval *options, unsigned optio... type pdo_driver_t (line 199) | typedef struct { type zend_long (line 230) | typedef zend_long (*pdo_dbh_do_func)(pdo_dbh_t *dbh, const zend_string *... type zend_string (line 233) | typedef zend_string* (*pdo_dbh_quote_func)(pdo_dbh_t *dbh, const zend_st... type zend_string (line 245) | typedef zend_string *(*pdo_dbh_last_id_func)(pdo_dbh_t *dbh, const zend_... type zend_result (line 268) | typedef zend_result (*pdo_dbh_check_liveness_func)(pdo_dbh_t *dbh); type zend_function_entry (line 294) | typedef const zend_function_entry *(*pdo_dbh_get_driver_methods_func)(pd... type pdo_dbh_methods (line 296) | struct pdo_dbh_methods { type pdo_fetch_orientation (line 331) | enum pdo_fetch_orientation type pdo_param_type (line 343) | enum pdo_param_type type pdo_param_event (line 346) | enum pdo_param_event { type pdo_bound_param_data (line 356) | struct pdo_bound_param_data type pdo_param_event (line 356) | enum pdo_param_event type pdo_stmt_methods (line 406) | struct pdo_stmt_methods { type pdo_placeholder_support (line 422) | enum pdo_placeholder_support { type _pdo_dbh_t (line 428) | struct _pdo_dbh_t { type _pdo_dbh_object_t (line 509) | struct _pdo_dbh_object_t { function pdo_dbh_t (line 519) | static inline pdo_dbh_t *php_pdo_dbh_fetch_inner(zend_object *obj) { function pdo_dbh_object_t (line 523) | static inline pdo_dbh_object_t *php_pdo_dbh_fetch_object(zend_object *ob... type pdo_column_data (line 531) | struct pdo_column_data { type pdo_bound_param_data (line 538) | struct pdo_bound_param_data { type _pdo_stmt_t (line 558) | struct _pdo_stmt_t { function pdo_stmt_t (line 644) | static inline pdo_stmt_t *php_pdo_stmt_fetch_object(zend_object *obj) { type _pdo_row_t (line 650) | struct _pdo_row_t { type _pdo_scanner_t (line 655) | struct _pdo_scanner_t { type pdo_data_src_parser (line 673) | struct pdo_data_src_parser { type pdo_data_src_parser (line 680) | struct pdo_data_src_parser FILE: ext/pdo_mysql/mysql_driver.c function _pdo_mysql_error (line 42) | int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file,... function pdo_mysql_fetch_error_func (line 124) | static void pdo_mysql_fetch_error_func(pdo_dbh_t *dbh, pdo_stmt_t *stmt,... function mysql_handle_closer (line 148) | static void mysql_handle_closer(pdo_dbh_t *dbh) function mysql_handle_preparer (line 170) | static bool mysql_handle_preparer(pdo_dbh_t *dbh, zend_string *sql, pdo_... function zend_long (line 258) | static zend_long mysql_handle_doer(pdo_dbh_t *dbh, const zend_string *sql) function zend_string (line 294) | static zend_string *pdo_mysql_last_insert_id(pdo_dbh_t *dbh, const zend_... function zend_string (line 308) | static zend_string* mysql_handle_quoter(pdo_dbh_t *dbh, const zend_strin... function mysql_handle_begin (line 364) | static bool mysql_handle_begin(pdo_dbh_t *dbh) function mysql_handle_commit (line 380) | static bool mysql_handle_commit(pdo_dbh_t *dbh) function mysql_handle_rollback (line 393) | static bool mysql_handle_rollback(pdo_dbh_t *dbh) function mysql_handle_autocommit (line 406) | static inline int mysql_handle_autocommit(pdo_dbh_t *dbh) function pdo_mysql_set_attribute (line 420) | static bool pdo_mysql_set_attribute(pdo_dbh_t *dbh, zend_long attr, zval... function zend_result (line 603) | static zend_result pdo_mysql_check_liveness(pdo_dbh_t *dbh) function pdo_mysql_request_shutdown (line 618) | static void pdo_mysql_request_shutdown(pdo_dbh_t *dbh) function pdo_mysql_in_transaction (line 639) | static bool pdo_mysql_in_transaction(pdo_dbh_t *dbh) type pdo_dbh_methods (line 648) | struct pdo_dbh_methods type pdo_data_src_parser (line 684) | struct pdo_data_src_parser FILE: ext/pdo_mysql/mysql_sql_parser.c function pdo_mysql_scanner (line 23) | int pdo_mysql_scanner(pdo_scanner_t *s) FILE: ext/pdo_mysql/mysql_statement.c function pdo_mysql_free_result (line 37) | static void pdo_mysql_free_result(pdo_mysql_stmt *S) function pdo_mysql_stmt_dtor (line 69) | static int pdo_mysql_stmt_dtor(pdo_stmt_t *stmt) /* {{{ */ function pdo_mysql_stmt_set_row_count (line 119) | static void pdo_mysql_stmt_set_row_count(pdo_stmt_t *stmt) /* {{{ */ function pdo_mysql_fill_stmt_from_result (line 129) | static int pdo_mysql_fill_stmt_from_result(pdo_stmt_t *stmt) /* {{{ */ function pdo_mysql_stmt_after_execute_prepared (line 162) | static bool pdo_mysql_stmt_after_execute_prepared(pdo_stmt_t *stmt) { function pdo_mysql_stmt_execute_prepared_libmysql (line 265) | static int pdo_mysql_stmt_execute_prepared_libmysql(pdo_stmt_t *stmt) /*... function pdo_mysql_stmt_execute_prepared_mysqlnd (line 290) | static int pdo_mysql_stmt_execute_prepared_mysqlnd(pdo_stmt_t *stmt) /* ... function pdo_mysql_stmt_execute (line 306) | static int pdo_mysql_stmt_execute(pdo_stmt_t *stmt) /* {{{ */ function pdo_mysql_stmt_next_rowset (line 339) | static int pdo_mysql_stmt_next_rowset(pdo_stmt_t *stmt) /* {{{ */ function pdo_mysql_stmt_param_hook (line 385) | static int pdo_mysql_stmt_param_hook(pdo_stmt_t *stmt, struct pdo_bound_... function pdo_mysql_stmt_fetch (line 551) | static int pdo_mysql_stmt_fetch(pdo_stmt_t *stmt, enum pdo_fetch_orienta... function pdo_mysql_stmt_describe (line 626) | static int pdo_mysql_stmt_describe(pdo_stmt_t *stmt, int colno) /* {{{ */ function pdo_mysql_stmt_get_col (line 668) | static int pdo_mysql_stmt_get_col( function PDO_MYSQL_NATIVE_TYPE_NAME (line 721) | PDO_MYSQL_NATIVE_TYPE_NAME(STRING) type pdo_param_type (line 810) | enum pdo_param_type function pdo_mysql_stmt_cursor_closer (line 835) | static int pdo_mysql_stmt_cursor_closer(pdo_stmt_t *stmt) /* {{{ */ type pdo_stmt_methods (line 863) | struct pdo_stmt_methods FILE: ext/pdo_mysql/pdo_mysql.c function MYSQLND (line 64) | static MYSQLND * pdo_mysql_convert_zv_to_mysqlnd(zval * zv) function PHP_MINIT_FUNCTION (line 116) | static PHP_MINIT_FUNCTION(pdo_mysql) function PHP_MSHUTDOWN_FUNCTION (line 164) | static PHP_MSHUTDOWN_FUNCTION(pdo_mysql) function PHP_MINFO_FUNCTION (line 176) | static PHP_MINFO_FUNCTION(pdo_mysql) function PHP_RINIT_FUNCTION (line 194) | static PHP_RINIT_FUNCTION(pdo_mysql) function PHP_RSHUTDOWN_FUNCTION (line 210) | static PHP_RSHUTDOWN_FUNCTION(pdo_mysql) function PHP_GINIT_FUNCTION (line 226) | static PHP_GINIT_FUNCTION(pdo_mysql) FILE: ext/pdo_mysql/pdo_mysql.stub.php class Mysql (line 11) | class Mysql extends \PDO method getWarningCount (line 76) | public function getWarningCount(): int {} FILE: ext/pdo_mysql/pdo_mysql_arginfo.h function zend_class_entry (line 14) | static zend_class_entry *register_class_Pdo_Mysql(zend_class_entry *clas... FILE: ext/pdo_mysql/php_pdo_mysql_int.h type _Bool (line 31) | typedef _Bool my_bool; function PDO_DBG_INF (line 55) | static inline void PDO_DBG_INF(char *msg) {} function PDO_DBG_ERR (line 56) | static inline void PDO_DBG_ERR(char *msg) {} function PDO_DBG_INF_FMT (line 57) | static inline void PDO_DBG_INF_FMT(char *format, ...) {} function PDO_DBG_ERR_FMT (line 58) | static inline void PDO_DBG_ERR_FMT(char *format, ...) {} function PDO_DBG_ENTER (line 59) | static inline void PDO_DBG_ENTER(char *func_name) {} type pdo_mysql_error_info (line 93) | typedef struct { type pdo_mysql_db_handle (line 101) | typedef struct { type pdo_mysql_column (line 117) | typedef struct { type pdo_mysql_stmt (line 121) | typedef struct { type pdo_stmt_methods (line 158) | struct pdo_stmt_methods FILE: ext/phar/dirstream.c function phar_dir_close (line 41) | static int phar_dir_close(php_stream *stream, int close_handle) /* {{{ */ function phar_dir_seek (line 58) | static int phar_dir_seek(php_stream *stream, zend_off_t offset, int when... function phar_dir_read (line 90) | static ssize_t phar_dir_read(php_stream *stream, char *buf, size_t count... function phar_dir_write (line 122) | static ssize_t phar_dir_write(php_stream *stream, const char *buf, size_... function phar_dir_flush (line 131) | static int phar_dir_flush(php_stream *stream) /* {{{ */ function phar_add_empty (line 143) | static int phar_add_empty(HashTable *ht, char *arKey, uint32_t nKeyLengt... function phar_compare_dir_name (line 156) | static int phar_compare_dir_name(Bucket *f, Bucket *s) /* {{{ */ function php_stream (line 169) | static php_stream *phar_make_dirstream(char *dir, HashTable *manifest) /... function php_stream (line 289) | php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const cha... function phar_wrapper_mkdir (line 396) | int phar_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url_from... function phar_wrapper_rmdir (line 527) | int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int... FILE: ext/phar/func_interceptors.c function PHP_FUNCTION (line 23) | PHP_FUNCTION(phar_opendir) /* {{{ */ function zend_string (line 90) | static zend_string* phar_get_name_for_relative_paths(zend_string *filena... function PHP_FUNCTION (line 158) | PHP_FUNCTION(phar_file_get_contents) /* {{{ */ function PHP_FUNCTION (line 235) | PHP_FUNCTION(phar_readfile) /* {{{ */ function PHP_FUNCTION (line 279) | PHP_FUNCTION(phar_fopen) /* {{{ */ function phar_fancy_stat (line 332) | static void phar_fancy_stat(zend_stat_t *stat_sb, int type, zval *return... function phar_file_stat (line 481) | static void phar_file_stat(const char *filename, size_t filename_length,... function PHP_FUNCTION (line 727) | PHP_FUNCTION(phar_is_file) /* {{{ */ function PHP_FUNCTION (line 793) | PHP_FUNCTION(phar_is_link) /* {{{ */ function phar_intercept_functions (line 866) | void phar_intercept_functions(void) function phar_release_functions (line 877) | void phar_release_functions(void) function phar_intercept_functions_init (line 891) | void phar_intercept_functions_init(void) function phar_intercept_functions_shutdown (line 928) | void phar_intercept_functions_shutdown(void) type _phar_orig_functions (line 957) | struct _phar_orig_functions { function phar_save_orig_functions (line 982) | void phar_save_orig_functions(void) /* {{{ */ function phar_restore_orig_functions (line 1009) | void phar_restore_orig_functions(void) /* {{{ */ FILE: ext/phar/phar.c function phar_set_writeable_bit (line 39) | static int phar_set_writeable_bit(zval *zv, void *argument) /* {{{ */ function ZEND_INI_MH (line 53) | ZEND_INI_MH(phar_ini_modify_handler) /* {{{ */ function phar_split_cache_list (line 93) | static void phar_split_cache_list(void) /* {{{ */ function ZEND_INI_MH (line 173) | ZEND_INI_MH(phar_ini_cache_list) /* {{{ */ function phar_destroy_phar_data (line 195) | void phar_destroy_phar_data(phar_archive_data *phar) /* {{{ */ function phar_archive_delref (line 246) | bool phar_archive_delref(phar_archive_data *phar) /* {{{ */ function destroy_phar_data_only (line 290) | static void destroy_phar_data_only(zval *zv) /* {{{ */ function phar_unalias_apply (line 303) | static int phar_unalias_apply(zval *zv, void *argument) /* {{{ */ function phar_tmpclose_apply (line 312) | static int phar_tmpclose_apply(zval *zv) /* {{{ */ function destroy_phar_data (line 332) | static void destroy_phar_data(zval *zv) /* {{{ */ function destroy_phar_manifest_entry_int (line 355) | void destroy_phar_manifest_entry_int(phar_entry_info *entry) /* {{{ */ function destroy_phar_manifest_entry (line 384) | void destroy_phar_manifest_entry(zval *zv) /* {{{ */ function phar_entry_delref (line 392) | void phar_entry_delref(phar_entry_data *idata) /* {{{ */ function phar_entry_remove (line 417) | void phar_entry_remove(phar_entry_data *idata, char **error) /* {{{ */ function zend_result (line 489) | static zend_result phar_open_parsed_phar(char *fname, size_t fname_len, ... function phar_metadata_tracker_try_ensure_has_serialized_data (line 567) | void phar_metadata_tracker_try_ensure_has_serialized_data(phar_metadata_... function zend_result (line 593) | zend_result phar_metadata_tracker_unserialize_or_copy(phar_metadata_trac... function phar_metadata_tracker_has_data (line 634) | bool phar_metadata_tracker_has_data(const phar_metadata_tracker *tracker... function phar_metadata_tracker_free (line 644) | void phar_metadata_tracker_free(phar_metadata_tracker *tracker, bool per... function phar_metadata_tracker_copy (line 666) | void phar_metadata_tracker_copy(phar_metadata_tracker *dest, const phar_... function phar_metadata_tracker_clone (line 684) | void phar_metadata_tracker_clone(phar_metadata_tracker *tracker) /* {{{ */ function phar_parse_metadata_lazy (line 702) | void phar_parse_metadata_lazy(const char *buffer, phar_metadata_tracker ... function zend_result (line 733) | static zend_result phar_parse_pharfile(php_stream *fp, char *fname, size... function zend_result (line 1310) | zend_result phar_open_or_create_filename(char *fname, size_t fname_len, ... function zend_result (line 1389) | zend_result phar_create_or_parse_filename(char *fname, size_t fname_len,... function zend_result (line 1543) | zend_result phar_open_from_filename(char *fname, size_t fname_len, char ... function zend_result (line 1629) | static zend_result phar_open_from_fp(php_stream* fp, char *fname, size_t... function zend_result (line 1812) | static zend_result phar_analyze_path(const char *fname, const char *ext,... function zend_result (line 1917) | static zend_result phar_check_str(const char *fname, const char *ext_str... function zend_result (line 1969) | zend_result phar_detect_phar_fname_ext(const char *filename, size_t file... function php_check_dots (line 2108) | static bool php_check_dots(const char *element, size_t n) /* {{{ */ function zend_result (line 2242) | zend_result phar_split_fname(const char *filename, size_t filename_len, ... function zend_result (line 2319) | zend_result phar_open_executed_filename(char *alias, size_t alias_len, c... function zend_result (line 2380) | zend_result phar_postprocess_file(phar_entry_data *idata, uint32_t crc32... function phar_set_32 (line 2461) | static inline void phar_set_32(char *buffer, uint32_t var) /* {{{ */ function phar_flush_clean_deleted_apply (line 2473) | static int phar_flush_clean_deleted_apply(zval *zv) /* {{{ */ function zend_string (line 2487) | zend_string *phar_create_default_stub(const char *index_php, const char ... function phar_flush (line 2526) | void phar_flush(phar_archive_data *phar, char **error) { function phar_flush_ex (line 2535) | void phar_flush_ex(phar_archive_data *phar, zend_string *user_stub, bool... function phar_zend_stream_reader (line 3238) | static ssize_t phar_zend_stream_reader(void *handle, char *buf, size_t l... function phar_zend_stream_fsizer (line 3244) | static size_t phar_zend_stream_fsizer(void *handle) /* {{{ */ function zend_string (line 3251) | static zend_string *phar_resolve_path(zend_string *filename) function zend_op_array (line 3260) | static zend_op_array *phar_compile_file(zend_file_handle *file_handle, i... function mime_type_dtor (line 3335) | static void mime_type_dtor(zval *zv) function PHP_GINIT_FUNCTION (line 3340) | PHP_GINIT_FUNCTION(phar) /* {{{ */ function PHP_GSHUTDOWN_FUNCTION (line 3406) | PHP_GSHUTDOWN_FUNCTION(phar) /* {{{ */ function PHP_MINIT_FUNCTION (line 3412) | PHP_MINIT_FUNCTION(phar) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 3431) | PHP_MSHUTDOWN_FUNCTION(phar) /* {{{ */ function phar_request_initialize (line 3451) | void phar_request_initialize(void) /* {{{ */ function PHP_RSHUTDOWN_FUNCTION (line 3485) | PHP_RSHUTDOWN_FUNCTION(phar) /* {{{ */ function PHP_MINFO_FUNCTION (line 3530) | PHP_MINFO_FUNCTION(phar) /* {{{ */ FILE: ext/phar/phar/phar.php function command_include (line 35) | function command_include($file) function command_autoload (line 43) | function command_autoload($classname) FILE: ext/phar/phar_internal.h type phar_entry_fp (line 97) | typedef struct _phar_entry_fp phar_entry_fp; type phar_archive_data (line 98) | typedef struct _phar_archive_data phar_archive_data; type phar_archive_object (line 166) | typedef union _phar_archive_object phar_archive_object; type phar_entry_object (line 167) | typedef union _phar_entry_object phar_entry_object; type phar_fp_type (line 172) | enum phar_fp_type { type phar_metadata_tracker (line 188) | typedef struct _phar_metadata_tracker { type phar_entry_info (line 196) | typedef struct _phar_entry_info { type _phar_archive_data (line 246) | struct _phar_archive_data { type phar_entry_fp_info (line 290) | typedef struct _phar_entry_fp_info { type _phar_entry_fp (line 296) | struct _phar_entry_fp { function php_stream (line 302) | static inline php_stream *phar_get_entrypfp(const phar_entry_info *entry) function php_stream (line 310) | static inline php_stream *phar_get_pharfp(const phar_archive_data *phar) function phar_get_fp_type (line 318) | static inline enum phar_fp_type phar_get_fp_type(const phar_entry_info *... type phar_mime_type (line 330) | typedef struct _phar_mime_type { type phar_entry_data (line 338) | typedef struct _phar_entry_data { function phar_unixify_path_separators (line 363) | static inline void phar_unixify_path_separators(char *path, size_t path_... function phar_validate_alias (line 376) | static inline bool phar_validate_alias(const char *alias, size_t alias_l... function phar_set_inode (line 383) | static inline void phar_set_inode(phar_entry_info *entry) /* {{{ */ type phar_path_check_result (line 476) | typedef enum { FILE: ext/phar/phar_object.c function phar_file_type (line 37) | static int phar_file_type(HashTable *mimes, char *file, char **mime_type... function phar_mung_server_vars (line 57) | static void phar_mung_server_vars(char *fname, char *entry, size_t entry... function phar_file_action (line 143) | static int phar_file_action(phar_archive_data *phar, phar_entry_info *in... function phar_do_403 (line 303) | static void phar_do_403(char *entry, size_t entry_len) /* {{{ */ function phar_do_404 (line 317) | static void phar_do_404(phar_archive_data *phar, char *fname, size_t fna... function phar_postprocess_ru_web (line 344) | static void phar_postprocess_ru_web(char *fname, size_t fname_len, char ... function phar_spl_foreign_dtor (line 1077) | static void phar_spl_foreign_dtor(spl_filesystem_object *object) /* {{{ */ function phar_spl_foreign_clone (line 1092) | static void phar_spl_foreign_clone(spl_filesystem_object *src, spl_files... type _phar_t (line 1384) | struct _phar_t { function phar_build (line 1393) | static int phar_build(zend_object_iterator *iter, void *puser) /* {{{ */ type _phar_t (line 1719) | struct _phar_t type _phar_t (line 1846) | struct _phar_t function zend_result (line 1933) | static zend_result phar_copy_file_contents(phar_entry_info *entry, php_s... function zend_object (line 1968) | static zend_object *phar_rename_archive(phar_archive_data **sphar, char ... function zend_object (line 2230) | static zend_object *phar_convert_to_other(phar_archive_data *source, int... function phar_set_compression (line 3149) | static int phar_set_compression(zval *zv, void *argument) /* {{{ */ function phar_test_compression (line 3166) | static int phar_test_compression(zval *zv, void *argument) /* {{{ */ function pharobj_set_compression (line 3190) | static void pharobj_set_compression(HashTable *manifest, uint32_t compre... function pharobj_cancompress (line 3196) | static int pharobj_cancompress(HashTable *manifest) /* {{{ */ function phar_add_file (line 3622) | static void phar_add_file(phar_archive_data **pphar, zend_string *file_n... function phar_mkdir (line 3724) | static void phar_mkdir(phar_archive_data **pphar, zend_string *dir_name) function zend_result (line 4044) | static zend_result serialize_metadata_or_throw(phar_metadata_tracker *tr... function zend_result (line 4145) | static zend_result phar_extract_file(bool overwrite, phar_entry_info *en... function extract_helper (line 4327) | static int extract_helper(phar_archive_data *archive, zend_string *searc... function phar_object_init (line 5128) | void phar_object_init(void) /* {{{ */ FILE: ext/phar/phar_object.stub.php class PharException (line 5) | class PharException extends Exception class Phar (line 9) | class Phar extends RecursiveDirectoryIterator implements Countable, Arra... method __construct (line 76) | public function __construct(string $filename, int $flags = FilesystemI... method __destruct (line 78) | public function __destruct() {} method addEmptyDir (line 81) | public function addEmptyDir(string $directory): void {} method addFile (line 84) | public function addFile(string $filename, ?string $localName = null): ... method addFromString (line 87) | public function addFromString(string $localName, string $contents): vo... method buildFromDirectory (line 90) | public function buildFromDirectory(string $directory, string $pattern ... method buildFromIterator (line 93) | public function buildFromIterator(Traversable $iterator, ?string $base... method compressFiles (line 96) | public function compressFiles(int $compression): void {} method decompressFiles (line 99) | public function decompressFiles(): true {} method compress (line 102) | public function compress(int $compression, ?string $extension = null):... method decompress (line 105) | public function decompress(?string $extension = null): ?Phar {} method convertToExecutable (line 108) | public function convertToExecutable(?int $format = null, ?int $compres... method convertToData (line 111) | public function convertToData(?int $format = null, ?int $compression =... method copy (line 114) | public function copy(string $from, string $to): true {} method count (line 117) | public function count(int $mode = COUNT_NORMAL): int {} method delete (line 120) | public function delete(string $localName): true {} method delMetadata (line 123) | public function delMetadata(): true {} method extractTo (line 126) | public function extractTo(string $directory, array|string|null $files ... method getAlias (line 129) | public function getAlias(): ?string {} method getPath (line 132) | public function getPath(): string {} method getMetadata (line 135) | public function getMetadata(array $unserializeOptions = []): mixed {} method getModified (line 138) | public function getModified(): bool {} method getSignature (line 141) | public function getSignature(): array|false {} method getStub (line 144) | public function getStub(): string {} method getVersion (line 147) | public function getVersion(): string {} method hasMetadata (line 150) | public function hasMetadata(): bool {} method isBuffering (line 153) | public function isBuffering(): bool {} method isCompressed (line 156) | public function isCompressed(): int|false {} method isFileFormat (line 159) | public function isFileFormat(int $format): bool {} method isWritable (line 162) | public function isWritable(): bool {} method offsetExists (line 168) | public function offsetExists($localName): bool {} method offsetGet (line 174) | public function offsetGet($localName): SplFileInfo {} method offsetSet (line 181) | public function offsetSet($localName, $value): void {} method offsetUnset (line 187) | public function offsetUnset($localName): void {} method setAlias (line 190) | public function setAlias(string $alias): true {} method setDefaultStub (line 193) | public function setDefaultStub(?string $index = null, ?string $webInde... method setMetadata (line 196) | public function setMetadata(mixed $metadata): void {} method setSignatureAlgorithm (line 199) | public function setSignatureAlgorithm(int $algo, ?string $privateKey =... method setStub (line 205) | public function setStub($stub, int $length = UNKNOWN): true {} method startBuffering (line 208) | public function startBuffering(): void {} method stopBuffering (line 211) | public function stopBuffering(): void {} method apiVersion (line 213) | final public static function apiVersion(): string {} method canCompress (line 215) | final public static function canCompress(int $compression = 0): bool {} method canWrite (line 217) | final public static function canWrite(): bool {} method createDefaultStub (line 219) | final public static function createDefaultStub(?string $index = null, ... method getSupportedCompression (line 221) | final public static function getSupportedCompression(): array {} method getSupportedSignatures (line 223) | final public static function getSupportedSignatures(): array {} method interceptFileFuncs (line 225) | final public static function interceptFileFuncs(): void {} method isValidPharFilename (line 227) | final public static function isValidPharFilename(string $filename, boo... method loadPhar (line 229) | final public static function loadPhar(string $filename, ?string $alias... method mapPhar (line 231) | final public static function mapPhar(?string $alias = null, int $offse... method running (line 233) | final public static function running(bool $returnPhar = true): string {} method mount (line 235) | final public static function mount(string $pharPath, string $externalP... method mungServer (line 237) | final public static function mungServer(array $variables): void {} method unlinkArchive (line 239) | final public static function unlinkArchive(string $filename): true {} method webPhar (line 241) | final public static function webPhar( class PharData (line 246) | class PharData extends RecursiveDirectoryIterator implements Countable, ... method __construct (line 249) | public function __construct(string $filename, int $flags = FilesystemI... method __destruct (line 252) | public function __destruct() {} method addEmptyDir (line 258) | public function addEmptyDir(string $directory): void {} method addFile (line 264) | public function addFile(string $filename, ?string $localName = null): ... method addFromString (line 270) | public function addFromString(string $localName, string $contents): vo... method buildFromDirectory (line 276) | public function buildFromDirectory(string $directory, string $pattern ... method buildFromIterator (line 282) | public function buildFromIterator(Traversable $iterator, ?string $base... method compressFiles (line 288) | public function compressFiles(int $compression): void {} method decompressFiles (line 294) | public function decompressFiles(): true {} method compress (line 300) | public function compress(int $compression, ?string $extension = null):... method decompress (line 306) | public function decompress(?string $extension = null): ?PharData {} method convertToExecutable (line 312) | public function convertToExecutable(?int $format = null, ?int $compres... method convertToData (line 318) | public function convertToData(?int $format = null, ?int $compression =... method copy (line 324) | public function copy(string $from, string $to): true {} method count (line 330) | public function count(int $mode = COUNT_NORMAL): int {} method delete (line 336) | public function delete(string $localName): true {} method delMetadata (line 342) | public function delMetadata(): true {} method extractTo (line 348) | public function extractTo(string $directory, array|string|null $files ... method getAlias (line 354) | public function getAlias(): ?string {} method getPath (line 360) | public function getPath(): string {} method getMetadata (line 366) | public function getMetadata(array $unserializeOptions = []): mixed {} method getModified (line 372) | public function getModified(): bool {} method getSignature (line 378) | public function getSignature(): array|false {} method getStub (line 384) | public function getStub(): string {} method getVersion (line 390) | public function getVersion(): string {} method hasMetadata (line 396) | public function hasMetadata(): bool {} method isBuffering (line 402) | public function isBuffering(): bool {} method isCompressed (line 408) | public function isCompressed(): int|false {} method isFileFormat (line 414) | public function isFileFormat(int $format): bool {} method isWritable (line 420) | public function isWritable(): bool {} method offsetExists (line 427) | public function offsetExists($localName): bool {} method offsetGet (line 434) | public function offsetGet($localName): SplFileInfo {} method offsetSet (line 442) | public function offsetSet($localName, $value): void {} method offsetUnset (line 449) | public function offsetUnset($localName): void {} method setAlias (line 455) | public function setAlias(string $alias): bool {} method setDefaultStub (line 461) | public function setDefaultStub(?string $index = null, ?string $webInde... method setMetadata (line 467) | public function setMetadata(mixed $metadata): void {} method setSignatureAlgorithm (line 473) | public function setSignatureAlgorithm(int $algo, ?string $privateKey =... method setStub (line 479) | public function setStub($stub, int $length = UNKNOWN): true {} method startBuffering (line 485) | public function startBuffering(): void {} method stopBuffering (line 491) | public function stopBuffering(): void {} method apiVersion (line 494) | final public static function apiVersion(): string {} method canCompress (line 497) | final public static function canCompress(int $compression = 0): bool {} method canWrite (line 500) | final public static function canWrite(): bool {} method createDefaultStub (line 503) | final public static function createDefaultStub(?string $index = null, ... method getSupportedCompression (line 506) | final public static function getSupportedCompression(): array {} method getSupportedSignatures (line 509) | final public static function getSupportedSignatures(): array {} method interceptFileFuncs (line 512) | final public static function interceptFileFuncs(): void {} method isValidPharFilename (line 515) | final public static function isValidPharFilename(string $filename, boo... method loadPhar (line 518) | final public static function loadPhar(string $filename, ?string $alias... method mapPhar (line 521) | final public static function mapPhar(?string $alias = null, int $offse... method running (line 524) | final public static function running(bool $returnPhar = true): string {} method mount (line 527) | final public static function mount(string $pharPath, string $externalP... method mungServer (line 530) | final public static function mungServer(array $variables): void {} method unlinkArchive (line 533) | final public static function unlinkArchive(string $filename): true {} method webPhar (line 536) | final public static function webPhar( class PharFileInfo (line 541) | class PharFileInfo extends SplFileInfo method __construct (line 543) | public function __construct(string $filename) {} method __destruct (line 545) | public function __destruct() {} method chmod (line 548) | public function chmod(int $perms): void {} method compress (line 551) | public function compress(int $compression): true {} method decompress (line 554) | public function decompress(): true {} method delMetadata (line 557) | public function delMetadata(): true {} method getCompressedSize (line 560) | public function getCompressedSize(): int {} method getCRC32 (line 563) | public function getCRC32(): int {} method getContent (line 566) | public function getContent(): string {} method getMetadata (line 569) | public function getMetadata(array $unserializeOptions = []): mixed {} method getPharFlags (line 572) | public function getPharFlags(): int {} method hasMetadata (line 575) | public function hasMetadata(): bool {} method isCompressed (line 578) | public function isCompressed(?int $compression = null): bool {} method isCRCChecked (line 581) | public function isCRCChecked(): bool {} method setMetadata (line 584) | public function setMetadata(mixed $metadata): void {} FILE: ext/phar/phar_object_arginfo.h function zend_class_entry (line 607) | static zend_class_entry *register_class_PharException(zend_class_entry *... function zend_class_entry (line 617) | static zend_class_entry *register_class_Phar(zend_class_entry *class_ent... function zend_class_entry (line 724) | static zend_class_entry *register_class_PharData(zend_class_entry *class... function zend_class_entry (line 735) | static zend_class_entry *register_class_PharFileInfo(zend_class_entry *c... FILE: ext/phar/pharzip.h type phar_zip_file_header (line 20) | typedef struct _phar_zip_file_header { type phar_zip_data_desc (line 37) | typedef struct _phar_zip_file_datadesc { type phar_zip_data_desc_zip64 (line 45) | typedef struct _phar_zip_file_datadesc_zip64 { type phar_zip_archive_extra_data_record (line 53) | typedef struct _phar_zip_archive_extra_data_record { type phar_zip_extra_field_header (line 133) | typedef struct _phar_zip_extra_field_header { type phar_zip_unix3 (line 138) | typedef struct _phar_zip_unix3 { type phar_zip_unix_time (line 150) | typedef struct _phar_zip_unix_time { type phar_zip_central_dir_file (line 156) | typedef struct _phar_zip_central_dir_file { type phar_zip_dir_signature (line 180) | typedef struct _phar_zip_dir_signature { type phar_zip64_dir_end (line 186) | typedef struct _phar_zip64_dir_end { type phar_zip64_dir_locator (line 213) | typedef struct _phar_zip64_dir_locator { type phar_zip_dir_end (line 225) | typedef struct _phar_zip_dir_end { FILE: ext/phar/shortarc.php class Extract_Phar (line 103) | class Extract_Phar method go (line 113) | static function go($return = false) method tmpdir (line 196) | static function tmpdir() method _unpack (line 213) | static function _unpack($m) method extractFile (line 245) | static function extractFile($path, $entry, $fp) method _removeTmpFiles (line 278) | static function _removeTmpFiles($temp, $origdir) FILE: ext/phar/stream.c function php_url (line 60) | php_url* phar_parse_url(php_stream_wrapper *wrapper, const char *filenam... function php_stream (line 161) | static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, c... function phar_stream_close (line 357) | static int phar_stream_close(php_stream *stream, int close_handle) /* {{... function phar_stream_read (line 371) | static ssize_t phar_stream_read(php_stream *stream, char *buf, size_t co... function phar_stream_seek (line 402) | static int phar_stream_seek(php_stream *stream, zend_off_t offset, int w... function phar_stream_write (line 448) | static ssize_t phar_stream_write(php_stream *stream, const char *buf, si... function phar_stream_flush (line 471) | static int phar_stream_flush(php_stream *stream) /* {{{ */ function phar_dostat (line 494) | void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_str... function phar_stream_stat (line 544) | static int phar_stream_stat(php_stream *stream, php_stream_statbuf *ssb)... function phar_wrapper_stat (line 561) | static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *ur... function phar_wrapper_unlink (line 669) | static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *... function phar_wrapper_rename (line 742) | static int phar_wrapper_rename(php_stream_wrapper *wrapper, const char *... FILE: ext/phar/stub.h function zend_string (line 19) | static inline zend_string* phar_get_stub(const char *index_php, const ch... FILE: ext/phar/tar.c function phar_tar_number (line 23) | static uint32_t phar_tar_number(const char *buf, size_t len) /* {{{ */ function zend_result (line 66) | static zend_result phar_tar_octal(char *buf, uint32_t val, size_t len) /... function phar_tar_checksum (line 90) | static uint32_t phar_tar_checksum(char *buf, size_t len) /* {{{ */ function phar_is_tar (line 103) | bool phar_is_tar(char *buf, char *fname) /* {{{ */ function zend_result (line 130) | zend_result phar_open_or_create_tar(char *fname, size_t fname_len, char ... function zend_result (line 163) | static zend_result phar_tar_process_metadata(phar_entry_info *entry, php... function zend_result (line 205) | zend_result phar_parse_tarfile(php_stream* fp, char *fname, size_t fname... type _phar_pass_tar_info (line 706) | struct _phar_pass_tar_info { function phar_tar_writeheaders_int (line 714) | static int phar_tar_writeheaders_int(phar_entry_info *entry, void *argum... function phar_tar_writeheaders (line 867) | static int phar_tar_writeheaders(zval *zv, void *argument) /* {{{ */ function phar_tar_setmetadata (line 873) | static int phar_tar_setmetadata(const phar_metadata_tracker *tracker, ph... function phar_tar_setupmetadata (line 906) | static int phar_tar_setupmetadata(zval *zv, void *argument) /* {{{ */ function phar_tar_flush (line 962) | void phar_tar_flush(phar_archive_data *phar, zend_string *user_stub, boo... FILE: ext/phar/tar.h type PHAR_TAR_PACK (line 40) | typedef struct _old_tar_header { /* {{{ */ type PHAR_TAR_PACK (line 65) | typedef struct _tar_header { /* {{{ */ FILE: ext/phar/util.c function phar_entry_info (line 63) | phar_entry_info *phar_get_link_source(phar_entry_info *entry) /* {{{ */ function php_stream (line 88) | static php_stream *phar_get_entrypufp(const phar_entry_info *entry) function php_stream (line 97) | php_stream *phar_get_efp(phar_entry_info *entry, int follow_links) /* {{... function zend_off_t (line 127) | static zend_off_t phar_get_fp_offset(const phar_entry_info *entry) function phar_seek_efp (line 140) | int phar_seek_efp(phar_entry_info *entry, zend_off_t offset, int whence,... function zend_result (line 190) | zend_result phar_mount_entry(phar_archive_data *phar, char *filename, si... function zend_string (line 266) | zend_string *phar_find_in_include_path(zend_string *filename, phar_archi... function zend_result (line 367) | static zend_result phar_create_writeable_entry(phar_archive_data *phar, ... function zend_result (line 420) | static zend_result phar_separate_entry_fp(phar_entry_info *entry, char *... function zend_result (line 474) | zend_result phar_get_entry_data(phar_entry_data **ret, char *fname, size... function phar_entry_data (line 634) | phar_entry_data *phar_get_or_create_entry_data(char *fname, size_t fname... function phar_set_pharfp (line 742) | static inline void phar_set_pharfp(phar_archive_data *phar, php_stream *fp) function zend_result (line 753) | zend_result phar_open_archive_fp(phar_archive_data *phar) /* {{{ */ function zend_result (line 774) | zend_result phar_copy_entry_fp(phar_entry_info *source, phar_entry_info ... function phar_set_entrypufp (line 816) | static void phar_set_entrypufp(const phar_entry_info *entry, php_stream ... function phar_set_fp_type (line 826) | static void phar_set_fp_type(phar_entry_info *entry, enum phar_fp_type t... function zend_result (line 842) | zend_result phar_open_entry_fp(phar_entry_info *entry, char **error, int... function phar_entry_info (line 961) | phar_entry_info * phar_open_jit(phar_archive_data *phar, phar_entry_info... function PHP_PHAR_API (line 978) | PHP_PHAR_API zend_result phar_resolve_alias(char *alias, size_t alias_le... function zend_result (line 990) | zend_result phar_free_alias(phar_archive_data *phar, char *alias, size_t... function zend_result (line 1013) | zend_result phar_get_archive(phar_archive_data **archive, char *fname, s... function phar_entry_info (line 1257) | phar_entry_info *phar_get_entry_info(phar_archive_data *phar, char *path... function phar_entry_info (line 1267) | phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *... function phar_hex_str (line 1426) | static int phar_hex_str(const char *digest, size_t digest_len, char **si... function phar_call_openssl_signverify (line 1443) | static int phar_call_openssl_signverify(int is_sign, php_stream *fp, zen... function zend_result (line 1543) | zend_result phar_verify_signature(php_stream *fp, size_t end_of_phar, ui... function zend_result (line 1857) | zend_result phar_create_signature(phar_archive_data *phar, php_stream *f... function phar_add_virtual_dirs (line 2042) | void phar_add_virtual_dirs(phar_archive_data *phar, char *filename, size... function phar_update_cached_entry (line 2067) | static int phar_update_cached_entry(zval *data, void *argument) /* {{{ */ function phar_manifest_copy_ctor (line 2090) | static void phar_manifest_copy_ctor(zval *zv) /* {{{ */ function phar_copy_cached_phar (line 2098) | static void phar_copy_cached_phar(phar_archive_data **pphar) /* {{{ */ function zend_result (line 2143) | zend_result phar_copy_on_write(phar_archive_data **pphar) /* {{{ */ FILE: ext/phar/zip.c function phar_write_32 (line 29) | static inline void phar_write_32(char buffer[4], uint32_t value) function phar_write_16 (line 36) | static inline void phar_write_16(char buffer[2], uint32_t value) function phar_zip_process_extra (line 44) | static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry... function time_t (line 155) | static time_t phar_zip_d2u_time(const char *cdtime, const char *cddate) ... function phar_zip_u2d_time (line 176) | static void phar_zip_u2d_time(time_t time, char *dtime, char *ddate) /* ... function phar_parse_zipfile (line 229) | int phar_parse_zipfile(php_stream *fp, char *fname, size_t fname_len, ch... function phar_open_or_create_zip (line 829) | int phar_open_or_create_zip(char *fname, size_t fname_len, char *alias, ... type _phar_zip_pass (line 863) | struct _phar_zip_pass { function phar_zip_changed_apply_int (line 872) | static int phar_zip_changed_apply_int(phar_entry_info *entry, void *arg)... function phar_zip_changed_apply (line 1177) | static int phar_zip_changed_apply(zval *zv, void *arg) /* {{{ */ function phar_zip_applysignature (line 1183) | static int phar_zip_applysignature(phar_archive_data *phar, struct _phar... function phar_zip_flush (line 1261) | void phar_zip_flush(phar_archive_data *phar, zend_string *user_stub, boo... FILE: ext/posix/posix.c function PHP_MINFO_FUNCTION (line 54) | static PHP_MINFO_FUNCTION(posix) function PHP_GINIT_FUNCTION (line 62) | static PHP_GINIT_FUNCTION(posix) /* {{{ */ function PHP_MINIT_FUNCTION (line 72) | static PHP_MINIT_FUNCTION(posix) function PHP_FUNCTION (line 123) | PHP_FUNCTION(posix_kill) function PHP_FUNCTION (line 142) | PHP_FUNCTION(posix_getpid) function PHP_FUNCTION (line 149) | PHP_FUNCTION(posix_getppid) function PHP_FUNCTION (line 156) | PHP_FUNCTION(posix_getuid) function PHP_FUNCTION (line 163) | PHP_FUNCTION(posix_getgid) function PHP_FUNCTION (line 170) | PHP_FUNCTION(posix_geteuid) function PHP_FUNCTION (line 177) | PHP_FUNCTION(posix_getegid) function PHP_FUNCTION (line 184) | PHP_FUNCTION(posix_setuid) function PHP_FUNCTION (line 191) | PHP_FUNCTION(posix_setgid) function PHP_FUNCTION (line 199) | PHP_FUNCTION(posix_seteuid) function PHP_FUNCTION (line 208) | PHP_FUNCTION(posix_setegid) function PHP_FUNCTION (line 217) | PHP_FUNCTION(posix_getgroups) function PHP_FUNCTION (line 251) | PHP_FUNCTION(posix_getlogin) function PHP_FUNCTION (line 268) | PHP_FUNCTION(posix_getpgrp) function PHP_FUNCTION (line 276) | PHP_FUNCTION(posix_setsid) function PHP_FUNCTION (line 284) | PHP_FUNCTION(posix_setpgid) function PHP_FUNCTION (line 304) | PHP_FUNCTION(posix_getpgid) function PHP_FUNCTION (line 323) | PHP_FUNCTION(posix_getsid) function PHP_FUNCTION (line 341) | PHP_FUNCTION(posix_uname) function PHP_FUNCTION (line 371) | PHP_FUNCTION(posix_times) function PHP_FUNCTION (line 399) | PHP_FUNCTION(posix_ctermid) function zend_result (line 419) | static zend_result php_posix_stream_get_fd(zval *zfp, zend_long *ret) /*... function PHP_FUNCTION (line 449) | PHP_FUNCTION(posix_ttyname) function PHP_FUNCTION (line 515) | PHP_FUNCTION(posix_isatty) function PHP_FUNCTION (line 560) | PHP_FUNCTION(posix_getcwd) function PHP_FUNCTION (line 585) | PHP_FUNCTION(posix_mkfifo) function PHP_FUNCTION (line 613) | PHP_FUNCTION(posix_mknod) function php_posix_group_to_array (line 659) | int php_posix_group_to_array(struct group *g, zval *array_group) /* {{{ */ function PHP_FUNCTION (line 702) | PHP_FUNCTION(posix_access) function PHP_FUNCTION (line 738) | PHP_FUNCTION(posix_eaccess) function PHP_FUNCTION (line 784) | PHP_FUNCTION(posix_getgrnam) function PHP_FUNCTION (line 844) | PHP_FUNCTION(posix_getgrgid) function php_posix_passwd_to_array (line 905) | int php_posix_passwd_to_array(struct passwd *pw, zval *return_value) /* ... function PHP_FUNCTION (line 924) | PHP_FUNCTION(posix_getpwnam) function PHP_FUNCTION (line 984) | PHP_FUNCTION(posix_getpwuid) function zend_result (line 1049) | static zend_result posix_addlimit(int limit, const char *name, zval *ret... type limitlist (line 1081) | struct limitlist { function PHP_FUNCTION (line 1147) | PHP_FUNCTION(posix_getrlimit) function PHP_FUNCTION (line 1195) | PHP_FUNCTION(posix_setrlimit) function PHP_FUNCTION (line 1222) | PHP_FUNCTION(posix_get_last_error) function PHP_FUNCTION (line 1231) | PHP_FUNCTION(posix_strerror) function PHP_FUNCTION (line 1247) | PHP_FUNCTION(posix_initgroups) function PHP_FUNCTION (line 1267) | PHP_FUNCTION(posix_sysconf) function PHP_FUNCTION (line 1279) | PHP_FUNCTION(posix_pathconf) function PHP_FUNCTION (line 1310) | PHP_FUNCTION(posix_fpathconf) FILE: ext/posix/posix.stub.php function posix_kill (line 307) | function posix_kill(int $process_id, int $signal): bool {} function posix_getpid (line 309) | function posix_getpid(): int {} function posix_getppid (line 311) | function posix_getppid(): int {} function posix_getuid (line 313) | function posix_getuid(): int {} function posix_setuid (line 315) | function posix_setuid(int $user_id): bool {} function posix_geteuid (line 317) | function posix_geteuid(): int {} function posix_seteuid (line 320) | function posix_seteuid(int $user_id): bool {} function posix_getgid (line 323) | function posix_getgid(): int {} function posix_setgid (line 325) | function posix_setgid(int $group_id): bool {} function posix_getegid (line 327) | function posix_getegid(): int {} function posix_setegid (line 330) | function posix_setegid(int $group_id): bool {} function posix_getgroups (line 338) | function posix_getgroups(): array|false {} function posix_getlogin (line 342) | function posix_getlogin(): string|false {} function posix_getpgrp (line 345) | function posix_getpgrp(): int {} function posix_setsid (line 348) | function posix_setsid(): int {} function posix_setpgid (line 351) | function posix_setpgid(int $process_id, int $process_group_id): bool {} function posix_getpgid (line 354) | function posix_getpgid(int $process_id): int|false {} function posix_getsid (line 358) | function posix_getsid(int $process_id): int|false {} function posix_uname (line 365) | function posix_uname(): array|false {} function posix_times (line 371) | function posix_times(): array|false {} function posix_ctermid (line 375) | function posix_ctermid(): string|false {} function posix_ttyname (line 379) | function posix_ttyname($file_descriptor): string|false {} function posix_isatty (line 382) | function posix_isatty($file_descriptor): bool {} function posix_getcwd (line 384) | function posix_getcwd(): string|false {} function posix_mkfifo (line 387) | function posix_mkfifo(string $filename, int $permissions): bool {} function posix_mknod (line 391) | function posix_mknod(string $filename, int $flags, int $major = 0, int $... function posix_access (line 394) | function posix_access(string $filename, int $flags = 0): bool {} function posix_eaccess (line 397) | function posix_eaccess(string $filename, int $flags = 0): bool {} function posix_getgrnam (line 404) | function posix_getgrnam(string $name): array|false {} function posix_getgrgid (line 410) | function posix_getgrgid(int $group_id): array|false {} function posix_getpwnam (line 416) | function posix_getpwnam(string $username): array|false {} function posix_getpwuid (line 422) | function posix_getpwuid(int $user_id): array|false {} function posix_getrlimit (line 429) | function posix_getrlimit(?int $resource = null): array|false {} function posix_setrlimit (line 433) | function posix_setrlimit(int $resource, int $soft_limit, int $hard_limit... function posix_get_last_error (line 436) | function posix_get_last_error(): int {} function posix_errno (line 439) | function posix_errno(): int {} function posix_strerror (line 441) | function posix_strerror(int $error_code): string {} function posix_initgroups (line 444) | function posix_initgroups(string $username, int $group_id): bool {} function posix_sysconf (line 447) | function posix_sysconf(int $conf_id): int {} function posix_pathconf (line 450) | function posix_pathconf(string $path, int $name): int|false {} function posix_fpathconf (line 455) | function posix_fpathconf($file_descriptor, int $name): int|false {} FILE: ext/posix/posix_arginfo.h function register_posix_symbols (line 338) | static void register_posix_symbols(int module_number) FILE: ext/random/csprng.c function zend_result (line 69) | zend_result php_random_bytes_ex(void *bytes, size_t size, char *errstr, ... function zend_result (line 213) | zend_result php_random_bytes(void *bytes, size_t size, bool should_throw) function zend_result (line 225) | zend_result php_random_int(zend_long min, zend_long max, zend_long *resu... function PHPAPI (line 267) | PHPAPI void php_random_csprng_shutdown(void) FILE: ext/random/engine_mt19937.c function mt19937_reload (line 103) | static inline void mt19937_reload(php_random_status_state_mt19937 *state) function PHPAPI (line 128) | PHPAPI inline void php_random_mt19937_seed32(php_random_status_state_mt1... function php_random_result (line 146) | static php_random_result generate(void *state) function zend_long (line 166) | static zend_long range(void *state, zend_long min, zend_long max) function serialize (line 174) | static bool serialize(void *state, HashTable *data) function unserialize (line 191) | static bool unserialize(void *state, HashTable *data) function PHPAPI (line 240) | PHPAPI void php_random_mt19937_seed_default(php_random_status_state_mt19... FILE: ext/random/engine_pcgoneseq128xslrr64.c function step (line 30) | static inline void step(php_random_status_state_pcgoneseq128xslrr64 *s) function PHPAPI (line 38) | PHPAPI inline void php_random_pcgoneseq128xslrr64_seed128(php_random_sta... function php_random_result (line 46) | static php_random_result generate(void *state) function zend_long (line 58) | static zend_long range(void *state, zend_long min, zend_long max) function serialize (line 66) | static bool serialize(void *state, HashTable *data) function unserialize (line 83) | static bool unserialize(void *state, HashTable *data) function PHPAPI (line 117) | PHPAPI void php_random_pcgoneseq128xslrr64_advance(php_random_status_sta... FILE: ext/random/engine_secure.c function php_random_result (line 28) | static php_random_result generate(void *state) function zend_long (line 40) | static zend_long range(void *state, zend_long min, zend_long max) FILE: ext/random/engine_user.c function php_random_result (line 24) | static php_random_result generate(void *state) function zend_long (line 77) | static zend_long range(void *state, zend_long min, zend_long max) FILE: ext/random/engine_xoshiro256starstar.c function splitmix64 (line 30) | static inline uint64_t splitmix64(uint64_t *seed) function ZEND_ATTRIBUTE_CONST (line 40) | ZEND_ATTRIBUTE_CONST static inline uint64_t rotl(const uint64_t x, int k) function generate_state (line 45) | static inline uint64_t generate_state(php_random_status_state_xoshiro256... function jump (line 62) | static inline void jump(php_random_status_state_xoshiro256starstar *stat... function PHPAPI (line 85) | PHPAPI inline void php_random_xoshiro256starstar_seed256(php_random_stat... function PHPAPI (line 93) | PHPAPI inline void php_random_xoshiro256starstar_seed64(php_random_statu... function php_random_result (line 105) | static php_random_result generate(void *state) function zend_long (line 113) | static zend_long range(void *state, zend_long min, zend_long max) function serialize (line 121) | static bool serialize(void *state, HashTable *data) function unserialize (line 134) | static bool unserialize(void *state, HashTable *data) function PHPAPI (line 165) | PHPAPI void php_random_xoshiro256starstar_jump(php_random_status_state_x... function PHPAPI (line 171) | PHPAPI void php_random_xoshiro256starstar_jump_long(php_random_status_st... FILE: ext/random/gammasection.c function gamma_low (line 37) | static double gamma_low(double x) function gamma_high (line 42) | static double gamma_high(double x) function gamma_max (line 47) | static double gamma_max(double x, double y) function splitint64 (line 52) | static void splitint64(uint64_t v, double *vhi, double *vlo) function ceilint (line 58) | static uint64_t ceilint(double a, double b, double g) function PHPAPI (line 74) | PHPAPI double php_random_gammasection_closed_open(php_random_algo_with_s... function PHPAPI (line 102) | PHPAPI double php_random_gammasection_closed_closed(php_random_algo_with... function PHPAPI (line 134) | PHPAPI double php_random_gammasection_open_closed(php_random_algo_with_s... function PHPAPI (line 162) | PHPAPI double php_random_gammasection_open_open(php_random_algo_with_sta... FILE: ext/random/php_random.h type php_random_fallback_seed_state (line 40) | typedef struct _php_random_fallback_seed_state php_random_fallback_seed_... function zend_long (line 45) | static inline zend_long GENERATE_SEED(void) type php_random_mt19937_mode (line 52) | enum php_random_mt19937_mode { type php_random_status_state_mt19937 (line 64) | typedef struct _php_random_status_state_mt19937 { type php_random_status_state_pcgoneseq128xslrr64 (line 70) | typedef struct _php_random_status_state_pcgoneseq128xslrr64 { type php_random_status_state_xoshiro256starstar (line 74) | typedef struct _php_random_status_state_xoshiro256starstar { type php_random_status_state_user (line 78) | typedef struct _php_random_status_state_user { type php_random_result (line 83) | typedef struct _php_random_result { type php_random_algo (line 88) | typedef struct _php_random_algo { type php_random_algo_with_state (line 96) | typedef struct _php_random_algo_with_state { type php_random_fallback_seed_state (line 101) | typedef struct _php_random_fallback_seed_state { type php_random_engine (line 112) | typedef struct _php_random_engine { type php_random_randomizer (line 117) | typedef struct _php_random_randomizer { function php_random_engine (line 139) | static inline php_random_engine *php_random_engine_from_obj(zend_object ... function php_random_randomizer (line 143) | static inline php_random_randomizer *php_random_randomizer_from_obj(zend... function php_random_algo_with_state (line 163) | static inline php_random_algo_with_state php_random_default_engine(void) FILE: ext/random/php_random_csprng.h function ZEND_ATTRIBUTE_NONNULL (line 28) | ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_bytes_throw(... function ZEND_ATTRIBUTE_NONNULL (line 33) | ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_bytes_silent... function ZEND_ATTRIBUTE_NONNULL (line 38) | ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_int_throw(ze... function ZEND_ATTRIBUTE_NONNULL (line 43) | ZEND_ATTRIBUTE_NONNULL static inline zend_result php_random_int_silent(z... FILE: ext/random/php_random_uint128.h type php_random_uint128_t (line 26) | typedef struct _php_random_uint128_t { function php_random_uint128_hi (line 31) | static inline uint64_t php_random_uint128_hi(php_random_uint128_t num) function php_random_uint128_lo (line 36) | static inline uint64_t php_random_uint128_lo(php_random_uint128_t num) function php_random_uint128_t (line 41) | static inline php_random_uint128_t php_random_uint128_constant(uint64_t ... function php_random_uint128_t (line 51) | static inline php_random_uint128_t php_random_uint128_add(php_random_uin... function php_random_uint128_t (line 61) | static inline php_random_uint128_t php_random_uint128_multiply(php_rando... function php_random_pcgoneseq128xslrr64_rotr64 (line 78) | static inline uint64_t php_random_pcgoneseq128xslrr64_rotr64(php_random_... type __uint128_t (line 87) | typedef __uint128_t php_random_uint128_t; function php_random_uint128_hi (line 89) | static inline uint64_t php_random_uint128_hi(php_random_uint128_t num) function php_random_uint128_lo (line 94) | static inline uint64_t php_random_uint128_lo(php_random_uint128_t num) function php_random_uint128_t (line 99) | static inline php_random_uint128_t php_random_uint128_constant(uint64_t ... function php_random_uint128_t (line 108) | static inline php_random_uint128_t php_random_uint128_add(php_random_uin... function php_random_uint128_t (line 113) | static inline php_random_uint128_t php_random_uint128_multiply(php_rando... function php_random_pcgoneseq128xslrr64_rotr64 (line 118) | static inline uint64_t php_random_pcgoneseq128xslrr64_rotr64(php_random_... FILE: ext/random/php_random_zend_utils.h type php_random_bytes_insecure_state_for_zend (line 25) | typedef struct _php_random_bytes_insecure_state_for_zend { FILE: ext/random/random.c function PHPAPI (line 56) | PHPAPI ZEND_DECLARE_MODULE_GLOBALS(random) function PHPAPI (line 139) | PHPAPI uint64_t php_random_range64(php_random_algo_with_state engine, ui... function zend_object (line 198) | static zend_object *php_random_engine_mt19937_new(zend_class_entry *ce) function zend_object (line 203) | static zend_object *php_random_engine_pcgoneseq128xslrr64_new(zend_class... function zend_object (line 208) | static zend_object *php_random_engine_xoshiro256starstar_new(zend_class_... function zend_object (line 213) | static zend_object *php_random_engine_secure_new(zend_class_entry *ce) function zend_object (line 218) | static zend_object *php_random_randomizer_new(zend_class_entry *ce) function randomizer_free_obj (line 228) | static void randomizer_free_obj(zend_object *object) { function PHPAPI (line 238) | PHPAPI void *php_random_status_alloc(const php_random_algo *algo, const ... function PHPAPI (line 243) | PHPAPI void *php_random_status_copy(const php_random_algo *algo, void *o... function PHPAPI (line 248) | PHPAPI void php_random_status_free(void *status, const bool persistent) function PHPAPI (line 253) | PHPAPI php_random_engine *php_random_engine_common_init(zend_class_entry... function PHPAPI (line 269) | PHPAPI void php_random_engine_common_free_object(zend_object *object) function PHPAPI (line 277) | PHPAPI zend_object *php_random_engine_common_clone_object(zend_object *o... function PHPAPI (line 293) | PHPAPI zend_long php_random_range(php_random_algo_with_state engine, zen... function PHPAPI (line 306) | PHPAPI const php_random_algo *php_random_default_algo(void) function PHPAPI (line 313) | PHPAPI void *php_random_default_status(void) function PHPAPI (line 397) | PHPAPI double php_combined_lcg(void) function PHPAPI (line 441) | PHPAPI void php_mt_srand(uint32_t seed) function PHPAPI (line 448) | PHPAPI uint32_t php_mt_rand(void) function PHPAPI (line 455) | PHPAPI zend_long php_mt_rand_range(zend_long min, zend_long max) function PHPAPI (line 463) | PHPAPI zend_long php_mt_rand_common(zend_long min, zend_long max) function PHP_FUNCTION (line 483) | PHP_FUNCTION(lcg_value) function PHP_FUNCTION (line 492) | PHP_FUNCTION(mt_srand) function PHP_FUNCTION (line 524) | PHP_FUNCTION(mt_rand) function PHP_FUNCTION (line 549) | PHP_FUNCTION(mt_getrandmax) function PHP_FUNCTION (line 562) | PHP_FUNCTION(rand) function PHP_FUNCTION (line 586) | PHP_FUNCTION(random_bytes) function PHP_FUNCTION (line 614) | PHP_FUNCTION(random_int) function fallback_seed_add (line 636) | static inline void fallback_seed_add(PHP_SHA1_CTX *c, void *p, size_t l){ function PHPAPI (line 644) | PHPAPI uint64_t php_random_generate_fallback_seed_ex(php_random_fallback... function PHPAPI (line 716) | PHPAPI uint64_t php_random_generate_fallback_seed(void) function PHP_GINIT_FUNCTION (line 722) | static PHP_GINIT_FUNCTION(random) function PHP_MINIT_FUNCTION (line 729) | PHP_MINIT_FUNCTION(random) function PHP_MSHUTDOWN_FUNCTION (line 797) | PHP_MSHUTDOWN_FUNCTION(random) function PHP_RINIT_FUNCTION (line 806) | PHP_RINIT_FUNCTION(random) FILE: ext/random/random.stub.php function lcg_value (line 18) | #[\Deprecated(since: '8.4', message: "use \\Random\\Randomizer::getFloat... function mt_srand (line 21) | function mt_srand(?int $seed = null, int $mode = MT_RAND_MT19937): void {} function srand (line 24) | function srand(?int $seed = null, int $mode = MT_RAND_MT19937): void {} function rand (line 26) | function rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} function mt_rand (line 28) | function mt_rand(int $min = UNKNOWN, int $max = UNKNOWN): int {} function mt_getrandmax (line 30) | function mt_getrandmax(): int {} function getrandmax (line 33) | function getrandmax(): int {} function random_bytes (line 36) | function random_bytes(int $length): string {} function random_int (line 38) | function random_int(int $min, int $max): int {} class Mt19937 (line 46) | final class Mt19937 implements \Random\Engine method __construct (line 48) | public function __construct(int|null $seed = null, int $mode = MT_RAND... method generate (line 50) | public function generate(): string {} method __serialize (line 52) | public function __serialize(): array {} method __unserialize (line 54) | public function __unserialize(array $data): void {} method __debugInfo (line 56) | public function __debugInfo(): array {} class PcgOneseq128XslRr64 (line 62) | final class PcgOneseq128XslRr64 implements \Random\Engine method __construct (line 64) | public function __construct(string|int|null $seed = null) {} method generate (line 67) | public function generate(): string {} method jump (line 69) | public function jump(int $advance): void {} method __serialize (line 72) | public function __serialize(): array {} method __unserialize (line 75) | public function __unserialize(array $data): void {} method __debugInfo (line 78) | public function __debugInfo(): array {} class Xoshiro256StarStar (line 84) | final class Xoshiro256StarStar implements \Random\Engine method __construct (line 86) | public function __construct(string|int|null $seed = null) {} method generate (line 89) | public function generate(): string {} method jump (line 91) | public function jump(): void {} method jumpLong (line 93) | public function jumpLong(): void {} method __serialize (line 96) | public function __serialize(): array {} method __unserialize (line 99) | public function __unserialize(array $data): void {} method __debugInfo (line 102) | public function __debugInfo(): array {} class Secure (line 109) | final class Secure implements \Random\CryptoSafeEngine method generate (line 112) | public function generate(): string {} type Engine (line 118) | interface Engine method generate (line 120) | public function generate(): string; type CryptoSafeEngine (line 123) | interface CryptoSafeEngine extends Engine class Randomizer (line 130) | final class Randomizer method __construct (line 134) | public function __construct(?Engine $engine = null) {} method nextInt (line 136) | public function nextInt(): int {} method nextFloat (line 138) | public function nextFloat(): float {} method getFloat (line 140) | public function getFloat(float $min, float $max, IntervalBoundary $bou... method getInt (line 142) | public function getInt(int $min, int $max): int {} method getBytes (line 144) | public function getBytes(int $length): string {} method getBytesFromString (line 146) | public function getBytesFromString(string $string, int $length): strin... method shuffleArray (line 148) | public function shuffleArray(array $array): array {} method shuffleBytes (line 150) | public function shuffleBytes(string $bytes): string {} method pickArrayKeys (line 152) | public function pickArrayKeys(array $array, int $num): array {} method __serialize (line 154) | public function __serialize(): array {} method __unserialize (line 156) | public function __unserialize(array $data): void {} class RandomError (line 169) | class RandomError extends \Error class BrokenRandomEngineError (line 176) | class BrokenRandomEngineError extends RandomError class RandomException (line 183) | class RandomException extends \Exception FILE: ext/random/random_arginfo.h function register_random_symbols (line 226) | static void register_random_symbols(int module_number) function zend_class_entry (line 245) | static zend_class_entry *register_class_Random_Engine_Mt19937(zend_class... function zend_class_entry (line 256) | static zend_class_entry *register_class_Random_Engine_PcgOneseq128XslRr6... function zend_class_entry (line 267) | static zend_class_entry *register_class_Random_Engine_Xoshiro256StarStar... function zend_class_entry (line 278) | static zend_class_entry *register_class_Random_Engine_Secure(zend_class_... function zend_class_entry (line 289) | static zend_class_entry *register_class_Random_Engine(void) function zend_class_entry (line 299) | static zend_class_entry *register_class_Random_CryptoSafeEngine(zend_cla... function zend_class_entry (line 310) | static zend_class_entry *register_class_Random_Randomizer(void) function zend_class_entry (line 327) | static zend_class_entry *register_class_Random_IntervalBoundary(void) function zend_class_entry (line 342) | static zend_class_entry *register_class_Random_RandomError(zend_class_en... function zend_class_entry (line 352) | static zend_class_entry *register_class_Random_BrokenRandomEngineError(z... function zend_class_entry (line 362) | static zend_class_entry *register_class_Random_RandomException(zend_clas... FILE: ext/random/randomizer.c function randomizer_common_init (line 31) | static inline void randomizer_common_init(php_random_randomizer *randomi... function Z_PARAM_DOUBLE (line 145) | Z_PARAM_DOUBLE(min) FILE: ext/random/zend_utils.c function php_random_bytes_insecure_for_zend (line 24) | void php_random_bytes_insecure_for_zend( FILE: ext/readline/readline.c function PHP_MINIT_FUNCTION (line 72) | ZEND_GET_MODULE(readline) function PHP_MSHUTDOWN_FUNCTION (line 91) | PHP_MSHUTDOWN_FUNCTION(readline) function PHP_RSHUTDOWN_FUNCTION (line 96) | PHP_RSHUTDOWN_FUNCTION(readline) function PHP_MINFO_FUNCTION (line 111) | PHP_MINFO_FUNCTION(readline) function PHP_FUNCTION (line 119) | PHP_FUNCTION(readline) function PHP_FUNCTION (line 144) | PHP_FUNCTION(readline_info) function PHP_FUNCTION (line 292) | PHP_FUNCTION(readline_add_history) function PHP_FUNCTION (line 308) | PHP_FUNCTION(readline_clear_history) function PHP_FUNCTION (line 328) | PHP_FUNCTION(readline_list_history) function PHP_FUNCTION (line 381) | PHP_FUNCTION(readline_read_history) function PHP_FUNCTION (line 405) | PHP_FUNCTION(readline_write_history) function _readline_string_zval (line 449) | static void _readline_string_zval(zval *ret, const char *str) function PHP_FUNCTION (line 490) | PHP_FUNCTION(readline_completion_function) function php_rl_callback_handler (line 514) | static void php_rl_callback_handler(char *the_line) function PHP_FUNCTION (line 530) | PHP_FUNCTION(readline_callback_handler_install) function PHP_FUNCTION (line 555) | PHP_FUNCTION(readline_callback_read_char) function PHP_FUNCTION (line 568) | PHP_FUNCTION(readline_callback_handler_remove) function PHP_FUNCTION (line 585) | PHP_FUNCTION(readline_redisplay) function PHP_FUNCTION (line 604) | PHP_FUNCTION(readline_on_new_line) FILE: ext/readline/readline.stub.php function readline (line 11) | function readline(?string $prompt = null): string|false {} function readline_info (line 14) | function readline_info(?string $var_name = null, $value = null): mixed {} function readline_add_history (line 16) | function readline_add_history(string $prompt): bool {} function readline_clear_history (line 18) | function readline_clear_history(): bool {} function readline_list_history (line 25) | function readline_list_history(): array {} function readline_read_history (line 28) | function readline_read_history(?string $filename = null): bool {} function readline_write_history (line 30) | function readline_write_history(?string $filename = null): bool {} function readline_completion_function (line 32) | function readline_completion_function(callable $callback): bool {} function readline_callback_handler_install (line 36) | function readline_callback_handler_install(string $prompt, callable $cal... function readline_callback_read_char (line 38) | function readline_callback_read_char(): void {} function readline_callback_handler_remove (line 40) | function readline_callback_handler_remove(): bool {} function readline_redisplay (line 42) | function readline_redisplay(): void {} function readline_on_new_line (line 45) | function readline_on_new_line(): void {} FILE: ext/readline/readline_arginfo.h function register_readline_symbols (line 98) | static void register_readline_symbols(int module_number) FILE: ext/readline/readline_cli.c function readline_shell_write (line 71) | static size_t readline_shell_write(const char *str, size_t str_length) /... function readline_shell_ub_write (line 89) | static size_t readline_shell_ub_write(const char *str, size_t str_length... function cli_readline_init_globals (line 100) | static void cli_readline_init_globals(zend_cli_readline_globals *rg) type php_code_type (line 114) | typedef enum { function zend_string (line 127) | static zend_string *cli_get_prompt(char *block, char prompt) /* {{{ */ function cli_is_valid_code (line 207) | static int cli_is_valid_code(char *code, size_t len, zend_string **promp... function readline_shell_run (line 596) | static int readline_shell_run(void) /* {{{ */ type cli_shell_callbacks_t (line 727) | typedef cli_shell_callbacks_t *(__cdecl *get_cli_shell_callbacks)(void); function PHP_MINIT_FUNCTION (line 762) | PHP_MINIT_FUNCTION(cli_readline) function PHP_MSHUTDOWN_FUNCTION (line 779) | PHP_MSHUTDOWN_FUNCTION(cli_readline) function PHP_MINFO_FUNCTION (line 795) | PHP_MINFO_FUNCTION(cli_readline) FILE: ext/reflection/php_reflection.c function ZEND_DECLARE_MODULE_GLOBALS (line 64) | ZEND_END_MODULE_GLOBALS(reflection) type property_reference (line 132) | typedef struct _property_reference { type parameter_reference (line 138) | typedef struct _parameter_reference { type type_reference (line 146) | typedef struct _type_reference { type attribute_reference (line 153) | typedef struct _attribute_reference { type reflection_type_t (line 161) | typedef enum { type reflection_object (line 174) | typedef struct { function reflection_object (line 182) | static inline reflection_object *reflection_object_from_obj(zend_object ... function zend_always_inline (line 191) | static zend_always_inline uint32_t prop_get_flags(const property_referen... function is_closure_invoke (line 195) | static inline bool is_closure_invoke(const zend_class_entry *ce, const z... function zend_function (line 200) | static zend_function *_copy_function(zend_function *fptr) /* {{{ */ function _free_function (line 217) | static void _free_function(zend_function *fptr) /* {{{ */ function reflection_free_property_reference (line 228) | static void reflection_free_property_reference(property_reference *refer... function reflection_free_parameter_reference (line 234) | static void reflection_free_parameter_reference(parameter_reference *ref... function reflection_free_objects_storage (line 240) | static void reflection_free_objects_storage(zend_object *object) /* {{{ */ function HashTable (line 285) | static HashTable *reflection_get_gc(zend_object *obj, zval **gc_data, in... function zend_object (line 294) | static zend_object *reflection_objects_new(zend_class_entry *class_type)... function zval (line 304) | static zval *reflection_instantiate(zend_class_entry *pce, zval *object)... function _class_string (line 320) | static void _class_string(smart_str *str, zend_class_entry *ce, zval *ob... function _const_string (line 552) | static void _const_string(smart_str *str, const char *name, zval *value,... function _class_const_string (line 601) | static void _class_const_string(smart_str *str, const zend_string *name,... function zend_op (line 635) | static zend_op *get_recv_op(const zend_op_array *op_array, uint32_t offset) function zval (line 653) | static zval *get_default_from_recv(zend_op_array *op_array, uint32_t off... function format_default_value (line 662) | static int format_default_value(smart_str *str, zval *value) { function has_internal_arg_info (line 710) | static inline bool has_internal_arg_info(const zend_function *fptr) { function _parameter_string (line 716) | static void _parameter_string(smart_str *str, zend_function *fptr, struc... function _function_parameter_string (line 765) | static void _function_parameter_string(smart_str *str, zend_function *fp... function _function_closure_string (line 791) | static void _function_closure_string(smart_str *str, const zend_function... function _function_string (line 819) | static void _function_string(smart_str *str, zend_function *fptr, zend_c... function zval (line 928) | static zval *property_get_default(zend_property_info *prop_info) { function _property_string (line 942) | static void _property_string(smart_str *str, zend_property_info *prop, c... function _extension_ini_string (line 1011) | static void _extension_ini_string(const zend_ini_entry *ini_entry, smart... function _extension_class_string (line 1043) | static void _extension_class_string(zend_class_entry *ce, zend_string *k... function _extension_string (line 1056) | static void _extension_string(smart_str *str, const zend_module_entry *m... function reflection_attribute_factory (line 1181) | static void reflection_attribute_factory(zval *object, HashTable *attrib... function read_attributes (line 1201) | static int read_attributes(zval *ret, HashTable *attributes, zend_class_... function reflect_attributes (line 1255) | static void reflect_attributes(INTERNAL_FUNCTION_PARAMETERS, HashTable *... function _zend_extension_string (line 1295) | static void _zend_extension_string(smart_str *str, const zend_extension ... function _function_check_flag (line 1317) | static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) function PHPAPI (line 1331) | PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *ob... function reflection_extension_factory (line 1347) | static void reflection_extension_factory(zval *object, const char *name_... function reflection_parameter_factory (line 1372) | static void reflection_parameter_factory(zend_function *fptr, zval *clos... type reflection_type_kind (line 1401) | typedef enum { function reflection_type_kind (line 1411) | static reflection_type_kind get_type_kind(zend_type type) { function reflection_type_factory (line 1443) | static void reflection_type_factory(zend_type type, zval *object, bool l... function reflection_function_factory (line 1483) | static void reflection_function_factory(zend_function *function, zval *c... function reflection_method_factory (line 1499) | static void reflection_method_factory(zend_class_entry *ce, zend_functio... function reflection_property_factory (line 1518) | static void reflection_property_factory(zend_class_entry *ce, zend_strin... function reflection_property_factory_str (line 1536) | static void reflection_property_factory_str(zend_class_entry *ce, const ... function reflection_class_constant_factory (line 1544) | static void reflection_class_constant_factory(zend_string *name_str, zen... function reflection_enum_case_factory (line 1559) | static void reflection_enum_case_factory(zend_class_entry *ce, zend_stri... function get_parameter_default (line 1576) | static int get_parameter_default(zval *result, parameter_reference *para... type _zend_arg_info (line 2197) | struct _zend_arg_info function if (line 2415) | REFLECTION_CHECK_VALID_GENERATOR(ex) type _zend_arg_info (line 2466) | struct _zend_arg_info function zend_string (line 3116) | static zend_string *zend_named_reflection_type_to_string(zend_type type) { function zend_string (line 3127) | static zend_string *zend_type_to_string_without_null(zend_type type) { function append_type (line 3186) | static void append_type(zval *return_value, zend_type type) { function append_type_mask (line 3197) | static void append_type_mask(zval *return_value, uint32_t type_mask) { function instantiate_reflection_method (line 3283) | static void instantiate_reflection_method(INTERNAL_FUNCTION_PARAMETERS, ... function reflection_method_invoke (line 3457) | static void reflection_method_invoke(INTERNAL_FUNCTION_PARAMETERS, int v... function zval (line 7803) | static zval *_reflection_write_property(zend_object *object, zend_string... function PHP_MINIT_FUNCTION (line 7953) | PHP_MINIT_FUNCTION(reflection) /* {{{ */ function PHP_MINFO_FUNCTION (line 8063) | PHP_MINFO_FUNCTION(reflection) /* {{{ */ FILE: ext/reflection/php_reflection.stub.php class ReflectionException (line 5) | class ReflectionException extends Exception class Reflection (line 9) | class Reflection method getModifierNames (line 12) | public static function getModifierNames(int $modifiers): array {} type Reflector (line 15) | interface Reflector extends Stringable class ReflectionFunctionAbstract (line 20) | abstract class ReflectionFunctionAbstract implements Reflector method __clone (line 25) | private function __clone(): void {} method inNamespace (line 28) | public function inNamespace(): bool {} method isClosure (line 31) | public function isClosure(): bool {} method isDeprecated (line 34) | public function isDeprecated(): bool {} method isInternal (line 37) | public function isInternal(): bool {} method isUserDefined (line 40) | public function isUserDefined(): bool {} method isGenerator (line 43) | public function isGenerator(): bool {} method isVariadic (line 46) | public function isVariadic(): bool {} method isStatic (line 49) | public function isStatic(): bool {} method getClosureThis (line 52) | public function getClosureThis(): ?object {} method getClosureScopeClass (line 55) | public function getClosureScopeClass(): ?ReflectionClass {} method getClosureCalledClass (line 58) | public function getClosureCalledClass(): ?ReflectionClass {} method getClosureUsedVariables (line 60) | public function getClosureUsedVariables(): array {} method getDocComment (line 63) | public function getDocComment(): string|false {} method getEndLine (line 66) | public function getEndLine(): int|false {} method getExtension (line 69) | public function getExtension(): ?ReflectionExtension {} method getExtensionName (line 72) | public function getExtensionName(): string|false {} method getFileName (line 75) | public function getFileName(): string|false {} method getName (line 78) | public function getName(): string {} method getNamespaceName (line 81) | public function getNamespaceName(): string {} method getNumberOfParameters (line 84) | public function getNumberOfParameters(): int {} method getNumberOfRequiredParameters (line 87) | public function getNumberOfRequiredParameters(): int {} method getParameters (line 90) | public function getParameters(): array {} method getShortName (line 93) | public function getShortName(): string {} method getStartLine (line 96) | public function getStartLine(): int|false {} method getStaticVariables (line 99) | public function getStaticVariables(): array {} method returnsReference (line 102) | public function returnsReference(): bool {} method hasReturnType (line 105) | public function hasReturnType(): bool {} method getReturnType (line 108) | public function getReturnType(): ?ReflectionType {} method hasTentativeReturnType (line 110) | public function hasTentativeReturnType(): bool {} method getTentativeReturnType (line 112) | public function getTentativeReturnType(): ?ReflectionType {} method getAttributes (line 114) | public function getAttributes(?string $name = null, int $flags = 0): a... class ReflectionFunction (line 117) | class ReflectionFunction extends ReflectionFunctionAbstract method __construct (line 122) | public function __construct(Closure|string $function) {} method __toString (line 124) | public function __toString(): string {} method isAnonymous (line 126) | public function isAnonymous(): bool {} method isDisabled (line 131) | #[\Deprecated(since: '8.0', message: "as ReflectionFunction can no lon... method invoke (line 135) | public function invoke(mixed ...$args): mixed {} method invokeArgs (line 138) | public function invokeArgs(array $args): mixed {} method getClosure (line 141) | public function getClosure(): Closure {} class ReflectionGenerator (line 145) | final class ReflectionGenerator method __construct (line 147) | public function __construct(Generator $generator) {} method getExecutingLine (line 150) | public function getExecutingLine(): int {} method getExecutingFile (line 153) | public function getExecutingFile(): string {} method getTrace (line 156) | public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT... method getFunction (line 159) | public function getFunction(): ReflectionFunctionAbstract {} method getThis (line 162) | public function getThis(): ?object {} method getExecutingGenerator (line 165) | public function getExecutingGenerator(): Generator {} method isClosed (line 167) | public function isClosed(): bool {} class ReflectionMethod (line 170) | class ReflectionMethod extends ReflectionFunctionAbstract method __construct (line 187) | public function __construct(object|string $objectOrMethod, ?string $me... method createFromMethodName (line 189) | public static function createFromMethodName(string $method): static {} method __toString (line 191) | public function __toString(): string {} method isPublic (line 194) | public function isPublic(): bool {} method isPrivate (line 197) | public function isPrivate(): bool {} method isProtected (line 200) | public function isProtected(): bool {} method isAbstract (line 203) | public function isAbstract(): bool {} method isFinal (line 206) | public function isFinal(): bool {} method isConstructor (line 209) | public function isConstructor(): bool {} method isDestructor (line 212) | public function isDestructor(): bool {} method getClosure (line 215) | public function getClosure(?object $object = null): Closure {} method getModifiers (line 218) | public function getModifiers(): int {} method invoke (line 221) | public function invoke(?object $object, mixed ...$args): mixed {} method invokeArgs (line 224) | public function invokeArgs(?object $object, array $args): mixed {} method getDeclaringClass (line 227) | public function getDeclaringClass(): ReflectionClass {} method getPrototype (line 230) | public function getPrototype(): ReflectionMethod {} method hasPrototype (line 232) | public function hasPrototype(): bool {} method setAccessible (line 235) | public function setAccessible(bool $accessible): void {} class ReflectionClass (line 239) | class ReflectionClass implements Reflector method __clone (line 261) | private function __clone(): void {} method __construct (line 263) | public function __construct(object|string $objectOrClass) {} method __toString (line 265) | public function __toString(): string {} method getName (line 268) | public function getName(): string {} method isInternal (line 271) | public function isInternal(): bool {} method isUserDefined (line 274) | public function isUserDefined(): bool {} method isAnonymous (line 277) | public function isAnonymous(): bool {} method isInstantiable (line 280) | public function isInstantiable(): bool {} method isCloneable (line 283) | public function isCloneable(): bool {} method getFileName (line 286) | public function getFileName(): string|false {} method getStartLine (line 289) | public function getStartLine(): int|false {} method getEndLine (line 292) | public function getEndLine(): int|false {} method getDocComment (line 295) | public function getDocComment(): string|false {} method getConstructor (line 298) | public function getConstructor(): ?ReflectionMethod {} method hasMethod (line 301) | public function hasMethod(string $name): bool {} method getMethod (line 304) | public function getMethod(string $name): ReflectionMethod {} method getMethods (line 307) | public function getMethods(?int $filter = null): array {} method hasProperty (line 310) | public function hasProperty(string $name): bool {} method getProperty (line 313) | public function getProperty(string $name): ReflectionProperty {} method getProperties (line 316) | public function getProperties(?int $filter = null): array {} method hasConstant (line 319) | public function hasConstant(string $name): bool {} method getConstants (line 322) | public function getConstants(?int $filter = null): array {} method getReflectionConstants (line 325) | public function getReflectionConstants(?int $filter = null): array {} method getConstant (line 328) | public function getConstant(string $name): mixed {} method getReflectionConstant (line 331) | public function getReflectionConstant(string $name): ReflectionClassCo... method getInterfaces (line 334) | public function getInterfaces(): array {} method getInterfaceNames (line 337) | public function getInterfaceNames(): array {} method isInterface (line 340) | public function isInterface(): bool {} method getTraits (line 343) | public function getTraits(): array {} method getTraitNames (line 346) | public function getTraitNames(): array {} method getTraitAliases (line 349) | public function getTraitAliases(): array {} method isTrait (line 352) | public function isTrait(): bool {} method isEnum (line 354) | public function isEnum(): bool {} method isAbstract (line 357) | public function isAbstract(): bool {} method isFinal (line 360) | public function isFinal(): bool {} method isReadOnly (line 362) | public function isReadOnly(): bool {} method getModifiers (line 365) | public function getModifiers(): int {} method isInstance (line 368) | public function isInstance(object $object): bool {} method newInstance (line 371) | public function newInstance(mixed ...$args): object {} method newInstanceWithoutConstructor (line 374) | public function newInstanceWithoutConstructor(): object {} method newInstanceArgs (line 377) | public function newInstanceArgs(array $args = []): ?object {} method newLazyGhost (line 379) | public function newLazyGhost(callable $initializer, int $options = 0):... method newLazyProxy (line 381) | public function newLazyProxy(callable $factory, int $options = 0): obj... method resetAsLazyGhost (line 383) | public function resetAsLazyGhost(object $object, callable $initializer... method resetAsLazyProxy (line 385) | public function resetAsLazyProxy(object $object, callable $factory, in... method initializeLazyObject (line 387) | public function initializeLazyObject(object $object): object {} method isUninitializedLazyObject (line 389) | public function isUninitializedLazyObject(object $object): bool {} method markLazyObjectAsInitialized (line 391) | public function markLazyObjectAsInitialized(object $object): object {} method getLazyInitializer (line 393) | public function getLazyInitializer(object $object): ?callable {} method getParentClass (line 396) | public function getParentClass(): ReflectionClass|false {} method isSubclassOf (line 399) | public function isSubclassOf(ReflectionClass|string $class): bool {} method getStaticProperties (line 402) | public function getStaticProperties(): array {} method getStaticPropertyValue (line 405) | public function getStaticPropertyValue(string $name, mixed $default = ... method setStaticPropertyValue (line 408) | public function setStaticPropertyValue(string $name, mixed $value): vo... method getDefaultProperties (line 411) | public function getDefaultProperties(): array {} method isIterable (line 414) | public function isIterable(): bool {} method isIterateable (line 420) | public function isIterateable(): bool {} method implementsInterface (line 423) | public function implementsInterface(ReflectionClass|string $interface)... method getExtension (line 426) | public function getExtension(): ?ReflectionExtension {} method getExtensionName (line 429) | public function getExtensionName(): string|false {} method inNamespace (line 432) | public function inNamespace(): bool {} method getNamespaceName (line 435) | public function getNamespaceName(): string {} method getShortName (line 438) | public function getShortName(): string {} method getAttributes (line 440) | public function getAttributes(?string $name = null, int $flags = 0): a... class ReflectionObject (line 443) | class ReflectionObject extends ReflectionClass method __construct (line 445) | public function __construct(object $object) {} class ReflectionProperty (line 455) | class ReflectionProperty implements Reflector method __clone (line 482) | private function __clone(): void {} method __construct (line 484) | public function __construct(object|string $class, string $property) {} method __toString (line 486) | public function __toString(): string {} method getName (line 489) | public function getName(): string {} method getValue (line 492) | public function getValue(?object $object = null): mixed {} method setValue (line 495) | public function setValue(mixed $objectOrValue, mixed $value = UNKNOWN)... method getRawValue (line 497) | public function getRawValue(object $object): mixed {} method setRawValue (line 499) | public function setRawValue(object $object, mixed $value): void {} method setRawValueWithoutLazyInitialization (line 501) | public function setRawValueWithoutLazyInitialization(object $object, m... method skipLazyInitialization (line 503) | public function skipLazyInitialization(object $object): void {} method isLazy (line 505) | public function isLazy(object $object): bool {} method isInitialized (line 508) | public function isInitialized(?object $object = null): bool {} method isPublic (line 511) | public function isPublic(): bool {} method isPrivate (line 514) | public function isPrivate(): bool {} method isProtected (line 517) | public function isProtected(): bool {} method isPrivateSet (line 519) | public function isPrivateSet(): bool {} method isProtectedSet (line 521) | public function isProtectedSet(): bool {} method isStatic (line 524) | public function isStatic(): bool {} method isReadOnly (line 526) | public function isReadOnly(): bool {} method isDefault (line 529) | public function isDefault(): bool {} method isDynamic (line 531) | public function isDynamic(): bool {} method isAbstract (line 533) | public function isAbstract(): bool {} method isVirtual (line 535) | public function isVirtual(): bool {} method isPromoted (line 537) | public function isPromoted(): bool {} method getModifiers (line 540) | public function getModifiers(): int {} method getDeclaringClass (line 543) | public function getDeclaringClass(): ReflectionClass {} method getDocComment (line 546) | public function getDocComment(): string|false {} method setAccessible (line 549) | public function setAccessible(bool $accessible): void {} method getType (line 552) | public function getType(): ?ReflectionType {} method getSettableType (line 554) | public function getSettableType(): ?ReflectionType {} method hasType (line 557) | public function hasType(): bool {} method hasDefaultValue (line 559) | public function hasDefaultValue(): bool {} method getDefaultValue (line 562) | public function getDefaultValue(): mixed {} method getAttributes (line 564) | public function getAttributes(?string $name = null, int $flags = 0): a... method hasHooks (line 566) | public function hasHooks(): bool {} method getHooks (line 569) | public function getHooks(): array {} method hasHook (line 571) | public function hasHook(PropertyHookType $type): bool {} method getHook (line 573) | public function getHook(PropertyHookType $type): ?ReflectionMethod {} method isFinal (line 575) | public function isFinal(): bool {} class ReflectionClassConstant (line 579) | class ReflectionClassConstant implements Reflector method __clone (line 594) | private function __clone(): void {} method __construct (line 596) | public function __construct(object|string $class, string $constant) {} method __toString (line 598) | public function __toString(): string {} method getName (line 601) | public function getName(): string {} method getValue (line 604) | public function getValue(): mixed {} method isPublic (line 607) | public function isPublic(): bool {} method isPrivate (line 610) | public function isPrivate(): bool {} method isProtected (line 613) | public function isProtected(): bool {} method isFinal (line 615) | public function isFinal(): bool {} method getModifiers (line 618) | public function getModifiers(): int {} method getDeclaringClass (line 621) | public function getDeclaringClass(): ReflectionClass {} method getDocComment (line 624) | public function getDocComment(): string|false {} method getAttributes (line 626) | public function getAttributes(?string $name = null, int $flags = 0): a... method isEnumCase (line 628) | public function isEnumCase(): bool {} method isDeprecated (line 630) | public function isDeprecated(): bool {} method hasType (line 632) | public function hasType(): bool {} method getType (line 634) | public function getType(): ?ReflectionType {} class ReflectionParameter (line 638) | class ReflectionParameter implements Reflector method __clone (line 643) | private function __clone(): void {} method __construct (line 646) | public function __construct($function, int|string $param) {} method __toString (line 648) | public function __toString(): string {} method getName (line 651) | public function getName(): string {} method isPassedByReference (line 654) | public function isPassedByReference(): bool {} method canBePassedByValue (line 657) | public function canBePassedByValue(): bool {} method getDeclaringFunction (line 660) | public function getDeclaringFunction(): ReflectionFunctionAbstract {} method getDeclaringClass (line 663) | public function getDeclaringClass(): ?ReflectionClass {} method getClass (line 668) | #[\Deprecated(since: '8.0', message: "use ReflectionParameter::getType... method hasType (line 672) | public function hasType(): bool {} method getType (line 675) | public function getType(): ?ReflectionType {} method isArray (line 680) | #[\Deprecated(since: '8.0', message: "use ReflectionParameter::getType... method isCallable (line 686) | #[\Deprecated(since: '8.0', message: "use ReflectionParameter::getType... method allowsNull (line 690) | public function allowsNull(): bool {} method getPosition (line 693) | public function getPosition(): int {} method isOptional (line 696) | public function isOptional(): bool {} method isDefaultValueAvailable (line 699) | public function isDefaultValueAvailable(): bool {} method getDefaultValue (line 702) | public function getDefaultValue(): mixed {} method isDefaultValueConstant (line 705) | public function isDefaultValueConstant(): bool {} method getDefaultValueConstantName (line 708) | public function getDefaultValueConstantName(): ?string {} method isVariadic (line 711) | public function isVariadic(): bool {} method isPromoted (line 713) | public function isPromoted(): bool {} method getAttributes (line 715) | public function getAttributes(?string $name = null, int $flags = 0): a... class ReflectionType (line 719) | abstract class ReflectionType implements Stringable method __clone (line 722) | private function __clone(): void {} method allowsNull (line 725) | public function allowsNull(): bool {} method __toString (line 727) | public function __toString(): string {} class ReflectionNamedType (line 730) | class ReflectionNamedType extends ReflectionType method getName (line 733) | public function getName(): string {} method isBuiltin (line 736) | public function isBuiltin(): bool {} class ReflectionUnionType (line 739) | class ReflectionUnionType extends ReflectionType method getTypes (line 741) | public function getTypes(): array {} class ReflectionIntersectionType (line 744) | class ReflectionIntersectionType extends ReflectionType method getTypes (line 746) | public function getTypes(): array {} class ReflectionExtension (line 750) | class ReflectionExtension implements Reflector method __clone (line 755) | private function __clone(): void {} method __construct (line 757) | public function __construct(string $name) {} method __toString (line 759) | public function __toString(): string {} method getName (line 762) | public function getName(): string {} method getVersion (line 765) | public function getVersion(): ?string {} method getFunctions (line 768) | public function getFunctions(): array {} method getConstants (line 771) | public function getConstants(): array {} method getINIEntries (line 774) | public function getINIEntries(): array {} method getClasses (line 777) | public function getClasses(): array {} method getClassNames (line 780) | public function getClassNames(): array {} method getDependencies (line 783) | public function getDependencies(): array {} method info (line 786) | public function info(): void {} method isPersistent (line 789) | public function isPersistent(): bool {} method isTemporary (line 792) | public function isTemporary(): bool {} class ReflectionZendExtension (line 796) | class ReflectionZendExtension implements Reflector method __clone (line 801) | private function __clone(): void {} method __construct (line 803) | public function __construct(string $name) {} method __toString (line 805) | public function __toString(): string {} method getName (line 808) | public function getName(): string {} method getVersion (line 811) | public function getVersion(): string {} method getAuthor (line 814) | public function getAuthor(): string {} method getURL (line 817) | public function getURL(): string {} method getCopyright (line 820) | public function getCopyright(): string {} class ReflectionReference (line 824) | final class ReflectionReference method fromArrayElement (line 826) | public static function fromArrayElement(array $array, int|string $key)... method getId (line 828) | public function getId(): string {} method __clone (line 831) | private function __clone(): void {} method __construct (line 833) | private function __construct() {} class ReflectionAttribute (line 837) | class ReflectionAttribute implements Reflector method getName (line 844) | public function getName(): string {} method getTarget (line 845) | public function getTarget(): int {} method isRepeated (line 846) | public function isRepeated(): bool {} method getArguments (line 847) | public function getArguments(): array {} method newInstance (line 848) | public function newInstance(): object {} method __toString (line 850) | public function __toString(): string {} method __clone (line 852) | private function __clone(): void {} method __construct (line 854) | private function __construct() {} class ReflectionEnum (line 857) | class ReflectionEnum extends ReflectionClass method __construct (line 859) | public function __construct(object|string $objectOrClass) {} method hasCase (line 861) | public function hasCase(string $name): bool {} method getCase (line 863) | public function getCase(string $name): ReflectionEnumUnitCase {} method getCases (line 865) | public function getCases(): array {} method isBacked (line 867) | public function isBacked(): bool {} method getBackingType (line 869) | public function getBackingType(): ?ReflectionNamedType {} class ReflectionEnumUnitCase (line 872) | class ReflectionEnumUnitCase extends ReflectionClassConstant method __construct (line 874) | public function __construct(object|string $class, string $constant) {} method getEnum (line 876) | public function getEnum(): ReflectionEnum {} method getValue (line 879) | public function getValue(): UnitEnum {} class ReflectionEnumBackedCase (line 882) | class ReflectionEnumBackedCase extends ReflectionEnumUnitCase method __construct (line 884) | public function __construct(object|string $class, string $constant) {} method getBackingValue (line 886) | public function getBackingValue(): int|string {} class ReflectionFiber (line 890) | final class ReflectionFiber method __construct (line 892) | public function __construct(Fiber $fiber) {} method getFiber (line 894) | public function getFiber(): Fiber {} method getExecutingFile (line 896) | public function getExecutingFile(): ?string {} method getExecutingLine (line 898) | public function getExecutingLine(): ?int {} method getCallable (line 900) | public function getCallable(): callable {} method getTrace (line 902) | public function getTrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT... class ReflectionConstant (line 909) | final class ReflectionConstant implements Reflector method __construct (line 913) | public function __construct(string $name) {} method getName (line 915) | public function getName(): string {} method getNamespaceName (line 917) | public function getNamespaceName(): string {} method getShortName (line 919) | public function getShortName(): string {} method getValue (line 921) | public function getValue(): mixed {} method isDeprecated (line 923) | public function isDeprecated(): bool {} method __toString (line 925) | public function __toString(): string {} FILE: ext/reflection/php_reflection_arginfo.h function zend_class_entry (line 1347) | static zend_class_entry *register_class_ReflectionException(zend_class_e... function zend_class_entry (line 1357) | static zend_class_entry *register_class_Reflection(void) function zend_class_entry (line 1367) | static zend_class_entry *register_class_Reflector(zend_class_entry *clas... function zend_class_entry (line 1378) | static zend_class_entry *register_class_ReflectionFunctionAbstract(zend_... function zend_class_entry (line 1395) | static zend_class_entry *register_class_ReflectionFunction(zend_class_en... function zend_class_entry (line 1424) | static zend_class_entry *register_class_ReflectionGenerator(void) function zend_class_entry (line 1434) | static zend_class_entry *register_class_ReflectionMethod(zend_class_entr... function zend_class_entry (line 1486) | static zend_class_entry *register_class_ReflectionClass(zend_class_entry... function zend_class_entry (line 1539) | static zend_class_entry *register_class_ReflectionObject(zend_class_entr... function zend_class_entry (line 1549) | static zend_class_entry *register_class_PropertyHookType(void) function zend_class_entry (line 1566) | static zend_class_entry *register_class_ReflectionProperty(zend_class_en... function zend_class_entry (line 1649) | static zend_class_entry *register_class_ReflectionClassConstant(zend_cla... function zend_class_entry (line 1696) | static zend_class_entry *register_class_ReflectionParameter(zend_class_e... function zend_class_entry (line 1750) | static zend_class_entry *register_class_ReflectionType(zend_class_entry ... function zend_class_entry (line 1761) | static zend_class_entry *register_class_ReflectionNamedType(zend_class_e... function zend_class_entry (line 1771) | static zend_class_entry *register_class_ReflectionUnionType(zend_class_e... function zend_class_entry (line 1781) | static zend_class_entry *register_class_ReflectionIntersectionType(zend_... function zend_class_entry (line 1791) | static zend_class_entry *register_class_ReflectionExtension(zend_class_e... function zend_class_entry (line 1808) | static zend_class_entry *register_class_ReflectionZendExtension(zend_cla... function zend_class_entry (line 1825) | static zend_class_entry *register_class_ReflectionReference(void) function zend_class_entry (line 1835) | static zend_class_entry *register_class_ReflectionAttribute(zend_class_e... function zend_class_entry (line 1858) | static zend_class_entry *register_class_ReflectionEnum(zend_class_entry ... function zend_class_entry (line 1868) | static zend_class_entry *register_class_ReflectionEnumUnitCase(zend_clas... function zend_class_entry (line 1878) | static zend_class_entry *register_class_ReflectionEnumBackedCase(zend_cl... function zend_class_entry (line 1888) | static zend_class_entry *register_class_ReflectionFiber(void) function zend_class_entry (line 1898) | static zend_class_entry *register_class_ReflectionConstant(zend_class_en... FILE: ext/session/mod_files.c type ps_files (line 92) | typedef struct { function ps_files_close (line 139) | static void ps_files_close(ps_files *data) function ps_files_open (line 152) | static void ps_files_open(ps_files *data, /* const */ zend_string *key) function zend_result (line 227) | static zend_result ps_files_write(ps_files *data, zend_string *key, zend... function ps_files_cleanup_dir (line 280) | static int ps_files_cleanup_dir(const zend_string *dirname, zend_long ma... function zend_result (line 335) | static zend_result ps_files_key_exists(ps_files *data, const zend_string... function PS_OPEN_FUNC (line 364) | PS_OPEN_FUNC(files) function PS_CLOSE_FUNC (line 438) | PS_CLOSE_FUNC(files) function PS_READ_FUNC (line 467) | PS_READ_FUNC(files) function PS_WRITE_FUNC (line 540) | PS_WRITE_FUNC(files) function PS_UPDATE_TIMESTAMP_FUNC (line 562) | PS_UPDATE_TIMESTAMP_FUNC(files) function PS_DESTROY_FUNC (line 593) | PS_DESTROY_FUNC(files) function PS_GC_FUNC (line 629) | PS_GC_FUNC(files) function PS_CREATE_SID_FUNC (line 660) | PS_CREATE_SID_FUNC(files) function PS_VALIDATE_SID_FUNC (line 699) | PS_VALIDATE_SID_FUNC(files) FILE: ext/session/mod_mm.c type ps_sd (line 41) | typedef struct ps_sd { type ps_mm (line 51) | typedef struct { function ps_sd_hash (line 67) | static inline uint32_t ps_sd_hash(const zend_string *data) function hash_split (line 81) | static void hash_split(ps_mm *data) function ps_sd (line 110) | static ps_sd *ps_sd_new(ps_mm *data, zend_string *key) function ps_sd_destroy (line 148) | static void ps_sd_destroy(ps_mm *data, ps_sd *sd) function ps_sd (line 174) | static ps_sd *ps_sd_lookup(ps_mm *data, const zend_string *key, bool rw) function zend_result (line 203) | static zend_result ps_mm_key_exists(ps_mm *data, const zend_string *key) function zend_result (line 223) | static zend_result ps_mm_initialize(ps_mm *data, const char *path) function ps_mm_destroy (line 242) | static void ps_mm_destroy(ps_mm *data) function PHP_MINIT_FUNCTION (line 265) | PHP_MINIT_FUNCTION(ps_mm) function PHP_MSHUTDOWN_FUNCTION (line 313) | PHP_MSHUTDOWN_FUNCTION(ps_mm) function PS_OPEN_FUNC (line 322) | PS_OPEN_FUNC(mm) function PS_CLOSE_FUNC (line 334) | PS_CLOSE_FUNC(mm) function PS_READ_FUNC (line 341) | PS_READ_FUNC(mm) function PS_WRITE_FUNC (line 379) | PS_WRITE_FUNC(mm) function PS_DESTROY_FUNC (line 418) | PS_DESTROY_FUNC(mm) function PS_GC_FUNC (line 435) | PS_GC_FUNC(mm) function PS_CREATE_SID_FUNC (line 468) | PS_CREATE_SID_FUNC(mm) FILE: ext/session/mod_user.c function ps_call_handler (line 26) | static void ps_call_handler(zval *func, int argc, zval *argv, zval *retval) function zend_result (line 50) | static zend_result verify_bool_return_type_userland_calls(const zval* va... function PS_OPEN_FUNC (line 82) | PS_OPEN_FUNC(user) function PS_CLOSE_FUNC (line 110) | PS_CLOSE_FUNC(user) function PS_READ_FUNC (line 143) | PS_READ_FUNC(user) function PS_WRITE_FUNC (line 166) | PS_WRITE_FUNC(user) function PS_DESTROY_FUNC (line 184) | PS_DESTROY_FUNC(user) function PS_GC_FUNC (line 201) | PS_GC_FUNC(user) function PS_CREATE_SID_FUNC (line 224) | PS_CREATE_SID_FUNC(user) function PS_VALIDATE_SID_FUNC (line 255) | PS_VALIDATE_SID_FUNC(user) function PS_UPDATE_TIMESTAMP_FUNC (line 276) | PS_UPDATE_TIMESTAMP_FUNC(user) FILE: ext/session/php_session.h type ps_module (line 39) | typedef struct ps_module_struct { type php_session_status (line 116) | typedef enum { type php_session_rfc1867_progress (line 122) | typedef struct _php_session_rfc1867_progress { type php_ps_globals (line 141) | typedef struct _php_ps_globals { type php_ps_globals (line 208) | typedef php_ps_globals zend_ps_globals; type ps_serializer (line 225) | typedef struct ps_serializer_struct { FILE: ext/session/session.c function php_rinit_session_globals (line 108) | static inline void php_rinit_session_globals(void) /* {{{ */ function php_session_cleanup_filename (line 125) | static inline void php_session_cleanup_filename(void) /* {{{ */ function php_rshutdown_session_globals (line 136) | static void php_rshutdown_session_globals(void) /* {{{ */ function php_session_destroy (line 171) | php_session_destroy(void) /* {{{ */ function PHPAPI (line 194) | PHPAPI void php_add_session_var(zend_string *name) /* {{{ */ function PHPAPI (line 208) | PHPAPI zval* php_set_session_var(zend_string *name, zval *state_val, php... function PHPAPI (line 219) | PHPAPI zval* php_get_session_var(zend_string *name) /* {{{ */ function PHPAPI (line 228) | PHPAPI zval* php_get_session_var_str(const char *name, size_t name_len) function php_session_track_init (line 236) | static void php_session_track_init(void) /* {{{ */ function zend_string (line 255) | static zend_string *php_session_encode(void) /* {{{ */ function ZEND_COLD (line 267) | static ZEND_COLD void php_session_cancel_decode(void) function zend_result (line 274) | static zend_result php_session_decode(zend_string *data) /* {{{ */ function bin_to_readable (line 299) | static void bin_to_readable(unsigned char *in, size_t inlen, char *out, ... function PHPAPI (line 335) | PHPAPI zend_string *php_session_create_id(PS_CREATE_SID_ARGS) /* {{{ */ function PHPAPI (line 359) | PHPAPI zend_result php_session_valid_key(const char *key) /* {{{ */ function zend_long (line 389) | static zend_long php_session_gc(bool immediate) /* {{{ */ function zend_result (line 407) | static zend_result php_session_initialize(void) /* {{{ */ function php_session_save_current_state (line 502) | static void php_session_save_current_state(int write) /* {{{ */ function php_session_normalize_vars (line 560) | static void php_session_normalize_vars(void) /* {{{ */ function PHP_INI_MH (line 580) | static PHP_INI_MH(OnUpdateSaveHandler) /* {{{ */ function PHP_INI_MH (line 616) | static PHP_INI_MH(OnUpdateSerializer) /* {{{ */ function PHP_INI_MH (line 646) | static PHP_INI_MH(OnUpdateSaveDir) /* {{{ */ function PHP_INI_MH (line 680) | static PHP_INI_MH(OnUpdateName) /* {{{ */ function PHP_INI_MH (line 712) | static PHP_INI_MH(OnUpdateCookieLifetime) /* {{{ */ function PHP_INI_MH (line 734) | static PHP_INI_MH(OnUpdateSessionLong) /* {{{ */ function PHP_INI_MH (line 743) | static PHP_INI_MH(OnUpdateSessionString) /* {{{ */ function PHP_INI_MH (line 752) | static PHP_INI_MH(OnUpdateSessionBool) /* {{{ */ function PHP_INI_MH (line 761) | static PHP_INI_MH(OnUpdateSidLength) /* {{{ */ function PHP_INI_MH (line 784) | static PHP_INI_MH(OnUpdateSidBits) /* {{{ */ function PHP_INI_MH (line 807) | static PHP_INI_MH(OnUpdateSessionGcProbability) /* {{{ */ function PHP_INI_MH (line 826) | static PHP_INI_MH(OnUpdateSessionDivisor) /* {{{ */ function PHP_INI_MH (line 845) | static PHP_INI_MH(OnUpdateRfc1867Freq) /* {{{ */ function PHP_INI_MH (line 864) | static PHP_INI_MH(OnUpdateUseOnlyCookies) function PHP_INI_MH (line 876) | static PHP_INI_MH(OnUpdateUseTransSid) function PHP_INI_MH (line 888) | static PHP_INI_MH(OnUpdateRefererCheck) function PS_SERIALIZER_ENCODE_FUNC (line 946) | PS_SERIALIZER_ENCODE_FUNC(php_serialize) /* {{{ */ function PS_SERIALIZER_DECODE_FUNC (line 960) | PS_SERIALIZER_DECODE_FUNC(php_serialize) /* {{{ */ function PS_SERIALIZER_ENCODE_FUNC (line 996) | PS_SERIALIZER_ENCODE_FUNC(php_binary) /* {{{ */ function PS_SERIALIZER_DECODE_FUNC (line 1018) | PS_SERIALIZER_DECODE_FUNC(php_binary) /* {{{ */ function PS_SERIALIZER_ENCODE_FUNC (line 1061) | PS_SERIALIZER_ENCODE_FUNC(php) /* {{{ */ function PS_SERIALIZER_DECODE_FUNC (line 1093) | PS_SERIALIZER_DECODE_FUNC(php) /* {{{ */ function PHPAPI (line 1151) | PHPAPI zend_result php_session_register_serializer(const char *name, zen... function PHPAPI (line 1181) | PHPAPI zend_result php_session_register_module(const ps_module *ptr) /* ... function php_session_validate_sid (line 1199) | php_session_validate_sid(PS_VALIDATE_SID_ARGS) { function php_session_update_timestamp (line 1204) | php_session_update_timestamp(PS_UPDATE_TIMESTAMP_ARGS) { type php_session_cache_limiter_t (line 1213) | typedef struct { function strcpy_gmt (line 1233) | static inline void strcpy_gmt(char *ubuf, time_t *when) /* {{{ */ function last_modified (line 1256) | static inline void last_modified(void) /* {{{ */ function CACHE_LIMITER_FUNC (line 1277) | CACHE_LIMITER_FUNC(public) /* {{{ */ function CACHE_LIMITER_FUNC (line 1296) | CACHE_LIMITER_FUNC(private_no_expire) /* {{{ */ function CACHE_LIMITER_FUNC (line 1307) | CACHE_LIMITER_FUNC(private) /* {{{ */ function CACHE_LIMITER_FUNC (line 1314) | CACHE_LIMITER_FUNC(nocache) /* {{{ */ function php_session_cache_limiter (line 1334) | static int php_session_cache_limiter(void) /* {{{ */ function php_session_remove_cookie (line 1374) | static void php_session_remove_cookie(void) { function zend_result (line 1412) | static zend_result php_session_send_cookie(void) /* {{{ */ function PHPAPI (line 1495) | PHPAPI const ps_module *_php_find_ps_module(const char *name) /* {{{ */ function PHPAPI (line 1511) | PHPAPI const ps_serializer *_php_find_ps_serializer(const char *name) /*... function ppid2sid (line 1526) | static void ppid2sid(zval *ppid) { function php_session_reset_id (line 1538) | php_session_reset_id(void) /* {{{ */ function php_session_start (line 1611) | php_session_start(void) /* {{{ */ function PHPAPI (line 1727) | PHPAPI zend_result php_session_flush(int write) /* {{{ */ function php_get_session_status (line 1738) | php_get_session_status(void) function zend_result (line 1743) | static zend_result php_session_abort(void) /* {{{ */ function zend_result (line 1756) | static zend_result php_session_reset(void) /* {{{ */ function PHPAPI (line 1770) | PHPAPI void session_adapt_url(const char *url, size_t url_len, char **ne... function PHP_FUNCTION (line 1784) | PHP_FUNCTION(session_set_cookie_params) function PHP_FUNCTION (line 1954) | PHP_FUNCTION(session_get_cookie_params) function PHP_FUNCTION (line 1972) | PHP_FUNCTION(session_name) function PHP_FUNCTION (line 2002) | PHP_FUNCTION(session_module_name) function can_session_handler_be_changed (line 2051) | static bool can_session_handler_be_changed(void) { function set_user_save_handler_ini (line 2065) | static inline void set_user_save_handler_ini(void) { function PHP_FUNCTION (line 2110) | PHP_FUNCTION(session_set_save_handler) function PHP_FUNCTION (line 2283) | PHP_FUNCTION(session_save_path) function PHP_FUNCTION (line 2313) | PHP_FUNCTION(session_id) function PHP_FUNCTION (line 2354) | PHP_FUNCTION(session_regenerate_id) function PHP_FUNCTION (line 2469) | PHP_FUNCTION(session_create_id) function PHP_FUNCTION (line 2525) | PHP_FUNCTION(session_cache_limiter) function PHP_FUNCTION (line 2555) | PHP_FUNCTION(session_cache_expire) function PHP_FUNCTION (line 2587) | PHP_FUNCTION(session_encode) function PHP_FUNCTION (line 2605) | PHP_FUNCTION(session_decode) function zend_result (line 2625) | static zend_result php_session_start_set_ini(zend_string *varname, zend_... function PHP_FUNCTION (line 2638) | PHP_FUNCTION(session_start) function PHP_FUNCTION (line 2724) | PHP_FUNCTION(session_destroy) function PHP_FUNCTION (line 2735) | PHP_FUNCTION(session_unset) function PHP_FUNCTION (line 2757) | PHP_FUNCTION(session_gc) function PHP_FUNCTION (line 2781) | PHP_FUNCTION(session_write_close) function PHP_FUNCTION (line 2796) | PHP_FUNCTION(session_abort) function PHP_FUNCTION (line 2811) | PHP_FUNCTION(session_reset) function PHP_FUNCTION (line 2826) | PHP_FUNCTION(session_status) function PHP_FUNCTION (line 2837) | PHP_FUNCTION(session_register_shutdown) function zend_result (line 2876) | static zend_result php_rinit_session(bool auto_start) /* {{{ */ function PHP_RINIT_FUNCTION (line 2912) | static PHP_RINIT_FUNCTION(session) /* {{{ */ function PHP_RSHUTDOWN_FUNCTION (line 2925) | static PHP_RSHUTDOWN_FUNCTION(session) /* {{{ */ function PHP_GINIT_FUNCTION (line 2950) | static PHP_GINIT_FUNCTION(ps) /* {{{ */ function PHP_MINIT_FUNCTION (line 2998) | static PHP_MINIT_FUNCTION(session) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 3030) | static PHP_MSHUTDOWN_FUNCTION(session) /* {{{ */ function PHP_MINFO_FUNCTION (line 3051) | static PHP_MINFO_FUNCTION(session) /* {{{ */ function early_find_sid_in (line 3110) | static bool early_find_sid_in(zval *dest, int where, php_session_rfc1867... function php_session_rfc1867_early_find_sid (line 3128) | static void php_session_rfc1867_early_find_sid(php_session_rfc1867_progr... function php_check_cancel_upload (line 3145) | static bool php_check_cancel_upload(php_session_rfc1867_progress *progre... function php_session_rfc1867_update (line 3161) | static void php_session_rfc1867_update(php_session_rfc1867_progress *pro... function php_session_rfc1867_cleanup (line 3195) | static void php_session_rfc1867_cleanup(php_session_rfc1867_progress *pr... function zend_result (line 3207) | static zend_result php_session_rfc1867_callback(unsigned int event, void... FILE: ext/session/session.stub.php function session_name (line 22) | function session_name(?string $name = null): string|false {} function session_module_name (line 25) | function session_module_name(?string $module = null): string|false {} function session_save_path (line 28) | function session_save_path(?string $path = null): string|false {} function session_id (line 30) | function session_id(?string $id = null): string|false {} function session_create_id (line 33) | function session_create_id(string $prefix = ""): string|false {} function session_regenerate_id (line 35) | function session_regenerate_id(bool $delete_old_session = false): bool {} function session_decode (line 37) | function session_decode(string $data): bool {} function session_encode (line 40) | function session_encode(): string|false {} function session_destroy (line 42) | function session_destroy(): bool {} function session_unset (line 44) | function session_unset(): bool {} function session_gc (line 46) | function session_gc(): int|false {} function session_get_cookie_params (line 52) | function session_get_cookie_params(): array {} function session_write_close (line 54) | function session_write_close(): bool {} function session_abort (line 56) | function session_abort(): bool {} function session_reset (line 58) | function session_reset(): bool {} function session_status (line 60) | function session_status(): int {} function session_register_shutdown (line 62) | function session_register_shutdown(): void {} function session_commit (line 65) | function session_commit(): bool {} function session_set_save_handler (line 71) | function session_set_save_handler( function session_cache_limiter (line 84) | function session_cache_limiter(?string $value = null): string|false {} function session_cache_expire (line 86) | function session_cache_expire(?int $value = null): int|false {} function session_set_cookie_params (line 88) | function session_set_cookie_params(array|int $lifetime_or_options, ?stri... function session_start (line 90) | function session_start(array $options = []): bool {} type SessionHandlerInterface (line 92) | interface SessionHandlerInterface method open (line 95) | public function open(string $path, string $name): bool; method close (line 98) | public function close(): bool; method read (line 101) | public function read(string $id): string|false; method write (line 104) | public function write(string $id, string $data): bool; method destroy (line 107) | public function destroy(string $id): bool; method gc (line 110) | public function gc(int $max_lifetime): int|false; type SessionIdInterface (line 113) | interface SessionIdInterface method create_sid (line 116) | public function create_sid(): string; type SessionUpdateTimestampHandlerInterface (line 119) | interface SessionUpdateTimestampHandlerInterface method validateId (line 122) | public function validateId(string $id): bool; method updateTimestamp (line 125) | public function updateTimestamp(string $id, string $data): bool; class SessionHandler (line 128) | class SessionHandler implements SessionHandlerInterface, SessionIdInterface method open (line 131) | public function open(string $path, string $name): bool {} method close (line 134) | public function close(): bool {} method read (line 137) | public function read(string $id): string|false {} method write (line 140) | public function write(string $id, string $data): bool {} method destroy (line 143) | public function destroy(string $id): bool {} method gc (line 146) | public function gc(int $max_lifetime): int|false {} method create_sid (line 149) | public function create_sid(): string {} FILE: ext/session/session_arginfo.h function register_session_symbols (line 227) | static void register_session_symbols(int module_number) function zend_class_entry (line 234) | static zend_class_entry *register_class_SessionHandlerInterface(void) function zend_class_entry (line 244) | static zend_class_entry *register_class_SessionIdInterface(void) function zend_class_entry (line 254) | static zend_class_entry *register_class_SessionUpdateTimestampHandlerInt... function zend_class_entry (line 264) | static zend_class_entry *register_class_SessionHandler(zend_class_entry ... FILE: ext/simplexml/php_simplexml.h type SXE_ITER (line 46) | typedef enum { type php_sxe_object (line 53) | typedef struct { FILE: ext/simplexml/php_simplexml_exports.h function php_sxe_object (line 40) | static inline php_sxe_object *php_sxe_fetch_object(zend_object *obj) /* ... type php_sxe_iterator (line 47) | typedef struct { FILE: ext/simplexml/simplexml.c function PHP_SXE_API (line 38) | PHP_SXE_API zend_class_entry *sxe_get_element_class_entry(void) /* {{{ */ function sxe_unlink_node (line 56) | static void sxe_unlink_node(xmlNodePtr node) function node_as_zval (line 67) | static void node_as_zval(php_sxe_object *sxe, xmlNodePtr node, zval *val... function node_as_zval_str (line 89) | static void node_as_zval_str(php_sxe_object *sxe, xmlNodePtr node, zval ... function xmlNodePtr (line 100) | static xmlNodePtr php_sxe_get_first_node_non_destructive(php_sxe_object ... function match_ns (line 109) | static inline int match_ns(xmlNodePtr node, const zend_string *name, int... function xmlNodePtr (line 123) | static xmlNodePtr sxe_get_element_by_offset(php_sxe_object *sxe, zend_lo... function xmlNodePtr (line 158) | static xmlNodePtr sxe_find_element_by_name(php_sxe_object *sxe, xmlNodeP... function xmlNodePtr (line 172) | static xmlNodePtr sxe_get_element_by_name(php_sxe_object *sxe, xmlNodePt... function zval (line 210) | static zval *sxe_prop_dim_read(zend_object *object, zval *member, bool e... function zval (line 350) | static zval *sxe_property_read(zend_object *object, zend_string *name, i... function zval (line 359) | static zval *sxe_dimension_read(zend_object *object, zval *offset, int t... function change_node_zval (line 366) | static void change_node_zval(xmlNodePtr node, zend_string *value) function zval (line 378) | static zval *sxe_prop_dim_write(zend_object *object, zval *member, zval ... function zval (line 617) | static zval *sxe_property_write(zend_object *object, zend_string *name, ... function sxe_dimension_write (line 627) | static void sxe_dimension_write(zend_object *object, zval *offset, zval ... function zval (line 633) | static zval *sxe_property_get_adr(zend_object *object, zend_string *znam... function sxe_prop_dim_exists (line 675) | static int sxe_prop_dim_exists(zend_object *object, zval *member, int ch... function sxe_property_exists (line 780) | static int sxe_property_exists(zend_object *object, zend_string *name, i... function sxe_dimension_exists (line 789) | static int sxe_dimension_exists(zend_object *object, zval *member, int c... function sxe_prop_dim_delete (line 796) | static void sxe_prop_dim_delete(zend_object *object, zval *member, bool ... function sxe_property_delete (line 904) | static void sxe_property_delete(zend_object *object, zend_string *name, ... function sxe_dimension_delete (line 913) | static void sxe_dimension_delete(zend_object *object, zval *offset) function zend_string (line 919) | static inline zend_string *sxe_xmlNodeListGetString(xmlDocPtr doc, xmlNo... function get_base_node_value (line 936) | static void get_base_node_value(php_sxe_object *sxe_ref, xmlNodePtr node... function sxe_properties_add (line 963) | static void sxe_properties_add(HashTable *rv, char *name, int namelen, z... function sxe_prop_is_empty (line 986) | static int sxe_prop_is_empty(zend_object *object) /* {{{ */ function HashTable (line 1068) | static HashTable *sxe_get_prop_hash(zend_object *object, int is_debug) /... function HashTable (line 1189) | static HashTable *sxe_get_gc(zend_object *object, zval **table, int *n) ... function HashTable (line 1199) | static HashTable *sxe_get_properties(zend_object *object) /* {{{ */ function HashTable (line 1205) | static HashTable * sxe_get_debug_info(zend_object *object, int *is_temp)... function sxe_objects_compare (line 1212) | static int sxe_objects_compare(zval *object1, zval *object2) /* {{{ */ function sxe_add_namespace_name_raw (line 1415) | static inline void sxe_add_namespace_name_raw(zval *return_value, const ... function sxe_add_namespace_name (line 1427) | static inline void sxe_add_namespace_name(zval *return_value, xmlNsPtr n... function sxe_add_namespaces (line 1434) | static void sxe_add_namespaces(php_sxe_object *sxe, xmlNodePtr node, boo... function sxe_object_free_iterxpath (line 1461) | static inline void sxe_object_free_iterxpath(php_sxe_object *sxe) function sxe_add_registered_namespaces (line 1517) | static void sxe_add_registered_namespaces(php_sxe_object *sxe, xmlNodePt... function zend_result (line 1806) | static zend_result cast_object(zval *object, int type, char *contents) function zend_result (line 1835) | static zend_result sxe_object_cast_ex(zend_object *readobj, zval *writeo... function zend_result (line 1888) | static zend_result sxe_object_cast(zend_object *readobj, zval *writeobj,... function zend_long (line 1913) | static zend_long php_sxe_count_elements_helper(php_sxe_object *sxe) /* {... function zend_result (line 1928) | static zend_result sxe_count_elements(zend_object *object, zend_long *co... function zend_object (line 2088) | static zend_object * function sxe_object_free_storage (line 2135) | static void sxe_object_free_storage(zend_object *object) function zend_function (line 2153) | static zend_function* php_sxe_find_fptr_count(zend_class_entry *ce) function php_sxe_object (line 2180) | static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_fun... function PHP_SXE_API (line 2199) | PHP_SXE_API zend_object * function PHP_FUNCTION (line 2210) | PHP_FUNCTION(simplexml_load_file) function PHP_FUNCTION (line 2256) | PHP_FUNCTION(simplexml_load_string) function xmlNodePtr (line 2367) | static xmlNodePtr php_sxe_iterator_fetch(php_sxe_object *sxe, xmlNodePtr... function xmlNodePtr (line 2420) | static xmlNodePtr php_sxe_reset_iterator_no_clear_iter_data(php_sxe_obje... function xmlNodePtr (line 2443) | static xmlNodePtr php_sxe_reset_iterator(php_sxe_object *sxe) /* {{{ */ function zend_object_iterator (line 2454) | zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *o... function php_sxe_iterator_dtor (line 2473) | static void php_sxe_iterator_dtor(zend_object_iterator *iter) /* {{{ */ function zend_result (line 2484) | static zend_result php_sxe_iterator_valid(zend_object_iterator *iter) /*... function zval (line 2492) | static zval *php_sxe_iterator_current_data(zend_object_iterator *iter) /... function php_sxe_iterator_current_key (line 2504) | static void php_sxe_iterator_current_key(zend_object_iterator *iter, zva... function PHP_SXE_API (line 2528) | PHP_SXE_API void php_sxe_move_forward_iterator(php_sxe_object *sxe) /* {... function php_sxe_iterator_move_forward (line 2546) | static void php_sxe_iterator_move_forward(zend_object_iterator *iter) /*... function PHP_SXE_API (line 2553) | PHP_SXE_API void php_sxe_rewind_iterator(php_sxe_object *sxe) /* {{{ */ function php_sxe_iterator_rewind (line 2559) | static void php_sxe_iterator_rewind(zend_object_iterator *iter) /* {{{ */ function PHP_FUNCTION (line 2582) | PHP_FUNCTION(simplexml_import_dom) function PHP_MINIT_FUNCTION (line 2657) | ZEND_GET_MODULE(simplexml) function PHP_MSHUTDOWN_FUNCTION (line 2698) | PHP_MSHUTDOWN_FUNCTION(simplexml) function PHP_MINFO_FUNCTION (line 2706) | PHP_MINFO_FUNCTION(simplexml) FILE: ext/simplexml/simplexml.stub.php function simplexml_load_file (line 5) | function simplexml_load_file(string $filename, ?string $class_name = Sim... function simplexml_load_string (line 7) | function simplexml_load_string(string $data, ?string $class_name = Simpl... function simplexml_import_dom (line 9) | function simplexml_import_dom(object $node, ?string $class_name = Simple... class SimpleXMLElement (line 12) | class SimpleXMLElement implements Stringable, Countable, RecursiveIterator method xpath (line 15) | public function xpath(string $expression): array|null|false {} method registerXPathNamespace (line 18) | public function registerXPathNamespace(string $prefix, string $namespa... method asXML (line 21) | public function asXML(?string $filename = null): string|bool {} method saveXML (line 27) | public function saveXML(?string $filename = null): string|bool {} method getNamespaces (line 30) | public function getNamespaces(bool $recursive = false): array {} method getDocNamespaces (line 33) | public function getDocNamespaces(bool $recursive = false, bool $fromRo... method children (line 36) | public function children(?string $namespaceOrPrefix = null, bool $isPr... method attributes (line 39) | public function attributes(?string $namespaceOrPrefix = null, bool $is... method __construct (line 41) | public function __construct(string $data, int $options = 0, bool $data... method addChild (line 44) | public function addChild(string $qualifiedName, ?string $value = null,... method addAttribute (line 47) | public function addAttribute(string $qualifiedName, string $value, ?st... method getName (line 50) | public function getName(): string {} method __toString (line 52) | public function __toString(): string {} method count (line 55) | public function count(): int {} method rewind (line 58) | public function rewind(): void {} method valid (line 61) | public function valid(): bool {} method current (line 64) | public function current(): SimpleXMLElement {} method key (line 67) | public function key(): string {} method next (line 70) | public function next(): void {} method hasChildren (line 73) | public function hasChildren(): bool {} method getChildren (line 76) | public function getChildren(): ?SimpleXMLElement {} class SimpleXMLIterator (line 79) | class SimpleXMLIterator extends SimpleXMLElement FILE: ext/simplexml/simplexml_arginfo.h function zend_class_entry (line 159) | static zend_class_entry *register_class_SimpleXMLElement(zend_class_entr... function zend_class_entry (line 170) | static zend_class_entry *register_class_SimpleXMLIterator(zend_class_ent... FILE: ext/soap/php_encoding.c function whiteSpace_replace (line 235) | void whiteSpace_replace(xmlChar* str) function whiteSpace_collapse (line 245) | void whiteSpace_collapse(xmlChar* str) function encodePtr (line 270) | static encodePtr find_encoder_by_type_name(sdlPtr sdl, const char *type) function soap_check_zval_ref (line 291) | static bool soap_check_zval_ref(zval *data, xmlNodePtr node) { function soap_check_xml_ref (line 356) | static bool soap_check_xml_ref(zval *data, xmlNodePtr node) function soap_add_xml_ref (line 374) | static void soap_add_xml_ref(zval *data, xmlNodePtr node) function xmlNodePtr (line 381) | static xmlNodePtr master_to_xml_int(encodePtr encode, zval *data, int st... function xmlNodePtr (line 514) | xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNod... function zval (line 519) | static zval *master_to_zval_int(zval *ret, encodePtr encode, xmlNodePtr ... function zval (line 568) | zval *master_to_zval(zval *ret, encodePtr encode, xmlNodePtr data) function xmlNodePtr (line 602) | xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNod... function zval (line 633) | zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) function zval (line 661) | static zval *to_zval_string(zval *ret, encodeTypePtr type, xmlNodePtr data) function zval (line 693) | static zval *to_zval_stringr(zval *ret, encodeTypePtr type, xmlNodePtr d... function zval (line 726) | static zval *to_zval_stringc(zval *ret, encodeTypePtr type, xmlNodePtr d... function zval (line 759) | static zval *to_zval_base64(zval *ret, encodeTypePtr type, xmlNodePtr data) function zval (line 788) | static zval *to_zval_hexbin(zval *ret, encodeTypePtr type, xmlNodePtr data) function zend_string (line 834) | static zend_string *get_serialization_string_from_zval(zval *data) function zend_long (line 853) | static zend_long get_serialization_long_from_zval(zval *data) function xmlNodePtr (line 877) | static xmlNodePtr to_xml_string(encodeTypePtr type, zval *data, int styl... function xmlNodePtr (line 959) | static xmlNodePtr to_xml_base64(encodeTypePtr type, zval *data, int styl... function xmlNodePtr (line 981) | static xmlNodePtr to_xml_hexbin(encodeTypePtr type, zval *data, int styl... function zval (line 1018) | static zval *to_zval_double(zval *ret, encodeTypePtr type, xmlNodePtr data) function zval (line 1056) | static zval *to_zval_long(zval *ret, encodeTypePtr type, xmlNodePtr data) function xmlNodePtr (line 1088) | static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style,... function xmlNodePtr (line 1113) | static xmlNodePtr to_xml_double(encodeTypePtr type, zval *data, int styl... function zval (line 1136) | static zval *to_zval_bool(zval *ret, encodeTypePtr type, xmlNodePtr data) function xmlNodePtr (line 1165) | static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style,... function zval (line 1186) | static zval *to_zval_null(zval *ret, encodeTypePtr type, xmlNodePtr data) function xmlNodePtr (line 1192) | static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style,... function set_zval_property (line 1204) | static void set_zval_property(zval* object, char* name, zval* val) function zval (line 1210) | static zval* get_zval_property(zval* object, char* name, zval *rv) function unset_zval_property (line 1225) | static void unset_zval_property(zval* object, char* name) function model_to_zval_any (line 1234) | static void model_to_zval_any(zval *ret, xmlNodePtr node) function model_to_zval_object (line 1315) | static void model_to_zval_object(zval *ret, sdlContentModelPtr model, xm... function zval (line 1414) | static zval *to_zval_object_ex(zval *ret, encodeTypePtr type, xmlNodePtr... function zval (line 1640) | static zval *to_zval_object(zval *ret, encodeTypePtr type, xmlNodePtr data) function model_to_xml_object (line 1646) | static int model_to_xml_object(xmlNodePtr node, sdlContentModelPtr model... function sdlTypePtr (line 1804) | static sdlTypePtr model_array_element(sdlContentModelPtr model) function xmlNodePtr (line 1837) | static xmlNodePtr to_xml_object(encodeTypePtr type, zval *data, int styl... function xmlNodePtr (line 2033) | static xmlNodePtr guess_array_map(encodeTypePtr type, zval *data, int st... function calc_dimension_12 (line 2051) | static int calc_dimension_12(const char* str) function calc_dimension (line 2108) | static int calc_dimension(const char* str) function get_position_ex (line 2120) | static void get_position_ex(int dimension, const char* str, int** pos) function add_xml_array_elements (line 2144) | static void add_xml_array_elements(xmlNodePtr xmlParam, function xmlNodePtr (line 2238) | static xmlNodePtr to_xml_array(encodeTypePtr type, zval *data, int style... function zval (line 2514) | static zval *to_zval_array(zval *ret, encodeTypePtr type, xmlNodePtr data) function xmlNodePtr (line 2720) | static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, ... function zval (line 2778) | static zval *to_zval_map(zval *ret, encodeTypePtr type, xmlNodePtr data) function xmlNodePtr (line 2824) | static xmlNodePtr guess_xml_convert(encodeTypePtr type, zval *data, int ... function zval (line 2843) | static zval *guess_zval_convert(zval *ret, encodeTypePtr type, xmlNodePt... function xmlNodePtr (line 2923) | static xmlNodePtr to_xml_datetime_ex(encodeTypePtr type, zval *data, cha... function xmlNodePtr (line 3000) | static xmlNodePtr to_xml_duration(encodeTypePtr type, zval *data, int st... function xmlNodePtr (line 3009) | static xmlNodePtr to_xml_datetime(encodeTypePtr type, zval *data, int st... function xmlNodePtr (line 3014) | static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style,... function xmlNodePtr (line 3019) | static xmlNodePtr to_xml_date(encodeTypePtr type, zval *data, int style,... function xmlNodePtr (line 3024) | static xmlNodePtr to_xml_gyearmonth(encodeTypePtr type, zval *data, int ... function xmlNodePtr (line 3029) | static xmlNodePtr to_xml_gyear(encodeTypePtr type, zval *data, int style... function xmlNodePtr (line 3034) | static xmlNodePtr to_xml_gmonthday(encodeTypePtr type, zval *data, int s... function xmlNodePtr (line 3039) | static xmlNodePtr to_xml_gday(encodeTypePtr type, zval *data, int style,... function xmlNodePtr (line 3044) | static xmlNodePtr to_xml_gmonth(encodeTypePtr type, zval *data, int styl... function zval (line 3049) | static zval* to_zval_list(zval *ret, encodeTypePtr enc, xmlNodePtr data) { function xmlNodePtr (line 3054) | static xmlNodePtr to_xml_list(encodeTypePtr enc, zval *data, int style, ... function xmlNodePtr (line 3154) | static xmlNodePtr to_xml_list1(encodeTypePtr enc, zval *data, int style,... function zval (line 3159) | static zval* to_zval_union(zval *ret, encodeTypePtr enc, xmlNodePtr data) { function xmlNodePtr (line 3164) | static xmlNodePtr to_xml_union(encodeTypePtr enc, zval *data, int style,... function zval (line 3169) | static zval *to_zval_any(zval *ret, encodeTypePtr type, xmlNodePtr data) function xmlNodePtr (line 3199) | static xmlNodePtr to_xml_any(encodeTypePtr type, zval *data, int style, ... function zval (line 3237) | zval *sdl_guess_convert_zval(zval *ret, encodeTypePtr enc, xmlNodePtr data) function xmlNodePtr (line 3301) | xmlNodePtr sdl_guess_convert_xml(encodeTypePtr enc, zval *data, int styl... function xmlNodePtr (line 3373) | static xmlNodePtr check_and_resolve_href(xmlNodePtr data) function set_ns_and_type (line 3420) | static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) function set_ns_and_type_ex (line 3425) | static void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type) function xmlNsPtr (line 3433) | static xmlNsPtr xmlSearchNsPrefixByHref(xmlDocPtr doc, xmlNodePtr node, ... function xmlNsPtr (line 3470) | xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns) function set_ns_prop (line 3518) | static void set_ns_prop(xmlNodePtr node, char *ns, char *name, char *val) function set_xsi_nil (line 3523) | static void set_xsi_nil(xmlNodePtr node) function set_xsi_type (line 3528) | static void set_xsi_type(xmlNodePtr node, char *type) function encode_reset_ns (line 3533) | void encode_reset_ns(void) function encode_finish (line 3545) | void encode_finish(void) function encodePtr (line 3556) | encodePtr get_conversion(int encode) function is_map (line 3568) | static int is_map(zval *array) function encodePtr (line 3587) | static encodePtr get_array_type(xmlNodePtr node, zval *array, smart_str ... function get_type_str (line 3694) | static void get_type_str(xmlNodePtr node, const char* ns, const char* ty... function delete_mapping (line 3714) | static void delete_mapping(void *data) function delete_encoder (line 3723) | void delete_encoder(zval *zv) function delete_encoder_persistent (line 3741) | void delete_encoder_persistent(zval *zv) FILE: ext/soap/php_encoding.h type _encodeType (line 180) | struct _encodeType { type _encode (line 189) | struct _encode { FILE: ext/soap/php_http.c function proxy_authentication (line 31) | int proxy_authentication(zval* this_ptr, smart_str* soap_headers) function basic_authentication (line 56) | int basic_authentication(zval* this_ptr, smart_str* soap_headers) function http_context_add_header (line 81) | static void http_context_add_header(const char *s, function http_context_headers (line 144) | void http_context_headers(php_stream_context* context, function php_stream (line 165) | static php_stream* http_connect(zval* this_ptr, php_url *phpurl, int use... function in_domain (line 325) | static bool in_domain(const zend_string *host, const zend_string *domain) function make_http_soap_request (line 338) | int make_http_soap_request(zval *this_ptr, function zend_string (line 1449) | static zend_string* get_http_body(php_stream *stream, int close, char *h... function zend_string (line 1590) | static zend_string *get_http_headers(php_stream *stream) FILE: ext/soap/php_packet_soap.c function parse_packet_soap (line 22) | bool parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sd... FILE: ext/soap/php_schema.c function encodePtr (line 46) | static encodePtr create_encoder(sdlPtr sdl, sdlTypePtr cur_type, const x... function encodePtr (line 92) | static encodePtr get_create_encoder(sdlPtr sdl, sdlTypePtr cur_type, con... function requestify_string (line 102) | static void requestify_string(xmlChar **str) { function schema_load_file (line 108) | static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *locati... function xmlChar (line 168) | xmlChar *schema_location_construct_uri(const xmlAttr *attribute) function load_schema (line 203) | int load_schema(sdlCtx *ctx, xmlNodePtr schema) function schema_simpleType (line 322) | static int schema_simpleType(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr simp... function schema_list (line 431) | static int schema_list(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr listType, ... function schema_union (line 514) | static int schema_union(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr unionType... function schema_simpleContent (line 613) | static int schema_simpleContent(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr s... function schema_restriction_simpleContent (line 658) | static int schema_restriction_simpleContent(sdlPtr sdl, xmlAttrPtr tns, ... function schema_restriction_complexContent (line 763) | static int schema_restriction_complexContent(sdlPtr sdl, xmlAttrPtr tns,... function schema_restriction_var_int (line 825) | static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntP... function schema_restriction_var_char (line 852) | static int schema_restriction_var_char(xmlNodePtr val, sdlRestrictionCha... function schema_extension_simpleContent (line 888) | static int schema_extension_simpleContent(sdlPtr sdl, xmlAttrPtr tns, xm... function schema_extension_complexContent (line 943) | static int schema_extension_complexContent(sdlPtr sdl, xmlAttrPtr tns, x... function schema_min_max (line 1004) | void schema_min_max(xmlNodePtr node, sdlContentModelPtr model) function schema_all (line 1035) | static int schema_all(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr all, sdlTyp... function schema_group (line 1079) | static int schema_group(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr groupType... function schema_choice (line 1211) | static int schema_choice(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr choiceTy... function schema_sequence (line 1261) | static int schema_sequence(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr seqTyp... function schema_any (line 1313) | static int schema_any(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr anyType, sd... function schema_complexContent (line 1336) | static int schema_complexContent(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr ... function schema_complexType (line 1379) | static int schema_complexType(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr com... function schema_element (line 1511) | static int schema_element(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr element... function schema_attribute (line 1751) | static int schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrT... function schema_attributeGroup (line 1973) | static int schema_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr ... function copy_extra_attribute (line 2075) | static void copy_extra_attribute(zval *zv) function schema_attribute_fixup (line 2107) | static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) function schema_attributegroup_fixup (line 2155) | static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr att... function schema_content_model_fixup (line 2206) | static void schema_content_model_fixup(sdlCtx *ctx, sdlContentModelPtr m... function schema_type_fixup (line 2251) | static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type) function schema_pass2 (line 2310) | void schema_pass2(sdlCtx *ctx) function delete_model (line 2351) | void delete_model(zval *zv) function delete_model_persistent_int (line 2373) | static void delete_model_persistent_int(sdlContentModelPtr tmp) function delete_model_persistent (line 2394) | void delete_model_persistent(zval *zv) function delete_type (line 2399) | void delete_type(zval *zv) function delete_type_persistent (line 2449) | void delete_type_persistent(zval *zv) function delete_extra_attribute (line 2496) | void delete_extra_attribute(zval *zv) function delete_extra_attribute_persistent (line 2509) | void delete_extra_attribute_persistent(zval *zv) function delete_attribute (line 2522) | void delete_attribute(zval *zv) function delete_attribute_persistent (line 2548) | void delete_attribute_persistent(zval *zv) function delete_restriction_var_int (line 2574) | void delete_restriction_var_int(sdlRestrictionIntPtr ptr) function delete_restriction_var_int_persistent (line 2581) | void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr) function delete_restriction_var_char_int (line 2588) | void delete_restriction_var_char_int(sdlRestrictionCharPtr ptr) function delete_restriction_var_char (line 2598) | void delete_restriction_var_char(zval *zv) function delete_restriction_var_char_persistent_int (line 2603) | void delete_restriction_var_char_persistent_int(sdlRestrictionCharPtr ptr) function delete_restriction_var_char_persistent (line 2613) | void delete_restriction_var_char_persistent(zval *zv) FILE: ext/soap/php_sdl.c function encodePtr (line 47) | encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xml... function sdlTypePtr (line 68) | static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const xmlChar... function encodePtr (line 108) | encodePtr get_encoder(sdlPtr sdl, const char *ns, const char *type) function encodePtr (line 176) | encodePtr get_encoder_ex(sdlPtr sdl, const char *nscat, size_t len) function is_wsdl_element (line 188) | static int is_wsdl_element(xmlNodePtr node) function sdl_set_uri_credentials (line 203) | void sdl_set_uri_credentials(sdlCtx *ctx, char *uri) function sdl_restore_uri_credentials (line 285) | void sdl_restore_uri_credentials(sdlCtx *ctx) function load_wsdl_ex (line 297) | static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int ... function sdlSoapBindingFunctionHeaderPtr (line 417) | static sdlSoapBindingFunctionHeaderPtr wsdl_soap_binding_header(sdlCtx* ... function wsdl_soap_binding_body (line 529) | static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* w... function HashTable (line 629) | static HashTable* wsdl_message(sdlCtx *ctx, xmlChar* message_name) function sdlPtr (line 696) | static sdlPtr load_wsdl(zval *this_ptr, char *struri) function sdl_deserialize_key (line 1191) | static void sdl_deserialize_key(HashTable* ht, void* data, char **in) function sdl_deserialize_attribute (line 1204) | static void sdl_deserialize_attribute(sdlAttributePtr attr, encodePtr *e... function sdlRestrictionIntPtr (line 1231) | static sdlRestrictionIntPtr sdl_deserialize_resriction_int(char **in) function sdlRestrictionCharPtr (line 1245) | static sdlRestrictionCharPtr sdl_deserialize_resriction_char(char **in) function sdlContentModelPtr (line 1259) | static sdlContentModelPtr sdl_deserialize_model(sdlTypePtr *types, sdlTy... function sdl_deserialize_type (line 1297) | static void sdl_deserialize_type(sdlTypePtr type, sdlTypePtr *types, enc... function sdl_deserialize_encoder (line 1385) | static void sdl_deserialize_encoder(encodePtr enc, sdlTypePtr *types, ch... function sdl_deserialize_soap_body (line 1431) | static void sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body... function HashTable (line 1493) | static HashTable* sdl_deserialize_parameters(encodePtr *encoders, sdlTyp... function sdlPtr (line 1516) | static sdlPtr get_sdl_from_cache(const char *fn, const char *uri, size_t... function sdl_serialize_string (line 1768) | static void sdl_serialize_string(const char *str, smart_str *out) function sdl_serialize_key (line 1782) | static void sdl_serialize_key(const zend_string *key, smart_str *out) function sdl_serialize_encoder_ref (line 1792) | static void sdl_serialize_encoder_ref(const encodePtr enc, const HashTab... function sdl_serialize_type_ref (line 1805) | static void sdl_serialize_type_ref(const sdlTypePtr type, const HashTabl... function sdl_serialize_attribute (line 1818) | static void sdl_serialize_attribute(const sdlAttributePtr attr, const Ha... function sdl_serialize_model (line 1848) | static void sdl_serialize_model(const sdlContentModelPtr model, const Ha... function sdl_serialize_resriction_int (line 1880) | static void sdl_serialize_resriction_int(const sdlRestrictionIntPtr x, s... function sdl_serialize_resriction_char (line 1891) | static void sdl_serialize_resriction_char(const sdlRestrictionCharPtr x,... function sdl_serialize_type (line 1902) | static void sdl_serialize_type(const sdlTypePtr type, const HashTable *t... function sdl_serialize_encoder (line 1998) | static void sdl_serialize_encoder(const encodePtr enc, const HashTable *... function sdl_serialize_parameters (line 2006) | static void sdl_serialize_parameters(const HashTable *ht, const HashTabl... function sdl_serialize_soap_body (line 2030) | static void sdl_serialize_soap_body(const sdlSoapBindingFunctionBodyPtr ... function add_sdl_to_cache (line 2085) | static void add_sdl_to_cache(const char *fn, const char *uri, time_t t, ... function make_persistent_restriction_int (line 2374) | static void make_persistent_restriction_int(void *data) function make_persistent_restriction_char_int (line 2385) | static void make_persistent_restriction_char_int(sdlRestrictionCharPtr *... function make_persistent_sdl_type_ref (line 2397) | static void make_persistent_sdl_type_ref(sdlTypePtr *type, HashTable *pt... function make_persistent_sdl_encoder_ref (line 2409) | static void make_persistent_sdl_encoder_ref(encodePtr *enc, HashTable *p... function HashTable (line 2426) | static HashTable* make_persistent_sdl_function_headers(HashTable *header... function make_persistent_sdl_soap_body (line 2478) | static void make_persistent_sdl_soap_body(sdlSoapBindingFunctionBodyPtr ... function HashTable (line 2490) | static HashTable* make_persistent_sdl_parameters(HashTable *params, Hash... function HashTable (line 2534) | static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr fun... function sdlAttributePtr (line 2580) | static sdlAttributePtr make_persistent_sdl_attribute(sdlAttributePtr att... function sdlContentModelPtr (line 2639) | static sdlContentModelPtr make_persistent_sdl_model(sdlContentModelPtr m... function sdlTypePtr (line 2687) | static sdlTypePtr make_persistent_sdl_type(sdlTypePtr type, HashTable *p... function encodePtr (line 2812) | static encodePtr make_persistent_sdl_encoder(encodePtr enc, HashTable *p... function sdlBindingPtr (line 2836) | static sdlBindingPtr make_persistent_sdl_binding(sdlBindingPtr bind, Has... function sdlFunctionPtr (line 2864) | static sdlFunctionPtr make_persistent_sdl_function(sdlFunctionPtr func, ... function sdlPtr (line 2919) | static sdlPtr make_persistent_sdl(sdlPtr sdl) type sdl_cache_bucket (line 3103) | typedef struct _sdl_cache_bucket { function delete_psdl_int (line 3108) | static void delete_psdl_int(sdl_cache_bucket *p) function delete_psdl (line 3146) | static void delete_psdl(zval *zv) function sdlPtr (line 3152) | sdlPtr get_sdl(zval *this_ptr, char *uri, zend_long cache_wsdl) function delete_sdl_impl (line 3378) | void delete_sdl_impl(void *handle) function delete_sdl (line 3416) | void delete_sdl(sdl *handle) function delete_binding_ex (line 3423) | static void delete_binding_ex(zval *zv, bool persistent) function delete_binding (line 3443) | static void delete_binding(zval *zv) function delete_binding_persistent (line 3448) | static void delete_binding_persistent(zval *zv) function delete_sdl_soap_binding_function_body (line 3453) | static void delete_sdl_soap_binding_function_body(sdlSoapBindingFunction... function delete_function_ex (line 3464) | static void delete_function_ex(zval *zv, bool persistent) function delete_function (line 3503) | static void delete_function(zval *zv) function delete_function_persistent (line 3508) | static void delete_function_persistent(zval *zv) function delete_parameter_ex (line 3513) | static void delete_parameter_ex(zval *zv, bool persistent) function delete_parameter (line 3522) | static void delete_parameter(zval *zv) function delete_parameter_persistent (line 3527) | static void delete_parameter_persistent(zval *zv) function delete_header_int_ex (line 3532) | static void delete_header_int_ex(sdlSoapBindingFunctionHeaderPtr hdr, bo... function delete_header_int (line 3547) | static void delete_header_int(sdlSoapBindingFunctionHeaderPtr hdr) function delete_header (line 3552) | static void delete_header(zval *zv) function delete_header_persistent (line 3558) | static void delete_header_persistent(zval *zv) function delete_fault_ex (line 3564) | static void delete_fault_ex(zval *zv, bool persistent) function delete_fault (line 3585) | static void delete_fault(zval *zv) function delete_fault_persistent (line 3590) | static void delete_fault_persistent(zval *zv) function delete_document (line 3595) | static void delete_document(zval *zv) FILE: ext/soap/php_sdl.h type sdlBindingType (line 26) | typedef enum _sdlBindingType { type sdlEncodingStyle (line 31) | typedef enum _sdlEncodingStyle { type sdlRpcEncodingStyle (line 36) | typedef enum _sdlRpcEncodingStyle { type sdlEncodingUse (line 42) | typedef enum _sdlEncodingUse { type sdlTransport (line 47) | typedef enum _sdlTransport { type _sdl (line 51) | struct _sdl { type sdlCtx (line 64) | typedef struct sdlCtx { type _sdlBinding (line 80) | struct _sdlBinding { type _sdlSoapBinding (line 88) | struct _sdlSoapBinding { type sdlSoapBindingFunctionHeader (line 93) | typedef struct _sdlSoapBindingFunctionHeader { type sdlSoapBindingFunctionFault (line 103) | typedef struct _sdlSoapBindingFunctionFault { type _sdlSoapBindingFunctionBody (line 109) | struct _sdlSoapBindingFunctionBody { type _sdlSoapBindingFunction (line 116) | struct _sdlSoapBindingFunction { type _sdlRestrictionInt (line 124) | struct _sdlRestrictionInt { type _sdlRestrictionChar (line 129) | struct _sdlRestrictionChar { type _sdlRestrictions (line 134) | struct _sdlRestrictions { type sdlContentKind (line 149) | typedef enum _sdlContentKind { type sdlContentModel (line 160) | typedef struct _sdlContentModel sdlContentModel, *sdlContentModelPtr; type _sdlContentModel (line 162) | struct _sdlContentModel { type sdlTypeKind (line 174) | typedef enum _sdlTypeKind { type sdlUse (line 183) | typedef enum _sdlUse { type sdlForm (line 190) | typedef enum _sdlForm { type _sdlType (line 196) | struct _sdlType { type _sdlParam (line 212) | struct _sdlParam { type sdlFault (line 219) | typedef struct _sdlFault { type _sdlFunction (line 225) | struct _sdlFunction { type sdlExtraAttribute (line 236) | typedef struct _sdlExtraAttribute { type _sdlAttribute (line 241) | struct _sdlAttribute { FILE: ext/soap/php_soap.h type encodeType (line 41) | typedef struct _encodeType encodeType, *encodeTypePtr; type encode (line 42) | typedef struct _encode encode, *encodePtr; type sdl (line 44) | typedef struct _sdl sdl, *sdlPtr; type sdlRestrictionInt (line 45) | typedef struct _sdlRestrictionInt sdlRestrictionInt, *sdlRestrictionIntPtr; type sdlRestrictionChar (line 46) | typedef struct _sdlRestrictionChar sdlRestrictionChar, *sdlRestrictionCh... type sdlRestrictions (line 47) | typedef struct _sdlRestrictions sdlRestrictions, *sdlRestrictionsPtr; type sdlType (line 48) | typedef struct _sdlType sdlType, *sdlTypePtr; type sdlParam (line 49) | typedef struct _sdlParam sdlParam, *sdlParamPtr; type sdlFunction (line 50) | typedef struct _sdlFunction sdlFunction, *sdlFunctionPtr; type sdlAttribute (line 51) | typedef struct _sdlAttribute sdlAttribute, *sdlAttributePtr; type sdlBinding (line 52) | typedef struct _sdlBinding sdlBinding, *sdlBindingPtr; type sdlSoapBinding (line 53) | typedef struct _sdlSoapBinding sdlSoapBinding, *sdlSoapBindingPtr; type sdlSoapBindingFunction (line 54) | typedef struct _sdlSoapBindingFunction sdlSoapBindingFunction, *sdlSoapB... type sdlSoapBindingFunctionBody (line 55) | typedef struct _sdlSoapBindingFunctionBody sdlSoapBindingFunctionBody, *... type soapMapping (line 57) | typedef struct _soapMapping soapMapping, *soapMappingPtr; type soapService (line 58) | typedef struct _soapService soapService, *soapServicePtr; type _soapMapping (line 67) | struct _soapMapping { type _soapHeader (line 72) | struct _soapHeader type _soapService (line 74) | struct _soapService { function zend_always_inline (line 212) | static zend_always_inline zval *php_soap_deref(zval *zv) { type soap_url_object (line 256) | typedef struct soap_url_object { function soap_url_object (line 261) | static inline soap_url_object *soap_url_object_fetch(zend_object *obj) type soap_sdl_object (line 268) | typedef struct soap_sdl_object { FILE: ext/soap/php_xml.c function is_blank (line 27) | static bool is_blank(const xmlChar* str) function cleanup_xml_node (line 39) | static void cleanup_xml_node(xmlNodePtr node) function soap_ignorableWhitespace (line 69) | static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) function soap_Comment (line 73) | static void soap_Comment(void *ctx, const xmlChar *value) function xmlDocPtr (line 77) | xmlDocPtr soap_xmlParseFile(const char *filename) function xmlDocPtr (line 133) | xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) function xmlNsPtr (line 186) | xmlNsPtr attr_find_ns(xmlAttrPtr node) function xmlNsPtr (line 197) | xmlNsPtr node_find_ns(xmlNodePtr node) function attr_is_equal_ex (line 206) | int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns) function node_is_equal_ex (line 222) | int node_is_equal_ex(xmlNodePtr node, char *name, char *ns) function xmlAttrPtr (line 239) | xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) function xmlNodePtr (line 250) | xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) function xmlNodePtr (line 261) | xmlNodePtr get_node_recurisve_ex(xmlNodePtr node, char *name, char *ns) function xmlNodePtr (line 277) | xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char ... function xmlNodePtr (line 298) | xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *n... function parse_namespace (line 319) | void parse_namespace(const xmlChar *inval, const char **value, char **na... FILE: ext/soap/soap.c type soapHeader (line 36) | typedef struct _soapHeader { type _soap_class (line 68) | struct _soap_class type soap_server_object (line 192) | typedef struct { function soap_server_object (line 197) | static inline soap_server_object *soap_server_object_fetch(zend_object *... function zend_object (line 201) | static zend_object *soap_server_object_create(zend_class_entry *ce) function soap_server_object_free (line 209) | static void soap_server_object_free(zend_object *obj) { function zend_object (line 217) | static zend_object *soap_url_object_create(zend_class_entry *ce) function soap_url_object_free (line 227) | static void soap_url_object_free(zend_object *obj) function zend_function (line 239) | static zend_function *soap_url_object_get_constructor(zend_object *object) function zend_result (line 246) | static zend_result soap_url_cast_object(zend_object *obj, zval *result, ... function soap_sdl_object (line 257) | static inline soap_sdl_object *soap_sdl_object_fetch(zend_object *obj) function zend_object (line 264) | static zend_object *soap_sdl_object_create(zend_class_entry *ce) function soap_sdl_object_free (line 274) | static void soap_sdl_object_free(zend_object *obj) function zend_function (line 286) | static zend_function *soap_sdl_object_get_constructor(zend_object *object) function zend_result (line 293) | static zend_result soap_sdl_cast_object(zend_object *obj, zval *result, ... function ZEND_INI_MH (line 343) | ZEND_INI_MH(OnUpdateCacheMode) function PHP_INI_MH (line 350) | static PHP_INI_MH(OnUpdateCacheDir) function php_soap_prepare_globals (line 395) | static void php_soap_prepare_globals(void) function php_soap_init_globals (line 436) | static void php_soap_init_globals(zend_soap_globals *soap_globals) function PHP_MSHUTDOWN_FUNCTION (line 454) | PHP_MSHUTDOWN_FUNCTION(soap) function PHP_RINIT_FUNCTION (line 475) | PHP_RINIT_FUNCTION(soap) function PHP_MINIT_FUNCTION (line 490) | PHP_MINIT_FUNCTION(soap) function PHP_MINFO_FUNCTION (line 553) | PHP_MINFO_FUNCTION(soap) function soap_fault_dtor_properties (line 640) | static void soap_fault_dtor_properties(zval *obj) function Z_PARAM_OPTIONAL (line 671) | Z_PARAM_OPTIONAL function else (line 681) | else if (code_ht && zend_hash_num_elements(code_ht) == 2) { function HashTable (line 795) | static HashTable* soap_create_typemap(sdlPtr sdl, HashTable *ht) /* {{{ */ function _soap_server_exception (line 1244) | static void _soap_server_exception(soapServicePtr service, sdlFunctionPt... function soap_server_fault_ex (line 1786) | static void soap_server_fault_ex(sdlFunctionPtr function, zval* fault, s... function ZEND_NORETURN (line 1836) | static ZEND_NORETURN void soap_server_fault(char* code, char* string, ch... function soap_real_error_handler (line 1848) | void soap_real_error_handler(int error_num, zend_string *error_filename,... function soap_error_handler (line 1942) | static void soap_error_handler(int error_num, zend_string *error_filenam... function PHP_FUNCTION (line 1953) | PHP_FUNCTION(use_soap_error_handler) function PHP_FUNCTION (line 1965) | PHP_FUNCTION(is_soap_fault) function do_request (line 2213) | static bool do_request(zval *this_ptr, xmlDoc *request, const char *loca... function do_soap_call (line 2280) | static void do_soap_call(zend_execute_data *execute_data, function verify_soap_headers_array (line 2502) | static bool verify_soap_headers_array(const HashTable *ht) /* {{{ */ function soap_client_call_common (line 2517) | static void soap_client_call_common( function clear_soap_fault (line 2902) | static void clear_soap_fault(zval *obj) /* {{{ */ function add_soap_fault_ex (line 2909) | static void add_soap_fault_ex(zval *fault, zval *obj, char *fault_code, ... function add_soap_fault (line 2926) | void add_soap_fault(zval *obj, char *fault_code, char *fault_string, cha... function set_soap_fault (line 2933) | static void set_soap_fault(zval *obj, const char *fault_code_ns, const c... function deserialize_parameters (line 2987) | static void deserialize_parameters(xmlNodePtr params, sdlFunctionPtr fun... function sdlFunctionPtr (line 3076) | static sdlFunctionPtr find_function(sdlPtr sdl, xmlNodePtr func, zval* f... function xmlNodePtr (line 3106) | static xmlNodePtr get_envelope(xmlNodePtr trav, int *version, char **env... function sdlFunctionPtr (line 3131) | static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr re... function set_soap_header_attributes (line 3374) | static void set_soap_header_attributes(xmlNodePtr h, zval *header, int v... function serialize_response_call2 (line 3409) | static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr func... function xmlDocPtr (line 3511) | static xmlDocPtr serialize_response_call(sdlFunctionPtr function, const ... function xmlDocPtr (line 3884) | static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr ... function xmlNodePtr (line 4085) | static xmlNodePtr serialize_parameter(sdlParamPtr param, zval *param_val... function xmlNodePtr (line 4118) | static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, const cha... function sdlParamPtr (line 4152) | static sdlParamPtr get_param(sdlFunctionPtr function, const char *param_... function sdlFunctionPtr (line 4190) | static sdlFunctionPtr get_function(sdlPtr sdl, const char *function_name... function sdlFunctionPtr (line 4205) | static sdlFunctionPtr get_doc_function(sdlPtr sdl, xmlNodePtr params) /*... function function_to_string (line 4258) | static void function_to_string(sdlFunctionPtr function, smart_str *buf) ... function model_to_string (line 4320) | static void model_to_string(sdlContentModelPtr model, smart_str *buf, in... function type_to_string (line 4353) | static void type_to_string(sdlTypePtr type, smart_str *buf, int level) /... function delete_argv (line 4527) | static void delete_argv(struct _soap_class *class) function delete_service (line 4537) | static void delete_service(soapServicePtr service) /* {{{ */ FILE: ext/soap/soap.stub.php class Url (line 10) | final class Url class Sdl (line 18) | final class Sdl function use_soap_error_handler (line 448) | function use_soap_error_handler(bool $enable = true): bool {} function is_soap_fault (line 450) | function is_soap_fault(mixed $object): bool {} class SoapParam (line 452) | class SoapParam method __construct (line 457) | public function __construct(mixed $data, string $name) {} class SoapHeader (line 460) | class SoapHeader method __construct (line 468) | public function __construct(string $namespace, string $name, mixed $da... class SoapFault (line 471) | class SoapFault extends Exception method __construct (line 481) | public function __construct(array|string|null $code, string $string, ?... method __toString (line 483) | public function __toString(): string {} class SoapVar (line 486) | class SoapVar method __construct (line 495) | public function __construct(mixed $data, ?int $encoding, ?string $type... class SoapServer (line 498) | class SoapServer method __construct (line 502) | public function __construct(?string $wsdl, array $options = []) {} method fault (line 505) | public function fault(string $code, string $string, string $actor = ""... method addSoapHeader (line 508) | public function addSoapHeader(SoapHeader $header): void {} method setPersistence (line 511) | public function setPersistence(int $mode): void {} method setClass (line 514) | public function setClass(string $class, mixed ...$args): void {} method setObject (line 517) | public function setObject(object $object): void {} method getFunctions (line 520) | public function getFunctions(): array {} method addFunction (line 526) | public function addFunction($functions): void {} method handle (line 529) | public function handle(?string $request = null): void {} method __getLastResponse (line 531) | public function __getLastResponse(): ?string {} class SoapClient (line 534) | class SoapClient method __construct (line 576) | public function __construct(?string $wsdl, array $options = []) {} method __call (line 579) | public function __call(string $name, array $args): mixed {} method __soapCall (line 586) | public function __soapCall(string $name, array $args, ?array $options ... method __getFunctions (line 589) | public function __getFunctions(): ?array {} method __getTypes (line 592) | public function __getTypes(): ?array {} method __getLastRequest (line 595) | public function __getLastRequest(): ?string {} method __getLastResponse (line 598) | public function __getLastResponse(): ?string {} method __getLastRequestHeaders (line 601) | public function __getLastRequestHeaders(): ?string {} method __getLastResponseHeaders (line 604) | public function __getLastResponseHeaders(): ?string {} method __doRequest (line 607) | public function __doRequest(string $request, string $location, string ... method __setCookie (line 610) | public function __setCookie(string $name, ?string $value = null): void {} method __getCookies (line 613) | public function __getCookies(): array {} method __setSoapHeaders (line 619) | public function __setSoapHeaders($headers = null): bool {} method __setLocation (line 622) | public function __setLocation(?string $location = null): ?string {} FILE: ext/soap/soap_arginfo.h function register_soap_symbols (line 233) | static void register_soap_symbols(int module_number) function zend_class_entry (line 318) | static zend_class_entry *register_class_Soap_Url(void) function zend_class_entry (line 328) | static zend_class_entry *register_class_Soap_Sdl(void) function zend_class_entry (line 338) | static zend_class_entry *register_class_SoapParam(void) function zend_class_entry (line 360) | static zend_class_entry *register_class_SoapHeader(void) function zend_class_entry (line 400) | static zend_class_entry *register_class_SoapFault(zend_class_entry *clas... function zend_class_entry (line 452) | static zend_class_entry *register_class_SoapVar(void) function zend_class_entry (line 498) | static zend_class_entry *register_class_SoapServer(void) function zend_class_entry (line 515) | static zend_class_entry *register_class_SoapClient(void) FILE: ext/sockets/conversions.c type sa_family_t (line 32) | typedef unsigned short sa_family_t; type _ser_context (line 71) | struct _ser_context { type _res_context (line 79) | struct _res_context { type field_descriptor (line 85) | typedef struct { type key_value (line 105) | struct key_value function param_get_bool (line 108) | static int param_get_bool(void *ctx, const char *key, int def) function do_from_to_zval_err (line 140) | static void do_from_to_zval_err(struct err_s *err, function do_from_zval_err (line 182) | static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) function do_to_zval_err (line 191) | static void do_to_zval_err(res_context *ctx, const char *fmt, ...) function err_msg_dispose (line 200) | void err_msg_dispose(struct err_s *err) function allocations_dispose (line 209) | void allocations_dispose(zend_llist **allocations) function from_array_iterate (line 216) | static unsigned from_array_iterate(const zval *arr, function from_zval_write_aggregation (line 247) | static void from_zval_write_aggregation(const zval *container, function to_zval_read_aggregation (line 279) | static void to_zval_read_aggregation(const char *structure, function zend_long (line 308) | static zend_long from_zval_integer_common(const zval *arr_value, ser_con... function from_zval_write_int (line 369) | void from_zval_write_int(const zval *arr_value, char *field, ser_context... function from_zval_write_uint32 (line 388) | static void from_zval_write_uint32(const zval *arr_value, char *field, s... function from_zval_write_net_uint16 (line 407) | static void from_zval_write_net_uint16(const zval *arr_value, char *fiel... function from_zval_write_sa_family (line 426) | static void from_zval_write_sa_family(const zval *arr_value, char *field... function from_zval_write_pid_t (line 447) | static void from_zval_write_pid_t(const zval *arr_value, char *field, se... function from_zval_write_uid_t (line 466) | static void from_zval_write_uid_t(const zval *arr_value, char *field, se... function to_zval_read_int (line 496) | void to_zval_read_int(const char *data, zval *zv, res_context *ctx) function to_zval_read_net_uint16 (line 503) | static void to_zval_read_net_uint16(const char *data, zval *zv, res_cont... function to_zval_read_sa_family (line 510) | static void to_zval_read_sa_family(const char *data, zval *zv, res_conte... function to_zval_read_unsigned (line 518) | static void to_zval_read_unsigned(const char *data, zval *zv, res_contex... function to_zval_read_uint32 (line 525) | static void to_zval_read_uint32(const char *data, zval *zv, res_context ... function to_zval_read_pid_t (line 534) | static void to_zval_read_pid_t(const char *data, zval *zv, res_context *... function to_zval_read_uid_t (line 541) | static void to_zval_read_uid_t(const char *data, zval *zv, res_context *... function from_zval_write_sin_addr (line 551) | static void from_zval_write_sin_addr(const zval *zaddr_str, char *inaddr... function to_zval_read_sin_addr (line 569) | static void to_zval_read_sin_addr(const char *data, zval *zv, res_contex... type sockaddr_in (line 587) | struct sockaddr_in type sockaddr_in (line 588) | struct sockaddr_in type sockaddr_in (line 589) | struct sockaddr_in function from_zval_write_sockaddr_in (line 592) | static void from_zval_write_sockaddr_in(const zval *container, char *soc... function to_zval_read_sockaddr_in (line 596) | static void to_zval_read_sockaddr_in(const char *data, zval *zv, res_con... function from_zval_write_sin6_addr (line 601) | static void from_zval_write_sin6_addr(const zval *zaddr_str, char *addr6... function to_zval_read_sin6_addr (line 619) | static void to_zval_read_sin6_addr(const char *data, zval *zv, res_conte... type sockaddr_in6 (line 638) | struct sockaddr_in6 type sockaddr_in6 (line 639) | struct sockaddr_in6 type sockaddr_in6 (line 640) | struct sockaddr_in6 type sockaddr_in6 (line 641) | struct sockaddr_in6 type sockaddr_in6 (line 642) | struct sockaddr_in6 function from_zval_write_sockaddr_in6 (line 645) | static void from_zval_write_sockaddr_in6(const zval *container, char *so... function to_zval_read_sockaddr_in6 (line 649) | static void to_zval_read_sockaddr_in6(const char *data, zval *zv, res_co... function from_zval_write_sun_path (line 654) | static void from_zval_write_sun_path(const zval *path, char *sockaddr_un... function to_zval_read_sun_path (line 681) | static void to_zval_read_sun_path(const char *data, zval *zv, res_contex... type sockaddr_un (line 694) | struct sockaddr_un function from_zval_write_sockaddr_un (line 698) | static void from_zval_write_sockaddr_un(const zval *container, char *soc... function to_zval_read_sockaddr_un (line 702) | static void to_zval_read_sockaddr_un(const char *data, zval *zv, res_con... function from_zval_write_sockaddr_aux (line 706) | static void from_zval_write_sockaddr_aux(const zval *container, function to_zval_read_sockaddr_aux (line 804) | static void to_zval_read_sockaddr_aux(const char *sockaddr_c, zval *zv, ... function from_zval_write_control (line 848) | static void from_zval_write_control(const zval *arr, function from_zval_write_control_array (line 927) | static void from_zval_write_control_array(const zval *arr, char *msghdr_... function to_zval_read_cmsg_data (line 974) | static void to_zval_read_cmsg_data(const char *cmsghdr_c, zval *zv, res_... function to_zval_read_control (line 1005) | static void to_zval_read_control(const char *cmsghdr_c, zval *zv, res_co... function to_zval_read_control_array (line 1018) | static void to_zval_read_control_array(const char *msghdr_c, zval *zv, r... function from_zval_write_name (line 1048) | static void from_zval_write_name(const zval *zname_arr, char *msghdr_c, ... function to_zval_read_name (line 1059) | static void to_zval_read_name(const char *sockaddr_p, zval *zv, res_cont... function from_zval_write_msghdr_buffer_size (line 1068) | static void from_zval_write_msghdr_buffer_size(const zval *elem, char *m... function from_zval_write_iov_array_aux (line 1089) | static void from_zval_write_iov_array_aux(zval *elem, unsigned i, void *... function from_zval_write_iov_array (line 1102) | static void from_zval_write_iov_array(const zval *arr, char *msghdr_c, s... function from_zval_write_controllen (line 1122) | static void from_zval_write_controllen(const zval *elem, char *msghdr_c,... function from_zval_write_msghdr_send (line 1141) | void from_zval_write_msghdr_send(const zval *container, char *msghdr_c, ... function from_zval_write_msghdr_recv (line 1152) | void from_zval_write_msghdr_recv(const zval *container, char *msghdr_c, ... function to_zval_read_iov (line 1198) | static void to_zval_read_iov(const char *msghdr_c, zval *zv, res_context... function to_zval_read_msghdr (line 1231) | void to_zval_read_msghdr(const char *msghdr_c, zval *zv, res_context *ctx) function from_zval_write_ifindex (line 1248) | static void from_zval_write_ifindex(const zval *zv, char *uinteger, ser_... type in6_pktinfo (line 1304) | struct in6_pktinfo type in6_pktinfo (line 1305) | struct in6_pktinfo function from_zval_write_in6_pktinfo (line 1308) | void from_zval_write_in6_pktinfo(const zval *container, char *in6_pktinf... function to_zval_read_in6_pktinfo (line 1312) | void to_zval_read_in6_pktinfo(const char *data, zval *zv, res_context *ctx) type sockcred2 (line 1324) | struct sockcred2 type sockcred2 (line 1325) | struct sockcred2 type sockcred2 (line 1327) | struct sockcred2 type sockcred (line 1329) | struct sockcred type sockcred (line 1330) | struct sockcred type sockcred (line 1332) | struct sockcred type cmsgcred (line 1334) | struct cmsgcred type cmsgcred (line 1335) | struct cmsgcred type cmsgcred (line 1337) | struct cmsgcred type ucred (line 1339) | struct ucred type ucred (line 1340) | struct ucred type ucred (line 1342) | struct ucred function from_zval_write_ucred (line 1346) | void from_zval_write_ucred(const zval *container, char *ucred_c, ser_con... function to_zval_read_ucred (line 1350) | void to_zval_read_ucred(const char *data, zval *zv, res_context *ctx) function calculate_scm_rights_space (line 1360) | size_t calculate_scm_rights_space(const zval *arr, ser_context *ctx) function from_zval_write_fd_array_aux (line 1377) | static void from_zval_write_fd_array_aux(zval *elem, unsigned i, void **... function from_zval_write_fd_array (line 1409) | void from_zval_write_fd_array(const zval *arr, char *int_arr, ser_contex... function to_zval_read_fd_array (line 1418) | void to_zval_read_fd_array(const char *data, zval *zv, res_context *ctx) function free_from_zval_allocation (line 1476) | static void free_from_zval_allocation(void *alloc_ptr_ptr) type err_s (line 1486) | struct err_s function zval (line 1525) | zval *to_zval_run_conversions(const char *structure, FILE: ext/sockets/conversions.h type err_s (line 26) | struct err_s { type key_value (line 33) | struct key_value { type ser_context (line 40) | typedef struct _ser_context ser_context; type res_context (line 41) | typedef struct _res_context res_context; type key_value (line 49) | struct key_value type err_s (line 52) | struct err_s type err_s (line 86) | struct err_s type key_value (line 91) | struct key_value type err_s (line 92) | struct err_s FILE: ext/sockets/multicast.c type source_op (line 43) | enum source_op { type sockaddr (line 50) | struct sockaddr type sockaddr (line 52) | struct sockaddr type sockaddr (line 52) | struct sockaddr type source_op (line 52) | enum source_op type source_op (line 56) | enum source_op type source_op (line 58) | enum source_op type source_op (line 59) | enum source_op function zend_result (line 62) | zend_result php_string_to_if_index(const char *val, unsigned *out) function zend_result (line 84) | static zend_result php_get_if_index_from_zval(zval *val, unsigned *out) function zend_result (line 107) | static zend_result php_get_if_index_from_array(const HashTable *ht, cons... function zend_result (line 120) | static zend_result php_get_address_from_array(const HashTable *ht, const... function zend_result (line 139) | static zend_result php_do_mcast_opt(php_socket *php_sock, int level, int... function php_do_setsockopt_ip_mcast (line 235) | int php_do_setsockopt_ip_mcast(php_socket *php_sock, function php_do_setsockopt_ipv6_mcast (line 304) | int php_do_setsockopt_ipv6_mcast(php_socket *php_sock, function php_mcast_join (line 368) | int php_mcast_join( function php_mcast_leave (line 378) | int php_mcast_leave( function php_mcast_join_source (line 389) | int php_mcast_join_source( function php_mcast_leave_source (line 401) | int php_mcast_leave_source( function php_mcast_block_source (line 413) | int php_mcast_block_source( function php_mcast_unblock_source (line 425) | int php_mcast_unblock_source( function _php_mcast_join_leave (line 439) | static int _php_mcast_join_leave( function _php_mcast_source_op (line 502) | static int _php_mcast_source_op( function _php_source_op_to_rfc3678_op (line 564) | static int _php_source_op_to_rfc3678_op(enum source_op sop) type source_op (line 581) | enum source_op function _php_source_op_to_ipv4_op (line 598) | static int _php_source_op_to_ipv4_op(enum source_op sop) function zend_result (line 619) | zend_result php_if_index_to_addr4(unsigned if_index, php_socket *php_soc... function zend_result (line 661) | zend_result php_add4_to_if_index(struct in_addr *addr, php_socket *php_s... type in_addr (line 710) | struct in_addr type ifreq (line 712) | struct ifreq type sockaddr_in (line 742) | struct sockaddr_in type in_addr (line 747) | struct in_addr type ifconf (line 749) | struct ifconf type ifreq (line 762) | struct ifreq type ifreq (line 788) | struct ifreq type ifreq (line 789) | struct ifreq type sockaddr (line 795) | struct sockaddr type sockaddr (line 799) | struct sockaddr type sockaddr_in (line 800) | struct sockaddr_in FILE: ext/sockets/multicast.h type in_addr (line 58) | struct in_addr type in_addr (line 61) | struct in_addr type sockaddr (line 70) | struct sockaddr type sockaddr (line 77) | struct sockaddr type sockaddr (line 85) | struct sockaddr type sockaddr (line 87) | struct sockaddr type sockaddr (line 94) | struct sockaddr type sockaddr (line 96) | struct sockaddr type sockaddr (line 103) | struct sockaddr type sockaddr (line 105) | struct sockaddr type sockaddr (line 112) | struct sockaddr type sockaddr (line 114) | struct sockaddr FILE: ext/sockets/php_sockets.h type PHP_SOCKET (line 50) | typedef int PHP_SOCKET; type SOCKET (line 52) | typedef SOCKET PHP_SOCKET; type php_socket (line 69) | typedef struct { function php_socket (line 80) | static inline php_socket *socket_from_obj(zend_object *obj) { type sockaddr_un (line 94) | struct sockaddr_un { type sockopt_return (line 122) | enum sockopt_return { FILE: ext/sockets/sendrecvmsg.c function recvmsg (line 42) | inline ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags) function sendmsg (line 62) | inline ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags) function ancillary_registery_free_elem (line 85) | static void ancillary_registery_free_elem(zval *el) { function init_ancillary_registry (line 92) | static void init_ancillary_registry(void) function destroy_ancillary_registry (line 149) | static void destroy_ancillary_registry(void) function ancillary_reg_entry (line 156) | ancillary_reg_entry *get_ancillary_reg_entry(int cmsg_level, int msg_type) function PHP_FUNCTION (line 178) | PHP_FUNCTION(socket_sendmsg) function PHP_FUNCTION (line 219) | PHP_FUNCTION(socket_recvmsg) function PHP_FUNCTION (line 284) | PHP_FUNCTION(socket_cmsg_space) function php_do_setsockopt_ipv6_rfc3542 (line 330) | int php_do_setsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int ... function php_do_getsockopt_ipv6_rfc3542 (line 381) | int php_do_getsockopt_ipv6_rfc3542(php_socket *php_sock, int level, int ... function php_socket_sendrecvmsg_init (line 423) | void php_socket_sendrecvmsg_init(INIT_FUNC_ARGS) function php_socket_sendrecvmsg_shutdown (line 430) | void php_socket_sendrecvmsg_shutdown(SHUTDOWN_FUNC_ARGS) FILE: ext/sockets/sendrecvmsg.h type anc_reg_key (line 21) | typedef struct { type ancillary_reg_entry (line 28) | typedef struct { FILE: ext/sockets/sockaddr_conv.c function php_set_inet6_addr (line 16) | int php_set_inet6_addr(struct sockaddr_in6 *sin6, char *string, php_sock... function php_set_inet_addr (line 87) | int php_set_inet_addr(struct sockaddr_in *sin, char *string, php_socket ... function php_set_inet46_addr (line 117) | int php_set_inet46_addr(php_sockaddr_storage *ss, socklen_t *ss_len, cha... FILE: ext/sockets/sockaddr_conv.h type sockaddr_in6 (line 19) | struct sockaddr_in6 type sockaddr_in (line 24) | struct sockaddr_in FILE: ext/sockets/sockets.c function zend_object (line 106) | static zend_object *socket_create_object(zend_class_entry *class_type) { function zend_function (line 121) | static zend_function *socket_get_constructor(zend_object *object) { function socket_free_obj (line 126) | static void socket_free_obj(zend_object *object) function HashTable (line 141) | static HashTable *socket_get_gc(zend_object *object, zval **table, int *n) type php_addrinfo (line 153) | typedef struct { function php_addrinfo (line 161) | static inline php_addrinfo *address_info_from_obj(zend_object *obj) { function zend_object (line 167) | static zend_object *address_info_create_object(zend_class_entry *class_t... function zend_function (line 176) | static zend_function *address_info_get_constructor(zend_object *object) { function address_info_free_obj (line 181) | static void address_info_free_obj(zend_object *object) function php_open_listen_sock (line 220) | static bool php_open_listen_sock(php_socket *sock, int port, int backlog... function PHP_FUNCTION (line 2544) | PHP_FUNCTION(socket_addrinfo_bind) function PHP_FUNCTION (line 2606) | PHP_FUNCTION(socket_addrinfo_connect) function PHP_FUNCTION (line 2668) | PHP_FUNCTION(socket_addrinfo_explain) function PHP_FUNCTION (line 2722) | PHP_FUNCTION(socket_wsaprotocol_info_export) function PHP_FUNCTION (line 2778) | PHP_FUNCTION(socket_wsaprotocol_info_import) function PHP_FUNCTION (line 2836) | PHP_FUNCTION(socket_wsaprotocol_info_release) FILE: ext/sockets/sockets.stub.php class Socket (line 1934) | final class Socket class AddressInfo (line 1942) | final class AddressInfo function socket_select (line 1946) | function socket_select(?array &$read, ?array &$write, ?array &$except, ?... function socket_create_listen (line 1948) | function socket_create_listen(int $port, int $backlog = SOMAXCONN): Sock... function socket_accept (line 1950) | function socket_accept(Socket $socket): Socket|false {} function socket_set_nonblock (line 1952) | function socket_set_nonblock(Socket $socket): bool {} function socket_set_block (line 1954) | function socket_set_block(Socket $socket): bool {} function socket_listen (line 1956) | function socket_listen(Socket $socket, int $backlog = 0): bool {} function socket_close (line 1958) | function socket_close(Socket $socket): void {} function socket_write (line 1960) | function socket_write(Socket $socket, string $data, ?int $length = null)... function socket_read (line 1962) | function socket_read(Socket $socket, int $length, int $mode = PHP_BINARY... function socket_getsockname (line 1968) | function socket_getsockname(Socket $socket, &$address, &$port = null): b... function socket_getpeername (line 1974) | function socket_getpeername(Socket $socket, &$address, &$port = null): b... function socket_create (line 1976) | function socket_create(int $domain, int $type, int $protocol): Socket|fa... function socket_connect (line 1978) | function socket_connect(Socket $socket, string $address, ?int $port = nu... function socket_strerror (line 1980) | function socket_strerror(int $error_code): string {} function socket_bind (line 1982) | function socket_bind(Socket $socket, string $address, int $port = 0): bo... function socket_recv (line 1985) | function socket_recv(Socket $socket, &$data, int $length, int $flags): i... function socket_send (line 1987) | function socket_send(Socket $socket, string $data, int $length, int $fla... function socket_recvfrom (line 1994) | function socket_recvfrom(Socket $socket, &$data, int $length, int $flags... function socket_sendto (line 1996) | function socket_sendto(Socket $socket, string $data, int $length, int $f... function socket_get_option (line 2002) | function socket_get_option(Socket $socket, int $level, int $option): arr... function socket_getopt (line 2008) | function socket_getopt(Socket $socket, int $level, int $option): array|i... function socket_set_option (line 2011) | function socket_set_option(Socket $socket, int $level, int $option, $val... function socket_setopt (line 2017) | function socket_setopt(Socket $socket, int $level, int $option, $value):... function socket_create_pair (line 2021) | function socket_create_pair(int $domain, int $type, int $protocol, &$pai... function socket_shutdown (line 2025) | function socket_shutdown(Socket $socket, int $mode = 2): bool {} function socket_atmark (line 2029) | function socket_atmark(Socket $socket): bool {} function socket_last_error (line 2032) | function socket_last_error(?Socket $socket = null): int {} function socket_clear_error (line 2034) | function socket_clear_error(?Socket $socket = null): void {} function socket_import_stream (line 2037) | function socket_import_stream($stream): Socket|false {} function socket_export_stream (line 2040) | function socket_export_stream(Socket $socket) {} function socket_sendmsg (line 2042) | function socket_sendmsg(Socket $socket, array $message, int $flags = 0):... function socket_recvmsg (line 2044) | function socket_recvmsg(Socket $socket, array &$message, int $flags = 0)... function socket_cmsg_space (line 2046) | function socket_cmsg_space(int $level, int $type, int $num = 0): ?int {} function socket_addrinfo_lookup (line 2052) | function socket_addrinfo_lookup(string $host, ?string $service = null, a... function socket_addrinfo_connect (line 2054) | function socket_addrinfo_connect(AddressInfo $address): Socket|false {} function socket_addrinfo_bind (line 2056) | function socket_addrinfo_bind(AddressInfo $address): Socket|false {} function socket_addrinfo_explain (line 2062) | function socket_addrinfo_explain(AddressInfo $address): array {} function socket_wsaprotocol_info_export (line 2065) | function socket_wsaprotocol_info_export(Socket $socket, int $process_id)... function socket_wsaprotocol_info_import (line 2067) | function socket_wsaprotocol_info_import(string $info_id): Socket|false {} function socket_wsaprotocol_info_release (line 2069) | function socket_wsaprotocol_info_release(string $info_id): bool {} FILE: ext/sockets/sockets_arginfo.h function register_sockets_symbols (line 313) | static void register_sockets_symbols(int module_number) function zend_class_entry (line 1068) | static zend_class_entry *register_class_Socket(void) function zend_class_entry (line 1078) | static zend_class_entry *register_class_AddressInfo(void) FILE: ext/sodium/libsodium.c function zend_always_inline (line 40) | static zend_always_inline zend_string *zend_string_checked_alloc(size_t ... function sodium_remove_param_values_from_backtrace (line 125) | static void sodium_remove_param_values_from_backtrace(zend_object *obj) { function zend_object (line 142) | static zend_object *sodium_exception_create_object(zend_class_entry *ce) { function sodium_separate_string (line 148) | static void sodium_separate_string(zval *zv) { function PHP_MINIT_FUNCTION (line 157) | PHP_MINIT_FUNCTION(sodium) function PHP_MSHUTDOWN_FUNCTION (line 177) | PHP_MSHUTDOWN_FUNCTION(sodium) function PHP_MINFO_FUNCTION (line 183) | PHP_MINFO_FUNCTION(sodium) function PHP_FUNCTION (line 192) | PHP_FUNCTION(sodium_memzero) function PHP_FUNCTION (line 216) | PHP_FUNCTION(sodium_increment) function PHP_FUNCTION (line 239) | PHP_FUNCTION(sodium_add) function PHP_FUNCTION (line 268) | PHP_FUNCTION(sodium_memcmp) function PHP_FUNCTION (line 288) | PHP_FUNCTION(sodium_crypto_shorthash) function PHP_FUNCTION (line 318) | PHP_FUNCTION(sodium_crypto_secretbox) function PHP_FUNCTION (line 360) | PHP_FUNCTION(sodium_crypto_secretbox_open) function PHP_FUNCTION (line 401) | PHP_FUNCTION(sodium_crypto_generichash) function PHP_FUNCTION (line 441) | PHP_FUNCTION(sodium_crypto_generichash_init) function PHP_FUNCTION (line 481) | PHP_FUNCTION(sodium_crypto_generichash_update) function PHP_FUNCTION (line 520) | PHP_FUNCTION(sodium_crypto_generichash_final) function PHP_FUNCTION (line 569) | PHP_FUNCTION(sodium_crypto_box_keypair) function PHP_FUNCTION (line 591) | PHP_FUNCTION(sodium_crypto_box_seed_keypair) function PHP_FUNCTION (line 622) | PHP_FUNCTION(sodium_crypto_box_keypair_from_secretkey_and_publickey) function PHP_FUNCTION (line 655) | PHP_FUNCTION(sodium_crypto_box_secretkey) function PHP_FUNCTION (line 678) | PHP_FUNCTION(sodium_crypto_box_publickey) function PHP_FUNCTION (line 702) | PHP_FUNCTION(sodium_crypto_box_publickey_from_secretkey) function PHP_FUNCTION (line 728) | PHP_FUNCTION(sodium_crypto_box) function PHP_FUNCTION (line 774) | PHP_FUNCTION(sodium_crypto_box_open) function PHP_FUNCTION (line 818) | PHP_FUNCTION(sodium_crypto_box_seal) function PHP_FUNCTION (line 852) | PHP_FUNCTION(sodium_crypto_box_seal_open) function PHP_FUNCTION (line 889) | PHP_FUNCTION(sodium_crypto_sign_keypair) function PHP_FUNCTION (line 911) | PHP_FUNCTION(sodium_crypto_sign_seed_keypair) function PHP_FUNCTION (line 942) | PHP_FUNCTION(sodium_crypto_sign_keypair_from_secretkey_and_publickey) function PHP_FUNCTION (line 975) | PHP_FUNCTION(sodium_crypto_sign_publickey_from_secretkey) function PHP_FUNCTION (line 1004) | PHP_FUNCTION(sodium_crypto_sign_secretkey) function PHP_FUNCTION (line 1027) | PHP_FUNCTION(sodium_crypto_sign_publickey) function PHP_FUNCTION (line 1051) | PHP_FUNCTION(sodium_crypto_sign) function PHP_FUNCTION (line 1095) | PHP_FUNCTION(sodium_crypto_sign_open) function PHP_FUNCTION (line 1138) | PHP_FUNCTION(sodium_crypto_sign_detached) function PHP_FUNCTION (line 1177) | PHP_FUNCTION(sodium_crypto_sign_verify_detached) function PHP_FUNCTION (line 1209) | PHP_FUNCTION(sodium_crypto_stream) function PHP_FUNCTION (line 1249) | PHP_FUNCTION(sodium_crypto_stream_xor) function PHP_FUNCTION (line 1289) | PHP_FUNCTION(sodium_crypto_stream_xchacha20) function PHP_FUNCTION (line 1329) | PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor) function PHP_FUNCTION (line 1368) | PHP_FUNCTION(sodium_crypto_stream_xchacha20_xor_ic) function PHP_FUNCTION (line 1413) | PHP_FUNCTION(sodium_crypto_pwhash) function PHP_FUNCTION (line 1503) | PHP_FUNCTION(sodium_crypto_pwhash_str) function PHP_FUNCTION (line 1556) | PHP_FUNCTION(sodium_crypto_pwhash_str_needs_rehash) function PHP_FUNCTION (line 1574) | PHP_FUNCTION(sodium_crypto_pwhash_str_verify) function PHP_FUNCTION (line 1603) | PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256) function PHP_FUNCTION (line 1661) | PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str) function PHP_FUNCTION (line 1706) | PHP_FUNCTION(sodium_crypto_pwhash_scryptsalsa208sha256_str_verify) function PHP_FUNCTION (line 1734) | PHP_FUNCTION(sodium_crypto_aead_aes256gcm_is_available) function PHP_FUNCTION (line 1747) | PHP_FUNCTION(sodium_crypto_aead_aes256gcm_encrypt) function PHP_FUNCTION (line 1807) | PHP_FUNCTION(sodium_crypto_aead_aes256gcm_decrypt) function PHP_FUNCTION (line 1870) | PHP_FUNCTION(sodium_crypto_aead_aegis128l_encrypt) function PHP_FUNCTION (line 1926) | PHP_FUNCTION(sodium_crypto_aead_aegis128l_decrypt) function PHP_FUNCTION (line 1985) | PHP_FUNCTION(sodium_crypto_aead_aegis256_encrypt) function PHP_FUNCTION (line 2041) | PHP_FUNCTION(sodium_crypto_aead_aegis256_decrypt) function PHP_FUNCTION (line 2099) | PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_encrypt) function PHP_FUNCTION (line 2155) | PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_decrypt) function PHP_FUNCTION (line 2212) | PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_encrypt) function PHP_FUNCTION (line 2272) | PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_decrypt) function PHP_FUNCTION (line 2335) | PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_encrypt) function PHP_FUNCTION (line 2391) | PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_decrypt) function PHP_FUNCTION (line 2454) | PHP_FUNCTION(sodium_bin2hex) function PHP_FUNCTION (line 2478) | PHP_FUNCTION(sodium_hex2bin) function PHP_FUNCTION (line 2516) | PHP_FUNCTION(sodium_bin2base64) function PHP_FUNCTION (line 2544) | PHP_FUNCTION(sodium_base642bin) function PHP_FUNCTION (line 2588) | PHP_FUNCTION(sodium_crypto_scalarmult) function PHP_FUNCTION (line 2621) | PHP_FUNCTION(sodium_crypto_scalarmult_ristretto255) function PHP_FUNCTION (line 2655) | PHP_FUNCTION(sodium_crypto_scalarmult_ristretto255_base) function PHP_FUNCTION (line 2683) | PHP_FUNCTION(sodium_crypto_kx_seed_keypair) function PHP_FUNCTION (line 2716) | PHP_FUNCTION(sodium_crypto_kx_keypair) function PHP_FUNCTION (line 2738) | PHP_FUNCTION(sodium_crypto_kx_secretkey) function PHP_FUNCTION (line 2761) | PHP_FUNCTION(sodium_crypto_kx_publickey) function PHP_FUNCTION (line 2785) | PHP_FUNCTION(sodium_crypto_kx_client_session_keys) function PHP_FUNCTION (line 2835) | PHP_FUNCTION(sodium_crypto_kx_server_session_keys) function PHP_FUNCTION (line 2885) | PHP_FUNCTION(sodium_crypto_auth) function PHP_FUNCTION (line 2916) | PHP_FUNCTION(sodium_crypto_auth_verify) function PHP_FUNCTION (line 2948) | PHP_FUNCTION(sodium_crypto_sign_ed25519_sk_to_curve25519) function PHP_FUNCTION (line 2976) | PHP_FUNCTION(sodium_crypto_sign_ed25519_pk_to_curve25519) function PHP_FUNCTION (line 3004) | PHP_FUNCTION(sodium_compare) function PHP_FUNCTION (line 3027) | PHP_FUNCTION(sodium_crypto_aead_aes256gcm_keygen) function PHP_FUNCTION (line 3040) | PHP_FUNCTION(sodium_crypto_aead_aegis128l_keygen) function PHP_FUNCTION (line 3053) | PHP_FUNCTION(sodium_crypto_aead_aegis256_keygen) function PHP_FUNCTION (line 3065) | PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_keygen) function PHP_FUNCTION (line 3076) | PHP_FUNCTION(sodium_crypto_aead_chacha20poly1305_ietf_keygen) function PHP_FUNCTION (line 3088) | PHP_FUNCTION(sodium_crypto_aead_xchacha20poly1305_ietf_keygen) function PHP_FUNCTION (line 3100) | PHP_FUNCTION(sodium_crypto_auth_keygen) function PHP_FUNCTION (line 3111) | PHP_FUNCTION(sodium_crypto_generichash_keygen) function PHP_FUNCTION (line 3122) | PHP_FUNCTION(sodium_crypto_kdf_keygen) function PHP_FUNCTION (line 3133) | PHP_FUNCTION(sodium_crypto_secretbox_keygen) function PHP_FUNCTION (line 3144) | PHP_FUNCTION(sodium_crypto_shorthash_keygen) function PHP_FUNCTION (line 3155) | PHP_FUNCTION(sodium_crypto_stream_keygen) function PHP_FUNCTION (line 3166) | PHP_FUNCTION(sodium_crypto_stream_xchacha20_keygen) function PHP_FUNCTION (line 3178) | PHP_FUNCTION(sodium_crypto_kdf_derive_from_key) function PHP_FUNCTION (line 3249) | PHP_FUNCTION(sodium_pad) function PHP_FUNCTION (line 3325) | PHP_FUNCTION(sodium_unpad) function PHP_FUNCTION (line 3390) | PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_keygen) function PHP_FUNCTION (line 3401) | PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_push) function PHP_FUNCTION (line 3427) | PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_push) function PHP_FUNCTION (line 3489) | PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_init_pull) function PHP_FUNCTION (line 3519) | PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_pull) function PHP_FUNCTION (line 3574) | PHP_FUNCTION(sodium_crypto_secretstream_xchacha20poly1305_rekey) function PHP_FUNCTION (line 3601) | PHP_FUNCTION(sodium_crypto_core_ristretto255_add) function PHP_FUNCTION (line 3634) | PHP_FUNCTION(sodium_crypto_core_ristretto255_from_hash) function PHP_FUNCTION (line 3660) | PHP_FUNCTION(sodium_crypto_core_ristretto255_is_valid_point) function PHP_FUNCTION (line 3678) | PHP_FUNCTION(sodium_crypto_core_ristretto255_random) function PHP_FUNCTION (line 3691) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_add) function PHP_FUNCTION (line 3720) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_complement) function PHP_FUNCTION (line 3742) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_invert) function PHP_FUNCTION (line 3768) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_mul) function PHP_FUNCTION (line 3797) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_negate) function PHP_FUNCTION (line 3819) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_random) function PHP_FUNCTION (line 3832) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_reduce) function PHP_FUNCTION (line 3854) | PHP_FUNCTION(sodium_crypto_core_ristretto255_scalar_sub) function PHP_FUNCTION (line 3883) | PHP_FUNCTION(sodium_crypto_core_ristretto255_sub) FILE: ext/sodium/libsodium.stub.php function sodium_crypto_aead_aes256gcm_is_available (line 546) | function sodium_crypto_aead_aes256gcm_is_available(): bool {} function sodium_crypto_aead_aes256gcm_decrypt (line 549) | function sodium_crypto_aead_aes256gcm_decrypt(string $ciphertext, string... function sodium_crypto_aead_aes256gcm_encrypt (line 551) | function sodium_crypto_aead_aes256gcm_encrypt(#[\SensitiveParameter] str... function sodium_crypto_aead_aes256gcm_keygen (line 553) | function sodium_crypto_aead_aes256gcm_keygen(): string {} function sodium_crypto_aead_aegis128l_decrypt (line 557) | function sodium_crypto_aead_aegis128l_decrypt(string $ciphertext, string... function sodium_crypto_aead_aegis128l_encrypt (line 559) | function sodium_crypto_aead_aegis128l_encrypt(#[\SensitiveParameter] str... function sodium_crypto_aead_aegis128l_keygen (line 561) | function sodium_crypto_aead_aegis128l_keygen(): string {} function sodium_crypto_aead_aegis256_decrypt (line 565) | function sodium_crypto_aead_aegis256_decrypt(string $ciphertext, string ... function sodium_crypto_aead_aegis256_encrypt (line 567) | function sodium_crypto_aead_aegis256_encrypt(#[\SensitiveParameter] stri... function sodium_crypto_aead_aegis256_keygen (line 569) | function sodium_crypto_aead_aegis256_keygen(): string {} function sodium_crypto_aead_chacha20poly1305_decrypt (line 572) | function sodium_crypto_aead_chacha20poly1305_decrypt(string $ciphertext,... function sodium_crypto_aead_chacha20poly1305_encrypt (line 574) | function sodium_crypto_aead_chacha20poly1305_encrypt(#[\SensitiveParamet... function sodium_crypto_aead_chacha20poly1305_keygen (line 576) | function sodium_crypto_aead_chacha20poly1305_keygen(): string {} function sodium_crypto_aead_chacha20poly1305_ietf_decrypt (line 578) | function sodium_crypto_aead_chacha20poly1305_ietf_decrypt(string $cipher... function sodium_crypto_aead_chacha20poly1305_ietf_encrypt (line 580) | function sodium_crypto_aead_chacha20poly1305_ietf_encrypt(#[\SensitivePa... function sodium_crypto_aead_chacha20poly1305_ietf_keygen (line 582) | function sodium_crypto_aead_chacha20poly1305_ietf_keygen(): string {} function sodium_crypto_aead_xchacha20poly1305_ietf_decrypt (line 585) | function sodium_crypto_aead_xchacha20poly1305_ietf_decrypt(string $ciphe... function sodium_crypto_aead_xchacha20poly1305_ietf_keygen (line 587) | function sodium_crypto_aead_xchacha20poly1305_ietf_keygen(): string {} function sodium_crypto_aead_xchacha20poly1305_ietf_encrypt (line 589) | function sodium_crypto_aead_xchacha20poly1305_ietf_encrypt(#[\SensitiveP... function sodium_crypto_auth (line 592) | function sodium_crypto_auth(string $message, #[\SensitiveParameter] stri... function sodium_crypto_auth_keygen (line 594) | function sodium_crypto_auth_keygen(): string {} function sodium_crypto_auth_verify (line 596) | function sodium_crypto_auth_verify(string $mac, string $message, #[\Sens... function sodium_crypto_box (line 598) | function sodium_crypto_box(#[\SensitiveParameter] string $message, strin... function sodium_crypto_box_keypair (line 600) | function sodium_crypto_box_keypair(): string {} function sodium_crypto_box_seed_keypair (line 602) | function sodium_crypto_box_seed_keypair(#[\SensitiveParameter] string $s... function sodium_crypto_box_keypair_from_secretkey_and_publickey (line 604) | function sodium_crypto_box_keypair_from_secretkey_and_publickey(#[\Sensi... function sodium_crypto_box_open (line 606) | function sodium_crypto_box_open(string $ciphertext, string $nonce, #[\Se... function sodium_crypto_box_publickey (line 608) | function sodium_crypto_box_publickey(#[\SensitiveParameter] string $key_... function sodium_crypto_box_publickey_from_secretkey (line 610) | function sodium_crypto_box_publickey_from_secretkey(#[\SensitiveParamete... function sodium_crypto_box_seal (line 612) | function sodium_crypto_box_seal(#[\SensitiveParameter] string $message, ... function sodium_crypto_box_seal_open (line 614) | function sodium_crypto_box_seal_open(string $ciphertext, #[\SensitivePar... function sodium_crypto_box_secretkey (line 616) | function sodium_crypto_box_secretkey(#[\SensitiveParameter] string $key_... function sodium_crypto_core_ristretto255_add (line 619) | function sodium_crypto_core_ristretto255_add(string $p, string $q): stri... function sodium_crypto_core_ristretto255_from_hash (line 621) | function sodium_crypto_core_ristretto255_from_hash(string $s): string {} function sodium_crypto_core_ristretto255_is_valid_point (line 623) | function sodium_crypto_core_ristretto255_is_valid_point(string $s): bool {} function sodium_crypto_core_ristretto255_random (line 625) | function sodium_crypto_core_ristretto255_random(): string {} function sodium_crypto_core_ristretto255_scalar_add (line 627) | function sodium_crypto_core_ristretto255_scalar_add(string $x, string $y... function sodium_crypto_core_ristretto255_scalar_complement (line 629) | function sodium_crypto_core_ristretto255_scalar_complement(string $s): s... function sodium_crypto_core_ristretto255_scalar_invert (line 631) | function sodium_crypto_core_ristretto255_scalar_invert(string $s): strin... function sodium_crypto_core_ristretto255_scalar_mul (line 633) | function sodium_crypto_core_ristretto255_scalar_mul(string $x, string $y... function sodium_crypto_core_ristretto255_scalar_negate (line 635) | function sodium_crypto_core_ristretto255_scalar_negate(string $s): strin... function sodium_crypto_core_ristretto255_scalar_random (line 637) | function sodium_crypto_core_ristretto255_scalar_random(): string {} function sodium_crypto_core_ristretto255_scalar_reduce (line 639) | function sodium_crypto_core_ristretto255_scalar_reduce(string $s): strin... function sodium_crypto_core_ristretto255_scalar_sub (line 641) | function sodium_crypto_core_ristretto255_scalar_sub(string $x, string $y... function sodium_crypto_core_ristretto255_sub (line 643) | function sodium_crypto_core_ristretto255_sub(string $p, string $q): stri... function sodium_crypto_kx_keypair (line 646) | function sodium_crypto_kx_keypair(): string {} function sodium_crypto_kx_publickey (line 648) | function sodium_crypto_kx_publickey(#[\SensitiveParameter] string $key_p... function sodium_crypto_kx_secretkey (line 650) | function sodium_crypto_kx_secretkey(#[\SensitiveParameter] string $key_p... function sodium_crypto_kx_seed_keypair (line 652) | function sodium_crypto_kx_seed_keypair(#[\SensitiveParameter] string $se... function sodium_crypto_kx_client_session_keys (line 657) | function sodium_crypto_kx_client_session_keys(#[\SensitiveParameter] str... function sodium_crypto_kx_server_session_keys (line 663) | function sodium_crypto_kx_server_session_keys(#[\SensitiveParameter] str... function sodium_crypto_generichash (line 665) | function sodium_crypto_generichash(string $message, #[\SensitiveParamete... function sodium_crypto_generichash_keygen (line 667) | function sodium_crypto_generichash_keygen(): string {} function sodium_crypto_generichash_init (line 669) | function sodium_crypto_generichash_init(#[\SensitiveParameter] string $k... function sodium_crypto_generichash_update (line 671) | function sodium_crypto_generichash_update(string &$state, string $messag... function sodium_crypto_generichash_final (line 673) | function sodium_crypto_generichash_final(string &$state, int $length = S... function sodium_crypto_kdf_derive_from_key (line 675) | function sodium_crypto_kdf_derive_from_key(int $subkey_length, int $subk... function sodium_crypto_kdf_keygen (line 677) | function sodium_crypto_kdf_keygen(): string {} function sodium_crypto_pwhash (line 680) | function sodium_crypto_pwhash(int $length, #[\SensitiveParameter] string... function sodium_crypto_pwhash_str (line 682) | function sodium_crypto_pwhash_str(#[\SensitiveParameter] string $passwor... function sodium_crypto_pwhash_str_verify (line 684) | function sodium_crypto_pwhash_str_verify(string $hash, #[\SensitiveParam... function sodium_crypto_pwhash_str_needs_rehash (line 688) | function sodium_crypto_pwhash_str_needs_rehash(string $password, int $op... function sodium_crypto_pwhash_scryptsalsa208sha256 (line 692) | function sodium_crypto_pwhash_scryptsalsa208sha256(int $length, #[\Sensi... function sodium_crypto_pwhash_scryptsalsa208sha256_str (line 694) | function sodium_crypto_pwhash_scryptsalsa208sha256_str(#[\SensitiveParam... function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify (line 696) | function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify(string $ha... function sodium_crypto_scalarmult (line 699) | function sodium_crypto_scalarmult(string $n, string $p): string {} function sodium_crypto_scalarmult_ristretto255 (line 702) | function sodium_crypto_scalarmult_ristretto255(string $n, string $p): st... function sodium_crypto_scalarmult_ristretto255_base (line 704) | function sodium_crypto_scalarmult_ristretto255_base(string $n): string {} function sodium_crypto_secretbox (line 707) | function sodium_crypto_secretbox(#[\SensitiveParameter] string $message,... function sodium_crypto_secretbox_keygen (line 709) | function sodium_crypto_secretbox_keygen(): string {} function sodium_crypto_secretbox_open (line 711) | function sodium_crypto_secretbox_open(string $ciphertext, string $nonce,... function sodium_crypto_secretstream_xchacha20poly1305_keygen (line 714) | function sodium_crypto_secretstream_xchacha20poly1305_keygen(): string {} function sodium_crypto_secretstream_xchacha20poly1305_init_push (line 719) | function sodium_crypto_secretstream_xchacha20poly1305_init_push(#[\Sensi... function sodium_crypto_secretstream_xchacha20poly1305_push (line 721) | function sodium_crypto_secretstream_xchacha20poly1305_push(string &$stat... function sodium_crypto_secretstream_xchacha20poly1305_init_pull (line 723) | function sodium_crypto_secretstream_xchacha20poly1305_init_pull(string $... function sodium_crypto_secretstream_xchacha20poly1305_pull (line 726) | function sodium_crypto_secretstream_xchacha20poly1305_pull(string &$stat... function sodium_crypto_secretstream_xchacha20poly1305_rekey (line 728) | function sodium_crypto_secretstream_xchacha20poly1305_rekey(string &$sta... function sodium_crypto_shorthash (line 731) | function sodium_crypto_shorthash(string $message, #[\SensitiveParameter]... function sodium_crypto_shorthash_keygen (line 733) | function sodium_crypto_shorthash_keygen(): string {} function sodium_crypto_sign (line 735) | function sodium_crypto_sign(string $message, #[\SensitiveParameter] stri... function sodium_crypto_sign_detached (line 737) | function sodium_crypto_sign_detached(string $message, #[\SensitiveParame... function sodium_crypto_sign_ed25519_pk_to_curve25519 (line 739) | function sodium_crypto_sign_ed25519_pk_to_curve25519(string $public_key)... function sodium_crypto_sign_ed25519_sk_to_curve25519 (line 741) | function sodium_crypto_sign_ed25519_sk_to_curve25519(#[\SensitiveParamet... function sodium_crypto_sign_keypair (line 743) | function sodium_crypto_sign_keypair(): string {} function sodium_crypto_sign_keypair_from_secretkey_and_publickey (line 745) | function sodium_crypto_sign_keypair_from_secretkey_and_publickey(#[\Sens... function sodium_crypto_sign_open (line 747) | function sodium_crypto_sign_open(string $signed_message, string $public_... function sodium_crypto_sign_publickey (line 749) | function sodium_crypto_sign_publickey(#[\SensitiveParameter] string $key... function sodium_crypto_sign_secretkey (line 751) | function sodium_crypto_sign_secretkey(#[\SensitiveParameter] string $key... function sodium_crypto_sign_publickey_from_secretkey (line 753) | function sodium_crypto_sign_publickey_from_secretkey(#[\SensitiveParamet... function sodium_crypto_sign_seed_keypair (line 755) | function sodium_crypto_sign_seed_keypair(#[\SensitiveParameter] string $... function sodium_crypto_sign_verify_detached (line 757) | function sodium_crypto_sign_verify_detached(string $signature, string $m... function sodium_crypto_stream (line 759) | function sodium_crypto_stream(int $length, string $nonce, #[\SensitivePa... function sodium_crypto_stream_keygen (line 761) | function sodium_crypto_stream_keygen(): string {} function sodium_crypto_stream_xor (line 763) | function sodium_crypto_stream_xor(#[\SensitiveParameter] string $message... function sodium_crypto_stream_xchacha20 (line 766) | function sodium_crypto_stream_xchacha20(int $length, string $nonce, #[\S... function sodium_crypto_stream_xchacha20_keygen (line 768) | function sodium_crypto_stream_xchacha20_keygen(): string {} function sodium_crypto_stream_xchacha20_xor (line 770) | function sodium_crypto_stream_xchacha20_xor(#[\SensitiveParameter] strin... function sodium_crypto_stream_xchacha20_xor_ic (line 772) | function sodium_crypto_stream_xchacha20_xor_ic(#[\SensitiveParameter] st... function sodium_add (line 775) | function sodium_add(string &$string1, string $string2): void {} function sodium_compare (line 777) | function sodium_compare(#[\SensitiveParameter] string $string1, #[\Sensi... function sodium_increment (line 779) | function sodium_increment(string &$string): void {} function sodium_memcmp (line 781) | function sodium_memcmp(#[\SensitiveParameter] string $string1, #[\Sensit... function sodium_memzero (line 783) | function sodium_memzero(#[\SensitiveParameter] string &$string): void {} function sodium_pad (line 785) | function sodium_pad(#[\SensitiveParameter] string $string, int $block_si... function sodium_unpad (line 787) | function sodium_unpad(#[\SensitiveParameter] string $string, int $block_... function sodium_bin2hex (line 789) | function sodium_bin2hex(#[\SensitiveParameter] string $string): string {} function sodium_hex2bin (line 791) | function sodium_hex2bin(#[\SensitiveParameter] string $string, string $i... function sodium_bin2base64 (line 794) | function sodium_bin2base64(#[\SensitiveParameter] string $string, int $i... function sodium_base642bin (line 796) | function sodium_base642bin(#[\SensitiveParameter] string $string, int $i... function sodium_crypto_scalarmult_base (line 802) | function sodium_crypto_scalarmult_base(#[\SensitiveParameter] string $se... class SodiumException (line 804) | class SodiumException extends Exception {} FILE: ext/sodium/libsodium_arginfo.h function register_libsodium_symbols (line 758) | static void register_libsodium_symbols(int module_number) function zend_class_entry (line 1147) | static zend_class_entry *register_class_SodiumException(zend_class_entry... FILE: ext/sodium/sodium_pwhash.c function get_options (line 31) | static inline int get_options(zend_array *options, size_t *memlimit, siz... function zend_string (line 62) | static zend_string *php_sodium_argon2_hash(const zend_string *password, ... function php_sodium_argon2_verify (line 88) | static bool php_sodium_argon2_verify(const zend_string *password, const ... function php_sodium_argon2_needs_rehash (line 95) | static bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend... function php_sodium_argon2_get_info (line 104) | static int php_sodium_argon2_get_info(zval *return_value, const zend_str... function zend_string (line 135) | static zend_string *php_sodium_argon2i_hash(const zend_string *password,... function zend_string (line 150) | static zend_string *php_sodium_argon2id_hash(const zend_string *password... function PHP_MINIT_FUNCTION (line 163) | PHP_MINIT_FUNCTION(sodium_password_hash) /* {{{ */ { FILE: ext/sodium/sodium_pwhash_arginfo.h function register_sodium_pwhash_symbols (line 4) | static void register_sodium_pwhash_symbols(int module_number) FILE: ext/spl/php_spl.c function zend_class_entry (line 44) | static zend_class_entry * spl_find_ce_by_name(zend_string *name, bool au... function PHP_FUNCTION (line 65) | PHP_FUNCTION(class_parents) function PHP_FUNCTION (line 99) | PHP_FUNCTION(class_implements) function PHP_FUNCTION (line 128) | PHP_FUNCTION(class_uses) function PHP_FUNCTION (line 217) | PHP_FUNCTION(spl_classes) function spl_autoload (line 229) | static int spl_autoload(zend_string *class_name, zend_string *lc_name, c... function PHP_FUNCTION (line 291) | PHP_FUNCTION(spl_autoload) function PHP_FUNCTION (line 331) | PHP_FUNCTION(spl_autoload_extensions) type autoload_func_info (line 354) | typedef struct { function autoload_func_info_destroy (line 361) | static void autoload_func_info_destroy(autoload_func_info *alfi) { function autoload_func_info_zval_dtor (line 376) | static void autoload_func_info_zval_dtor(zval *element) function autoload_func_info (line 381) | static autoload_func_info *autoload_func_info_from_fci( function autoload_func_info_equals (line 399) | static bool autoload_func_info_equals( function zend_class_entry (line 417) | static zend_class_entry *spl_perform_autoload(zend_string *class_name, z... function PHP_FUNCTION (line 462) | PHP_FUNCTION(spl_autoload_call) function Bucket (line 485) | static Bucket *spl_find_registered_function(autoload_func_info *find_alf... function PHP_FUNCTION (line 500) | PHP_FUNCTION(spl_autoload_register) function PHP_FUNCTION (line 574) | PHP_FUNCTION(spl_autoload_unregister) function PHP_FUNCTION (line 611) | PHP_FUNCTION(spl_autoload_functions) function PHP_FUNCTION (line 645) | PHP_FUNCTION(spl_object_hash) function PHP_FUNCTION (line 658) | PHP_FUNCTION(spl_object_id) function PHPAPI (line 670) | PHPAPI zend_string *php_spl_object_hash(zend_object *obj) /* {{{*/ function spl_build_class_list_string (line 676) | static void spl_build_class_list_string(zval *entry, char **list) /* {{{ */ function PHP_MINFO_FUNCTION (line 686) | PHP_MINFO_FUNCTION(spl) function PHP_MINIT_FUNCTION (line 719) | PHP_MINIT_FUNCTION(spl) function PHP_RINIT_FUNCTION (line 736) | PHP_RINIT_FUNCTION(spl) /* {{{ */ function PHP_RSHUTDOWN_FUNCTION (line 743) | PHP_RSHUTDOWN_FUNCTION(spl) /* {{{ */ FILE: ext/spl/php_spl.stub.php function class_implements (line 10) | function class_implements($object_or_class, bool $autoload = true): arra... function class_parents (line 17) | function class_parents($object_or_class, bool $autoload = true): array|f... function class_uses (line 24) | function class_uses($object_or_class, bool $autoload = true): array|fals... function spl_autoload (line 26) | function spl_autoload(string $class, ?string $file_extensions = null): v... function spl_autoload_call (line 28) | function spl_autoload_call(string $class): void {} function spl_autoload_extensions (line 30) | function spl_autoload_extensions(?string $file_extensions = null): strin... function spl_autoload_functions (line 32) | function spl_autoload_functions(): array {} function spl_autoload_register (line 34) | function spl_autoload_register(?callable $callback = null, bool $throw =... function spl_autoload_unregister (line 36) | function spl_autoload_unregister(callable $callback): bool {} function spl_classes (line 42) | function spl_classes(): array {} function spl_object_hash (line 45) | function spl_object_hash(object $object): string {} function spl_object_id (line 47) | function spl_object_id(object $object): int {} function iterator_apply (line 49) | function iterator_apply(Traversable $iterator, callable $callback, ?arra... function iterator_count (line 51) | function iterator_count(iterable $iterator): int {} function iterator_to_array (line 53) | function iterator_to_array(iterable $iterator, bool $preserve_keys = tru... FILE: ext/spl/spl_array.c type spl_array_object (line 41) | typedef struct _spl_array_object { function spl_array_object (line 58) | static inline spl_array_object *spl_array_from_obj(zend_object *obj) /* ... function HashTable (line 65) | static inline HashTable **spl_array_get_hash_table_ptr(spl_array_object*... function HashTable (line 104) | static inline HashTable *spl_array_get_hash_table(spl_array_object* inte... function spl_array_is_object (line 109) | static inline bool spl_array_is_object(spl_array_object *intern) /* {{{ */ function zend_never_inline (line 120) | static zend_never_inline void spl_array_create_ht_iter(HashTable *ht, sp... function zend_always_inline (line 128) | static zend_always_inline uint32_t *spl_array_get_pos_ptr(HashTable *ht,... function spl_array_object_free_storage (line 138) | static void spl_array_object_free_storage(zend_object *object) function zend_object (line 157) | static zend_object *spl_array_object_new_ex(zend_class_entry *class_type... function zend_object (line 244) | static zend_object *spl_array_object_new(zend_class_entry *class_type) function zend_object (line 251) | static zend_object *spl_array_object_clone(zend_object *old_object) type spl_hash_key (line 263) | typedef struct { function spl_hash_key_release (line 269) | static void spl_hash_key_release(spl_hash_key *key) { function zend_result (line 277) | static zend_result get_hash_key(spl_hash_key *key, spl_array_object *int... function zval (line 327) | static zval *spl_array_get_dimension_ptr(bool check_inherited, spl_array... function zval (line 418) | static zval *spl_array_read_dimension_ex(int check_inherited, zend_objec... function zval (line 462) | static zval *spl_array_read_dimension(zend_object *object, zval *offset,... function spl_array_set_refcount (line 472) | static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uin... function spl_array_write_dimension_ex (line 483) | static void spl_array_write_dimension_ex(int check_inherited, zend_objec... function spl_array_write_dimension (line 546) | static void spl_array_write_dimension(zend_object *object, zval *offset,... function spl_array_unset_dimension_ex (line 551) | static void spl_array_unset_dimension_ex(int check_inherited, zend_objec... function spl_array_unset_dimension (line 605) | static void spl_array_unset_dimension(zend_object *object, zval *offset)... function spl_array_has_dimension_ex (line 613) | static bool spl_array_has_dimension_ex(bool check_inherited, zend_object... function spl_array_has_dimension (line 678) | static int spl_array_has_dimension(zend_object *object, zval *offset, in... function spl_array_iterator_append (line 716) | void spl_array_iterator_append(zval *object, zval *append_value) /* {{{ */ function HashTable (line 762) | static HashTable *spl_array_get_properties_for(zend_object *object, zend... function HashTable (line 798) | static inline HashTable* spl_array_get_debug_info(zend_object *obj) /* {... function HashTable (line 824) | static HashTable *spl_array_get_gc(zend_object *obj, zval **gc_data, int... function zval (line 833) | static zval *spl_array_read_property(zend_object *object, zend_string *n... function zval (line 846) | static zval *spl_array_write_property(zend_object *object, zend_string *... function zval (line 860) | static zval *spl_array_get_property_ptr_ptr(zend_object *object, zend_st... function spl_array_has_property (line 882) | static int spl_array_has_property(zend_object *object, zend_string *name... function spl_array_unset_property (line 895) | static void spl_array_unset_property(zend_object *object, zend_string *n... function spl_array_compare_objects (line 909) | static int spl_array_compare_objects(zval *o1, zval *o2) /* {{{ */ function zend_result (line 933) | static zend_result spl_array_skip_protected(spl_array_object *intern, Ha... function spl_array_set_array (line 964) | static void spl_array_set_array(zval *object, spl_array_object *intern, ... function zend_long (line 1147) | static zend_long spl_array_object_count_elements_helper(spl_array_object... function zend_result (line 1168) | static zend_result spl_array_object_count_elements(zend_object *object, ... function spl_array_method (line 1199) | static void spl_array_method(INTERNAL_FUNCTION_PARAMETERS, char *fname, ... type spl_array_iterator (line 1546) | typedef struct _spl_array_iterator { function zend_result (line 1551) | static zend_result spl_array_next_ex(spl_array_object *intern, HashTable... function zend_result (line 1563) | static zend_result spl_array_next(spl_array_object *intern) /* {{{ */ function spl_array_it_dtor (line 1571) | static void spl_array_it_dtor(zend_object_iterator *iter) /* {{{ */ function zend_result (line 1577) | static zend_result spl_array_it_valid(zend_object_iterator *iter) /* {{{ */ function zval (line 1585) | static zval *spl_array_it_get_current_data(zend_object_iterator *iter) /... function spl_array_it_get_current_key (line 1620) | static void spl_array_it_get_current_key(zend_object_iterator *iter, zva... function spl_array_it_move_forward (line 1628) | static void spl_array_it_move_forward(zend_object_iterator *iter) /* {{{ */ function spl_array_rewind (line 1636) | static void spl_array_rewind(spl_array_object *intern) /* {{{ */ function spl_array_it_rewind (line 1649) | static void spl_array_it_rewind(zend_object_iterator *iter) /* {{{ */ function HashTable (line 1656) | static HashTable *spl_array_it_get_gc(zend_object_iterator *iter, zval *... function zend_object_iterator (line 1675) | static zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce... function spl_array_iterator_key (line 1779) | void spl_array_iterator_key(zval *object, zval *return_value) /* {{{ */ function spl_instantiate_child_arg (line 1854) | static void spl_instantiate_child_arg(zend_class_entry *pce, zval *retva... function PHP_MINIT_FUNCTION (line 1905) | PHP_MINIT_FUNCTION(spl_array) FILE: ext/spl/spl_array.stub.php class ArrayObject (line 5) | class ArrayObject implements IteratorAggregate, ArrayAccess, Serializabl... method __construct (line 12) | public function __construct(array|object $array = [], int $flags = 0, ... method offsetExists (line 15) | public function offsetExists(mixed $key): bool {} method offsetGet (line 18) | public function offsetGet(mixed $key): mixed {} method offsetSet (line 21) | public function offsetSet(mixed $key, mixed $value): void {} method offsetUnset (line 24) | public function offsetUnset(mixed $key): void {} method append (line 27) | public function append(mixed $value): void {} method getArrayCopy (line 30) | public function getArrayCopy(): array {} method count (line 33) | public function count(): int {} method getFlags (line 36) | public function getFlags(): int {} method setFlags (line 39) | public function setFlags(int $flags): void {} method asort (line 42) | public function asort(int $flags = SORT_REGULAR): true {} method ksort (line 45) | public function ksort(int $flags = SORT_REGULAR): true {} method uasort (line 48) | public function uasort(callable $callback): true {} method uksort (line 51) | public function uksort(callable $callback): true {} method natsort (line 54) | public function natsort(): true {} method natcasesort (line 57) | public function natcasesort(): true {} method unserialize (line 60) | public function unserialize(string $data): void {} method serialize (line 63) | public function serialize(): string {} method __serialize (line 66) | public function __serialize(): array {} method __unserialize (line 69) | public function __unserialize(array $data): void {} method getIterator (line 72) | public function getIterator(): Iterator {} method exchangeArray (line 75) | public function exchangeArray(array|object $array): array {} method setIteratorClass (line 78) | public function setIteratorClass(string $iteratorClass): void {} method getIteratorClass (line 81) | public function getIteratorClass(): string {} method __debugInfo (line 84) | public function __debugInfo(): array {} class ArrayIterator (line 87) | class ArrayIterator implements SeekableIterator, ArrayAccess, Serializab... method __construct (line 94) | public function __construct(array|object $array = [], int $flags = 0) {} method offsetExists (line 100) | public function offsetExists(mixed $key): bool {} method offsetGet (line 106) | public function offsetGet(mixed $key): mixed {} method offsetSet (line 112) | public function offsetSet(mixed $key, mixed $value): void {} method offsetUnset (line 118) | public function offsetUnset(mixed $key): void {} method append (line 124) | public function append(mixed $value): void {} method getArrayCopy (line 130) | public function getArrayCopy(): array {} method count (line 136) | public function count(): int {} method getFlags (line 142) | public function getFlags(): int {} method setFlags (line 148) | public function setFlags(int $flags): void {} method asort (line 154) | public function asort(int $flags = SORT_REGULAR): true {} method ksort (line 160) | public function ksort(int $flags = SORT_REGULAR): true {} method uasort (line 166) | public function uasort(callable $callback): true {} method uksort (line 172) | public function uksort(callable $callback): true {} method natsort (line 178) | public function natsort(): true {} method natcasesort (line 184) | public function natcasesort(): true {} method unserialize (line 190) | public function unserialize(string $data): void {} method serialize (line 196) | public function serialize(): string {} method __serialize (line 202) | public function __serialize(): array {} method __unserialize (line 208) | public function __unserialize(array $data): void {} method rewind (line 211) | public function rewind(): void {} method current (line 214) | public function current(): mixed {} method key (line 217) | public function key(): string|int|null {} method next (line 220) | public function next(): void {} method valid (line 223) | public function valid(): bool {} method seek (line 226) | public function seek(int $offset): void {} method __debugInfo (line 232) | public function __debugInfo(): array {} class RecursiveArrayIterator (line 235) | class RecursiveArrayIterator extends ArrayIterator implements RecursiveI... method hasChildren (line 241) | public function hasChildren(): bool {} method getChildren (line 244) | public function getChildren(): ?RecursiveArrayIterator {} FILE: ext/spl/spl_array_arginfo.h function zend_class_entry (line 257) | static zend_class_entry *register_class_ArrayObject(zend_class_entry *cl... function zend_class_entry (line 280) | static zend_class_entry *register_class_ArrayIterator(zend_class_entry *... function zend_class_entry (line 303) | static zend_class_entry *register_class_RecursiveArrayIterator(zend_clas... FILE: ext/spl/spl_directory.c function spl_filesystem_object (line 54) | static inline spl_filesystem_object *spl_filesystem_from_obj(zend_object... type spl_filesystem_iterator (line 60) | typedef struct { function spl_filesystem_iterator (line 66) | static inline spl_filesystem_iterator* spl_filesystem_object_to_iterator... function spl_filesystem_object (line 76) | static inline spl_filesystem_object* spl_filesystem_iterator_to_object(s... function spl_filesystem_file_free_line (line 93) | static void spl_filesystem_file_free_line(spl_filesystem_object *intern)... function spl_filesystem_object_destroy_object (line 105) | static void spl_filesystem_object_destroy_object(zend_object *object) /*... function spl_filesystem_object_free_storage (line 139) | static void spl_filesystem_object_free_storage(zend_object *object) /* {... function zend_object (line 186) | static zend_object *spl_filesystem_object_new(zend_class_entry *class_type) function spl_intern_is_glob (line 206) | static inline bool spl_intern_is_glob(const spl_filesystem_object *intern) function PHPAPI (line 212) | PHPAPI zend_string *spl_filesystem_object_get_path(const spl_filesystem_... function zend_result (line 230) | static zend_result spl_filesystem_object_get_file_name(spl_filesystem_ob... function spl_filesystem_dir_read (line 266) | static bool spl_filesystem_dir_read(spl_filesystem_object *intern) /* {{... function spl_filesystem_is_dot (line 284) | static inline bool spl_filesystem_is_dot(const char * d_name) /* {{{ */ function spl_filesystem_dir_open (line 293) | static void spl_filesystem_dir_open(spl_filesystem_object* intern, zend_... function zend_result (line 324) | static zend_result spl_filesystem_file_open(spl_filesystem_object *inter... function zend_object (line 392) | static zend_object *spl_filesystem_object_clone(zend_object *old_object) function spl_filesystem_info_set_filename (line 445) | static void spl_filesystem_info_set_filename(spl_filesystem_object *inte... function spl_filesystem_object (line 476) | static spl_filesystem_object *spl_filesystem_object_create_info(zend_str... function spl_filesystem_object (line 498) | static spl_filesystem_object *spl_filesystem_object_create_type(int num_... function spl_filesystem_is_invalid_or_dot (line 587) | static bool spl_filesystem_is_invalid_or_dot(const char * d_name) /* {{{ */ function zend_string (line 593) | static zend_string *spl_filesystem_object_get_pathname(spl_filesystem_ob... function HashTable (line 608) | static inline HashTable *spl_filesystem_object_get_debug_info(zend_objec... function zend_function (line 674) | static zend_function *spl_filesystem_object_get_method_check(zend_object... function spl_filesystem_object_construct (line 690) | static void spl_filesystem_object_construct(INTERNAL_FUNCTION_PARAMETERS... function zend_object_iterator (line 1635) | static zend_object_iterator *spl_filesystem_dir_get_iterator(zend_class_... function spl_filesystem_dir_it_dtor (line 1657) | static void spl_filesystem_dir_it_dtor(zend_object_iterator *iter) function zend_result (line 1665) | static zend_result spl_filesystem_dir_it_valid(zend_object_iterator *iter) function zval (line 1674) | static zval *spl_filesystem_dir_it_current_data(zend_object_iterator *iter) function spl_filesystem_dir_it_current_key (line 1683) | static void spl_filesystem_dir_it_current_key(zend_object_iterator *iter... function spl_filesystem_dir_it_move_forward (line 1692) | static void spl_filesystem_dir_it_move_forward(zend_object_iterator *iter) function spl_filesystem_dir_it_rewind (line 1706) | static void spl_filesystem_dir_it_rewind(zend_object_iterator *iter) function spl_filesystem_tree_it_dtor (line 1719) | static void spl_filesystem_tree_it_dtor(zend_object_iterator *iter) function zval (line 1728) | static zval *spl_filesystem_tree_it_current_data(zend_object_iterator *i... function spl_filesystem_tree_it_current_key (line 1756) | static void spl_filesystem_tree_it_current_key(zend_object_iterator *ite... function spl_filesystem_tree_it_move_forward (line 1772) | static void spl_filesystem_tree_it_move_forward(zend_object_iterator *iter) function spl_filesystem_tree_it_rewind (line 1794) | static void spl_filesystem_tree_it_rewind(zend_object_iterator *iter) function zend_object_iterator (line 1828) | static zend_object_iterator *spl_filesystem_tree_get_iterator(zend_class... function ZEND_COLD (line 1847) | static ZEND_COLD void spl_filesystem_file_cannot_read(spl_filesystem_obj... function zend_result (line 1852) | static zend_result spl_filesystem_file_read_ex(spl_filesystem_object *in... function zend_result (line 1899) | static inline zend_result spl_filesystem_file_read(spl_filesystem_object... function is_line_empty (line 1905) | static bool is_line_empty(const spl_filesystem_object *intern) function zend_result (line 1919) | static zend_result spl_filesystem_file_read_csv(spl_filesystem_object *i... function zend_result (line 1951) | static zend_result spl_filesystem_file_read_line_ex(zval * this_ptr, spl... function zend_result (line 1992) | static zend_result spl_filesystem_file_read_line(zval * this_ptr, spl_fi... function spl_filesystem_file_rewind (line 2005) | static void spl_filesystem_file_rewind(zval * this_ptr, spl_filesystem_o... function spl_csv_enclosure_param_handling (line 2301) | static int spl_csv_enclosure_param_handling(const zend_string* escape_st... function PHP_MINIT_FUNCTION (line 2756) | PHP_MINIT_FUNCTION(spl_directory) FILE: ext/spl/spl_directory.h type spl_filesystem_object (line 33) | typedef struct _spl_filesystem_object spl_filesystem_object; type spl_other_handler (line 40) | typedef struct _spl_other_handler { type SPL_FS_OBJ_TYPE (line 45) | typedef enum { type _spl_filesystem_object (line 51) | struct _spl_filesystem_object { FILE: ext/spl/spl_directory.stub.php class SplFileInfo (line 6) | class SplFileInfo implements Stringable method __construct (line 8) | public function __construct(string $filename) {} method getPath (line 11) | public function getPath(): string {} method getFilename (line 14) | public function getFilename(): string {} method getExtension (line 17) | public function getExtension(): string {} method getBasename (line 20) | public function getBasename(string $suffix = ""): string {} method getPathname (line 23) | public function getPathname(): string {} method getPerms (line 26) | public function getPerms(): int|false {} method getInode (line 29) | public function getInode(): int|false {} method getSize (line 32) | public function getSize(): int|false {} method getOwner (line 35) | public function getOwner(): int|false {} method getGroup (line 38) | public function getGroup(): int|false {} method getATime (line 41) | public function getATime(): int|false {} method getMTime (line 44) | public function getMTime(): int|false {} method getCTime (line 47) | public function getCTime(): int|false {} method getType (line 50) | public function getType(): string|false {} method isWritable (line 53) | public function isWritable(): bool {} method isReadable (line 56) | public function isReadable(): bool {} method isExecutable (line 59) | public function isExecutable(): bool {} method isFile (line 62) | public function isFile(): bool {} method isDir (line 65) | public function isDir(): bool {} method isLink (line 68) | public function isLink(): bool {} method getLinkTarget (line 71) | public function getLinkTarget(): string|false {} method getRealPath (line 74) | public function getRealPath(): string|false {} method getFileInfo (line 77) | public function getFileInfo(?string $class = null): SplFileInfo {} method getPathInfo (line 80) | public function getPathInfo(?string $class = null): ?SplFileInfo {} method openFile (line 86) | public function openFile(string $mode = "r", bool $useIncludePath = fa... method setFileClass (line 89) | public function setFileClass(string $class = SplFileObject::class): vo... method setInfoClass (line 92) | public function setInfoClass(string $class = SplFileInfo::class): void {} method __toString (line 95) | public function __toString(): string {} method __debugInfo (line 98) | public function __debugInfo(): array {} method _bad_state_ex (line 103) | #[\Deprecated(since: '8.2')] class DirectoryIterator (line 107) | class DirectoryIterator extends SplFileInfo implements SeekableIterator method __construct (line 109) | public function __construct(string $directory) {} method getFilename (line 112) | public function getFilename(): string {} method getExtension (line 115) | public function getExtension(): string {} method getBasename (line 118) | public function getBasename(string $suffix = ""): string {} method isDot (line 121) | public function isDot(): bool {} method rewind (line 124) | public function rewind(): void {} method valid (line 127) | public function valid(): bool {} method key (line 133) | public function key(): mixed {} method current (line 139) | public function current(): mixed {} method next (line 142) | public function next(): void {} method seek (line 145) | public function seek(int $offset): void {} method __toString (line 148) | public function __toString(): string {} class FilesystemIterator (line 151) | class FilesystemIterator extends DirectoryIterator method __construct (line 178) | public function __construct(string $directory, int $flags = Filesystem... method rewind (line 181) | public function rewind(): void {} method key (line 184) | public function key(): string {} method current (line 187) | public function current(): string|SplFileInfo|FilesystemIterator {} method getFlags (line 190) | public function getFlags(): int {} method setFlags (line 193) | public function setFlags(int $flags): void {} class RecursiveDirectoryIterator (line 196) | class RecursiveDirectoryIterator extends FilesystemIterator implements R... method __construct (line 198) | public function __construct(string $directory, int $flags = Filesystem... method hasChildren (line 201) | public function hasChildren(bool $allowLinks = false): bool {} method getChildren (line 204) | public function getChildren(): RecursiveDirectoryIterator {} method getSubPath (line 207) | public function getSubPath(): string {} method getSubPathname (line 210) | public function getSubPathname(): string {} class GlobIterator (line 214) | class GlobIterator extends FilesystemIterator implements Countable method __construct (line 216) | public function __construct(string $pattern, int $flags = FilesystemIt... method count (line 219) | public function count(): int {} class SplFileObject (line 223) | class SplFileObject extends SplFileInfo implements RecursiveIterator, Se... method __construct (line 235) | public function __construct(string $filename, string $mode = "r", bool... method rewind (line 238) | public function rewind(): void {} method eof (line 241) | public function eof(): bool {} method valid (line 244) | public function valid(): bool {} method fgets (line 247) | public function fgets(): string {} method fread (line 250) | public function fread(int $length): string|false {} method fgetcsv (line 253) | public function fgetcsv(string $separator = ",", string $enclosure = "... method fputcsv (line 256) | public function fputcsv(array $fields, string $separator = ",", string... method setCsvControl (line 259) | public function setCsvControl(string $separator = ",", string $enclosu... method getCsvControl (line 262) | public function getCsvControl(): array {} method flock (line 268) | public function flock(int $operation, &$wouldBlock = null): bool {} method fflush (line 271) | public function fflush(): bool {} method ftell (line 274) | public function ftell(): int|false {} method fseek (line 277) | public function fseek(int $offset, int $whence = SEEK_SET): int {} method fgetc (line 280) | public function fgetc(): string|false {} method fpassthru (line 283) | public function fpassthru(): int {} method fscanf (line 286) | public function fscanf(string $format, mixed &...$vars): array|int|nul... method fwrite (line 289) | public function fwrite(string $data, int $length = 0): int|false {} method fstat (line 292) | public function fstat(): array {} method ftruncate (line 295) | public function ftruncate(int $size): bool {} method current (line 298) | public function current(): string|array|false {} method key (line 301) | public function key(): int {} method next (line 304) | public function next(): void {} method setFlags (line 307) | public function setFlags(int $flags): void {} method getFlags (line 310) | public function getFlags(): int {} method setMaxLineLen (line 313) | public function setMaxLineLen(int $maxLength): void {} method getMaxLineLen (line 316) | public function getMaxLineLen(): int {} method hasChildren (line 319) | public function hasChildren(): false {} method getChildren (line 322) | public function getChildren(): null {} method seek (line 325) | public function seek(int $line): void {} method getCurrentLine (line 331) | public function getCurrentLine(): string {} method __toString (line 333) | public function __toString(): string {} class SplTempFileObject (line 336) | class SplTempFileObject extends SplFileObject method __construct (line 338) | public function __construct(int $maxMemory = 2 * 1024 * 1024) {} FILE: ext/spl/spl_directory_arginfo.h function zend_class_entry (line 481) | static zend_class_entry *register_class_SplFileInfo(zend_class_entry *cl... function zend_class_entry (line 500) | static zend_class_entry *register_class_DirectoryIterator(zend_class_ent... function zend_class_entry (line 511) | static zend_class_entry *register_class_FilesystemIterator(zend_class_en... function zend_class_entry (line 593) | static zend_class_entry *register_class_RecursiveDirectoryIterator(zend_... function zend_class_entry (line 605) | static zend_class_entry *register_class_GlobIterator(zend_class_entry *c... function zend_class_entry (line 617) | static zend_class_entry *register_class_SplFileObject(zend_class_entry *... function zend_class_entry (line 652) | static zend_class_entry *register_class_SplTempFileObject(zend_class_ent... FILE: ext/spl/spl_dllist.c type spl_ptr_llist_element (line 58) | typedef struct _spl_ptr_llist_element { type spl_ptr_llist (line 64) | typedef struct _spl_ptr_llist { type spl_dllist_object (line 70) | typedef struct _spl_dllist_object spl_dllist_object; type spl_dllist_it (line 71) | typedef struct _spl_dllist_it spl_dllist_it; type _spl_dllist_object (line 73) | struct _spl_dllist_object { type _spl_dllist_it (line 88) | struct _spl_dllist_it { function spl_dllist_object (line 95) | static inline spl_dllist_object *spl_dllist_from_obj(zend_object *obj) /... function spl_ptr_llist (line 102) | static spl_ptr_llist *spl_ptr_llist_init(void) /* {{{ */ function zend_long (line 114) | static zend_long spl_ptr_llist_count(spl_ptr_llist *llist) /* {{{ */ function spl_ptr_llist_destroy (line 120) | static void spl_ptr_llist_destroy(spl_ptr_llist *llist) /* {{{ */ function spl_ptr_llist_element (line 135) | static spl_ptr_llist_element *spl_ptr_llist_offset(spl_ptr_llist *llist,... function spl_ptr_llist_unshift (line 160) | static void spl_ptr_llist_unshift(spl_ptr_llist *llist, zval *data) /* {... function spl_ptr_llist_push (line 180) | static void spl_ptr_llist_push(spl_ptr_llist *llist, zval *data) /* {{{ */ function spl_ptr_llist_pop (line 200) | static void spl_ptr_llist_pop(spl_ptr_llist *llist, zval *ret) /* {{{ */ function zval (line 226) | static zval *spl_ptr_llist_last(spl_ptr_llist *llist) /* {{{ */ function zval (line 238) | static zval *spl_ptr_llist_first(spl_ptr_llist *llist) /* {{{ */ function spl_ptr_llist_shift (line 250) | static void spl_ptr_llist_shift(spl_ptr_llist *llist, zval *ret) /* {{{ */ function spl_ptr_llist_copy (line 276) | static void spl_ptr_llist_copy(spl_ptr_llist *from, spl_ptr_llist *to) /... function spl_dllist_object_free_storage (line 291) | static void spl_dllist_object_free_storage(zend_object *object) /* {{{ */ function zend_object (line 309) | static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_typ... function zend_object (line 390) | static zend_object *spl_dllist_object_new(zend_class_entry *class_type) ... function zend_object (line 396) | static zend_object *spl_dllist_object_clone(zend_object *old_object) /* ... function zend_result (line 406) | static zend_result spl_dllist_object_count_elements(zend_object *object,... function HashTable (line 427) | static inline HashTable* spl_dllist_object_get_debug_info(zend_object *o... function HashTable (line 463) | static HashTable *spl_dllist_object_get_gc(zend_object *obj, zval **gc_d... function spl_dllist_it_dtor (line 803) | static void spl_dllist_it_dtor(zend_object_iterator *iter) /* {{{ */ function spl_dllist_it_helper_rewind (line 813) | static void spl_dllist_it_helper_rewind(spl_ptr_llist_element **traverse... function spl_dllist_it_helper_move_forward (line 829) | static void spl_dllist_it_helper_move_forward(spl_ptr_llist_element **tr... function spl_dllist_it_rewind (line 863) | static void spl_dllist_it_rewind(zend_object_iterator *iter) /* {{{ */ function zend_result (line 873) | static zend_result spl_dllist_it_valid(zend_object_iterator *iter) /* {{... function zval (line 882) | static zval *spl_dllist_it_get_current_data(zend_object_iterator *iter) ... function spl_dllist_it_get_current_key (line 895) | static void spl_dllist_it_get_current_key(zend_object_iterator *iter, zv... function spl_dllist_it_move_forward (line 903) | static void spl_dllist_it_move_forward(zend_object_iterator *iter) /* {{... function zend_object_iterator (line 1227) | static zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *c... function PHP_MINIT_FUNCTION (line 1252) | PHP_MINIT_FUNCTION(spl_dllist) /* {{{ */ FILE: ext/spl/spl_dllist.stub.php class SplDoublyLinkedList (line 5) | class SplDoublyLinkedList implements Iterator, Countable, ArrayAccess, S... method add (line 17) | public function add(int $index, mixed $value): void {} method pop (line 20) | public function pop(): mixed {} method shift (line 23) | public function shift(): mixed {} method push (line 26) | public function push(mixed $value): void {} method unshift (line 29) | public function unshift(mixed $value): void {} method top (line 32) | public function top(): mixed {} method bottom (line 35) | public function bottom(): mixed {} method __debugInfo (line 38) | public function __debugInfo(): array {} method count (line 41) | public function count(): int {} method isEmpty (line 44) | public function isEmpty(): bool {} method setIteratorMode (line 47) | public function setIteratorMode(int $mode): int {} method getIteratorMode (line 50) | public function getIteratorMode(): int {} method offsetExists (line 56) | public function offsetExists($index): bool {} method offsetGet (line 62) | public function offsetGet($index): mixed {} method offsetSet (line 68) | public function offsetSet($index, mixed $value): void {} method offsetUnset (line 74) | public function offsetUnset($index): void {} method rewind (line 77) | public function rewind(): void {} method current (line 80) | public function current(): mixed {} method key (line 83) | public function key(): int {} method prev (line 86) | public function prev(): void {} method next (line 89) | public function next(): void {} method valid (line 92) | public function valid(): bool {} method unserialize (line 95) | public function unserialize(string $data): void {} method serialize (line 98) | public function serialize(): string {} method __serialize (line 101) | public function __serialize(): array {} method __unserialize (line 104) | public function __unserialize(array $data): void {} class SplQueue (line 107) | class SplQueue extends SplDoublyLinkedList method enqueue (line 113) | public function enqueue(mixed $value): void {} method dequeue (line 119) | public function dequeue(): mixed {} class SplStack (line 122) | class SplStack extends SplDoublyLinkedList FILE: ext/spl/spl_dllist_arginfo.h function zend_class_entry (line 149) | static zend_class_entry *register_class_SplDoublyLinkedList(zend_class_e... function zend_class_entry (line 184) | static zend_class_entry *register_class_SplQueue(zend_class_entry *class... function zend_class_entry (line 194) | static zend_class_entry *register_class_SplStack(zend_class_entry *class... FILE: ext/spl/spl_exceptions.c function PHP_MINIT_FUNCTION (line 45) | PHP_MINIT_FUNCTION(spl_exceptions) FILE: ext/spl/spl_exceptions.stub.php class LogicException (line 5) | class LogicException extends Exception class BadFunctionCallException (line 9) | class BadFunctionCallException extends LogicException class BadMethodCallException (line 13) | class BadMethodCallException extends BadFunctionCallException class DomainException (line 17) | class DomainException extends LogicException class InvalidArgumentException (line 21) | class InvalidArgumentException extends LogicException class LengthException (line 25) | class LengthException extends LogicException class OutOfRangeException (line 29) | class OutOfRangeException extends LogicException class RuntimeException (line 33) | class RuntimeException extends Exception class OutOfBoundsException (line 37) | class OutOfBoundsException extends RuntimeException class OverflowException (line 41) | class OverflowException extends RuntimeException class RangeException (line 45) | class RangeException extends RuntimeException class UnderflowException (line 49) | class UnderflowException extends RuntimeException class UnexpectedValueException (line 53) | class UnexpectedValueException extends RuntimeException FILE: ext/spl/spl_exceptions_arginfo.h function zend_class_entry (line 4) | static zend_class_entry *register_class_LogicException(zend_class_entry ... function zend_class_entry (line 14) | static zend_class_entry *register_class_BadFunctionCallException(zend_cl... function zend_class_entry (line 24) | static zend_class_entry *register_class_BadMethodCallException(zend_clas... function zend_class_entry (line 34) | static zend_class_entry *register_class_DomainException(zend_class_entry... function zend_class_entry (line 44) | static zend_class_entry *register_class_InvalidArgumentException(zend_cl... function zend_class_entry (line 54) | static zend_class_entry *register_class_LengthException(zend_class_entry... function zend_class_entry (line 64) | static zend_class_entry *register_class_OutOfRangeException(zend_class_e... function zend_class_entry (line 74) | static zend_class_entry *register_class_RuntimeException(zend_class_entr... function zend_class_entry (line 84) | static zend_class_entry *register_class_OutOfBoundsException(zend_class_... function zend_class_entry (line 94) | static zend_class_entry *register_class_OverflowException(zend_class_ent... function zend_class_entry (line 104) | static zend_class_entry *register_class_RangeException(zend_class_entry ... function zend_class_entry (line 114) | static zend_class_entry *register_class_UnderflowException(zend_class_en... function zend_class_entry (line 124) | static zend_class_entry *register_class_UnexpectedValueException(zend_cl... FILE: ext/spl/spl_fixedarray.c type spl_fixedarray (line 39) | typedef struct _spl_fixedarray { type spl_fixedarray_object (line 47) | typedef struct _spl_fixedarray_object { type spl_fixedarray_it (line 53) | typedef struct _spl_fixedarray_it { function spl_fixedarray_object (line 58) | static spl_fixedarray_object *spl_fixed_array_from_obj(zend_object *obj) function spl_fixedarray_empty (line 70) | static bool spl_fixedarray_empty(spl_fixedarray *array) function spl_fixedarray_default_ctor (line 80) | static void spl_fixedarray_default_ctor(spl_fixedarray *array) function spl_fixedarray_init_elems (line 88) | static void spl_fixedarray_init_elems(spl_fixedarray *array, zend_long f... function spl_fixedarray_init_non_empty_struct (line 98) | static void spl_fixedarray_init_non_empty_struct(spl_fixedarray *array, ... function spl_fixedarray_init (line 106) | static void spl_fixedarray_init(spl_fixedarray *array, zend_long size) function spl_fixedarray_copy_range (line 119) | static void spl_fixedarray_copy_range(spl_fixedarray *array, zend_long o... function spl_fixedarray_copy_ctor (line 130) | static void spl_fixedarray_copy_ctor(spl_fixedarray *to, spl_fixedarray ... function spl_fixedarray_dtor_range (line 143) | static void spl_fixedarray_dtor_range(spl_fixedarray *array, zend_long f... function spl_fixedarray_dtor (line 155) | static void spl_fixedarray_dtor(spl_fixedarray *array) function spl_fixedarray_resize (line 168) | static void spl_fixedarray_resize(spl_fixedarray *array, zend_long size) function HashTable (line 212) | static HashTable* spl_fixedarray_object_get_gc(zend_object *obj, zval **... function HashTable (line 223) | static HashTable* spl_fixedarray_object_get_properties_for(zend_object *... function spl_fixedarray_object_free_storage (line 267) | static void spl_fixedarray_object_free_storage(zend_object *object) function zend_object (line 274) | static zend_object *spl_fixedarray_object_new_ex(zend_class_entry *class... function zend_object (line 313) | static zend_object *spl_fixedarray_new(zend_class_entry *class_type) function zend_object (line 318) | static zend_object *spl_fixedarray_object_clone(zend_object *old_object) function zend_long (line 327) | static zend_long spl_offset_convert_to_long(zval *offset) /* {{{ */ function zval (line 359) | static zval *spl_fixedarray_object_read_dimension_helper(spl_fixedarray_... function zval (line 385) | static zval *spl_fixedarray_object_read_dimension(zend_object *object, z... function spl_fixedarray_object_write_dimension_helper (line 408) | static void spl_fixedarray_object_write_dimension_helper(spl_fixedarray_... function spl_fixedarray_object_write_dimension (line 436) | static void spl_fixedarray_object_write_dimension(zend_object *object, z... function spl_fixedarray_object_unset_dimension_helper (line 453) | static void spl_fixedarray_object_unset_dimension_helper(spl_fixedarray_... function spl_fixedarray_object_unset_dimension (line 473) | static void spl_fixedarray_object_unset_dimension(zend_object *object, z... function spl_fixedarray_object_has_dimension_helper (line 484) | static bool spl_fixedarray_object_has_dimension_helper(spl_fixedarray_ob... function spl_fixedarray_object_has_dimension (line 504) | static int spl_fixedarray_object_has_dimension(zend_object *object, zval... function zend_result (line 520) | static zend_result spl_fixedarray_object_count_elements(zend_object *obj... function spl_fixedarray_it_dtor (line 887) | static void spl_fixedarray_it_dtor(zend_object_iterator *iter) function spl_fixedarray_it_rewind (line 892) | static void spl_fixedarray_it_rewind(zend_object_iterator *iter) function zend_result (line 897) | static zend_result spl_fixedarray_it_valid(zend_object_iterator *iter) function zval (line 909) | static zval *spl_fixedarray_it_get_current_data(zend_object_iterator *iter) function spl_fixedarray_it_get_current_key (line 924) | static void spl_fixedarray_it_get_current_key(zend_object_iterator *iter... function spl_fixedarray_it_move_forward (line 929) | static void spl_fixedarray_it_move_forward(zend_object_iterator *iter) function zend_object_iterator (line 946) | static zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entr... function PHP_MINIT_FUNCTION (line 965) | PHP_MINIT_FUNCTION(spl_fixedarray) FILE: ext/spl/spl_fixedarray.stub.php class SplFixedArray (line 5) | class SplFixedArray implements IteratorAggregate, ArrayAccess, Countable... method __construct (line 7) | public function __construct(int $size = 0) {} method __wakeup (line 10) | #[\Deprecated(since: '8.4', message: 'this method is obsolete, as seri... method __serialize (line 13) | public function __serialize(): array {} method __unserialize (line 15) | public function __unserialize(array $data): void {} method count (line 18) | public function count(): int {} method toArray (line 21) | public function toArray(): array {} method fromArray (line 24) | public static function fromArray(array $array, bool $preserveKeys = tr... method getSize (line 27) | public function getSize(): int {} method setSize (line 30) | public function setSize(int $size): true {} method offsetExists (line 36) | public function offsetExists($index): bool {} method offsetGet (line 42) | public function offsetGet($index): mixed {} method offsetSet (line 48) | public function offsetSet($index, mixed $value): void {} method offsetUnset (line 54) | public function offsetUnset($index): void {} method getIterator (line 56) | public function getIterator(): Iterator {} method jsonSerialize (line 58) | public function jsonSerialize(): array {} FILE: ext/spl/spl_fixedarray_arginfo.h function zend_class_entry (line 92) | static zend_class_entry *register_class_SplFixedArray(zend_class_entry *... FILE: ext/spl/spl_functions.c function spl_add_class_name (line 24) | void spl_add_class_name(zval *list, zend_class_entry *pce, int allow, in... function spl_add_interfaces (line 39) | void spl_add_interfaces(zval *list, zend_class_entry * pce, int allow, i... function spl_add_traits (line 51) | void spl_add_traits(zval *list, zend_class_entry * pce, int allow, int c... function spl_add_classes (line 66) | void spl_add_classes(zend_class_entry *pce, zval *list, bool sub, int al... function spl_set_private_debug_info_property (line 80) | void spl_set_private_debug_info_property( FILE: ext/spl/spl_heap.c type spl_ptr_heap (line 48) | typedef struct _spl_ptr_heap { type spl_heap_object (line 59) | typedef struct _spl_heap_object spl_heap_object; type spl_heap_it (line 60) | typedef struct _spl_heap_it spl_heap_it; type _spl_heap_object (line 62) | struct _spl_heap_object { type spl_pqueue_elem (line 70) | typedef struct _spl_pqueue_elem { function spl_heap_object (line 75) | static inline spl_heap_object *spl_heap_from_obj(zend_object *obj) /* {{... function zend_always_inline (line 82) | static zend_always_inline void *spl_heap_elem(spl_ptr_heap *heap, size_t... function zend_always_inline (line 86) | static zend_always_inline void spl_heap_elem_copy(spl_ptr_heap *heap, vo... function spl_ptr_heap_zval_dtor (line 99) | static void spl_ptr_heap_zval_dtor(void *elem) { /* {{{ */ function spl_ptr_heap_zval_ctor (line 104) | static void spl_ptr_heap_zval_ctor(void *elem) { /* {{{ */ function spl_ptr_heap_pqueue_elem_dtor (line 109) | static void spl_ptr_heap_pqueue_elem_dtor(void *elem) { /* {{{ */ function spl_ptr_heap_pqueue_elem_ctor (line 116) | static void spl_ptr_heap_pqueue_elem_ctor(void *elem) { /* {{{ */ function zend_result (line 123) | static zend_result spl_ptr_heap_cmp_cb_helper(zval *object, spl_heap_obj... function spl_pqueue_extract_helper (line 139) | static void spl_pqueue_extract_helper(zval *result, spl_pqueue_elem *ele... function spl_ptr_heap_zval_max_cmp (line 164) | static int spl_ptr_heap_zval_max_cmp(void *x, void *y, zval *object) { /... function spl_ptr_heap_zval_min_cmp (line 187) | static int spl_ptr_heap_zval_min_cmp(void *x, void *y, zval *object) { /... function spl_ptr_pqueue_elem_cmp (line 210) | static int spl_ptr_pqueue_elem_cmp(void *x, void *y, zval *object) { /* ... function spl_ptr_pqueue_elem_cmp_long (line 239) | static int spl_ptr_pqueue_elem_cmp_long(void *x, void *y, zval *object) { function spl_ptr_pqueue_elem_cmp_double (line 246) | static int spl_ptr_pqueue_elem_cmp_double(void *x, void *y, zval *object) { function spl_ptr_heap (line 252) | static spl_ptr_heap *spl_ptr_heap_init(spl_ptr_heap_cmp_func cmp, spl_pt... function spl_ptr_heap_insert (line 269) | static void spl_ptr_heap_insert(spl_ptr_heap *heap, void *elem, void *cm... function zend_result (line 308) | static zend_result spl_ptr_heap_delete_top(spl_ptr_heap *heap, void *ele... function spl_ptr_heap (line 357) | static spl_ptr_heap *spl_ptr_heap_clone(spl_ptr_heap *from) { /* {{{ */ function spl_ptr_heap_destroy (line 381) | static void spl_ptr_heap_destroy(spl_ptr_heap *heap) { /* {{{ */ function spl_ptr_heap_count (line 402) | static int spl_ptr_heap_count(spl_ptr_heap *heap) { /* {{{ */ function spl_heap_object_free_storage (line 407) | static void spl_heap_object_free_storage(zend_object *object) /* {{{ */ function zend_object (line 417) | static zend_object *spl_heap_object_new_ex(zend_class_entry *class_type,... function zend_object (line 481) | static zend_object *spl_heap_object_new(zend_class_entry *class_type) /*... function zend_object (line 487) | static zend_object *spl_heap_object_clone(zend_object *old_object) /* {{... function zend_result (line 497) | static zend_result spl_heap_object_count_elements(zend_object *object, z... function HashTable (line 519) | static HashTable* spl_heap_object_get_debug_info(const zend_class_entry ... function HashTable (line 556) | static HashTable *spl_heap_object_get_gc(zend_object *obj, zval **gc_dat... function HashTable (line 566) | static HashTable *spl_pqueue_object_get_gc(zend_object *obj, zval **gc_d... function zend_result (line 605) | static zend_result spl_heap_consistency_validations(const spl_heap_objec... function spl_heap_it_dtor (line 896) | static void spl_heap_it_dtor(zend_object_iterator *iter) /* {{{ */ function spl_heap_it_rewind (line 903) | static void spl_heap_it_rewind(zend_object_iterator *iter) /* {{{ */ function zend_result (line 909) | static zend_result spl_heap_it_valid(zend_object_iterator *iter) /* {{{ */ function zval (line 915) | static zval *spl_heap_it_get_current_data(zend_object_iterator *iter) /*... function zval (line 931) | static zval *spl_pqueue_it_get_current_data(zend_object_iterator *iter) ... function spl_heap_it_get_current_key (line 952) | static void spl_heap_it_get_current_key(zend_object_iterator *iter, zval... function spl_heap_it_move_forward (line 960) | static void spl_heap_it_move_forward(zend_object_iterator *iter) /* {{{ */ function zend_object_iterator (line 1101) | static zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce,... function zend_object_iterator (line 1120) | static zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *c... function PHP_MINIT_FUNCTION (line 1139) | PHP_MINIT_FUNCTION(spl_heap) /* {{{ */ FILE: ext/spl/spl_heap.stub.php class SplPriorityQueue (line 5) | class SplPriorityQueue implements Iterator, Countable method compare (line 15) | public function compare(mixed $priority1, mixed $priority2): int {} method insert (line 18) | public function insert(mixed $value, mixed $priority): true {} method setExtractFlags (line 21) | public function setExtractFlags(int $flags): int {} method top (line 24) | public function top(): mixed {} method extract (line 27) | public function extract(): mixed {} method count (line 33) | public function count(): int {} method isEmpty (line 39) | public function isEmpty(): bool {} method rewind (line 45) | public function rewind(): void {} method current (line 48) | public function current(): mixed {} method key (line 54) | public function key(): int {} method next (line 60) | public function next(): void {} method valid (line 66) | public function valid(): bool {} method recoverFromCorruption (line 72) | public function recoverFromCorruption(): true {} method isCorrupted (line 78) | public function isCorrupted(): bool {} method getExtractFlags (line 81) | public function getExtractFlags(): int {} method __debugInfo (line 84) | public function __debugInfo(): array {} class SplHeap (line 87) | abstract class SplHeap implements Iterator, Countable method extract (line 90) | public function extract(): mixed {} method insert (line 93) | public function insert(mixed $value): true {} method top (line 96) | public function top(): mixed {} method count (line 99) | public function count(): int {} method isEmpty (line 102) | public function isEmpty(): bool {} method rewind (line 105) | public function rewind(): void {} method current (line 108) | public function current(): mixed {} method key (line 111) | public function key(): int {} method next (line 114) | public function next(): void {} method valid (line 117) | public function valid(): bool {} method recoverFromCorruption (line 120) | public function recoverFromCorruption(): true {} method compare (line 123) | abstract protected function compare(mixed $value1, mixed $value2): int; method isCorrupted (line 126) | public function isCorrupted(): bool {} method __debugInfo (line 129) | public function __debugInfo(): array {} class SplMinHeap (line 132) | class SplMinHeap extends SplHeap method compare (line 135) | protected function compare(mixed $value1, mixed $value2): int {} class SplMaxHeap (line 138) | class SplMaxHeap extends SplHeap method compare (line 141) | protected function compare(mixed $value1, mixed $value2): int {} FILE: ext/spl/spl_heap_arginfo.h function zend_class_entry (line 159) | static zend_class_entry *register_class_SplPriorityQueue(zend_class_entr... function zend_class_entry (line 188) | static zend_class_entry *register_class_SplHeap(zend_class_entry *class_... function zend_class_entry (line 199) | static zend_class_entry *register_class_SplMinHeap(zend_class_entry *cla... function zend_class_entry (line 209) | static zend_class_entry *register_class_SplMaxHeap(zend_class_entry *cla... FILE: ext/spl/spl_iterators.c type RecursiveIteratorState (line 57) | typedef enum { type spl_sub_iterator (line 65) | typedef struct _spl_sub_iterator { type spl_recursive_it_object (line 74) | typedef struct _spl_recursive_it_object { type spl_recursive_it_iterator (line 94) | typedef struct _spl_recursive_it_iterator { type spl_dual_it_object (line 98) | typedef struct _spl_dual_it_object { function spl_recursive_it_object (line 141) | static inline spl_recursive_it_object *spl_recursive_it_from_obj(zend_ob... function spl_dual_it_object (line 148) | static inline spl_dual_it_object *spl_dual_it_from_obj(zend_object *obj)... function spl_recursive_it_dtor (line 185) | static void spl_recursive_it_dtor(zend_object_iterator *_iter) function zend_result (line 207) | static zend_result spl_recursive_it_valid_ex(spl_recursive_it_object *ob... function zend_result (line 229) | static zend_result spl_recursive_it_valid(zend_object_iterator *iter) function zval (line 234) | static zval *spl_recursive_it_get_current_data(zend_object_iterator *iter) function spl_recursive_it_get_current_key (line 242) | static void spl_recursive_it_get_current_key(zend_object_iterator *iter,... function spl_recursive_it_move_forward_ex (line 254) | static void spl_recursive_it_move_forward_ex(spl_recursive_it_object *ob... function spl_recursive_it_rewind_ex (line 440) | static void spl_recursive_it_rewind_ex(spl_recursive_it_object *object, ... function spl_recursive_it_move_forward (line 467) | static void spl_recursive_it_move_forward(zend_object_iterator *iter) function spl_recursive_it_rewind (line 472) | static void spl_recursive_it_rewind(zend_object_iterator *iter) function zend_object_iterator (line 488) | static zend_object_iterator *spl_recursive_it_get_iterator(zend_class_en... function zend_result (line 509) | static zend_result spl_get_iterator_from_aggregate(zval *retval, zend_cl... function spl_RecursiveIteratorIterator_free_iterators (line 527) | static void spl_RecursiveIteratorIterator_free_iterators(spl_recursive_i... function spl_recursive_it_it_construct (line 541) | static void spl_recursive_it_it_construct(INTERNAL_FUNCTION_PARAMETERS, ... function zend_function (line 901) | static zend_function *spl_recursive_it_get_method(zend_object **zobject,... function spl_RecursiveIteratorIterator_free_storage (line 927) | static void spl_RecursiveIteratorIterator_free_storage(zend_object *_obj... function HashTable (line 946) | static HashTable *spl_RecursiveIteratorIterator_get_gc(zend_object *obj,... function zend_object (line 963) | static zend_object *spl_RecursiveIteratorIterator_new_ex(zend_class_entr... function zend_object (line 988) | static zend_object *spl_RecursiveIteratorIterator_new(zend_class_entry *... function zend_object (line 995) | static zend_object *spl_RecursiveTreeIterator_new(zend_class_entry *clas... function zend_string (line 1001) | static zend_string *spl_recursive_tree_iterator_get_prefix(spl_recursive... function zend_string (line 1036) | static zend_string *spl_recursive_tree_iterator_get_entry(spl_recursive_... function zend_string (line 1052) | static zend_string *spl_recursive_tree_iterator_get_postfix(spl_recursiv... function zend_function (line 1230) | static zend_function *spl_dual_it_get_method(zend_object **object, zend_... function zend_result (line 1263) | static inline zend_result spl_cit_check_flags(zend_long flags) function spl_dual_it_object (line 1275) | static spl_dual_it_object* spl_dual_it_construct(INTERNAL_FUNCTION_PARAM... function spl_dual_it_free (line 1450) | static inline void spl_dual_it_free(spl_dual_it_object *intern) function spl_dual_it_rewind (line 1475) | static inline void spl_dual_it_rewind(spl_dual_it_object *intern) function zend_result (line 1484) | static inline zend_result spl_dual_it_valid(spl_dual_it_object *intern) function zend_result (line 1493) | static inline zend_result spl_dual_it_fetch(spl_dual_it_object *intern, ... function spl_dual_it_next (line 1518) | static inline void spl_dual_it_next(spl_dual_it_object *intern, int do_f... function spl_filter_it_fetch (line 1600) | static inline void spl_filter_it_fetch(zval *zthis, spl_dual_it_object *... function spl_filter_it_rewind (line 1621) | static inline void spl_filter_it_rewind(zval *zthis, spl_dual_it_object ... function spl_filter_it_next (line 1627) | static inline void spl_filter_it_next(zval *zthis, spl_dual_it_object *i... function spl_dual_it_free_storage (line 2021) | static void spl_dual_it_free_storage(zend_object *_object) function HashTable (line 2065) | static HashTable *spl_dual_it_get_gc(zend_object *obj, zval **table, int... function zend_object (line 2113) | static zend_object *spl_dual_it_new(zend_class_entry *class_type) function zend_long (line 2128) | static zend_long spl_limit_it_relative_pos(spl_dual_it_object *intern) function zend_long (line 2134) | static zend_long spl_limit_it_relative_pos_for(spl_dual_it_object *inter... function zend_result (line 2139) | static inline zend_result spl_limit_it_valid(spl_dual_it_object *intern) function spl_limit_it_seek (line 2150) | static inline void spl_limit_it_seek(spl_dual_it_object *intern, zend_lo... function spl_caching_it_valid (line 2260) | static inline int spl_caching_it_valid(spl_dual_it_object *intern) function spl_caching_it_has_next (line 2265) | static inline int spl_caching_it_has_next(spl_dual_it_object *intern) function spl_caching_it_next (line 2270) | static inline void spl_caching_it_next(spl_dual_it_object *intern) function spl_caching_it_rewind (line 2344) | static inline void spl_caching_it_rewind(spl_dual_it_object *intern) function zend_result (line 2777) | static zend_result spl_append_it_next_iterator(spl_dual_it_object *inter... function spl_append_it_fetch (line 2804) | static void spl_append_it_fetch(spl_dual_it_object *intern) /* {{{*/ function spl_append_it_next (line 2815) | static void spl_append_it_next(spl_dual_it_object *intern) /* {{{ */ function PHPAPI (line 2942) | PHPAPI zend_result spl_iterator_apply(zval *obj, spl_iterator_apply_func... function spl_iterator_to_array_apply (line 2983) | static int spl_iterator_to_array_apply(zend_object_iterator *iter, void ... function spl_iterator_to_values_apply (line 3010) | static int spl_iterator_to_values_apply(zend_object_iterator *iter, void... function PHP_FUNCTION (line 3028) | PHP_FUNCTION(iterator_to_array) function spl_iterator_count_apply (line 3051) | static int spl_iterator_count_apply(zend_object_iterator *iter, void *pu... function PHP_FUNCTION (line 3062) | PHP_FUNCTION(iterator_count) type spl_iterator_apply_info (line 3083) | typedef struct { function spl_iterator_func_apply (line 3090) | static int spl_iterator_func_apply(zend_object_iterator *iter, void *pus... function PHP_FUNCTION (line 3105) | PHP_FUNCTION(iterator_apply) function PHP_MINIT_FUNCTION (line 3124) | PHP_MINIT_FUNCTION(spl_iterators) FILE: ext/spl/spl_iterators.h type RecursiveIteratorMode (line 46) | typedef enum { type RecursiveTreeIteratorFlags (line 54) | typedef enum { type dual_it_type (line 59) | typedef enum { type recursive_it_it_type (line 78) | typedef enum { type regex_mode (line 105) | typedef enum { FILE: ext/spl/spl_iterators.stub.php class EmptyIterator (line 5) | class EmptyIterator implements Iterator method current (line 8) | public function current(): never {} method next (line 11) | public function next(): void {} method key (line 14) | public function key(): never {} method valid (line 17) | public function valid(): false {} method rewind (line 20) | public function rewind(): void {} class CallbackFilterIterator (line 23) | class CallbackFilterIterator extends FilterIterator method __construct (line 25) | public function __construct(Iterator $iterator, callable $callback) {} method accept (line 28) | public function accept(): bool {} class RecursiveCallbackFilterIterator (line 31) | class RecursiveCallbackFilterIterator extends CallbackFilterIterator imp... method __construct (line 33) | public function __construct(RecursiveIterator $iterator, callable $cal... method hasChildren (line 39) | public function hasChildren(): bool {} method getChildren (line 42) | public function getChildren(): RecursiveCallbackFilterIterator {} type RecursiveIterator (line 45) | interface RecursiveIterator extends Iterator method hasChildren (line 48) | public function hasChildren(): bool; method getChildren (line 51) | public function getChildren(): ?RecursiveIterator; class RecursiveIteratorIterator (line 54) | class RecursiveIteratorIterator implements OuterIterator method __construct (line 65) | public function __construct(Traversable $iterator, int $mode = Recursi... method rewind (line 68) | public function rewind(): void {} method valid (line 71) | public function valid(): bool {} method key (line 74) | public function key(): mixed {} method current (line 77) | public function current(): mixed {} method next (line 80) | public function next(): void {} method getDepth (line 83) | public function getDepth(): int {} method getSubIterator (line 86) | public function getSubIterator(?int $level = null): ?RecursiveIterator {} method getInnerIterator (line 89) | public function getInnerIterator(): RecursiveIterator {} method beginIteration (line 92) | public function beginIteration(): void {} method endIteration (line 95) | public function endIteration(): void {} method callHasChildren (line 98) | public function callHasChildren(): bool {} method callGetChildren (line 101) | public function callGetChildren(): ?RecursiveIterator {} method beginChildren (line 104) | public function beginChildren(): void {} method endChildren (line 107) | public function endChildren(): void {} method nextElement (line 110) | public function nextElement(): void {} method setMaxDepth (line 113) | public function setMaxDepth(int $maxDepth = -1): void {} method getMaxDepth (line 116) | public function getMaxDepth(): int|false {} type OuterIterator (line 119) | interface OuterIterator extends Iterator method getInnerIterator (line 122) | public function getInnerIterator(): ?Iterator; class IteratorIterator (line 125) | class IteratorIterator implements OuterIterator method __construct (line 127) | public function __construct(Traversable $iterator, ?string $class = nu... method getInnerIterator (line 130) | public function getInnerIterator(): ?Iterator {} method rewind (line 133) | public function rewind(): void {} method valid (line 136) | public function valid(): bool {} method key (line 139) | public function key(): mixed {} method current (line 142) | public function current(): mixed {} method next (line 145) | public function next(): void {} class FilterIterator (line 148) | abstract class FilterIterator extends IteratorIterator method accept (line 151) | abstract public function accept(): bool; method __construct (line 153) | public function __construct(Iterator $iterator) {} method rewind (line 156) | public function rewind(): void {} method next (line 159) | public function next(): void {} class RecursiveFilterIterator (line 162) | abstract class RecursiveFilterIterator extends FilterIterator implements... method __construct (line 164) | public function __construct(RecursiveIterator $iterator) {} method hasChildren (line 167) | public function hasChildren(): bool {} method getChildren (line 170) | public function getChildren(): ?RecursiveFilterIterator {} class ParentIterator (line 173) | class ParentIterator extends RecursiveFilterIterator method __construct (line 175) | public function __construct(RecursiveIterator $iterator) {} method accept (line 181) | public function accept(): bool {} type SeekableIterator (line 184) | interface SeekableIterator extends Iterator method seek (line 187) | public function seek(int $offset): void; class LimitIterator (line 190) | class LimitIterator extends IteratorIterator method __construct (line 192) | public function __construct(Iterator $iterator, int $offset = 0, int $... method rewind (line 195) | public function rewind(): void {} method valid (line 198) | public function valid(): bool {} method next (line 201) | public function next(): void {} method seek (line 204) | public function seek(int $offset): int {} method getPosition (line 207) | public function getPosition(): int {} class CachingIterator (line 210) | class CachingIterator extends IteratorIterator implements ArrayAccess, C... method __construct (line 225) | public function __construct(Iterator $iterator, int $flags = CachingIt... method rewind (line 228) | public function rewind(): void {} method valid (line 231) | public function valid(): bool {} method next (line 234) | public function next(): void {} method hasNext (line 237) | public function hasNext(): bool {} method __toString (line 239) | public function __toString(): string {} method getFlags (line 242) | public function getFlags(): int {} method setFlags (line 245) | public function setFlags(int $flags): void {} method offsetGet (line 251) | public function offsetGet($key): mixed {} method offsetSet (line 257) | public function offsetSet($key, mixed $value): void {} method offsetUnset (line 263) | public function offsetUnset($key): void {} method offsetExists (line 269) | public function offsetExists($key): bool {} method getCache (line 272) | public function getCache(): array {} method count (line 275) | public function count(): int {} class RecursiveCachingIterator (line 278) | class RecursiveCachingIterator extends CachingIterator implements Recurs... method __construct (line 280) | public function __construct(Iterator $iterator, int $flags = Recursive... method hasChildren (line 283) | public function hasChildren(): bool {} method getChildren (line 286) | public function getChildren(): ?RecursiveCachingIterator {} class NoRewindIterator (line 289) | class NoRewindIterator extends IteratorIterator method __construct (line 291) | public function __construct(Iterator $iterator) {} method rewind (line 294) | public function rewind(): void {} method valid (line 297) | public function valid(): bool {} method key (line 300) | public function key(): mixed {} method current (line 303) | public function current(): mixed {} method next (line 306) | public function next(): void {} class AppendIterator (line 309) | class AppendIterator extends IteratorIterator method __construct (line 311) | public function __construct() {} method append (line 314) | public function append(Iterator $iterator): void {} method rewind (line 317) | public function rewind(): void {} method valid (line 320) | public function valid(): bool {} method current (line 323) | public function current(): mixed {} method next (line 326) | public function next(): void {} method getIteratorIndex (line 329) | public function getIteratorIndex(): ?int {} method getArrayIterator (line 332) | public function getArrayIterator(): ArrayIterator {} class InfiniteIterator (line 335) | class InfiniteIterator extends IteratorIterator method __construct (line 337) | public function __construct(Iterator $iterator) {} method next (line 340) | public function next(): void {} class RegexIterator (line 343) | class RegexIterator extends FilterIterator method __construct (line 362) | public function __construct(Iterator $iterator, string $pattern, int $... method accept (line 365) | public function accept(): bool {} method getMode (line 368) | public function getMode(): int {} method setMode (line 371) | public function setMode(int $mode): void {} method getFlags (line 374) | public function getFlags(): int {} method setFlags (line 377) | public function setFlags(int $flags): void {} method getRegex (line 380) | public function getRegex(): string {} method getPregFlags (line 383) | public function getPregFlags(): int {} method setPregFlags (line 386) | public function setPregFlags(int $pregFlags): void {} class RecursiveRegexIterator (line 389) | class RecursiveRegexIterator extends RegexIterator implements RecursiveI... method __construct (line 391) | public function __construct(RecursiveIterator $iterator, string $patte... method accept (line 394) | public function accept(): bool {} method hasChildren (line 400) | public function hasChildren(): bool {} method getChildren (line 403) | public function getChildren(): RecursiveRegexIterator {} class RecursiveTreeIterator (line 406) | class RecursiveTreeIterator extends RecursiveIteratorIterator method __construct (line 426) | public function __construct( method key (line 434) | public function key(): mixed {} method current (line 437) | public function current(): mixed {} method getPrefix (line 440) | public function getPrefix(): string {} method setPostfix (line 443) | public function setPostfix(string $postfix): void {} method setPrefixPart (line 446) | public function setPrefixPart(int $part, string $value): void {} method getEntry (line 449) | public function getEntry(): string {} method getPostfix (line 452) | public function getPostfix(): string {} FILE: ext/spl/spl_iterators_arginfo.h function zend_class_entry (line 603) | static zend_class_entry *register_class_EmptyIterator(zend_class_entry *... function zend_class_entry (line 614) | static zend_class_entry *register_class_CallbackFilterIterator(zend_clas... function zend_class_entry (line 624) | static zend_class_entry *register_class_RecursiveCallbackFilterIterator(... function zend_class_entry (line 635) | static zend_class_entry *register_class_RecursiveIterator(zend_class_ent... function zend_class_entry (line 646) | static zend_class_entry *register_class_RecursiveIteratorIterator(zend_c... function zend_class_entry (line 681) | static zend_class_entry *register_class_OuterIterator(zend_class_entry *... function zend_class_entry (line 692) | static zend_class_entry *register_class_IteratorIterator(zend_class_entr... function zend_class_entry (line 703) | static zend_class_entry *register_class_FilterIterator(zend_class_entry ... function zend_class_entry (line 713) | static zend_class_entry *register_class_RecursiveFilterIterator(zend_cla... function zend_class_entry (line 724) | static zend_class_entry *register_class_ParentIterator(zend_class_entry ... function zend_class_entry (line 734) | static zend_class_entry *register_class_SeekableIterator(zend_class_entr... function zend_class_entry (line 745) | static zend_class_entry *register_class_LimitIterator(zend_class_entry *... function zend_class_entry (line 755) | static zend_class_entry *register_class_CachingIterator(zend_class_entry... function zend_class_entry (line 802) | static zend_class_entry *register_class_RecursiveCachingIterator(zend_cl... function zend_class_entry (line 813) | static zend_class_entry *register_class_NoRewindIterator(zend_class_entr... function zend_class_entry (line 823) | static zend_class_entry *register_class_AppendIterator(zend_class_entry ... function zend_class_entry (line 833) | static zend_class_entry *register_class_InfiniteIterator(zend_class_entr... function zend_class_entry (line 843) | static zend_class_entry *register_class_RegexIterator(zend_class_entry *... function zend_class_entry (line 901) | static zend_class_entry *register_class_RecursiveRegexIterator(zend_clas... function zend_class_entry (line 912) | static zend_class_entry *register_class_RecursiveTreeIterator(zend_class... FILE: ext/spl/spl_observer.c type spl_SplObjectStorage (line 49) | typedef struct _spl_SplObjectStorage { /* {{{ */ type spl_SplObjectStorageElement (line 61) | typedef struct _spl_SplObjectStorageElement { function spl_SplObjectStorage (line 66) | static inline spl_SplObjectStorage *spl_object_storage_from_obj(zend_obj... function spl_SplObjectStorage_free_storage (line 73) | static void spl_SplObjectStorage_free_storage(zend_object *object) /* {{... function zend_result (line 82) | static zend_result spl_object_storage_get_hash(zend_hash_key *key, spl_S... function spl_object_storage_free_hash (line 110) | static void spl_object_storage_free_hash(spl_SplObjectStorage *intern, z... function spl_object_storage_dtor (line 116) | static void spl_object_storage_dtor(zval *element) /* {{{ */ function spl_SplObjectStorageElement (line 126) | static spl_SplObjectStorageElement* spl_object_storage_get(spl_SplObject... function spl_SplObjectStorageElement (line 135) | static spl_SplObjectStorageElement *spl_object_storage_create_element(ze... function spl_SplObjectStorageElement (line 149) | static spl_SplObjectStorageElement *spl_object_storage_attach_handle(spl... function spl_SplObjectStorageElement (line 178) | static spl_SplObjectStorageElement *spl_object_storage_attach(spl_SplObj... function zend_result (line 223) | static zend_result spl_object_storage_detach(spl_SplObjectStorage *inter... function spl_object_storage_addall (line 243) | static void spl_object_storage_addall(spl_SplObjectStorage *intern, spl_... function zend_object (line 256) | static zend_object *spl_object_storage_new_ex(zend_class_entry *class_ty... function zend_object (line 311) | static zend_object *spl_object_storage_clone(zend_object *old_object) function HashTable (line 323) | static inline HashTable* spl_object_storage_debug_info(zend_object *obj)... function HashTable (line 355) | static HashTable *spl_object_storage_get_gc(zend_object *obj, zval **tab... function spl_object_storage_compare_info (line 371) | static int spl_object_storage_compare_info(zval *e1, zval *e2) /* {{{ */ function spl_object_storage_compare_objects (line 380) | static int spl_object_storage_compare_objects(zval *o1, zval *o2) /* {{{ */ function zend_object (line 399) | static zend_object *spl_SplObjectStorage_new(zend_class_entry *class_type) function spl_object_storage_contains (line 406) | static bool spl_object_storage_contains(spl_SplObjectStorage *intern, ze... function spl_object_storage_has_dimension (line 440) | static int spl_object_storage_has_dimension(zend_object *object, zval *o... function zval (line 459) | static zval *spl_object_storage_read_dimension(zend_object *object, zval... function spl_object_storage_write_dimension (line 482) | static void spl_object_storage_write_dimension(zend_object *object, zval... function spl_multiple_iterator_write_dimension (line 492) | static void spl_multiple_iterator_write_dimension(zend_object *object, z... function spl_object_storage_unset_dimension (line 506) | static void spl_object_storage_unset_dimension(zend_object *object, zval... function spl_multiple_iterator_get_all (line 1288) | static void spl_multiple_iterator_get_all(spl_SplObjectStorage *intern, ... function PHP_MINIT_FUNCTION (line 1387) | PHP_MINIT_FUNCTION(spl_observer) FILE: ext/spl/spl_observer.h type MultipleIteratorFlags (line 22) | typedef enum { FILE: ext/spl/spl_observer.stub.php type SplObserver (line 5) | interface SplObserver method update (line 8) | public function update(SplSubject $subject): void; type SplSubject (line 11) | interface SplSubject method attach (line 14) | public function attach(SplObserver $observer): void; method detach (line 17) | public function detach(SplObserver $observer): void; method notify (line 20) | public function notify(): void; class SplObjectStorage (line 23) | class SplObjectStorage implements Countable, SeekableIterator, Serializa... method attach (line 26) | public function attach(object $object, mixed $info = null): void {} method detach (line 29) | public function detach(object $object): void {} method contains (line 32) | public function contains(object $object): bool {} method addAll (line 35) | public function addAll(SplObjectStorage $storage): int {} method removeAll (line 38) | public function removeAll(SplObjectStorage $storage): int {} method removeAllExcept (line 41) | public function removeAllExcept(SplObjectStorage $storage): int {} method getInfo (line 44) | public function getInfo(): mixed {} method setInfo (line 47) | public function setInfo(mixed $info): void {} method count (line 50) | public function count(int $mode = COUNT_NORMAL): int {} method rewind (line 53) | public function rewind(): void {} method valid (line 56) | public function valid(): bool {} method key (line 59) | public function key(): int {} method current (line 62) | public function current(): object {} method next (line 65) | public function next(): void {} method seek (line 67) | public function seek(int $offset): void {} method unserialize (line 70) | public function unserialize(string $data): void {} method serialize (line 73) | public function serialize(): string {} method offsetExists (line 81) | public function offsetExists($object): bool {} method offsetGet (line 87) | public function offsetGet($object): mixed {} method offsetSet (line 94) | public function offsetSet($object, mixed $info = null): void {} method offsetUnset (line 101) | public function offsetUnset($object): void {} method getHash (line 104) | public function getHash(object $object): string {} method __serialize (line 107) | public function __serialize(): array {} method __unserialize (line 110) | public function __unserialize(array $data): void {} method __debugInfo (line 113) | public function __debugInfo(): array {} class MultipleIterator (line 116) | class MultipleIterator implements Iterator method __construct (line 127) | public function __construct(int $flags = MultipleIterator::MIT_NEED_AL... method getFlags (line 130) | public function getFlags(): int {} method setFlags (line 133) | public function setFlags(int $flags): void {} method attachIterator (line 136) | public function attachIterator(Iterator $iterator, string|int|null $in... method detachIterator (line 139) | public function detachIterator(Iterator $iterator): void {} method containsIterator (line 142) | public function containsIterator(Iterator $iterator): bool {} method countIterators (line 145) | public function countIterators(): int {} method rewind (line 148) | public function rewind(): void {} method valid (line 151) | public function valid(): bool {} method key (line 154) | public function key(): array {} method current (line 157) | public function current(): array {} method next (line 160) | public function next(): void {} method __debugInfo (line 166) | public function __debugInfo(): array {} FILE: ext/spl/spl_observer_arginfo.h function zend_class_entry (line 233) | static zend_class_entry *register_class_SplObserver(void) function zend_class_entry (line 243) | static zend_class_entry *register_class_SplSubject(void) function zend_class_entry (line 253) | static zend_class_entry *register_class_SplObjectStorage(zend_class_entr... function zend_class_entry (line 264) | static zend_class_entry *register_class_MultipleIterator(zend_class_entr... FILE: ext/sqlite3/php_sqlite3_structs.h type php_sqlite3_bound_param (line 36) | struct php_sqlite3_bound_param { type php_sqlite3_func (line 44) | typedef struct _php_sqlite3_func { type php_sqlite3_collation (line 56) | typedef struct _php_sqlite3_collation { type php_sqlite3_db_object (line 64) | typedef struct _php_sqlite3_db_object { function php_sqlite3_db_object (line 77) | static inline php_sqlite3_db_object *php_sqlite3_db_from_obj(zend_object... type php_sqlite3_agg_context (line 84) | typedef struct _php_sqlite3_agg_context { type php_sqlite3_stmt (line 89) | typedef struct _php_sqlite3_stmt_object php_sqlite3_stmt; type php_sqlite3_result (line 90) | typedef struct _php_sqlite3_result_object php_sqlite3_result; type php_sqlite3_free_list (line 93) | typedef struct _php_sqlite3_free_list { type _php_sqlite3_result_object (line 99) | struct _php_sqlite3_result_object { function php_sqlite3_result (line 113) | static inline php_sqlite3_result *php_sqlite3_result_from_obj(zend_objec... type _php_sqlite3_stmt_object (line 120) | struct _php_sqlite3_stmt_object { function php_sqlite3_stmt (line 132) | static inline php_sqlite3_stmt *php_sqlite3_stmt_from_obj(zend_object *o... FILE: ext/sqlite3/sqlite3.c function php_sqlite3_error (line 80) | static void php_sqlite3_error(php_sqlite3_db_object *db_obj, int errcode... function sqlite_value_to_zval (line 630) | static void sqlite_value_to_zval(sqlite3_stmt *stmt, int column, zval *d... function sqlite3_do_callback (line 743) | static int sqlite3_do_callback(zend_fcall_info_cache *fcc, uint32_t argc... function php_sqlite3_callback_func (line 870) | static void php_sqlite3_callback_func(sqlite3_context *context, int argc... function php_sqlite3_callback_step (line 878) | static void php_sqlite3_callback_step(sqlite3_context *context, int argc... function php_sqlite3_callback_final (line 889) | static void php_sqlite3_callback_final(sqlite3_context *context) /* {{{ */ function php_sqlite3_callback_compare (line 900) | static int php_sqlite3_callback_compare(void *coll, int a_len, const voi... type php_stream_sqlite3_data (line 1079) | typedef struct { function php_sqlite3_stream_write (line 1086) | static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *... function php_sqlite3_stream_read (line 1115) | static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, si... function php_sqlite3_stream_close (line 1132) | static int php_sqlite3_stream_close(php_stream *stream, int close_handle) function php_sqlite3_stream_flush (line 1145) | static int php_sqlite3_stream_flush(php_stream *stream) function php_sqlite3_stream_seek (line 1152) | static int php_sqlite3_stream_seek(php_stream *stream, zend_off_t offset... function php_sqlite3_stream_cast (line 1219) | static int php_sqlite3_stream_cast(php_stream *stream, int castas, void ... function php_sqlite3_stream_stat (line 1224) | static int php_sqlite3_stream_stat(php_stream *stream, php_stream_statbu... function php_sqlite3_bind_params (line 1498) | static int php_sqlite3_bind_params(php_sqlite3_stmt *stmt_obj) /* {{{ */ function register_bound_parameter_to_sqlite (line 1645) | static int register_bound_parameter_to_sqlite(struct php_sqlite3_bound_p... function sqlite3stmt_bind (line 1711) | static void sqlite3stmt_bind(INTERNAL_FUNCTION_PARAMETERS) function sqlite3result_clear_column_names_cache (line 2005) | static void sqlite3result_clear_column_names_cache(php_sqlite3_result *r... function php_sqlite3_authorizer (line 2070) | static int php_sqlite3_authorizer(void *autharg, int action, const char ... function php_sqlite3_free_list_dtor (line 2157) | static void php_sqlite3_free_list_dtor(void **item) function php_sqlite3_compare_stmt_zval_free (line 2169) | static int php_sqlite3_compare_stmt_zval_free(php_sqlite3_free_list **fr... function php_sqlite3_compare_stmt_free (line 2175) | static int php_sqlite3_compare_stmt_free( php_sqlite3_free_list **free_l... function php_sqlite3_object_free_storage (line 2181) | static void php_sqlite3_object_free_storage(zend_object *object) /* {{{ */ function php_sqlite3_gc_buffer_add_fcc (line 2239) | static void php_sqlite3_gc_buffer_add_fcc(zend_get_gc_buffer *gc_buffer,... function HashTable (line 2246) | static HashTable *php_sqlite3_get_gc(zend_object *object, zval **table, ... function php_sqlite3_stmt_object_free_storage (line 2284) | static void php_sqlite3_stmt_object_free_storage(zend_object *object) /*... function php_sqlite3_result_object_free_storage (line 2311) | static void php_sqlite3_result_object_free_storage(zend_object *object) ... function zend_object (line 2333) | static zend_object *php_sqlite3_object_new(zend_class_entry *class_type)... function zend_object (line 2350) | static zend_object *php_sqlite3_stmt_object_new(zend_class_entry *class_... function zend_object (line 2364) | static zend_object *php_sqlite3_result_object_new(zend_class_entry *clas... function sqlite3_param_dtor (line 2378) | static void sqlite3_param_dtor(zval *data) /* {{{ */ function PHP_MINIT_FUNCTION (line 2395) | PHP_MINIT_FUNCTION(sqlite3) function PHP_MSHUTDOWN_FUNCTION (line 2446) | PHP_MSHUTDOWN_FUNCTION(sqlite3) function PHP_MINFO_FUNCTION (line 2455) | PHP_MINFO_FUNCTION(sqlite3) function PHP_GINIT_FUNCTION (line 2467) | static PHP_GINIT_FUNCTION(sqlite3) FILE: ext/sqlite3/sqlite3.stub.php class SQLite3Exception (line 74) | class SQLite3Exception extends \Exception class SQLite3 (line 79) | class SQLite3 method __construct (line 165) | public function __construct(string $filename, int $flags = SQLITE3_OPE... method open (line 171) | public function open(string $filename, int $flags = SQLITE3_OPEN_READW... method close (line 174) | public function close(): bool {} method version (line 177) | public static function version(): array {} method lastInsertRowID (line 180) | public function lastInsertRowID(): int {} method lastErrorCode (line 183) | public function lastErrorCode(): int {} method lastExtendedErrorCode (line 186) | public function lastExtendedErrorCode(): int {} method lastErrorMsg (line 189) | public function lastErrorMsg(): string {} method changes (line 192) | public function changes(): int {} method busyTimeout (line 195) | public function busyTimeout(int $milliseconds): bool {} method loadExtension (line 199) | public function loadExtension(string $name): bool {} method backup (line 204) | public function backup(SQLite3 $destination, string $sourceDatabase = ... method escapeString (line 208) | public static function escapeString(string $string): string {} method prepare (line 211) | public function prepare(string $query): SQLite3Stmt|false {} method exec (line 214) | public function exec(string $query): bool {} method query (line 217) | public function query(string $query): SQLite3Result|false {} method querySingle (line 220) | public function querySingle(string $query, bool $entireRow = false): m... method createFunction (line 223) | public function createFunction(string $name, callable $callback, int $... method createAggregate (line 226) | public function createAggregate(string $name, callable $stepCallback, ... method createCollation (line 229) | public function createCollation(string $name, callable $callback): boo... method openBlob (line 232) | public function openBlob(string $table, string $column, int $rowid, st... method enableExceptions (line 235) | public function enableExceptions(bool $enable = false): bool {} method enableExtendedResultCodes (line 238) | public function enableExtendedResultCodes(bool $enable = true): bool {} method setAuthorizer (line 241) | public function setAuthorizer(?callable $callback): bool {} class SQLite3Stmt (line 245) | class SQLite3Stmt method __construct (line 247) | private function __construct(SQLite3 $sqlite3, string $query) {} method bindParam (line 250) | public function bindParam(string|int $param, mixed &$var, int $type = ... method bindValue (line 253) | public function bindValue(string|int $param, mixed $value, int $type =... method clear (line 256) | public function clear(): bool {} method close (line 259) | public function close(): true {} method execute (line 262) | public function execute(): SQLite3Result|false {} method getSQL (line 265) | public function getSQL(bool $expand = false): string|false {} method paramCount (line 268) | public function paramCount(): int {} method readOnly (line 271) | public function readOnly(): bool {} method reset (line 274) | public function reset(): bool {} class SQLite3Result (line 278) | class SQLite3Result method __construct (line 280) | private function __construct() {} method numColumns (line 283) | public function numColumns(): int {} method columnName (line 286) | public function columnName(int $column): string|false {} method columnType (line 289) | public function columnType(int $column): int|false {} method fetchArray (line 292) | public function fetchArray(int $mode = SQLITE3_BOTH): array|false {} method reset (line 295) | public function reset(): bool {} method finalize (line 298) | public function finalize(): true {} FILE: ext/sqlite3/sqlite3_arginfo.h function register_sqlite3_symbols (line 270) | static void register_sqlite3_symbols(int module_number) function zend_class_entry (line 288) | static zend_class_entry *register_class_SQLite3Exception(zend_class_entr... function zend_class_entry (line 298) | static zend_class_entry *register_class_SQLite3(void) function zend_class_entry (line 532) | static zend_class_entry *register_class_SQLite3Stmt(void) function zend_class_entry (line 542) | static zend_class_entry *register_class_SQLite3Result(void) FILE: ext/standard/array.c function php_array_init_globals (line 62) | ZEND_DECLARE_MODULE_GLOBALS(array) function PHP_MINIT_FUNCTION (line 71) | PHP_MINIT_FUNCTION(array) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 79) | PHP_MSHUTDOWN_FUNCTION(array) /* {{{ */ function stable_sort_fallback (line 89) | int stable_sort_fallback(Bucket *a, Bucket *b) { function zend_always_inline (line 122) | static zend_always_inline int php_array_key_compare_unstable_i(Bucket *f... function zend_always_inline (line 146) | static zend_always_inline int php_array_key_compare_numeric_unstable_i(B... function zend_always_inline (line 167) | static zend_always_inline int php_array_key_compare_string_case_unstable... function zend_always_inline (line 192) | static zend_always_inline int php_array_key_compare_string_unstable_i(Bu... function php_array_key_compare_string_natural_general (line 217) | static int php_array_key_compare_string_natural_general(Bucket *f, Bucke... function php_array_key_compare_string_natural_case (line 242) | static int php_array_key_compare_string_natural_case(Bucket *a, Bucket *... function php_array_reverse_key_compare_string_natural_case (line 248) | static int php_array_reverse_key_compare_string_natural_case(Bucket *a, ... function php_array_key_compare_string_natural (line 254) | static int php_array_key_compare_string_natural(Bucket *a, Bucket *b) /*... function php_array_reverse_key_compare_string_natural (line 260) | static int php_array_reverse_key_compare_string_natural(Bucket *a, Bucke... function zend_always_inline (line 266) | static zend_always_inline int php_array_key_compare_string_locale_unstab... function zend_always_inline (line 286) | static zend_always_inline int php_array_data_compare_unstable_i(Bucket *... function zend_always_inline (line 312) | static zend_always_inline int php_array_data_compare_numeric_unstable_i(... function zend_always_inline (line 318) | static zend_always_inline int php_array_data_compare_string_case_unstabl... function zend_always_inline (line 324) | static zend_always_inline int php_array_data_compare_string_unstable_i(B... function php_array_natural_general_compare (line 330) | static int php_array_natural_general_compare(Bucket *f, Bucket *s, int f... function zend_always_inline (line 344) | static zend_always_inline int php_array_natural_compare_unstable_i(Bucke... function zend_always_inline (line 350) | static zend_always_inline int php_array_natural_case_compare_unstable_i(... function php_array_data_compare_string_locale_unstable_i (line 356) | static int php_array_data_compare_string_locale_unstable_i(Bucket *f, Bu... function bucket_compare_func_t (line 375) | static bucket_compare_func_t php_get_key_compare_func(zend_long sort_typ... function bucket_compare_func_t (line 439) | static bucket_compare_func_t php_get_data_compare_func(zend_long sort_ty... function bucket_compare_func_t (line 503) | static bucket_compare_func_t php_get_data_compare_func_unstable(zend_lon... function PHP_FUNCTION (line 568) | PHP_FUNCTION(krsort) function PHP_FUNCTION (line 589) | PHP_FUNCTION(ksort) function PHPAPI (line 609) | PHPAPI zend_long php_count_recursive(HashTable *ht) /* {{{ */ function PHP_FUNCTION (line 636) | PHP_FUNCTION(count) function php_natsort (line 694) | static void php_natsort(INTERNAL_FUNCTION_PARAMETERS, int fold_case) /* ... function PHP_FUNCTION (line 713) | PHP_FUNCTION(natsort) function PHP_FUNCTION (line 720) | PHP_FUNCTION(natcasesort) function PHP_FUNCTION (line 727) | PHP_FUNCTION(asort) function PHP_FUNCTION (line 748) | PHP_FUNCTION(arsort) function PHP_FUNCTION (line 769) | PHP_FUNCTION(sort) function PHP_FUNCTION (line 790) | PHP_FUNCTION(rsort) function php_array_user_compare_unstable (line 810) | static inline int php_array_user_compare_unstable(Bucket *f, Bucket *s) ... function php_array_user_compare (line 860) | static int php_array_user_compare(Bucket *a, Bucket *b) /* {{{ */ function php_usort (line 880) | static void php_usort(INTERNAL_FUNCTION_PARAMETERS, bucket_compare_func_... function PHP_FUNCTION (line 915) | PHP_FUNCTION(usort) function PHP_FUNCTION (line 922) | PHP_FUNCTION(uasort) function php_array_user_key_compare_unstable (line 928) | static inline int php_array_user_key_compare_unstable(Bucket *f, Bucket ... function php_array_user_key_compare (line 995) | static int php_array_user_key_compare(Bucket *a, Bucket *b) /* {{{ */ function PHP_FUNCTION (line 1002) | PHP_FUNCTION(uksort) function HashTable (line 1008) | static inline HashTable *get_ht_for_iap(zval *zv, bool separate) { function zval (line 1027) | static zval *php_array_iter_seek_current(HashTable *array, bool forward_... function php_array_iter_return_current (line 1057) | static void php_array_iter_return_current(zval *return_value, HashTable ... function PHP_FUNCTION (line 1068) | PHP_FUNCTION(end) function PHP_FUNCTION (line 1090) | PHP_FUNCTION(prev) function PHP_FUNCTION (line 1112) | PHP_FUNCTION(next) function PHP_FUNCTION (line 1134) | PHP_FUNCTION(reset) function PHP_FUNCTION (line 1156) | PHP_FUNCTION(current) function PHP_FUNCTION (line 1170) | PHP_FUNCTION(key) function php_data_compare (line 1186) | static int php_data_compare(const void *f, const void *s) /* {{{ */ function PHP_FUNCTION (line 1196) | PHP_FUNCTION(min) function PHP_FUNCTION (line 1324) | PHP_FUNCTION(max) type php_array_walk_context (line 1448) | typedef struct { function zend_result (line 1453) | static zend_result php_array_walk( function PHP_FUNCTION (line 1591) | PHP_FUNCTION(array_walk) function PHP_FUNCTION (line 1610) | PHP_FUNCTION(array_walk_recursive) function _php_search_array (line 1632) | static inline void _php_search_array(zval *return_value, zval *value, zv... function Z_PARAM_ARRAY (line 1731) | Z_PARAM_ZVAL(value) function PHP_FUNCTION (line 1774) | PHP_FUNCTION(array_search) function PHPAPI (line 1837) | PHPAPI int php_prefix_varname(zval *result, zend_string *prefix, const c... function zend_long (line 1852) | static zend_long php_extract_ref_if_exists(zend_array *arr, zend_array *... function zend_long (line 1898) | static zend_long php_extract_if_exists(zend_array *arr, zend_array *symb... function zend_long (line 1942) | static zend_long php_extract_ref_overwrite(zend_array *arr, zend_array *... function zend_long (line 1994) | static zend_long php_extract_overwrite(zend_array *arr, zend_array *symb... function zend_long (line 2039) | static zend_long php_extract_ref_prefix_if_exists(zend_array *arr, zend_... function zend_long (line 2098) | static zend_long php_extract_prefix_if_exists(zend_array *arr, zend_arra... function zend_long (line 2152) | static zend_long php_extract_ref_prefix_same(zend_array *arr, zend_array... function zend_long (line 2229) | static zend_long php_extract_prefix_same(zend_array *arr, zend_array *sy... function zend_long (line 2298) | static zend_long php_extract_ref_prefix_all(zend_array *arr, zend_array ... function zend_long (line 2345) | static zend_long php_extract_prefix_all(zend_array *arr, zend_array *sym... function zend_long (line 2392) | static zend_long php_extract_ref_prefix_invalid(zend_array *arr, zend_ar... function zend_long (line 2447) | static zend_long php_extract_prefix_invalid(zend_array *arr, zend_array ... function zend_long (line 2502) | static zend_long php_extract_ref_skip(zend_array *arr, zend_array *symbo... function zend_long (line 2550) | static zend_long php_extract_skip(zend_array *arr, zend_array *symbol_ta... function PHP_FUNCTION (line 2591) | PHP_FUNCTION(extract) function php_compact_var (line 2695) | static void php_compact_var(HashTable *eg_active_symbol_table, zval *ret... function PHP_FUNCTION (line 2736) | PHP_FUNCTION(compact) function PHP_FUNCTION (line 2769) | PHP_FUNCTION(array_fill) function PHP_FUNCTION (line 2834) | PHP_FUNCTION(array_fill_keys) function php_range_process_input (line 2891) | static uint8_t php_range_process_input(const zval *input, uint32_t arg_n... function PHP_FUNCTION (line 2958) | PHP_FUNCTION(range) function ZEND_HASH_FILL_PACKED (line 3079) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function ZEND_HASH_FILL_PACKED (line 3097) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function ZEND_HASH_FILL_PACKED (line 3127) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function ZEND_HASH_FILL_PACKED (line 3143) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function ZEND_HASH_FILL_PACKED (line 3168) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function ZEND_HASH_FILL_PACKED (line 3184) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function PHPAPI (line 3212) | PHPAPI bool php_array_data_shuffle(php_random_algo_with_state engine, zv... function PHP_FUNCTION (line 3306) | PHP_FUNCTION(shuffle) function php_splice (line 3320) | static void php_splice(HashTable *in_hash, zend_long offset, zend_long l... function PHP_FUNCTION (line 3528) | PHP_FUNCTION(array_push) function PHP_FUNCTION (line 3558) | PHP_FUNCTION(array_pop) function PHP_FUNCTION (line 3629) | PHP_FUNCTION(array_shift) function PHP_FUNCTION (line 3747) | PHP_FUNCTION(array_unshift) function PHP_FUNCTION (line 3802) | PHP_FUNCTION(array_splice) function Bucket (line 3865) | static inline Bucket* find_bucket_at_offset(HashTable* ht, zend_long off... function zval (line 3892) | static inline zval* find_packed_val_at_offset(HashTable* ht, zend_long o... function PHP_FUNCTION (line 3918) | PHP_FUNCTION(array_slice) function PHPAPI (line 4045) | PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src) /*... function PHPAPI (line 4122) | PHPAPI int php_array_merge(HashTable *dest, HashTable *src) /* {{{ */ function PHPAPI (line 4157) | PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src) ... function zend_always_inline (line 4227) | static zend_always_inline void php_array_replace_wrapper(INTERNAL_FUNCTI... function zend_always_inline (line 4277) | static zend_always_inline void php_array_merge_wrapper(INTERNAL_FUNCTION... function PHP_FUNCTION (line 4400) | PHP_FUNCTION(array_merge) function PHP_FUNCTION (line 4407) | PHP_FUNCTION(array_merge_recursive) function PHP_FUNCTION (line 4414) | PHP_FUNCTION(array_replace) function PHP_FUNCTION (line 4421) | PHP_FUNCTION(array_replace_recursive) function PHP_FUNCTION (line 4428) | PHP_FUNCTION(array_keys) function PHP_FUNCTION (line 4511) | PHP_FUNCTION(array_key_first) function PHP_FUNCTION (line 4526) | PHP_FUNCTION(array_key_last) function PHP_FUNCTION (line 4542) | PHP_FUNCTION(array_values) function PHP_FUNCTION (line 4571) | PHP_FUNCTION(array_count_values) function zval (line 4612) | static inline zval *array_column_fetch_prop(zval *data, zend_string *nam... function PHP_FUNCTION (line 4657) | PHP_FUNCTION(array_column) function PHP_FUNCTION (line 4720) | PHP_FUNCTION(array_reverse) function PHP_FUNCTION (line 4766) | PHP_FUNCTION(array_pad) function ZEND_HASH_FILL_PACKED (line 4809) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function ZEND_HASH_FILL_PACKED (line 4816) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function ZEND_HASH_FILL_PACKED (line 4824) | ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(return_value)) { function PHP_FUNCTION (line 4856) | PHP_FUNCTION(array_flip) function PHP_FUNCTION (line 4892) | PHP_FUNCTION(array_change_key_case) type bucketindex (line 4926) | struct bucketindex { function array_bucketindex_swap (line 4931) | static void array_bucketindex_swap(void *p, void *q) function PHP_FUNCTION (line 4942) | PHP_FUNCTION(array_unique) function zval_compare (line 5068) | static int zval_compare(zval *first, zval *second) /* {{{ */ function zval_user_compare (line 5074) | static int zval_user_compare(zval *a, zval *b) /* {{{ */ function php_array_intersect_key (line 5096) | static void php_array_intersect_key(INTERNAL_FUNCTION_PARAMETERS, int da... function php_array_intersect (line 5176) | static void php_array_intersect(INTERNAL_FUNCTION_PARAMETERS, int behavi... function PHP_FUNCTION (line 5442) | PHP_FUNCTION(array_intersect_key) function PHP_FUNCTION (line 5449) | PHP_FUNCTION(array_intersect_ukey) function PHP_FUNCTION (line 5456) | PHP_FUNCTION(array_intersect) function PHP_FUNCTION (line 5463) | PHP_FUNCTION(array_uintersect) function PHP_FUNCTION (line 5470) | PHP_FUNCTION(array_intersect_assoc) function PHP_FUNCTION (line 5477) | PHP_FUNCTION(array_intersect_uassoc) function PHP_FUNCTION (line 5484) | PHP_FUNCTION(array_uintersect_assoc) function PHP_FUNCTION (line 5491) | PHP_FUNCTION(array_uintersect_uassoc) function php_array_diff_key (line 5497) | static void php_array_diff_key(INTERNAL_FUNCTION_PARAMETERS, int data_co... function php_array_diff (line 5572) | static void php_array_diff(INTERNAL_FUNCTION_PARAMETERS, int behavior, i... function PHP_FUNCTION (line 5826) | PHP_FUNCTION(array_diff_key) function PHP_FUNCTION (line 5833) | PHP_FUNCTION(array_diff_ukey) function PHP_FUNCTION (line 5840) | PHP_FUNCTION(array_diff) function PHP_FUNCTION (line 5964) | PHP_FUNCTION(array_udiff) function PHP_FUNCTION (line 5971) | PHP_FUNCTION(array_diff_assoc) function PHP_FUNCTION (line 5978) | PHP_FUNCTION(array_diff_uassoc) function PHP_FUNCTION (line 5985) | PHP_FUNCTION(array_udiff_assoc) function PHP_FUNCTION (line 5992) | PHP_FUNCTION(array_udiff_uassoc) function PHPAPI (line 6002) | PHPAPI int php_multisort_compare(const void *a, const void *b) /* {{{ */ function array_bucket_p_sawp (line 6027) | static void array_bucket_p_sawp(void *p, void *q) /* {{{ */ { function PHP_FUNCTION (line 6039) | PHP_FUNCTION(array_multisort) function PHPAPI (line 6235) | PHPAPI bool php_array_pick_keys(php_random_algo_with_state engine, zval ... function PHP_FUNCTION (line 6385) | PHP_FUNCTION(array_rand) function php_array_binop (line 6409) | static void php_array_binop(INTERNAL_FUNCTION_PARAMETERS, const char *op... function PHP_FUNCTION (line 6462) | PHP_FUNCTION(array_sum) function PHP_FUNCTION (line 6469) | PHP_FUNCTION(array_product) function PHP_FUNCTION (line 6476) | PHP_FUNCTION(array_reduce) function PHP_FUNCTION (line 6535) | PHP_FUNCTION(array_filter) function zend_result (line 6623) | static zend_result php_array_find(const HashTable *array, zend_fcall_inf... function PHP_FUNCTION (line 6699) | PHP_FUNCTION(array_find) function PHP_FUNCTION (line 6721) | PHP_FUNCTION(array_find_key) function PHP_FUNCTION (line 6743) | PHP_FUNCTION(array_any) function PHP_FUNCTION (line 6767) | PHP_FUNCTION(array_all) function PHP_FUNCTION (line 6791) | PHP_FUNCTION(array_map) function PHP_FUNCTION (line 6970) | PHP_FUNCTION(array_key_exists) function PHP_FUNCTION (line 7011) | PHP_FUNCTION(array_chunk) function PHP_FUNCTION (line 7083) | PHP_FUNCTION(array_combine) FILE: ext/standard/assert.c function ZEND_DECLARE_MODULE_GLOBALS (line 31) | ZEND_END_MODULE_GLOBALS(assert) function PHP_INI_MH (line 48) | static PHP_INI_MH(OnChangeCallback) /* {{{ */ function PHP_INI_MH (line 80) | static PHP_INI_MH(OnUpdateActiveBool) function PHP_INI_MH (line 90) | static PHP_INI_MH(OnUpdateBailBool) function PHP_INI_MH (line 100) | static PHP_INI_MH(OnUpdateExceptionBool) function PHP_INI_MH (line 111) | static PHP_INI_MH(OnUpdateWarningBool) function php_assert_init_globals (line 130) | static void php_assert_init_globals(zend_assert_globals *assert_globals_... function PHP_MINIT_FUNCTION (line 137) | PHP_MINIT_FUNCTION(assert) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 147) | PHP_MSHUTDOWN_FUNCTION(assert) /* {{{ */ function PHP_RSHUTDOWN_FUNCTION (line 157) | PHP_RSHUTDOWN_FUNCTION(assert) /* {{{ */ function PHP_MINFO_FUNCTION (line 168) | PHP_MINFO_FUNCTION(assert) /* {{{ */ function PHP_FUNCTION (line 175) | PHP_FUNCTION(assert) function PHP_FUNCTION (line 259) | PHP_FUNCTION(assert_options) FILE: ext/standard/base64.c function zend_always_inline (line 57) | static zend_always_inline uint8x16_t encode_toascii(const uint8x16_t inp... function zend_always_inline (line 169) | static zend_always_inline uint8x16_t decode_fromascii(const uint8x16_t i... function zend_always_inline (line 181) | static zend_always_inline size_t neon_base64_decode(const unsigned char ... function zend_always_inline (line 250) | static zend_always_inline int php_base64_decode_impl(const unsigned char... type zend_string (line 413) | typedef zend_string *(*base64_encode_func_t)(const unsigned char *, size... type zend_string (line 414) | typedef zend_string *(*base64_decode_func_t)(const unsigned char *, size... function base64_encode_func_t (line 418) | static base64_encode_func_t resolve_base64_encode(void) { function base64_decode_func_t (line 444) | static base64_decode_func_t resolve_base64_decode(void) { function PHPAPI (line 472) | PHPAPI zend_string *php_base64_encode_ex(const unsigned char *str, size_... function PHPAPI (line 475) | PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_... function PHP_MINIT_FUNCTION (line 479) | PHP_MINIT_FUNCTION(base64_intrin) function zend_string (line 515) | zend_string *php_base64_encode_avx512_vbmi(const unsigned char *str, siz... function zend_string (line 559) | zend_string *php_base64_decode_ex_avx512_vbmi(const unsigned char *str, ... function zend_string (line 625) | zend_string *php_base64_encode_avx512(const unsigned char *str, size_t l... function zend_string (line 687) | zend_string *php_base64_decode_ex_avx512(const unsigned char *str, size_... function __m256i (line 762) | static __m256i php_base64_encode_avx2_reshuffle(__m256i in) function __m256i (line 801) | static __m256i php_base64_encode_avx2_translate(__m256i in) function __m128i (line 829) | static __m128i php_base64_encode_ssse3_reshuffle(__m128i in) function __m128i (line 857) | static __m128i php_base64_encode_ssse3_translate(__m128i in) function zend_string (line 911) | zend_string *php_base64_encode_ssse3(const unsigned char *str, size_t le... function zend_string (line 953) | zend_string *php_base64_encode_ssse3(const unsigned char *str, size_t le... function __m256i (line 980) | static __m256i php_base64_decode_avx2_reshuffle(__m256i in) function __m128i (line 1001) | static __m128i php_base64_decode_ssse3_reshuffle(__m128i in) function zend_string (line 1084) | zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t... function zend_string (line 1161) | zend_string *php_base64_decode_ex_ssse3(const unsigned char *str, size_t... function zend_string (line 1187) | zend_string *php_base64_encode_default(const unsigned char *str, size_t ... function zend_string (line 1208) | zend_string *php_base64_decode_ex_default(const unsigned char *str, size... function PHP_FUNCTION (line 1231) | PHP_FUNCTION(base64_encode) function PHP_FUNCTION (line 1247) | PHP_FUNCTION(base64_decode) FILE: ext/standard/base64.h function zend_string (line 70) | static inline zend_string *php_base64_encode(const unsigned char *str, s... function zend_string (line 73) | static inline zend_string *php_base64_encode_str(const zend_string *str) { function zend_string (line 77) | static inline zend_string *php_base64_decode(const unsigned char *str, s... function zend_string (line 80) | static inline zend_string *php_base64_decode_str(const zend_string *str) { FILE: ext/standard/basic_functions.c type yy_buffer_state (line 50) | struct yy_buffer_state type user_tick_function_entry (line 124) | typedef struct _user_tick_function_entry { type putenv_entry (line 131) | typedef struct { function php_putenv_destructor (line 165) | static void php_putenv_destructor(zval *zv) /* {{{ */ function basic_globals_ctor (line 216) | static void basic_globals_ctor(php_basic_globals *basic_globals_p) /* {{... function basic_globals_dtor (line 231) | static void basic_globals_dtor(php_basic_globals *basic_globals_p) /* {{... function PHPAPI (line 247) | PHPAPI double php_get_nan(void) /* {{{ */ function PHPAPI (line 253) | PHPAPI double php_get_inf(void) /* {{{ */ function PHP_MINIT_FUNCTION (line 276) | PHP_MINIT_FUNCTION(basic) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 352) | PHP_MSHUTDOWN_FUNCTION(basic) /* {{{ */ function BASIC_RINIT_SUBMODULE (line 410) | BASIC_RINIT_SUBMODULE(dir) function PHP_FUNCTION (line 526) | PHP_FUNCTION(inet_ntop) function PHP_FUNCTION (line 555) | PHP_FUNCTION(inet_pton) function PHP_FUNCTION (line 588) | PHP_FUNCTION(ip2long) function PHP_FUNCTION (line 606) | PHP_FUNCTION(long2ip) function PHPAPI (line 632) | PHPAPI zend_string *php_getenv(const char *str, size_t str_len) { function PHP_FUNCTION (line 691) | PHP_FUNCTION(getenv) function free_argv (line 845) | static void free_argv(char **argv, int argc) function free_longopts (line 862) | static void free_longopts(opt_struct *longopts) function parse_opts (line 878) | static int parse_opts(char * opts, opt_struct ** result) function PHP_FUNCTION (line 917) | PHP_FUNCTION(getopt) function PHP_FUNCTION (line 1098) | PHP_FUNCTION(flush) function PHP_FUNCTION (line 1107) | PHP_FUNCTION(sleep) function PHP_FUNCTION (line 1125) | PHP_FUNCTION(usleep) function PHP_FUNCTION (line 1146) | PHP_FUNCTION(time_nanosleep) function PHP_FUNCTION (line 1184) | PHP_FUNCTION(time_sleep_until) function PHP_FUNCTION (line 1232) | PHP_FUNCTION(get_current_user) function add_config_entry (line 1257) | static void add_config_entry(zend_ulong h, zend_string *key, zval *entry... function add_config_entries (line 1277) | static void add_config_entries(HashTable *hash, zval *return_value) /* {... function PHP_FUNCTION (line 1290) | PHP_FUNCTION(get_cfg_var) function PHP_FUNCTION (line 1329) | PHP_FUNCTION(error_log) function PHPAPI (line 1352) | PHPAPI int _php_error_log(int opt_err, const char *message, const char *... function PHPAPI (line 1358) | PHPAPI int _php_error_log_ex(int opt_err, const char *message, size_t me... function PHP_FUNCTION (line 1404) | PHP_FUNCTION(error_get_last) function PHP_FUNCTION (line 1428) | PHP_FUNCTION(error_clear_last) function PHP_FUNCTION (line 1449) | PHP_FUNCTION(call_user_func) function PHP_FUNCTION (line 1473) | PHP_FUNCTION(call_user_func_array) function PHP_FUNCTION (line 1498) | PHP_FUNCTION(forward_static_call) function PHP_FUNCTION (line 1533) | PHP_FUNCTION(forward_static_call_array) function fci_addref (line 1565) | static void fci_addref(zend_fcall_info *fci, zend_fcall_info_cache *fci_... function fci_release (line 1573) | static void fci_release(zend_fcall_info *fci, zend_fcall_info_cache *fci... function user_shutdown_function_dtor (line 1581) | void user_shutdown_function_dtor(zval *zv) /* {{{ */ function user_tick_function_dtor (line 1591) | void user_tick_function_dtor(user_tick_function_entry *tick_function_ent... function user_shutdown_function_call (line 1598) | static int user_shutdown_function_call(zval *zv) /* {{{ */ function user_tick_function_call (line 1614) | static void user_tick_function_call(user_tick_function_entry *tick_fe) /... function run_user_tick_functions (line 1633) | static void run_user_tick_functions(int tick_count, void *arg) /* {{{ */ function user_tick_function_compare (line 1639) | static int user_tick_function_compare(user_tick_function_entry * tick_fe... function PHPAPI (line 1663) | PHPAPI void php_call_shutdown_functions(void) /* {{{ */ function PHPAPI (line 1673) | PHPAPI void php_free_shutdown_functions(void) /* {{{ */ function PHP_FUNCTION (line 1689) | PHP_FUNCTION(register_shutdown_function) function PHPAPI (line 1708) | PHPAPI bool register_user_shutdown_function(const char *function_name, s... function PHPAPI (line 1720) | PHPAPI bool remove_user_shutdown_function(const char *function_name, siz... function PHPAPI (line 1730) | PHPAPI bool append_user_shutdown_function(php_shutdown_function_entry *s... function ZEND_API (line 1741) | ZEND_API void php_get_highlight_struct(zend_syntax_highlighter_ini *synt... function PHP_FUNCTION (line 1752) | PHP_FUNCTION(highlight_file) function PHP_FUNCTION (line 1796) | PHP_FUNCTION(php_strip_whitespace) function PHP_FUNCTION (line 1828) | PHP_FUNCTION(highlight_string) function PHP_FUNCTION (line 1869) | PHP_FUNCTION(ini_parse_quantity) function PHP_FUNCTION (line 1888) | PHP_FUNCTION(ini_get) function PHP_FUNCTION (line 1907) | PHP_FUNCTION(ini_get_all) function php_ini_check_path (line 1977) | static int php_ini_check_path(char *option_name, size_t option_len, char... function PHP_FUNCTION (line 1988) | PHP_FUNCTION(ini_set) function PHP_FUNCTION (line 2040) | PHP_FUNCTION(ini_restore) function PHP_FUNCTION (line 2053) | PHP_FUNCTION(set_include_path) function PHP_FUNCTION (line 2082) | PHP_FUNCTION(get_include_path) function PHP_FUNCTION (line 2099) | PHP_FUNCTION(print_r) function PHP_FUNCTION (line 2120) | PHP_FUNCTION(connection_aborted) function PHP_FUNCTION (line 2129) | PHP_FUNCTION(connection_status) function PHP_FUNCTION (line 2138) | PHP_FUNCTION(ignore_user_abort) function PHP_FUNCTION (line 2163) | PHP_FUNCTION(getservbyname) function PHP_FUNCTION (line 2206) | PHP_FUNCTION(getservbyport) function PHP_FUNCTION (line 2235) | PHP_FUNCTION(getprotobyname) function PHP_FUNCTION (line 2258) | PHP_FUNCTION(getprotobynumber) function PHP_FUNCTION (line 2279) | PHP_FUNCTION(register_tick_function) function PHP_FUNCTION (line 2308) | PHP_FUNCTION(unregister_tick_function) function PHP_FUNCTION (line 2325) | PHP_FUNCTION(is_uploaded_file) function PHP_FUNCTION (line 2347) | PHP_FUNCTION(move_uploaded_file) function php_simple_ini_parser_cb (line 2402) | static void php_simple_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3,... function php_ini_parser_cb_with_sections (line 2459) | static void php_ini_parser_cb_with_sections(zval *arg1, zval *arg2, zval... function PHP_FUNCTION (line 2479) | PHP_FUNCTION(parse_ini_file) function PHP_FUNCTION (line 2520) | PHP_FUNCTION(parse_ini_string) function PHP_FUNCTION (line 2564) | PHP_FUNCTION(config_get_hash) /* {{{ */ function PHP_FUNCTION (line 2578) | PHP_FUNCTION(sys_getloadavg) FILE: ext/standard/basic_functions.h type php_basic_globals (line 54) | typedef struct _php_basic_globals { type php_shutdown_function_entry (line 125) | typedef struct _php_shutdown_function_entry { FILE: ext/standard/basic_functions.stub.php class __PHP_Incomplete_Class (line 1497) | #[AllowDynamicProperties] class AssertionError (line 1502) | class AssertionError extends Error function set_time_limit (line 1508) | function set_time_limit(int $seconds): bool {} function header_register_callback (line 1512) | function header_register_callback(callable $callback): bool {} function ob_start (line 1517) | function ob_start($callback = null, int $chunk_size = 0, int $flags = PH... function ob_flush (line 1519) | function ob_flush(): bool {} function ob_clean (line 1521) | function ob_clean(): bool {} function ob_end_flush (line 1523) | function ob_end_flush(): bool {} function ob_end_clean (line 1525) | function ob_end_clean(): bool {} function ob_get_flush (line 1528) | function ob_get_flush(): string|false {} function ob_get_clean (line 1531) | function ob_get_clean(): string|false {} function ob_get_contents (line 1533) | function ob_get_contents(): string|false {} function ob_get_level (line 1535) | function ob_get_level(): int {} function ob_get_length (line 1537) | function ob_get_length(): int|false {} function ob_list_handlers (line 1543) | function ob_list_handlers(): array {} function ob_get_status (line 1549) | function ob_get_status(bool $full_status = false): array {} function ob_implicit_flush (line 1551) | function ob_implicit_flush(bool $enable = true): void {} function output_reset_rewrite_vars (line 1553) | function output_reset_rewrite_vars(): bool {} function output_add_rewrite_var (line 1555) | function output_add_rewrite_var(string $name, string $value): bool {} function stream_wrapper_register (line 1559) | function stream_wrapper_register(string $protocol, string $class, int $f... function stream_register_wrapper (line 1562) | function stream_register_wrapper(string $protocol, string $class, int $f... function stream_wrapper_unregister (line 1564) | function stream_wrapper_unregister(string $protocol): bool {} function stream_wrapper_restore (line 1566) | function stream_wrapper_restore(string $protocol): bool {} function array_push (line 1570) | function array_push(array &$array, mixed ...$values): int {} function krsort (line 1572) | function krsort(array &$array, int $flags = SORT_REGULAR): true {} function ksort (line 1574) | function ksort(array &$array, int $flags = SORT_REGULAR): true {} function count (line 1577) | function count(Countable|array $value, int $mode = COUNT_NORMAL): int {} function sizeof (line 1580) | function sizeof(Countable|array $value, int $mode = COUNT_NORMAL): int {} function natsort (line 1582) | function natsort(array &$array): true {} function natcasesort (line 1584) | function natcasesort(array &$array): true {} function asort (line 1586) | function asort(array &$array, int $flags = SORT_REGULAR): true {} function arsort (line 1588) | function arsort(array &$array, int $flags = SORT_REGULAR): true {} function sort (line 1590) | function sort(array &$array, int $flags = SORT_REGULAR): true {} function rsort (line 1592) | function rsort(array &$array, int $flags = SORT_REGULAR): true {} function usort (line 1594) | function usort(array &$array, callable $callback): true {} function uasort (line 1596) | function uasort(array &$array, callable $callback): true {} function uksort (line 1598) | function uksort(array &$array, callable $callback): true {} function end (line 1600) | function end(array|object &$array): mixed {} function prev (line 1602) | function prev(array|object &$array): mixed {} function next (line 1604) | function next(array|object &$array): mixed {} function reset (line 1606) | function reset(array|object &$array): mixed {} function current (line 1608) | function current(array|object $array): mixed {} function pos (line 1611) | function pos(array|object $array): mixed {} function key (line 1613) | function key(array|object $array): int|string|null {} function min (line 1619) | function min(mixed $value, mixed ...$values): mixed {} function max (line 1625) | function max(mixed $value, mixed ...$values): mixed {} function array_walk (line 1627) | function array_walk(array|object &$array, callable $callback, mixed $arg... function array_walk_recursive (line 1629) | function array_walk_recursive(array|object &$array, callable $callback, ... function in_array (line 1636) | function in_array(mixed $needle, array $haystack, bool $strict = false):... function array_search (line 1641) | function array_search(mixed $needle, array $haystack, bool $strict = fal... function extract (line 1644) | function extract(array &$array, int $flags = EXTR_OVERWRITE, string $pre... function compact (line 1652) | function compact($var_name, ...$var_names): array {} function array_fill (line 1655) | function array_fill(int $start_index, int $count, mixed $value): array {} function array_fill_keys (line 1658) | function array_fill_keys(array $keys, mixed $value): array {} function range (line 1660) | function range(string|int|float $start, string|int|float $end, int|float... function shuffle (line 1662) | function shuffle(array &$array): true {} function array_pop (line 1664) | function array_pop(array &$array): mixed {} function array_shift (line 1666) | function array_shift(array &$array): mixed {} function array_unshift (line 1668) | function array_unshift(array &$array, mixed ...$values): int {} function array_splice (line 1670) | function array_splice(array &$array, int $offset, ?int $length = null, m... function array_slice (line 1675) | function array_slice(array $array, int $offset, ?int $length = null, boo... function array_merge (line 1680) | function array_merge(array ...$arrays): array {} function array_merge_recursive (line 1685) | function array_merge_recursive(array ...$arrays): array {} function array_replace (line 1690) | function array_replace(array $array, array ...$replacements): array {} function array_replace_recursive (line 1695) | function array_replace_recursive(array $array, array ...$replacements): ... function array_keys (line 1701) | function array_keys(array $array, mixed $filter_value = UNKNOWN, bool $s... function array_key_first (line 1706) | function array_key_first(array $array): int|string|null {} function array_key_last (line 1711) | function array_key_last(array $array): int|string|null {} function array_values (line 1717) | function array_values(array $array): array {} function array_count_values (line 1724) | function array_count_values(array $array): array {} function array_column (line 1730) | function array_column(array $array, int|string|null $column_key, int|str... function array_reverse (line 1736) | function array_reverse(array $array, bool $preserve_keys = false): array {} function array_pad (line 1738) | function array_pad(array $array, int $length, mixed $value): array {} function array_flip (line 1745) | function array_flip(array $array): array {} function array_change_key_case (line 1751) | function array_change_key_case(array $array, int $case = CASE_LOWER): ar... function array_unique (line 1756) | function array_unique(array $array, int $flags = SORT_STRING): array {} function array_intersect_key (line 1762) | function array_intersect_key(array $array, array ...$arrays): array {} function array_intersect_ukey (line 1767) | function array_intersect_ukey(array $array, ...$rest): array {} function array_intersect (line 1772) | function array_intersect(array $array, array ...$arrays): array {} function array_uintersect (line 1777) | function array_uintersect(array $array, ...$rest): array {} function array_intersect_assoc (line 1783) | function array_intersect_assoc(array $array, array ...$arrays): array {} function array_uintersect_assoc (line 1789) | function array_uintersect_assoc(array $array, ...$rest): array {} function array_intersect_uassoc (line 1794) | function array_intersect_uassoc(array $array, ...$rest): array {} function array_uintersect_uassoc (line 1799) | function array_uintersect_uassoc(array $array, ...$rest): array {} function array_diff_key (line 1805) | function array_diff_key(array $array, array ...$arrays): array {} function array_diff_ukey (line 1811) | function array_diff_ukey(array $array, ...$rest): array {} function array_diff (line 1816) | function array_diff(array $array, array ...$arrays): array {} function array_udiff (line 1822) | function array_udiff(array $array, ...$rest): array {} function array_diff_assoc (line 1828) | function array_diff_assoc(array $array, array ...$arrays): array {} function array_diff_uassoc (line 1834) | function array_diff_uassoc(array $array, ...$rest): array {} function array_udiff_assoc (line 1840) | function array_udiff_assoc(array $array, ...$rest): array {} function array_udiff_uassoc (line 1846) | function array_udiff_uassoc(array $array, ...$rest): array {} function array_multisort (line 1854) | function array_multisort(&$array, &...$rest): bool {} function array_rand (line 1857) | function array_rand(array $array, int $num = 1): int|string|array {} function array_sum (line 1862) | function array_sum(array $array): int|float {} function array_product (line 1867) | function array_product(array $array): int|float {} function array_reduce (line 1869) | function array_reduce(array $array, callable $callback, mixed $initial =... function array_filter (line 1871) | function array_filter(array $array, ?callable $callback = null, int $mod... function array_find (line 1873) | function array_find(array $array, callable $callback): mixed {} function array_find_key (line 1875) | function array_find_key(array $array, callable $callback): mixed {} function array_any (line 1877) | function array_any(array $array, callable $callback): bool {} function array_all (line 1879) | function array_all(array $array, callable $callback): bool {} function array_map (line 1881) | function array_map(?callable $callback, array $array, array ...$arrays):... function array_key_exists (line 1887) | function array_key_exists($key, array $array): bool {} function key_exists (line 1893) | function key_exists($key, array $array): bool {} function array_chunk (line 1898) | function array_chunk(array $array, int $length, bool $preserve_keys = fa... function array_combine (line 1903) | function array_combine(array $keys, array $values): array {} function array_is_list (line 1906) | function array_is_list(array $array): bool {} function base64_encode (line 1914) | function base64_encode(string $string): string {} function base64_decode (line 1920) | function base64_decode(string $string, bool $strict = false): string|fal... function constant (line 1924) | function constant(string $name): mixed {} function ip2long (line 1926) | function ip2long(string $ip): int|false {} function long2ip (line 1929) | function long2ip(int $ip): string {} function getenv (line 1935) | function getenv(?string $name = null, bool $local_only = false): string|... function putenv (line 1938) | function putenv(string $assignment): bool {} function getopt (line 1946) | function getopt(string $short_options, array $long_options = [], &$rest_... function flush (line 1948) | function flush(): void {} function sleep (line 1950) | function sleep(int $seconds): int {} function usleep (line 1952) | function usleep(int $microseconds): void {} function time_nanosleep (line 1959) | function time_nanosleep(int $seconds, int $nanoseconds): array|bool {} function time_sleep_until (line 1961) | function time_sleep_until(float $timestamp): bool {} function get_current_user (line 1965) | function get_current_user(): string {} function get_cfg_var (line 1968) | function get_cfg_var(string $option): string|array|false {} function error_log (line 1970) | function error_log(string $message, int $message_type = 0, ?string $dest... function error_get_last (line 1976) | function error_get_last(): ?array {} function error_clear_last (line 1978) | function error_clear_last(): void {} function call_user_func (line 1980) | function call_user_func(callable $callback, mixed ...$args): mixed {} function call_user_func_array (line 1982) | function call_user_func_array(callable $callback, array $args): mixed {} function forward_static_call (line 1984) | function forward_static_call(callable $callback, mixed ...$args): mixed {} function forward_static_call_array (line 1986) | function forward_static_call_array(callable $callback, array $args): mix... function register_shutdown_function (line 1988) | function register_shutdown_function(callable $callback, mixed ...$args):... function highlight_file (line 1991) | function highlight_file(string $filename, bool $return = false): string|... function show_source (line 1994) | function show_source(string $filename, bool $return = false): string|boo... function php_strip_whitespace (line 1997) | function php_strip_whitespace(string $filename): string {} function highlight_string (line 2000) | function highlight_string(string $string, bool $return = false): string|... function ini_get (line 2002) | function ini_get(string $option): string|false {} function ini_get_all (line 2008) | function ini_get_all(?string $extension = null, bool $details = true): a... function ini_set (line 2010) | function ini_set(string $option, string|int|float|bool|null $value): str... function ini_alter (line 2013) | function ini_alter(string $option, string|int|float|bool|null $value): s... function ini_restore (line 2015) | function ini_restore(string $option): void {} function ini_parse_quantity (line 2017) | function ini_parse_quantity(string $shorthand): int {} function set_include_path (line 2020) | function set_include_path(string $include_path): string|false {} function get_include_path (line 2023) | function get_include_path(): string|false {} function print_r (line 2026) | function print_r(mixed $value, bool $return = false): string|true {} function connection_aborted (line 2028) | function connection_aborted(): int {} function connection_status (line 2030) | function connection_status(): int {} function ignore_user_abort (line 2032) | function ignore_user_abort(?bool $enable = null): int {} function getservbyname (line 2035) | function getservbyname(string $service, string $protocol): int|false {} function getservbyport (line 2040) | function getservbyport(int $port, string $protocol): string|false {} function getprotobyname (line 2044) | function getprotobyname(string $protocol): int|false {} function getprotobynumber (line 2049) | function getprotobynumber(int $protocol): string|false {} function register_tick_function (line 2052) | function register_tick_function(callable $callback, mixed ...$args): boo... function unregister_tick_function (line 2054) | function unregister_tick_function(callable $callback): void {} function is_uploaded_file (line 2056) | function is_uploaded_file(string $filename): bool {} function move_uploaded_file (line 2058) | function move_uploaded_file(string $from, string $to): bool {} function parse_ini_file (line 2064) | function parse_ini_file(string $filename, bool $process_sections = false... function parse_ini_string (line 2071) | function parse_ini_string(string $ini_string, bool $process_sections = f... function config_get_hash (line 2078) | function config_get_hash(): array {} function sys_getloadavg (line 2086) | function sys_getloadavg(): array|false {} function get_browser (line 2095) | function get_browser(?string $user_agent = null, bool $return_array = fa... function crc32 (line 2100) | function crc32(string $string): int {} function crypt (line 2105) | function crypt(#[\SensitiveParameter] string $string, string $salt): str... function strptime (line 2114) | #[\Deprecated(since: '8.2', message: 'use date_parse_from_format() (for ... function gethostname (line 2122) | function gethostname(): string|false {} function gethostbyaddr (line 2126) | function gethostbyaddr(string $ip): string|false {} function gethostbyname (line 2129) | function gethostbyname(string $hostname): string {} function gethostbynamel (line 2135) | function gethostbynamel(string $hostname): array|false {} function dns_check_record (line 2138) | function dns_check_record(string $hostname, string $type = "MX"): bool {} function checkdnsrr (line 2141) | function checkdnsrr(string $hostname, string $type = "MX"): bool {} function dns_get_record (line 2149) | function dns_get_record(string $hostname, int $type = DNS_ANY, &$authori... function dns_get_mx (line 2155) | function dns_get_mx(string $hostname, &$hosts, &$weights = null): bool {} function getmxrr (line 2162) | function getmxrr(string $hostname, &$hosts, &$weights = null): bool {} function net_get_interfaces (line 2168) | function net_get_interfaces(): array|false {} function ftok (line 2174) | function ftok(string $filename, string $project_id): int {} function hrtime (line 2179) | function hrtime(bool $as_number = false): array|int|float|false {} function md5 (line 2184) | function md5(string $string, bool $binary = false): string {} function md5_file (line 2187) | function md5_file(string $filename, bool $binary = false): string|false {} function getmyuid (line 2191) | function getmyuid(): int|false {} function getmygid (line 2193) | function getmygid(): int|false {} function getmypid (line 2195) | function getmypid(): int|false {} function getmyinode (line 2197) | function getmyinode(): int|false {} function getlastmod (line 2199) | function getlastmod(): int|false {} function sha1 (line 2204) | function sha1(string $string, bool $binary = false): string {} function sha1_file (line 2207) | function sha1_file(string $filename, bool $binary = false): string|false {} function openlog (line 2212) | function openlog(string $prefix, int $flags, int $facility): true {} function closelog (line 2214) | function closelog(): true {} function syslog (line 2216) | function syslog(int $priority, string $message): true {} function inet_ntop (line 2220) | function inet_ntop(string $ip): string|false {} function inet_pton (line 2223) | function inet_pton(string $ip): string|false {} function metaphone (line 2228) | function metaphone(string $string, int $max_phonemes = 0): string {} function header (line 2231) | function header(string $header, bool $replace = true, int $response_code... function header_remove (line 2233) | function header_remove(?string $name = null): void {} function setrawcookie (line 2235) | function setrawcookie(string $name, string $value = "", array|int $expir... function setcookie (line 2237) | function setcookie(string $name, string $value = "", array|int $expires_... function http_response_code (line 2239) | function http_response_code(int $response_code = 0): int|bool {} function headers_sent (line 2245) | function headers_sent(&$filename = null, &$line = null): bool {} function headers_list (line 2251) | function headers_list(): array {} function htmlspecialchars (line 2256) | function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_... function htmlspecialchars_decode (line 2258) | function htmlspecialchars_decode(string $string, int $flags = ENT_QUOTES... function html_entity_decode (line 2260) | function html_entity_decode(string $string, int $flags = ENT_QUOTES | EN... function htmlentities (line 2263) | function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBS... function get_html_translation_table (line 2269) | function get_html_translation_table(int $table = HTML_SPECIALCHARS, int ... function assert (line 2275) | function assert(mixed $assertion, Throwable|string|null $description = n... function assert_options (line 2277) | #[\Deprecated(since: '8.3')] function bin2hex (line 2286) | function bin2hex(string $string): string {} function hex2bin (line 2292) | function hex2bin(string $string): string|false {} function strspn (line 2297) | function strspn(string $string, string $characters, int $offset = 0, ?in... function strcspn (line 2302) | function strcspn(string $string, string $characters, int $offset = 0, ?i... function nl_langinfo (line 2306) | function nl_langinfo(int $item): string|false {} function strcoll (line 2309) | function strcoll(string $string1, string $string2): int {} function trim (line 2316) | function trim(string $string, string $characters = " \n\r\t\v\0"): strin... function rtrim (line 2319) | function rtrim(string $string, string $characters = " \n\r\t\v\0"): stri... function chop (line 2322) | function chop(string $string, string $characters = " \n\r\t\v\0"): strin... function ltrim (line 2325) | function ltrim(string $string, string $characters = " \n\r\t\v\0"): stri... function wordwrap (line 2331) | function wordwrap(string $string, int $width = 75, string $break = "\n",... function explode (line 2338) | function explode(string $separator, string $string, int $limit = PHP_INT... function implode (line 2345) | function implode(string|array $separator, ?array $array = null): string {} function join (line 2348) | function join(string|array $separator, ?array $array = null): string {} function strtok (line 2353) | function strtok(string $string, ?string $token = null): string|false {} function strtoupper (line 2356) | function strtoupper(string $string): string {} function strtolower (line 2359) | function strtolower(string $string): string {} function str_increment (line 2361) | function str_increment(string $string): string {} function str_decrement (line 2363) | function str_decrement(string $string): string {} function basename (line 2366) | function basename(string $path, string $suffix = ""): string {} function dirname (line 2373) | function dirname(string $path, int $levels = 1): string {} function pathinfo (line 2379) | function pathinfo(string $path, int $flags = PATHINFO_ALL): array|string {} function stristr (line 2385) | function stristr(string $haystack, string $needle, bool $before_needle =... function strstr (line 2393) | function strstr(string $haystack, string $needle, bool $before_needle = ... function strchr (line 2396) | function strchr(string $haystack, string $needle, bool $before_needle = ... function strpos (line 2403) | function strpos(string $haystack, string $needle, int $offset = 0): int|... function stripos (line 2406) | function stripos(string $haystack, string $needle, int $offset = 0): int... function strrpos (line 2409) | function strrpos(string $haystack, string $needle, int $offset = 0): int... function strripos (line 2412) | function strripos(string $haystack, string $needle, int $offset = 0): in... function strrchr (line 2418) | function strrchr(string $haystack, string $needle, bool $before_needle =... function str_contains (line 2424) | function str_contains(string $haystack, string $needle): bool {} function str_starts_with (line 2430) | function str_starts_with(string $haystack, string $needle): bool {} function str_ends_with (line 2433) | function str_ends_with(string $haystack, string $needle): bool {} function chunk_split (line 2439) | function chunk_split(string $string, int $length = 76, string $separator... function substr (line 2446) | function substr(string $string, int $offset, ?int $length = null): strin... function substr_replace (line 2452) | function substr_replace(array|string $string, array|string $replace, arr... function quotemeta (line 2458) | function quotemeta(string $string): string {} function ord (line 2461) | function ord(string $character): int {} function chr (line 2467) | function chr(int $codepoint): string {} function ucfirst (line 2470) | function ucfirst(string $string): string {} function lcfirst (line 2473) | function lcfirst(string $string): string {} function ucwords (line 2479) | function ucwords(string $string, string $separators = " \t\r\n\f\v"): st... function strtr (line 2486) | function strtr(string $string, string|array $from, ?string $to = null): ... function strrev (line 2492) | function strrev(string $string): string {} function similar_text (line 2495) | function similar_text(string $string1, string $string2, &$percent = null... function addcslashes (line 2500) | function addcslashes(string $string, string $characters): string {} function addslashes (line 2505) | function addslashes(string $string): string {} function stripcslashes (line 2511) | function stripcslashes(string $string): string {} function stripslashes (line 2517) | function stripslashes(string $string): string {} function str_replace (line 2525) | function str_replace(array|string $search, array|string $replace, string... function str_ireplace (line 2532) | function str_ireplace(array|string $search, array|string $replace, strin... function hebrev (line 2535) | function hebrev(string $string, int $max_chars_per_line = 0): string {} function nl2br (line 2540) | function nl2br(string $string, bool $use_xhtml = true): string {} function strip_tags (line 2546) | function strip_tags(string $string, array|string|null $allowed_tags = nu... function setlocale (line 2552) | function setlocale(int $category, $locales, ...$rest): string|false {} function parse_str (line 2555) | function parse_str(string $string, &$result): void {} function str_getcsv (line 2561) | function str_getcsv(string $string, string $separator = ",", string $enc... function str_repeat (line 2564) | function str_repeat(string $string, int $times): string {} function count_chars (line 2571) | function count_chars(string $string, int $mode = 0): array|string {} function strnatcmp (line 2573) | function strnatcmp(string $string1, string $string2): int {} function localeconv (line 2579) | function localeconv(): array {} function strnatcasecmp (line 2581) | function strnatcasecmp(string $string1, string $string2): int {} function substr_count (line 2586) | function substr_count(string $haystack, string $needle, int $offset = 0,... function str_pad (line 2588) | function str_pad(string $string, int $length, string $pad_string = " ", ... function sscanf (line 2594) | function sscanf(string $string, string $format, mixed &...$vars): array|... function str_rot13 (line 2600) | function str_rot13(string $string): string {} function str_shuffle (line 2603) | function str_shuffle(string $string): string {} function str_word_count (line 2609) | function str_word_count(string $string, int $format = 0, ?string $charac... function str_split (line 2615) | function str_split(string $string, int $length = 1): array {} function strpbrk (line 2621) | function strpbrk(string $string, string $characters): string|false {} function substr_compare (line 2626) | function substr_compare(string $haystack, string $needle, int $offset, ?... function utf8_encode (line 2632) | #[\Deprecated(since: '8.2', message: 'visit the php.net documentation fo... function utf8_decode (line 2639) | #[\Deprecated(since: '8.2', message: 'visit the php.net documentation fo... function opendir (line 2648) | function opendir(string $directory, $context = null) {} function dir (line 2654) | function dir(string $directory, $context = null): Directory|false {} function closedir (line 2657) | function closedir($dir_handle = null): void {} function chdir (line 2659) | function chdir(string $directory): bool {} function chroot (line 2662) | function chroot(string $directory): bool {} function getcwd (line 2666) | function getcwd(): string|false {} function rewinddir (line 2669) | function rewinddir($dir_handle = null): void {} function readdir (line 2675) | function readdir($dir_handle = null): string|false {} function scandir (line 2682) | function scandir(string $directory, int $sorting_order = SCANDIR_SORT_AS... function glob (line 2689) | function glob(string $pattern, int $flags = 0): array|false {} function exec (line 2699) | function exec(string $command, &$output = null, &$result_code = null): s... function system (line 2705) | function system(string $command, &$result_code = null): string|false {} function passthru (line 2708) | function passthru(string $command, &$result_code = null): false|null {} function escapeshellcmd (line 2711) | function escapeshellcmd(string $command): string {} function escapeshellarg (line 2714) | function escapeshellarg(string $arg): string {} function shell_exec (line 2717) | function shell_exec(string $command): string|false|null {} function proc_nice (line 2720) | function proc_nice(int $priority): bool {} function flock (line 2729) | function flock($stream, int $operation, &$would_block = null): bool {} function get_meta_tags (line 2735) | function get_meta_tags(string $filename, bool $use_include_path = false)... function pclose (line 2738) | function pclose($handle): int {} function popen (line 2744) | function popen(string $command, string $mode) {} function readfile (line 2747) | function readfile(string $filename, bool $use_include_path = false, $con... function rewind (line 2750) | function rewind($stream): bool {} function rmdir (line 2753) | function rmdir(string $directory, $context = null): bool {} function umask (line 2755) | function umask(?int $mask = null): int {} function fclose (line 2758) | function fclose($stream): bool {} function feof (line 2761) | function feof($stream): bool {} function fgetc (line 2764) | function fgetc($stream): string|false {} function fgets (line 2770) | function fgets($stream, ?int $length = null): string|false {} function fread (line 2776) | function fread($stream, int $length): string|false {} function fopen (line 2783) | function fopen(string $filename, string $mode, bool $use_include_path = ... function fscanf (line 2790) | function fscanf($stream, string $format, mixed &...$vars): array|int|fal... function fpassthru (line 2793) | function fpassthru($stream): int {} function ftruncate (line 2796) | function ftruncate($stream, int $size): bool {} function fstat (line 2803) | function fstat($stream): array|false {} function fseek (line 2806) | function fseek($stream, int $offset, int $whence = SEEK_SET): int {} function ftell (line 2809) | function ftell($stream): int|false {} function fflush (line 2812) | function fflush($stream): bool {} function fsync (line 2815) | function fsync($stream): bool {} function fdatasync (line 2818) | function fdatasync($stream): bool {} function fwrite (line 2821) | function fwrite($stream, string $data, ?int $length = null): int|false {} function fputs (line 2827) | function fputs($stream, string $data, ?int $length = null): int|false {} function mkdir (line 2830) | function mkdir(string $directory, int $permissions = 0777, bool $recursi... function rename (line 2833) | function rename(string $from, string $to, $context = null): bool {} function copy (line 2836) | function copy(string $from, string $to, $context = null): bool {} function tempnam (line 2839) | function tempnam(string $directory, string $prefix): string|false {} function tmpfile (line 2845) | function tmpfile() {} function file (line 2852) | function file(string $filename, int $flags = 0, $context = null): array|... function file_get_contents (line 2858) | function file_get_contents(string $filename, bool $use_include_path = fa... function unlink (line 2861) | function unlink(string $filename, $context = null): bool {} function file_put_contents (line 2864) | function file_put_contents(string $filename, mixed $data, int $flags = 0... function fputcsv (line 2867) | function fputcsv($stream, array $fields, string $separator = ",", string... function fgetcsv (line 2874) | function fgetcsv($stream, ?int $length = null, string $separator = ",", ... function realpath (line 2877) | function realpath(string $path): string|false {} function fnmatch (line 2880) | function fnmatch(string $pattern, string $filename, int $flags = 0): boo... function sys_get_temp_dir (line 2884) | function sys_get_temp_dir(): string {} function fileatime (line 2888) | function fileatime(string $filename): int|false {} function filectime (line 2890) | function filectime(string $filename): int|false {} function filegroup (line 2892) | function filegroup(string $filename): int|false {} function fileinode (line 2894) | function fileinode(string $filename): int|false {} function filemtime (line 2896) | function filemtime(string $filename): int|false {} function fileowner (line 2898) | function fileowner(string $filename): int|false {} function fileperms (line 2900) | function fileperms(string $filename): int|false {} function filesize (line 2902) | function filesize(string $filename): int|false {} function filetype (line 2905) | function filetype(string $filename): string|false {} function file_exists (line 2907) | function file_exists(string $filename): bool {} function is_writable (line 2909) | function is_writable(string $filename): bool {} function is_writeable (line 2912) | function is_writeable(string $filename): bool {} function is_readable (line 2914) | function is_readable(string $filename): bool {} function is_executable (line 2916) | function is_executable(string $filename): bool {} function is_file (line 2918) | function is_file(string $filename): bool {} function is_dir (line 2920) | function is_dir(string $filename): bool {} function is_link (line 2922) | function is_link(string $filename): bool {} function stat (line 2928) | function stat(string $filename): array|false {} function lstat (line 2934) | function lstat(string $filename): array|false {} function chown (line 2936) | function chown(string $filename, string|int $user): bool {} function chgrp (line 2938) | function chgrp(string $filename, string|int $group): bool {} function lchown (line 2941) | function lchown(string $filename, string|int $user): bool {} function lchgrp (line 2943) | function lchgrp(string $filename, string|int $group): bool {} function chmod (line 2946) | function chmod(string $filename, int $permissions): bool {} function touch (line 2949) | function touch(string $filename, ?int $mtime = null, ?int $atime = null)... function clearstatcache (line 2952) | function clearstatcache(bool $clear_realpath_cache = false, string $file... function disk_total_space (line 2954) | function disk_total_space(string $directory): float|false {} function disk_free_space (line 2956) | function disk_free_space(string $directory): float|false {} function diskfreespace (line 2959) | function diskfreespace(string $directory): float|false {} function realpath_cache_get (line 2965) | function realpath_cache_get(): array {} function realpath_cache_size (line 2967) | function realpath_cache_size(): int {} function sprintf (line 2972) | function sprintf(string $format, mixed ...$values): string {} function printf (line 2974) | function printf(string $format, mixed ...$values): int {} function vprintf (line 2976) | function vprintf(string $format, array $values): int {} function vsprintf (line 2979) | function vsprintf(string $format, array $values): string {} function fprintf (line 2982) | function fprintf($stream, string $format, mixed ...$values): int {} function vfprintf (line 2985) | function vfprintf($stream, string $format, array $values): int {} function fsockopen (line 2995) | function fsockopen(string $hostname, int $port = -1, &$error_code = null... function pfsockopen (line 3002) | function pfsockopen(string $hostname, int $port = -1, &$error_code = nul... function http_build_query (line 3007) | function http_build_query(array|object $data, string $numeric_prefix = "... function http_get_last_response_headers (line 3009) | function http_get_last_response_headers(): ?array {} function http_clear_last_response_headers (line 3011) | function http_clear_last_response_headers(): void {} function request_parse_body (line 3018) | function request_parse_body(?array $options = null): array {} function image_type_to_mime_type (line 3026) | function image_type_to_mime_type(int $image_type): string {} function image_type_to_extension (line 3032) | function image_type_to_extension(int $image_type, bool $include_dot = tr... function getimagesize (line 3039) | function getimagesize(string $filename, &$image_info = null): array|fals... function getimagesizefromstring (line 3046) | function getimagesizefromstring(string $string, &$image_info = null): ar... function phpinfo (line 3050) | function phpinfo(int $flags = INFO_ALL): true {} function phpversion (line 3056) | function phpversion(?string $extension = null): string|false {} function phpcredits (line 3058) | function phpcredits(int $flags = CREDITS_ALL): true {} function php_sapi_name (line 3064) | function php_sapi_name(): string|false {} function php_uname (line 3070) | function php_uname(string $mode = "a"): string {} function php_ini_scanned_files (line 3073) | function php_ini_scanned_files(): string|false {} function php_ini_loaded_file (line 3076) | function php_ini_loaded_file(): string|false {} function iptcembed (line 3081) | function iptcembed(string $iptc_data, string $filename, int $spool = 0):... function iptcparse (line 3087) | function iptcparse(string $iptc_block): array|false {} function levenshtein (line 3091) | function levenshtein(string $string1, string $string2, int $insertion_co... function readlink (line 3097) | function readlink(string $path): string|false {} function linkinfo (line 3099) | function linkinfo(string $path): int|false {} function symlink (line 3101) | function symlink(string $target, string $link): bool {} function link (line 3103) | function link(string $target, string $link): bool {} function mail (line 3108) | function mail(string $to, string $subject, string $message, array|string... function abs (line 3113) | function abs(int|float $num): int|float {} function ceil (line 3116) | function ceil(int|float $num): float {} function floor (line 3119) | function floor(int|float $num): float {} function round (line 3133) | function round(int|float $num, int $precision = 0, int|RoundingMode $mod... function sin (line 3136) | function sin(float $num): float {} function cos (line 3139) | function cos(float $num): float {} function tan (line 3142) | function tan(float $num): float {} function asin (line 3145) | function asin(float $num): float {} function acos (line 3148) | function acos(float $num): float {} function atan (line 3151) | function atan(float $num): float {} function atanh (line 3154) | function atanh(float $num): float {} function atan2 (line 3157) | function atan2(float $y, float $x): float {} function sinh (line 3160) | function sinh(float $num): float {} function cosh (line 3163) | function cosh(float $num): float {} function tanh (line 3166) | function tanh(float $num): float {} function asinh (line 3169) | function asinh(float $num): float {} function acosh (line 3172) | function acosh(float $num): float {} function expm1 (line 3175) | function expm1(float $num): float {} function log1p (line 3178) | function log1p(float $num): float {} function pi (line 3181) | function pi(): float {} function is_finite (line 3184) | function is_finite(float $num): bool {} function is_nan (line 3187) | function is_nan(float $num): bool {} function intdiv (line 3190) | function intdiv(int $num1, int $num2): int {} function is_infinite (line 3193) | function is_infinite(float $num): bool {} function pow (line 3196) | function pow(mixed $num, mixed $exponent): int|float|object {} function exp (line 3199) | function exp(float $num): float {} function log (line 3202) | function log(float $num, float $base = M_E): float {} function log10 (line 3205) | function log10(float $num): float {} function sqrt (line 3208) | function sqrt(float $num): float {} function hypot (line 3211) | function hypot(float $x, float $y): float {} function deg2rad (line 3214) | function deg2rad(float $num): float {} function rad2deg (line 3217) | function rad2deg(float $num): float {} function bindec (line 3220) | function bindec(string $binary_string): int|float {} function hexdec (line 3223) | function hexdec(string $hex_string): int|float {} function octdec (line 3226) | function octdec(string $octal_string): int|float {} function decbin (line 3232) | function decbin(int $num): string {} function decoct (line 3238) | function decoct(int $num): string {} function dechex (line 3245) | function dechex(int $num): string {} function base_convert (line 3251) | function base_convert(string $num, int $from_base, int $to_base): string {} function number_format (line 3257) | function number_format(float $num, int $decimals = 0, ?string $decimal_s... function fmod (line 3262) | function fmod(float $num1, float $num2): float {} function fdiv (line 3267) | function fdiv(float $num1, float $num2): float {} function fpow (line 3272) | function fpow(float $num, float $exponent): float {} function microtime (line 3278) | function microtime(bool $as_float = false): string|float {} function gettimeofday (line 3284) | function gettimeofday(bool $as_float = false): array|float {} function getrusage (line 3292) | function getrusage(int $mode = 0): array|false {} function pack (line 3301) | function pack(string $format, mixed ...$values): string {} function unpack (line 3308) | function unpack(string $format, string $string, int $offset = 0): array|... function password_get_info (line 3316) | function password_get_info(string $hash): array {} function password_hash (line 3321) | function password_hash(#[\SensitiveParameter] string $password, string|i... function password_needs_rehash (line 3323) | function password_needs_rehash(string $hash, string|int|null $algo, arra... function password_verify (line 3325) | function password_verify(#[\SensitiveParameter] string $password, string... function password_algos (line 3330) | function password_algos(): array {} function proc_open (line 3340) | function proc_open(array|string $command, array $descriptor_spec, &$pipe... function proc_close (line 3343) | function proc_close($process): int {} function proc_terminate (line 3346) | function proc_terminate($process, int $signal = 15): bool {} function proc_get_status (line 3353) | function proc_get_status($process): array {} function quoted_printable_decode (line 3362) | function quoted_printable_decode(string $string): string {} function quoted_printable_encode (line 3368) | function quoted_printable_encode(string $string): string {} function soundex (line 3373) | function soundex(string $string): string {} function stream_select (line 3377) | function stream_select(?array &$read, ?array &$write, ?array &$except, ?... function stream_context_create (line 3383) | function stream_context_create(?array $options = null, ?array $params = ... function stream_context_set_params (line 3386) | function stream_context_set_params($context, array $params): true {} function stream_context_get_params (line 3393) | function stream_context_get_params($context): array {} function stream_context_set_option (line 3396) | function stream_context_set_option($context, array|string $wrapper_or_op... function stream_context_set_options (line 3399) | function stream_context_set_options($context, array $options): true {} function stream_context_get_options (line 3405) | function stream_context_get_options($stream_or_context): array {} function stream_context_get_default (line 3408) | function stream_context_get_default(?array $options = null) {} function stream_context_set_default (line 3411) | function stream_context_set_default(array $options) {} function stream_filter_prepend (line 3417) | function stream_filter_prepend($stream, string $filter_name, int $mode =... function stream_filter_append (line 3423) | function stream_filter_append($stream, string $filter_name, int $mode = ... function stream_filter_remove (line 3426) | function stream_filter_remove($stream_filter): bool {} function stream_socket_client (line 3435) | function stream_socket_client(string $address, &$error_code = null, &$er... function stream_socket_server (line 3444) | function stream_socket_server(string $address, &$error_code = null, &$er... function stream_socket_accept (line 3452) | function stream_socket_accept($socket, ?float $timeout = null, &$peer_na... function stream_socket_get_name (line 3455) | function stream_socket_get_name($socket, bool $remote): string|false {} function stream_socket_recvfrom (line 3462) | function stream_socket_recvfrom($socket, int $length, int $flags = 0, &$... function stream_socket_sendto (line 3465) | function stream_socket_sendto($socket, string $data, int $flags = 0, str... function stream_socket_enable_crypto (line 3471) | function stream_socket_enable_crypto($stream, bool $enable, ?int $crypto... function stream_socket_shutdown (line 3475) | function stream_socket_shutdown($stream, int $mode): bool {} function stream_socket_pair (line 3483) | function stream_socket_pair(int $domain, int $type, int $protocol): arra... function stream_copy_to_stream (line 3490) | function stream_copy_to_stream($from, $to, ?int $length = null, int $off... function stream_get_contents (line 3496) | function stream_get_contents($stream, ?int $length = null, int $offset =... function stream_supports_lock (line 3499) | function stream_supports_lock($stream): bool {} function stream_set_write_buffer (line 3502) | function stream_set_write_buffer($stream, int $size): int {} function set_file_buffer (line 3508) | function set_file_buffer($stream, int $size): int {} function stream_set_read_buffer (line 3511) | function stream_set_read_buffer($stream, int $size): int {} function stream_set_blocking (line 3514) | function stream_set_blocking($stream, bool $enable): bool {} function socket_set_blocking (line 3520) | function socket_set_blocking($stream, bool $enable): bool {} function stream_get_meta_data (line 3526) | function stream_get_meta_data($stream): array {} function socket_get_status (line 3533) | function socket_get_status($stream): array {} function stream_get_line (line 3539) | function stream_get_line($stream, int $length, string $ending = ""): str... function stream_resolve_include_path (line 3542) | function stream_resolve_include_path(string $filename): string|false {} function stream_get_wrappers (line 3548) | function stream_get_wrappers(): array {} function stream_get_transports (line 3554) | function stream_get_transports(): array {} function stream_is_local (line 3557) | function stream_is_local($stream): bool {} function stream_isatty (line 3560) | function stream_isatty($stream): bool {} function sapi_windows_vt100_support (line 3564) | function sapi_windows_vt100_support($stream, ?bool $enable = null): bool {} function stream_set_chunk_size (line 3568) | function stream_set_chunk_size($stream, int $size): int {} function stream_set_timeout (line 3572) | function stream_set_timeout($stream, int $seconds, int $microseconds = 0... function socket_set_timeout (line 3578) | function socket_set_timeout($stream, int $seconds, int $microseconds = 0... function gettype (line 3586) | function gettype(mixed $value): string {} function get_debug_type (line 3591) | function get_debug_type(mixed $value): string {} function settype (line 3593) | function settype(mixed &$var, string $type): bool {} function intval (line 3598) | function intval(mixed $value, int $base = 10): int {} function floatval (line 3603) | function floatval(mixed $value): float {} function doubleval (line 3606) | function doubleval(mixed $value): float {} function boolval (line 3611) | function boolval(mixed $value): bool {} function strval (line 3616) | function strval(mixed $value): string {} function is_null (line 3621) | function is_null(mixed $value): bool {} function is_resource (line 3626) | function is_resource(mixed $value): bool {} function is_bool (line 3631) | function is_bool(mixed $value): bool {} function is_int (line 3636) | function is_int(mixed $value): bool {} function is_integer (line 3639) | function is_integer(mixed $value): bool {} function is_long (line 3642) | function is_long(mixed $value): bool {} function is_float (line 3647) | function is_float(mixed $value): bool {} function is_double (line 3650) | function is_double(mixed $value): bool {} function is_numeric (line 3656) | function is_numeric(mixed $value): bool {} function is_string (line 3661) | function is_string(mixed $value): bool {} function is_array (line 3666) | function is_array(mixed $value): bool {} function is_object (line 3671) | function is_object(mixed $value): bool {} function is_scalar (line 3676) | function is_scalar(mixed $value): bool {} function is_callable (line 3679) | function is_callable(mixed $value, bool $syntax_only = false, &$callable... function is_iterable (line 3684) | function is_iterable(mixed $value): bool {} function is_countable (line 3689) | function is_countable(mixed $value): bool {} function uniqid (line 3695) | function uniqid(string $prefix = "", bool $more_entropy = false): string {} function parse_url (line 3705) | function parse_url(string $url, int $component = -1): int|string|array|n... function urlencode (line 3711) | function urlencode(string $string): string {} function urldecode (line 3717) | function urldecode(string $string): string {} function rawurlencode (line 3723) | function rawurlencode(string $string): string {} function rawurldecode (line 3729) | function rawurldecode(string $string): string {} function get_headers (line 3736) | function get_headers(string $url, bool $associative = false, $context = ... function stream_bucket_make_writeable (line 3744) | function stream_bucket_make_writeable($brigade): ?StreamBucket {} function stream_bucket_prepend (line 3747) | function stream_bucket_prepend($brigade, StreamBucket $bucket): void {} function stream_bucket_append (line 3750) | function stream_bucket_append($brigade, StreamBucket $bucket): void {} function stream_bucket_new (line 3756) | function stream_bucket_new($stream, string $buffer): StreamBucket {} function stream_get_filters (line 3762) | function stream_get_filters(): array {} function stream_filter_register (line 3764) | function stream_filter_register(string $filter_name, string $class): boo... function convert_uuencode (line 3772) | function convert_uuencode(string $string): string {} function convert_uudecode (line 3778) | function convert_uudecode(string $string): string|false {} function var_dump (line 3782) | function var_dump(mixed $value, mixed ...$values): void {} function var_export (line 3785) | function var_export(mixed $value, bool $return = false): ?string {} function debug_zval_dump (line 3787) | function debug_zval_dump(mixed $value, mixed ...$values): void {} function serialize (line 3793) | function serialize(mixed $value): string {} function unserialize (line 3795) | function unserialize(string $data, array $options = []): mixed {} function memory_get_usage (line 3797) | function memory_get_usage(bool $real_usage = false): int {} function memory_get_peak_usage (line 3799) | function memory_get_peak_usage(bool $real_usage = false): int {} function memory_reset_peak_usage (line 3801) | function memory_reset_peak_usage(): void {} function version_compare (line 3806) | function version_compare(string $version1, string $version2, ?string $op... function sapi_windows_cp_set (line 3811) | function sapi_windows_cp_set(int $codepage): bool {} function sapi_windows_cp_get (line 3813) | function sapi_windows_cp_get(string $kind = ""): int {} function sapi_windows_cp_conv (line 3815) | function sapi_windows_cp_conv(int|string $in_codepage, int|string $out_c... function sapi_windows_cp_is_utf8 (line 3817) | function sapi_windows_cp_is_utf8(): bool {} function sapi_windows_set_ctrl_handler (line 3819) | function sapi_windows_set_ctrl_handler(?callable $handler, bool $add = t... function sapi_windows_generate_ctrl_event (line 3821) | function sapi_windows_generate_ctrl_event(int $event, int $pid = 0): boo... FILE: ext/standard/basic_functions_arginfo.h function register_basic_functions_symbols (line 3493) | static void register_basic_functions_symbols(int module_number) function zend_class_entry (line 4047) | static zend_class_entry *register_class___PHP_Incomplete_Class(void) function zend_class_entry (line 4061) | static zend_class_entry *register_class_AssertionError(zend_class_entry ... function zend_class_entry (line 4071) | static zend_class_entry *register_class_RoundingMode(void) FILE: ext/standard/browscap.c type browscap_kv (line 26) | typedef struct { type browscap_entry (line 31) | typedef struct { type browser_data (line 42) | typedef struct { function browscap_entry_dtor (line 66) | static void browscap_entry_dtor(zval *zvalue) function browscap_entry_dtor_persistent (line 76) | static void browscap_entry_dtor_persistent(zval *zvalue) function is_placeholder (line 86) | static inline bool is_placeholder(char c) { function browscap_compute_prefix_len (line 91) | static uint8_t browscap_compute_prefix_len(const zend_string *pattern) { function browscap_compute_contains (line 101) | static size_t browscap_compute_contains( function browscap_compute_regex_len (line 129) | static size_t browscap_compute_regex_len(const zend_string *pattern) { function zend_string (line 148) | static zend_string *browscap_convert_pattern(const zend_string *pattern,... type browscap_parser_ctx (line 209) | typedef struct _browscap_parser_ctx { function zend_string (line 216) | static zend_string *browscap_intern_str( function zend_string (line 232) | static zend_string *browscap_intern_str_ci( function browscap_add_kv (line 256) | static void browscap_add_kv( function browscap_entry_add_kv_to_existing_array (line 268) | static void browscap_entry_add_kv_to_existing_array(browser_data *bdata,... function HashTable (line 276) | static HashTable *browscap_entry_to_array(browser_data *bdata, browscap_... function php_browscap_parser_cb (line 305) | static void php_browscap_parser_cb(zval *arg1, zval *arg2, zval *arg3, i... function zend_result (line 405) | static zend_result browscap_read_file(char *filename, browser_data *brow... function browscap_globals_ctor (line 453) | static void browscap_globals_ctor(zend_browscap_globals *browscap_global... function browscap_bdata_dtor (line 462) | static void browscap_bdata_dtor(browser_data *bdata, bool persistent) /*... function PHP_INI_MH (line 483) | PHP_INI_MH(OnChangeBrowscap) function PHP_MINIT_FUNCTION (line 503) | PHP_MINIT_FUNCTION(browscap) /* {{{ */ function PHP_RSHUTDOWN_FUNCTION (line 522) | PHP_RSHUTDOWN_FUNCTION(browscap) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 533) | PHP_MSHUTDOWN_FUNCTION(browscap) /* {{{ */ function browscap_get_minimum_length (line 541) | static inline size_t browscap_get_minimum_length(const browscap_entry *e... function browscap_match_string_wildcard (line 550) | static bool browscap_match_string_wildcard(const char *s, const char *s_... function browser_reg_compare (line 625) | static int browser_reg_compare(browscap_entry *entry, const zend_string ... function PHP_FUNCTION (line 702) | PHP_FUNCTION(get_browser) FILE: ext/standard/crc32.c function getauxval (line 33) | static unsigned long getauxval(unsigned long key) { function has_crc32_insn (line 41) | static inline int has_crc32_insn(void) { function crc32_aarch64 (line 76) | static uint32_t crc32_aarch64(uint32_t crc, const char *p, size_t nr) { function PHPAPI (line 108) | PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_... function PHPAPI (line 131) | PHPAPI zend_result php_crc32_stream_bulk_update(uint32_t *crc, php_strea... function PHP_FUNCTION (line 153) | PHP_FUNCTION(crc32) FILE: ext/standard/crc32_x86.c type crc32_pclmul_consts (line 33) | typedef struct _crc32_pclmul_bit_consts { function crc32_pclmul_batch (line 71) | size_t crc32_pclmul_batch(uint32_t *crc, const unsigned char *p, size_t ... function crc32_pclmul_reflected_batch (line 188) | size_t crc32_pclmul_reflected_batch(uint32_t *crc, const unsigned char *... function crc32_sse42_pclmul_update (line 293) | size_t crc32_sse42_pclmul_update(X86_CRC32_TYPE type, uint32_t *crc, con... function crc32_x86_simd_update_default (line 314) | static size_t crc32_x86_simd_update_default(X86_CRC32_TYPE type, uint32_... function crc32_x86_simd_func_t (line 326) | static crc32_x86_simd_func_t resolve_crc32_x86_simd_update(void) { function crc32_x86_simd_update (line 335) | size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t *crc, const u... function PHP_MINIT_FUNCTION (line 340) | PHP_MINIT_FUNCTION(crc32_x86_intrin) FILE: ext/standard/crc32_x86.h type X86_CRC32_TYPE (line 22) | typedef enum { function crc32_x86_simd_update (line 46) | static inline size_t crc32_x86_simd_update(X86_CRC32_TYPE type, uint32_t... FILE: ext/standard/credits.c function php_print_credits (line 24) | void php_print_credits(int flag) /* {{{ */ FILE: ext/standard/crypt.c function PHP_MINIT_FUNCTION (line 50) | PHP_MINIT_FUNCTION(crypt) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 60) | PHP_MSHUTDOWN_FUNCTION(crypt) /* {{{ */ function PHPAPI (line 70) | PHPAPI zend_string *php_crypt(const char *password, const int pass_len, ... function PHP_FUNCTION (line 189) | PHP_FUNCTION(crypt) FILE: ext/standard/crypt_blowfish.c type BF_word (line 62) | typedef unsigned int BF_word; type BF_word_signed (line 63) | typedef signed int BF_word_signed; type BF_word (line 68) | typedef BF_word BF_key[BF_N + 2]; type BF_ctx (line 70) | typedef struct { function BF_decode (line 380) | static int BF_decode(BF_word *dst, const char *src, int size) function BF_encode (line 404) | static void BF_encode(char *dst, const BF_word *src, int size) function BF_swap (line 436) | static void BF_swap(BF_word *x, int count) function BF_set_key (line 533) | static void BF_set_key(const char *key, BF_key expanded, BF_key initial, function _crypt_output_magic (line 768) | static int _crypt_output_magic(const char *setting, char *output, int size) FILE: ext/standard/crypt_freesec.c function ascii_to_bin (line 181) | static inline int function ascii_is_unsafe (line 202) | static inline int function _crypt_extended_init (line 208) | void function des_init_local (line 338) | static void function setup_salt (line 348) | static void function des_setkey (line 370) | static int function do_des (line 455) | static int function des_cipher (line 573) | static int type php_crypt_extended_data (line 609) | struct php_crypt_extended_data type php_crypt_extended_data (line 726) | struct php_crypt_extended_data function main (line 782) | int main(void) FILE: ext/standard/crypt_freesec.h type php_crypt_extended_data (line 8) | struct php_crypt_extended_data { type php_crypt_extended_data (line 26) | struct php_crypt_extended_data FILE: ext/standard/crypt_sha256.c type sha256_ctx (line 48) | struct sha256_ctx { function sha256_process_block (line 91) | static void sha256_process_block (const void *buffer, size_t len, struct... function sha256_init_ctx (line 189) | static void sha256_init_ctx(struct sha256_ctx *ctx) { type sha256_ctx (line 209) | struct sha256_ctx function sha256_process_bytes (line 241) | static void sha256_process_bytes(const void *buffer, size_t len, struct ... type sha256_ctx (line 335) | struct sha256_ctx type sha256_ctx (line 336) | struct sha256_ctx function main (line 699) | int main(void) { FILE: ext/standard/crypt_sha512.c type sha512_ctx (line 45) | struct sha512_ctx function sha512_process_block (line 120) | static void function sha512_init_ctx (line 220) | static void sha512_init_ctx (struct sha512_ctx *ctx) { type sha512_ctx (line 240) | struct sha512_ctx function sha512_process_bytes (line 271) | static void type sha512_ctx (line 372) | struct sha512_ctx type sha512_ctx (line 373) | struct sha512_ctx function main (line 768) | int main (void) { FILE: ext/standard/css.c function php_info_print_css (line 20) | void php_info_print_css(void) /* {{{ */ FILE: ext/standard/datetime.c function PHPAPI (line 40) | PHPAPI char *php_std_date(time_t t) type tm (line 67) | struct tm function PHP_FUNCTION (line 71) | PHP_FUNCTION(strptime) FILE: ext/standard/dir.c type php_dir_globals (line 38) | typedef struct { function php_set_default_dir (line 88) | static void php_set_default_dir(zend_resource *res) function PHP_RINIT_FUNCTION (line 101) | PHP_RINIT_FUNCTION(dir) function PHP_MINIT_FUNCTION (line 107) | PHP_MINIT_FUNCTION(dir) function _php_do_opendir (line 128) | static void _php_do_opendir(INTERNAL_FUNCTION_PARAMETERS, int createobject) function PHP_FUNCTION (line 166) | PHP_FUNCTION(opendir) function PHP_FUNCTION (line 173) | PHP_FUNCTION(dir) function PHP_FUNCTION (line 180) | PHP_FUNCTION(closedir) function PHP_FUNCTION (line 204) | PHP_FUNCTION(chroot) function PHP_FUNCTION (line 235) | PHP_FUNCTION(chdir) function PHP_FUNCTION (line 269) | PHP_FUNCTION(getcwd) function PHP_FUNCTION (line 291) | PHP_FUNCTION(rewinddir) function PHP_FUNCTION (line 308) | PHP_FUNCTION(readdir) function PHP_FUNCTION (line 330) | PHP_FUNCTION(glob) function PHP_FUNCTION (line 452) | PHP_FUNCTION(scandir) FILE: ext/standard/dir.stub.php class Directory (line 90) | class Directory method close (line 101) | public function close(): void {} method rewind (line 107) | public function rewind(): void {} method read (line 113) | public function read(): string|false {} FILE: ext/standard/dir_arginfo.h function register_dir_symbols (line 23) | static void register_dir_symbols(int module_number) function zend_class_entry (line 56) | static zend_class_entry *register_class_Directory(void) FILE: ext/standard/dl.c function PHPAPI (line 42) | PHPAPI PHP_FUNCTION(dl) function PHPAPI (line 83) | PHPAPI void *php_load_shlib(const char *path, char **errp) function PHPAPI (line 110) | PHPAPI int php_load_extension(const char *filename, int type, int start_... function php_dl_error (line 259) | static void php_dl_error(const char *filename) function PHPAPI (line 264) | PHPAPI void *php_load_shlib(const char *path, char **errp) function PHPAPI (line 271) | PHPAPI int php_load_extension(const char *filename, int type, int start_... function PHPAPI (line 281) | PHPAPI void php_dl(const char *file, int type, zval *return_value, int s... function PHP_MINFO_FUNCTION (line 292) | PHP_MINFO_FUNCTION(dl) FILE: ext/standard/dl.stub.php function dl (line 3) | function dl(string $extension_filename): bool {} FILE: ext/standard/dns.c function PHP_FUNCTION (line 125) | PHP_FUNCTION(gethostname) function PHP_FUNCTION (line 146) | PHP_FUNCTION(gethostbyaddr) function zend_string (line 172) | static zend_string *php_gethostbyaddr(char *ip) function PHP_FUNCTION (line 219) | PHP_FUNCTION(gethostbyname) function PHP_FUNCTION (line 245) | PHP_FUNCTION(gethostbynamel) function zend_string (line 293) | static zend_string *php_gethostbyname(char *name) type querybuf (line 340) | typedef union { function _php_dns_free_res (line 353) | static void _php_dns_free_res(struct __res_state *res) { /* {{{ */ function PHP_FUNCTION (line 367) | PHP_FUNCTION(dns_check_record) function PHP_FUNCTION (line 808) | PHP_FUNCTION(dns_get_record) function PHP_FUNCTION (line 1048) | PHP_FUNCTION(dns_get_mx) FILE: ext/standard/dns_win32.c function PHP_FUNCTION (line 43) | PHP_FUNCTION(dns_get_mx) /* {{{ */ function PHP_FUNCTION (line 96) | PHP_FUNCTION(dns_check_record) function php_parserr (line 145) | static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, ... function PHP_FUNCTION (line 354) | PHP_FUNCTION(dns_get_record) FILE: ext/standard/exec.c function PHP_MINIT_FUNCTION (line 56) | PHP_MINIT_FUNCTION(exec) function strip_trailing_whitespace (line 82) | static size_t strip_trailing_whitespace(char *buf, size_t bufl) { function handle_line (line 92) | static size_t handle_line(int type, zval *array, char *buf, size_t bufl) { function PHPAPI (line 112) | PHPAPI int php_exec(int type, const char *cmd, zval *array, zval *return... function php_exec_ex (line 204) | static void php_exec_ex(INTERNAL_FUNCTION_PARAMETERS, int mode) /* {{{ */ function PHP_FUNCTION (line 251) | PHP_FUNCTION(exec) function PHP_FUNCTION (line 258) | PHP_FUNCTION(system) function PHP_FUNCTION (line 265) | PHP_FUNCTION(passthru) function PHPAPI (line 280) | PHPAPI zend_string *php_escape_shell_cmd(const zend_string *unescaped_cmd) function PHPAPI (line 390) | PHPAPI zend_string *php_escape_shell_arg(const zend_string *unescaped_arg) function PHP_FUNCTION (line 478) | PHP_FUNCTION(escapeshellcmd) function PHP_FUNCTION (line 495) | PHP_FUNCTION(escapeshellarg) function PHP_FUNCTION (line 546) | PHP_FUNCTION(proc_nice) FILE: ext/standard/file.c function PHPAPI (line 114) | PHPAPI int php_le_stream_context(void) function ZEND_RSRC_DTOR_FUNC (line 121) | static ZEND_RSRC_DTOR_FUNC(file_context_dtor) function file_globals_ctor (line 131) | static void file_globals_ctor(php_file_globals *file_globals_p) function file_globals_dtor (line 137) | static void file_globals_dtor(php_file_globals *file_globals_p) function PHP_INI_MH (line 146) | static PHP_INI_MH(OnUpdateAutoDetectLineEndings) function PHP_MINIT_FUNCTION (line 161) | PHP_MINIT_FUNCTION(file) function PHP_MSHUTDOWN_FUNCTION (line 179) | PHP_MSHUTDOWN_FUNCTION(file) /* {{{ */ function PHPAPI (line 188) | PHPAPI void php_flock_common(php_stream *stream, zend_long operation, function PHP_FUNCTION (line 216) | PHP_FUNCTION(flock) function PHP_FUNCTION (line 382) | PHP_FUNCTION(file_get_contents) function PHP_FUNCTION (line 444) | PHP_FUNCTION(file_put_contents) function PHP_FUNCTION (line 586) | PHP_FUNCTION(file) function PHP_FUNCTION (line 681) | PHP_FUNCTION(tempnam) function PHP_FUNCTION (line 710) | PHP_FUNCTION(tmpfile) function PHP_FUNCTION (line 727) | PHP_FUNCTION(fopen) function PHPAPI (line 757) | PHPAPI PHP_FUNCTION(fclose) function PHP_FUNCTION (line 782) | PHP_FUNCTION(popen) function PHP_FUNCTION (line 837) | PHP_FUNCTION(pclose) function PHPAPI (line 856) | PHPAPI PHP_FUNCTION(feof) function PHPAPI (line 876) | PHPAPI PHP_FUNCTION(fgets) function PHPAPI (line 927) | PHPAPI PHP_FUNCTION(fgetc) function PHP_FUNCTION (line 949) | PHP_FUNCTION(fscanf) function PHPAPI (line 990) | PHPAPI PHP_FUNCTION(fwrite) function PHPAPI (line 1032) | PHPAPI PHP_FUNCTION(fflush) function PHPAPI (line 1053) | PHPAPI PHP_FUNCTION(rewind) function PHPAPI (line 1072) | PHPAPI PHP_FUNCTION(ftell) function PHPAPI (line 1093) | PHPAPI PHP_FUNCTION(fseek) function PHPAPI (line 1739) | PHPAPI ssize_t php_fputcsv(php_stream *stream, zval *fields, char delimi... function PHP_FUNCTION (line 1804) | PHP_FUNCTION(fgetcsv) function PHPAPI (line 1886) | PHPAPI HashTable *php_bc_fgetcsv_empty_line(void) function PHPAPI (line 1895) | PHPAPI HashTable *php_fgetcsv(php_stream *stream, char delimiter, char e... function PHP_FUNCTION (line 2163) | PHP_FUNCTION(realpath) function php_meta_tags_token (line 2195) | php_meta_tags_token php_next_meta_token(php_meta_tags_data *md) function PHP_FUNCTION (line 2299) | PHP_FUNCTION(fnmatch) function PHP_FUNCTION (line 2327) | PHP_FUNCTION(sys_get_temp_dir) FILE: ext/standard/file.h type php_meta_tags_token (line 69) | typedef enum _php_meta_tags_token { type php_meta_tags_data (line 81) | typedef struct _php_meta_tags_data { type php_file_globals (line 93) | typedef struct { FILE: ext/standard/file_arginfo.h function register_file_symbols (line 4) | static void register_file_symbols(int module_number) FILE: ext/standard/filestat.c function PHP_RINIT_FUNCTION (line 85) | PHP_RINIT_FUNCTION(filestat) /* {{{ */ function PHP_RSHUTDOWN_FUNCTION (line 93) | PHP_RSHUTDOWN_FUNCTION(filestat) /* {{{ */ function if (line 113) | PHP_WIN32_IOUTIL_INIT_W(path) type statvfs (line 135) | struct statvfs type statfs (line 137) | struct statfs function PHP_FUNCTION (line 167) | PHP_FUNCTION(disk_total_space) function if (line 198) | PHP_WIN32_IOUTIL_INIT_W(path) type statvfs (line 218) | struct statvfs type statfs (line 220) | struct statfs function PHP_FUNCTION (line 249) | PHP_FUNCTION(disk_free_space) function PHPAPI (line 275) | PHPAPI zend_result php_get_gid_by_name(const char *name, gid_t *gid) function php_do_chgrp (line 318) | static void php_do_chgrp(INTERNAL_FUNCTION_PARAMETERS, int do_lchgrp) /*... function PHP_FUNCTION (line 400) | PHP_FUNCTION(chgrp) function PHP_FUNCTION (line 408) | PHP_FUNCTION(lchgrp) function PHPAPI (line 416) | PHPAPI zend_result php_get_uid_by_name(const char *name, uid_t *uid) function php_do_chown (line 459) | static void php_do_chown(INTERNAL_FUNCTION_PARAMETERS, int do_lchown) /*... function PHP_FUNCTION (line 543) | PHP_FUNCTION(chown) function PHP_FUNCTION (line 551) | PHP_FUNCTION(lchown) function PHP_FUNCTION (line 560) | PHP_FUNCTION(chmod) function PHP_FUNCTION (line 609) | PHP_FUNCTION(touch) function PHPAPI (line 697) | PHPAPI void php_clear_stat_cache(bool clear_realpath_cache, const char *... function PHP_FUNCTION (line 721) | PHP_FUNCTION(clearstatcache) function PHPAPI (line 743) | PHPAPI void php_stat(zend_string *filename, int type, zval *return_value) function PHP_FUNCTION (line 1101) | PHP_FUNCTION(realpath_cache_size) function PHP_FUNCTION (line 1109) | PHP_FUNCTION(realpath_cache_get) FILE: ext/standard/filters.c function php_stream_filter_status_t (line 31) | static php_stream_filter_status_t strfilter_rot13_filter( function php_stream_filter (line 65) | static php_stream_filter *strfilter_rot13_create(const char *filtername,... function php_stream_filter_status_t (line 79) | static php_stream_filter_status_t strfilter_toupper_filter( function php_stream_filter_status_t (line 107) | static php_stream_filter_status_t strfilter_tolower_filter( function php_stream_filter (line 147) | static php_stream_filter *strfilter_toupper_create(const char *filternam... function php_stream_filter (line 152) | static php_stream_filter *strfilter_tolower_create(const char *filternam... type php_conv_err_t (line 168) | typedef enum _php_conv_err_t { type php_conv (line 180) | typedef struct _php_conv php_conv; type php_conv_err_t (line 182) | typedef php_conv_err_t (*php_conv_convert_func)(php_conv *, const char *... type _php_conv (line 185) | struct _php_conv { type php_conv_base64_encode (line 194) | typedef struct _php_conv_base64_encode { function php_conv_err_t (line 229) | static php_conv_err_t php_conv_base64_encode_ctor(php_conv_base64_encode... function php_conv_base64_encode_dtor (line 247) | static void php_conv_base64_encode_dtor(php_conv_base64_encode *inst) function php_conv_err_t (line 255) | static php_conv_err_t php_conv_base64_encode_flush(php_conv_base64_encod... function php_conv_err_t (line 328) | static php_conv_err_t php_conv_base64_encode_convert(php_conv_base64_enc... type php_conv_base64_decode (line 441) | typedef struct _php_conv_base64_decode { function php_conv_base64_decode_ctor (line 472) | static void php_conv_base64_decode_ctor(php_conv_base64_decode *inst) function php_conv_base64_decode_dtor (line 483) | static void php_conv_base64_decode_dtor(php_conv_base64_decode *inst) function php_conv_err_t (line 489) | static php_conv_err_t php_conv_base64_decode_convert(php_conv_base64_dec... type php_conv_qprint_encode (line 602) | typedef struct _php_conv_qprint_encode { function php_conv_qprint_encode_dtor (line 622) | static void php_conv_qprint_encode_dtor(php_conv_qprint_encode *inst) function php_conv_err_t (line 642) | static php_conv_err_t php_conv_qprint_encode_convert(php_conv_qprint_enc... function php_conv_err_t (line 828) | static php_conv_err_t php_conv_qprint_encode_ctor(php_conv_qprint_encode... type php_conv_qprint_decode (line 852) | typedef struct _php_conv_qprint_decode { function php_conv_qprint_decode_dtor (line 865) | static void php_conv_qprint_decode_dtor(php_conv_qprint_decode *inst) function php_conv_err_t (line 873) | static php_conv_err_t php_conv_qprint_decode_convert(php_conv_qprint_dec... function php_conv_err_t (line 1043) | static php_conv_err_t php_conv_qprint_decode_ctor(php_conv_qprint_decode... type php_convert_filter (line 1063) | typedef struct _php_convert_filter { function php_conv_err_t (line 1076) | static php_conv_err_t php_conv_get_string_prop_ex(const HashTable *ht, c... function php_conv_err_t (line 1097) | static php_conv_err_t php_conv_get_ulong_prop_ex(const HashTable *ht, ze... function php_conv_err_t (line 1115) | static php_conv_err_t php_conv_get_bool_prop_ex(const HashTable *ht, boo... function php_conv_err_t (line 1128) | static php_conv_err_t php_conv_get_uint_prop_ex(const HashTable *ht, uns... function php_conv (line 1153) | static php_conv *php_conv_open(int conv_mode, const HashTable *options, ... function zend_result (line 1283) | static zend_result php_convert_filter_ctor(php_convert_filter *inst, function php_convert_filter_dtor (line 1301) | static void php_convert_filter_dtor(php_convert_filter *inst) function zend_result (line 1314) | static zend_result strfilter_convert_append_bucket( function php_stream_filter_status_t (line 1495) | static php_stream_filter_status_t strfilter_convert_filter( function strfilter_convert_dtor (line 1543) | static void strfilter_convert_dtor(php_stream_filter *thisfilter) function php_stream_filter (line 1557) | static php_stream_filter *strfilter_convert_create(const char *filternam... type php_consumed_filter_data (line 1608) | typedef struct _php_consumed_filter_data { function php_stream_filter_status_t (line 1614) | static php_stream_filter_status_t consumed_filter_filter( function consumed_filter_dtor (line 1646) | static void consumed_filter_dtor(php_stream_filter *thisfilter) function php_stream_filter (line 1660) | static php_stream_filter *consumed_filter_create(const char *filtername,... type php_chunked_filter_state (line 1686) | typedef enum _php_chunked_filter_state { type php_chunked_filter_data (line 1699) | typedef struct _php_chunked_filter_data { function php_dechunk (line 1705) | static size_t php_dechunk(char *buf, size_t len, php_chunked_filter_data... function php_stream_filter_status_t (line 1833) | static php_stream_filter_status_t php_chunked_filter( function php_chunked_dtor (line 1860) | static void php_chunked_dtor(php_stream_filter *thisfilter) function php_stream_filter (line 1874) | static php_stream_filter *chunked_filter_create(const char *filtername, ... function PHP_MINIT_FUNCTION (line 1913) | PHP_MINIT_FUNCTION(standard_filters) function PHP_MSHUTDOWN_FUNCTION (line 1928) | PHP_MSHUTDOWN_FUNCTION(standard_filters) FILE: ext/standard/flock_compat.c function PHPAPI (line 22) | PHPAPI int flock(int fd, int operation) function PHPAPI (line 28) | PHPAPI int php_flock(int fd, int operation) FILE: ext/standard/formatted_print.c function php_sprintf_appendchar (line 48) | inline static void function php_sprintf_appendchars (line 61) | inline static void function php_sprintf_appendstring (line 80) | inline static void function php_sprintf_appendint (line 137) | inline static void function php_sprintf_appenduint (line 181) | inline static void function php_sprintf_appenddouble (line 213) | inline static void function php_sprintf_append2n (line 321) | inline static void function php_sprintf_getnumber (line 352) | inline static int function php_sprintf_get_argnum (line 377) | int php_sprintf_get_argnum(char **format, size_t *format_len) { function zend_string (line 422) | static zend_string * function zval (line 741) | static zval *php_formatted_print_get_array(zend_array *array, int *argc) function PHP_FUNCTION (line 760) | PHP_FUNCTION(sprintf) function PHP_FUNCTION (line 782) | PHP_FUNCTION(vsprintf) function PHP_FUNCTION (line 808) | PHP_FUNCTION(printf) function PHP_FUNCTION (line 833) | PHP_FUNCTION(vprintf) function PHP_FUNCTION (line 862) | PHP_FUNCTION(fprintf) function PHP_FUNCTION (line 892) | PHP_FUNCTION(vfprintf) FILE: ext/standard/fsock.c function php_fsockopen_format_host_port (line 26) | static size_t php_fsockopen_format_host_port(char **message, const char ... function php_fsockopen_stream (line 50) | static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persi... function PHP_FUNCTION (line 167) | PHP_FUNCTION(fsockopen) function PHP_FUNCTION (line 174) | PHP_FUNCTION(pfsockopen) FILE: ext/standard/ftok.c function PHP_FUNCTION (line 31) | PHP_FUNCTION(ftok) FILE: ext/standard/ftp_fopen_wrapper.c type php_ftp_dirstream_data (line 70) | typedef struct _php_ftp_dirstream_data { function get_ftp_result (line 77) | static inline int get_ftp_result(php_stream *stream, char *buffer, size_... function php_stream_ftp_stream_stat (line 88) | static int php_stream_ftp_stream_stat(php_stream_wrapper *wrapper, php_s... function php_stream_ftp_stream_close (line 97) | static int php_stream_ftp_stream_close(php_stream_wrapper *wrapper, php_... function php_stream (line 125) | static php_stream *php_ftp_fopen_connect(php_stream_wrapper *wrapper, co... function php_fopen_do_pasv (line 313) | static unsigned short php_fopen_do_pasv(php_stream *stream, char *ip, si... function php_stream (line 403) | php_stream * php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const ... function php_ftp_dirstream_read (line 605) | static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, siz... function php_ftp_dirstream_close (line 646) | static int php_ftp_dirstream_close(php_stream *stream, int close_handle) function php_stream (line 681) | static php_stream * php_stream_ftp_opendir(php_stream_wrapper *wrapper, ... function php_stream_ftp_url_stat (line 773) | static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const ch... function php_stream_ftp_unlink (line 895) | static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char... function php_stream_ftp_rename (line 944) | static int php_stream_ftp_rename(php_stream_wrapper *wrapper, const char... function php_stream_ftp_mkdir (line 1022) | static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char ... function php_stream_ftp_rmdir (line 1114) | static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char ... FILE: ext/standard/head.c function PHP_FUNCTION (line 32) | PHP_FUNCTION(header) FILE: ext/standard/hrtime.c function PHP_FUNCTION (line 47) | PHP_FUNCTION(hrtime) FILE: ext/standard/html.c function get_next_char (line 89) | static inline unsigned int get_next_char( function php_next_utf8_char (line 351) | PHPAPI unsigned int php_next_utf8_char( function determine_charset (line 364) | static enum entity_charset determine_charset(const char *charset_hint, b... function php_utf32_utf8 (line 391) | static inline size_t php_utf32_utf8(unsigned char *buf, unsigned k) function unimap_bsearch (line 427) | static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsi... function map_from_unicode (line 454) | static inline int map_from_unicode(unsigned code, enum entity_charset ch... function map_to_unicode (line 576) | static inline void map_to_unicode(unsigned code, const enc_to_uni *table... function unicode_cp_is_allowed (line 584) | static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type) function numeric_entity_is_allowed (line 635) | static inline int numeric_entity_is_allowed(unsigned uni_cp, int documen... function process_numeric_entity (line 670) | static inline int process_numeric_entity(const char **buf, unsigned *cod... function process_named_entity_html (line 706) | static inline int process_named_entity_html(const char **buf, const char... function resolve_named_entity_html (line 735) | static int resolve_named_entity_html(const char *start, size_t length, c... function write_octet_sequence (line 755) | static inline size_t write_octet_sequence(unsigned char *buf, enum entit... function traverse_for_entities (line 815) | static void traverse_for_entities( function entity_ht (line 926) | static const entity_ht *unescape_inverse_map(int all, int flags) function entity_table_opt (line 954) | static entity_table_opt determine_entity_table(int all, int doctype) function PHPAPI (line 976) | PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all... function PHPAPI (line 1012) | PHPAPI zend_string *php_escape_html_entities(const unsigned char *old, s... function find_entity_for_char (line 1018) | static inline void find_entity_for_char( function find_entity_for_char_basic (line 1081) | static inline void find_entity_for_char_basic( function PHPAPI (line 1099) | PHPAPI zend_string *php_escape_html_entities_ex(const unsigned char *old... function Z_PARAM_STR_OR_NULL (line 1322) | Z_PARAM_LONG(flags) function PHP_FUNCTION (line 1342) | PHP_FUNCTION(htmlspecialchars_decode) function Z_PARAM_LONG (line 1367) | Z_PARAM_STR(str) function write_s3row_data (line 1388) | static inline void write_s3row_data( function PHP_FUNCTION (line 1443) | PHP_FUNCTION(get_html_translation_table) FILE: ext/standard/html_tables.h type entity_charset (line 27) | enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1... type entity_charset (line 39) | enum entity_charset type enc_to_uni_stage2 (line 82) | typedef struct { type enc_to_uni (line 86) | typedef struct { type uni_to_enc (line 483) | typedef struct { type entity_multicodepoint_row (line 1095) | typedef union { type entity_stage3_row (line 1109) | typedef struct { type entity_stage3_row (line 1121) | typedef const entity_stage3_row *entity_stage2_row; type entity_stage3_row (line 1124) | typedef const entity_stage3_row *const *entity_stage1_row; type entity_table_opt (line 1129) | typedef struct { type entity_cp_map (line 2602) | typedef struct { type entity_cp_map (line 2609) | typedef const entity_cp_map *entity_ht_bucket; type entity_ht (line 2611) | typedef struct { FILE: ext/standard/html_tables/html_table_gen.php function hashfun (line 720) | function hashfun($str) FILE: ext/standard/http.c function php_url_encode_scalar (line 25) | static void php_url_encode_scalar(zval *scalar, smart_str *form_str, function PHPAPI (line 109) | PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, function PHP_FUNCTION (line 231) | PHP_FUNCTION(http_build_query) function zend_result (line 259) | static zend_result cache_request_parse_body_option(HashTable *options, z... function zend_result (line 286) | static zend_result cache_request_parse_body_options(HashTable *options) function PHP_FUNCTION (line 334) | PHP_FUNCTION(request_parse_body) function PHP_FUNCTION (line 382) | PHP_FUNCTION(http_get_last_response_headers) function PHP_FUNCTION (line 395) | PHP_FUNCTION(http_clear_last_response_headers) FILE: ext/standard/http_fopen_wrapper.c function strip_header (line 85) | static inline void strip_header(char *header_bag, char *lc_header_bag, function check_has_header (line 108) | static bool check_has_header(const char *headers, const char *header) { function zend_result (line 119) | static zend_result php_stream_handle_proxy_authorization_header(const ch... type php_stream_http_response_header_info (line 147) | typedef struct _php_stream_http_response_header_info { function php_stream_http_response_header_info_init (line 156) | static void php_stream_http_response_header_info_init( function php_stream_http_response_header_trim (line 164) | static bool php_stream_http_response_header_trim(char *http_header_line, function zend_string (line 196) | static zend_string *php_stream_http_response_headers_parse(php_stream_wr... function php_stream (line 355) | static php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, function php_stream (line 1193) | php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const ... function php_stream_http_stream_stat (line 1220) | static int php_stream_http_stream_stat(php_stream_wrapper *wrapper, php_... FILE: ext/standard/image.c type gfxinfo (line 60) | struct gfxinfo { type gfxinfo (line 69) | struct gfxinfo type gfxinfo (line 71) | struct gfxinfo type gfxinfo (line 80) | struct gfxinfo type gfxinfo (line 80) | struct gfxinfo type gfxinfo (line 91) | struct gfxinfo type gfxinfo (line 93) | struct gfxinfo type gfxinfo (line 102) | struct gfxinfo type gfxinfo (line 102) | struct gfxinfo type gfxinfo (line 111) | struct gfxinfo type gfxinfo (line 113) | struct gfxinfo type gfxinfo (line 125) | struct gfxinfo type gfxinfo (line 125) | struct gfxinfo type gfxinfo (line 130) | struct gfxinfo type gfxinfo (line 130) | struct gfxinfo function php_swf_get_bits (line 145) | static unsigned long int php_swf_get_bits (unsigned char* buffer, unsign... type gfxinfo (line 161) | struct gfxinfo type gfxinfo (line 163) | struct gfxinfo type gfxinfo (line 225) | struct gfxinfo type gfxinfo (line 225) | struct gfxinfo type gfxinfo (line 242) | struct gfxinfo type gfxinfo (line 244) | struct gfxinfo type gfxinfo (line 254) | struct gfxinfo type gfxinfo (line 254) | struct gfxinfo type gfxinfo (line 268) | struct gfxinfo type gfxinfo (line 270) | struct gfxinfo type gfxinfo (line 287) | struct gfxinfo type gfxinfo (line 287) | struct gfxinfo function php_read2 (line 335) | static unsigned short php_read2(php_stream * stream) function php_next_marker (line 348) | static unsigned int php_next_marker(php_stream * stream, int last_marker... function php_skip_variable (line 384) | static int php_skip_variable(php_stream * stream) function php_read_stream_all_chunks (line 397) | static size_t php_read_stream_all_chunks(php_stream *stream, char *buffe... function php_read_APP (line 412) | static int php_read_APP(php_stream * stream, unsigned int marker, zval *... type gfxinfo (line 446) | struct gfxinfo type gfxinfo (line 448) | struct gfxinfo type gfxinfo (line 471) | struct gfxinfo type gfxinfo (line 471) | struct gfxinfo function php_read4 (line 534) | static unsigned int php_read4(php_stream * stream) type gfxinfo (line 574) | struct gfxinfo type gfxinfo (line 576) | struct gfxinfo type gfxinfo (line 597) | struct gfxinfo type gfxinfo (line 597) | struct gfxinfo type gfxinfo (line 645) | struct gfxinfo type gfxinfo (line 647) | struct gfxinfo function php_ifd_get16u (line 729) | static int php_ifd_get16u(void *Short, int motorola_intel) function php_ifd_get16s (line 741) | static signed short php_ifd_get16s(void *Short, int motorola_intel) function php_ifd_get32s (line 749) | static int php_ifd_get32s(void *Long, int motorola_intel) function php_ifd_get32u (line 763) | static unsigned php_ifd_get32u(void *Long, int motorola_intel) type gfxinfo (line 771) | struct gfxinfo type gfxinfo (line 773) | struct gfxinfo type gfxinfo (line 839) | struct gfxinfo type gfxinfo (line 839) | struct gfxinfo type gfxinfo (line 851) | struct gfxinfo type gfxinfo (line 853) | struct gfxinfo type gfxinfo (line 887) | struct gfxinfo type gfxinfo (line 887) | struct gfxinfo function php_get_wbmp (line 912) | static int php_get_wbmp(php_stream *stream, struct gfxinfo **result, int... type gfxinfo (line 973) | struct gfxinfo type gfxinfo (line 975) | struct gfxinfo type gfxinfo (line 975) | struct gfxinfo type gfxinfo (line 975) | struct gfxinfo function php_get_xbm (line 987) | static int php_get_xbm(php_stream *stream, struct gfxinfo **result) type gfxinfo (line 1046) | struct gfxinfo type gfxinfo (line 1048) | struct gfxinfo type gfxinfo (line 1055) | struct gfxinfo type gfxinfo (line 1057) | struct gfxinfo type gfxinfo (line 1069) | struct gfxinfo type gfxinfo (line 1069) | struct gfxinfo type gfxinfo (line 1096) | struct gfxinfo type gfxinfo (line 1098) | struct gfxinfo type gfxinfo (line 1119) | struct gfxinfo type gfxinfo (line 1119) | struct gfxinfo type php_avif_stream (line 1142) | struct php_avif_stream { type php_avif_stream (line 1148) | struct php_avif_stream type php_avif_stream (line 1148) | struct php_avif_stream function php_avif_stream_skip (line 1160) | static void php_avif_stream_skip(void* stream, size_t num_bytes) { type gfxinfo (line 1181) | struct gfxinfo type gfxinfo (line 1182) | struct gfxinfo type php_avif_stream (line 1184) | struct php_avif_stream type gfxinfo (line 1188) | struct gfxinfo type gfxinfo (line 1188) | struct gfxinfo function php_is_image_avif (line 1204) | bool php_is_image_avif(php_stream* stream) { function PHPAPI (line 1217) | PHPAPI char * php_image_type_to_mime_type(int image_type) function PHP_FUNCTION (line 1260) | PHP_FUNCTION(image_type_to_mime_type) function PHP_FUNCTION (line 1273) | PHP_FUNCTION(image_type_to_extension) function PHPAPI (line 1349) | PHPAPI int php_getimagetype(php_stream *stream, const char *input, char ... function php_getimagesize_from_stream (line 1443) | static void php_getimagesize_from_stream(php_stream *stream, char *input... function php_getimagesize_from_any (line 1544) | static void php_getimagesize_from_any(INTERNAL_FUNCTION_PARAMETERS, int ... function PHP_FUNCTION (line 1584) | PHP_FUNCTION(getimagesize) function PHP_FUNCTION (line 1591) | PHP_FUNCTION(getimagesizefromstring) FILE: ext/standard/incomplete_class.c function incomplete_class_message (line 31) | static void incomplete_class_message(zend_object *object) function throw_incomplete_class_error (line 41) | static void throw_incomplete_class_error(zend_object *object, const char... function zval (line 51) | static zval *incomplete_class_get_property(zend_object *object, zend_str... function zval (line 64) | static zval *incomplete_class_write_property(zend_object *object, zend_s... function zval (line 71) | static zval *incomplete_class_get_property_ptr_ptr(zend_object *object, ... function incomplete_class_unset_property (line 78) | static void incomplete_class_unset_property(zend_object *object, zend_st... function incomplete_class_has_property (line 84) | static int incomplete_class_has_property(zend_object *object, zend_strin... function zend_function (line 91) | static zend_function *incomplete_class_get_method(zend_object **object, ... function zend_object (line 99) | static zend_object *php_create_incomplete_object(zend_class_entry *class... function PHPAPI (line 111) | PHPAPI void php_register_incomplete_class_handlers(void) function PHPAPI (line 126) | PHPAPI zend_string *php_lookup_class_name(zend_object *object) function PHPAPI (line 141) | PHPAPI void php_store_class_name(zval *object, zend_string *name) FILE: ext/standard/info.c function ZEND_COLD (line 54) | static ZEND_COLD size_t php_info_print_html_esc(const char *str, size_t ... function ZEND_COLD (line 66) | static ZEND_COLD size_t php_info_printf(const char *fmt, ...) /* {{{ */ function zend_always_inline (line 82) | static zend_always_inline size_t php_info_print(const char *str) /* {{{ */ function ZEND_COLD (line 88) | static ZEND_COLD void php_info_print_stream_hash(const char *name, HashT... function php_info_print_module (line 133) | void php_info_print_module(zend_module_entry *zend_module) /* {{{ */ function ZEND_COLD (line 167) | static ZEND_COLD void php_print_gpcse_array(char *name, size_t name_length) function php_info_print_style (line 242) | void ZEND_COLD php_info_print_style(void) function php_get_windows_cpu (line 606) | static void php_get_windows_cpu(char *buf, size_t bufsize) function php_is_valid_uname_mode (line 650) | static inline bool php_is_valid_uname_mode(char mode) { function PHPAPI (line 655) | PHPAPI zend_string *php_get_uname(char mode) function php_print_info_htmlhead (line 740) | void php_print_info_htmlhead(void) function module_name_cmp (line 754) | static int module_name_cmp(Bucket *f, Bucket *s) function php_print_info (line 762) | void php_print_info(int flag) function php_info_print_table_start (line 1064) | void php_info_print_table_start(void) /* {{{ */ function php_info_print_table_end (line 1074) | void php_info_print_table_end(void) /* {{{ */ function php_info_print_box_start (line 1083) | void php_info_print_box_start(int flag) /* {{{ */ function php_info_print_box_end (line 1100) | void php_info_print_box_end(void) /* {{{ */ function php_info_print_hr (line 1109) | void php_info_print_hr(void) /* {{{ */ function php_info_print_table_colspan_header (line 1119) | void php_info_print_table_colspan_header(int num_cols, const char *heade... function php_info_print_table_header (line 1133) | void php_info_print_table_header(int num_cols, ...) function ZEND_COLD (line 1170) | static ZEND_COLD void php_info_print_table_row_internal(int num_cols, function php_info_print_table_row (line 1215) | void php_info_print_table_row(int num_cols, ...) function php_info_print_table_row_ex (line 1226) | void php_info_print_table_row_ex(int num_cols, const char *value_class, function PHP_FUNCTION (line 1238) | PHP_FUNCTION(phpinfo) function PHP_FUNCTION (line 1258) | PHP_FUNCTION(phpversion) function PHP_FUNCTION (line 1282) | PHP_FUNCTION(phpcredits) function PHP_FUNCTION (line 1297) | PHP_FUNCTION(php_sapi_name) function PHP_FUNCTION (line 1311) | PHP_FUNCTION(php_uname) function PHP_FUNCTION (line 1338) | PHP_FUNCTION(php_ini_scanned_files) function PHP_FUNCTION (line 1351) | PHP_FUNCTION(php_ini_loaded_file) FILE: ext/standard/iptc.c function php_iptc_put1 (line 76) | static int php_iptc_put1(FILE *fp, int spool, unsigned char c, unsigned ... function php_iptc_get1 (line 88) | static int php_iptc_get1(FILE *fp, int spool, unsigned char **spoolbuf) function php_iptc_read_remaining (line 109) | static int php_iptc_read_remaining(FILE *fp, int spool, unsigned char **... function php_iptc_skip_variable (line 118) | static int php_iptc_skip_variable(FILE *fp, int spool, unsigned char **s... function php_iptc_next_marker (line 139) | static int php_iptc_next_marker(FILE *fp, int spool, unsigned char **spo... function PHP_FUNCTION (line 171) | PHP_FUNCTION(iptcembed) function PHP_FUNCTION (line 304) | PHP_FUNCTION(iptcparse) FILE: ext/standard/levenshtein.c function zend_long (line 21) | static zend_long reference_levdist(const zend_string *string1, const zen... function PHP_FUNCTION (line 78) | PHP_FUNCTION(levenshtein) FILE: ext/standard/libavifinfo/avifinfo.c type AvifInfoInternalStatus (line 19) | typedef enum { function AvifInfoStatus (line 27) | static AvifInfoStatus AvifInfoInternalConvertStatus(AvifInfoInternalStat... function AvifInfoInternalReadBigEndian (line 48) | static uint32_t AvifInfoInternalReadBigEndian(const uint8_t* input, function AvifInfoInternalLogError (line 61) | static void AvifInfoInternalLogError(const char* file, int line, type AvifInfoInternalStream (line 99) | typedef struct { function AvifInfoInternalStatus (line 108) | static AvifInfoInternalStatus AvifInfoInternalRead( function AvifInfoInternalStatus (line 116) | static AvifInfoInternalStatus AvifInfoInternalSkip( type AvifInfoInternalTile (line 137) | typedef struct { type AvifInfoInternalProp (line 142) | typedef struct { type AvifInfoInternalDimProp (line 147) | typedef struct { type AvifInfoInternalChanProp (line 152) | typedef struct { type AvifInfoInternalFeatures (line 157) | typedef struct { function AvifInfoInternalStatus (line 175) | static AvifInfoInternalStatus AvifInfoInternalGetItemFeatures( function AvifInfoInternalStatus (line 224) | static AvifInfoInternalStatus AvifInfoInternalGetPrimaryItemFeatures( type AvifInfoInternalBox (line 241) | typedef struct { function AvifInfoInternalStatus (line 252) | static AvifInfoInternalStatus AvifInfoInternalParseBox( function AvifInfoInternalStatus (line 319) | static AvifInfoInternalStatus ParseIpco(AvifInfoInternalStream* stream, function AvifInfoInternalStatus (line 436) | static AvifInfoInternalStatus ParseIprp(AvifInfoInternalStream* stream, function AvifInfoInternalStatus (line 522) | static AvifInfoInternalStatus ParseIref(AvifInfoInternalStream* stream, function AvifInfoInternalStatus (line 581) | static AvifInfoInternalStatus ParseMeta(AvifInfoInternalStream* stream, function AvifInfoInternalStatus (line 622) | static AvifInfoInternalStatus ParseFtyp(AvifInfoInternalStream* stream) { function AvifInfoInternalStatus (line 645) | static AvifInfoInternalStatus ParseFile(AvifInfoInternalStream* stream, type AvifInfoInternalForward (line 664) | typedef struct { function AvifInfoInternalForwardSkip (line 679) | static void AvifInfoInternalForwardSkip(void* stream, size_t num_bytes) { function AvifInfoStatus (line 689) | AvifInfoStatus AvifInfoIdentify(const uint8_t* data, size_t data_size) { function AvifInfoStatus (line 699) | AvifInfoStatus AvifInfoGetFeatures(const uint8_t* data, size_t data_size, function AvifInfoStatus (line 712) | AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read, function AvifInfoStatus (line 723) | AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read, FILE: ext/standard/libavifinfo/avifinfo.h type AvifInfoStatus (line 22) | typedef enum { type AvifInfoFeatures (line 37) | typedef struct { FILE: ext/standard/link.c function PHP_FUNCTION (line 57) | PHP_FUNCTION(readlink) function PHP_FUNCTION (line 90) | PHP_FUNCTION(linkinfo) function PHP_FUNCTION (line 124) | PHP_FUNCTION(symlink) function PHP_FUNCTION (line 182) | PHP_FUNCTION(link) FILE: ext/standard/mail.c type php_mail_header_value_error_type (line 59) | typedef enum { function php_mail_header_value_error_type (line 67) | static php_mail_header_value_error_type php_mail_build_headers_check_fie... function php_mail_build_headers_check_field_name (line 112) | static bool php_mail_build_headers_check_field_name(zend_string *key) function php_mail_build_headers_elem (line 129) | static void php_mail_build_headers_elem(smart_str *s, zend_string *key, ... function php_mail_build_headers_elems (line 173) | static void php_mail_build_headers_elems(smart_str *s, zend_string *key,... function PHPAPI (line 207) | PHPAPI zend_string *php_mail_build_headers(HashTable *headers) function PHP_FUNCTION (line 268) | PHP_FUNCTION(mail) function php_mail_log_crlf_to_spaces (line 371) | static void php_mail_log_crlf_to_spaces(char *message) { function php_mail_log_to_syslog (line 382) | static void php_mail_log_to_syslog(char *message) { function php_mail_log_to_file (line 390) | static void php_mail_log_to_file(char *filename, char *message, size_t m... function php_mail_detect_multiple_crlf (line 401) | static int php_mail_detect_multiple_crlf(const char *hdr) { function PHPAPI (line 439) | PHPAPI bool php_mail(const char *to, const char *subject, const char *me... function PHP_MINFO_FUNCTION (line 624) | PHP_MINFO_FUNCTION(mail) FILE: ext/standard/math.c function php_intpow10 (line 38) | static inline double php_intpow10(int power) { function zend_always_inline (line 52) | static zend_always_inline double php_round_get_basic_edge_case(double in... function zend_always_inline (line 59) | static zend_always_inline double php_round_get_zero_edge_case(double int... function php_round_helper (line 68) | static inline double php_round_helper(double integral, double value, dou... function PHPAPI (line 167) | PHPAPI double _php_math_round(double value, int places, int mode) { function PHP_FUNCTION (line 247) | PHP_FUNCTION(abs) function PHP_FUNCTION (line 270) | PHP_FUNCTION(ceil) function PHP_FUNCTION (line 289) | PHP_FUNCTION(floor) function PHPAPI (line 307) | PHPAPI int php_math_round_mode_from_enum(zend_object *mode) function PHP_FUNCTION (line 334) | PHP_FUNCTION(round) function PHP_FUNCTION (line 393) | PHP_FUNCTION(sin) function PHP_FUNCTION (line 405) | PHP_FUNCTION(cos) function PHP_FUNCTION (line 417) | PHP_FUNCTION(tan) function PHP_FUNCTION (line 429) | PHP_FUNCTION(asin) function PHP_FUNCTION (line 441) | PHP_FUNCTION(acos) function PHP_FUNCTION (line 453) | PHP_FUNCTION(atan) function PHP_FUNCTION (line 465) | PHP_FUNCTION(atan2) function PHP_FUNCTION (line 478) | PHP_FUNCTION(sinh) function PHP_FUNCTION (line 490) | PHP_FUNCTION(cosh) function PHP_FUNCTION (line 502) | PHP_FUNCTION(tanh) function PHP_FUNCTION (line 514) | PHP_FUNCTION(asinh) function PHP_FUNCTION (line 526) | PHP_FUNCTION(acosh) function PHP_FUNCTION (line 538) | PHP_FUNCTION(atanh) function PHP_FUNCTION (line 550) | PHP_FUNCTION(pi) function PHP_FUNCTION (line 559) | PHP_FUNCTION(is_finite) function PHP_FUNCTION (line 571) | PHP_FUNCTION(is_infinite) function PHP_FUNCTION (line 583) | PHP_FUNCTION(is_nan) function PHP_FUNCTION (line 595) | PHP_FUNCTION(pow) function PHP_FUNCTION (line 609) | PHP_FUNCTION(exp) function PHP_FUNCTION (line 622) | PHP_FUNCTION(expm1) function PHP_FUNCTION (line 635) | PHP_FUNCTION(log1p) function PHP_FUNCTION (line 648) | PHP_FUNCTION(log) function PHP_FUNCTION (line 684) | PHP_FUNCTION(log10) function PHP_FUNCTION (line 697) | PHP_FUNCTION(sqrt) function PHP_FUNCTION (line 710) | PHP_FUNCTION(hypot) function PHP_FUNCTION (line 724) | PHP_FUNCTION(deg2rad) function PHP_FUNCTION (line 736) | PHP_FUNCTION(rad2deg) function PHPAPI (line 752) | PHPAPI zend_long _php_math_basetolong(zval *arg, int base) function PHPAPI (line 796) | PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret) function PHPAPI (line 875) | PHPAPI zend_string * _php_math_longtobase(zend_long arg, int base) function zend_always_inline (line 906) | static zend_always_inline zend_string * _php_math_longtobase_pwr2(zend_l... function PHPAPI (line 941) | PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base) function PHP_FUNCTION (line 976) | PHP_FUNCTION(bindec) function PHP_FUNCTION (line 989) | PHP_FUNCTION(hexdec) function PHP_FUNCTION (line 1002) | PHP_FUNCTION(octdec) function PHP_FUNCTION (line 1015) | PHP_FUNCTION(decbin) function PHP_FUNCTION (line 1028) | PHP_FUNCTION(decoct) function PHP_FUNCTION (line 1041) | PHP_FUNCTION(dechex) function PHP_FUNCTION (line 1065) | PHP_FUNCTION(base_convert) function PHPAPI (line 1098) | PHPAPI zend_string *_php_math_number_format(double d, int dec, char dec_... function PHPAPI (line 1103) | PHPAPI zend_string *_php_math_number_format_ex(double d, int dec, const ... function PHPAPI (line 1221) | PHPAPI zend_string *_php_math_number_format_long(zend_long num, zend_lon... function PHP_FUNCTION (line 1340) | PHP_FUNCTION(number_format) function PHP_FUNCTION (line 1395) | PHP_FUNCTION(fmod) function PHP_FUNCTION (line 1411) | __attribute__((no_sanitize("float-divide-by-zero"))) function PHP_FUNCTION (line 1427) | PHP_FUNCTION(fpow) function PHP_FUNCTION (line 1441) | PHP_FUNCTION(intdiv) FILE: ext/standard/md5.c function PHPAPI (line 22) | PHPAPI void make_digest(char *md5str, const unsigned char *digest) /* {{... function PHPAPI (line 28) | PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, in... function PHP_FUNCTION (line 42) | PHP_FUNCTION(md5) function PHP_FUNCTION (line 69) | PHP_FUNCTION(md5_file) function PHPAPI (line 293) | PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *ctx, ZEND_ATTRIBUTE_UNUSED Hash... function PHPAPI (line 304) | PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) function PHPAPI (line 339) | PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) FILE: ext/standard/md5.h type PHP_MD5_CTX (line 35) | typedef struct { FILE: ext/standard/metaphone.c function PHP_FUNCTION (line 26) | PHP_FUNCTION(metaphone) function zend_always_inline (line 82) | static zend_always_inline char encode(char c) { function Lookahead (line 131) | static char Lookahead(char *word, int how_far) function metaphone (line 171) | static void metaphone(unsigned char *word, size_t word_len, zend_long ma... FILE: ext/standard/microtime.c function _php_gettimeofday (line 46) | static void _php_gettimeofday(INTERNAL_FUNCTION_PARAMETERS, int mode) function PHP_FUNCTION (line 83) | PHP_FUNCTION(microtime) function PHP_FUNCTION (line 90) | PHP_FUNCTION(gettimeofday) function PHP_FUNCTION (line 99) | PHP_FUNCTION(getrusage) FILE: ext/standard/net.c function PHPAPI (line 50) | PHPAPI zend_string* php_inet_ntop(const struct sockaddr *addr) { function iface_append_unicast (line 103) | static void iface_append_unicast(zval *unicast, zend_long flags, function PHP_FUNCTION (line 151) | PHP_FUNCTION(net_get_interfaces) { FILE: ext/standard/pack.c function php_pack (line 89) | static void php_pack(zval *val, size_t size, int *map, char *output) function ZEND_ATTRIBUTE_CONST (line 103) | ZEND_ATTRIBUTE_CONST static inline uint16_t php_pack_reverse_int16(uint1... function ZEND_ATTRIBUTE_CONST (line 109) | ZEND_ATTRIBUTE_CONST static inline uint32_t php_pack_reverse_int32(uint3... function php_pack_reverse_int64 (line 119) | static inline uint64_t php_pack_reverse_int64(uint64_t arg) function php_pack_copy_float (line 134) | static void php_pack_copy_float(int is_little_endian, void * dst, float f) function php_pack_copy_double (line 157) | static void php_pack_copy_double(int is_little_endian, void * dst, doubl... function php_pack_parse_float (line 180) | static float php_pack_parse_float(int is_little_endian, void * src) function php_pack_parse_double (line 203) | static double php_pack_parse_double(int is_little_endian, void * src) function PHP_FUNCTION (line 230) | PHP_FUNCTION(pack) function PHP_FUNCTION (line 706) | PHP_FUNCTION(unpack) function PHP_MINIT_FUNCTION (line 1204) | PHP_MINIT_FUNCTION(pack) FILE: ext/standard/pageinfo.c function PHPAPI (line 51) | PHPAPI void php_statpage(void) function zend_long (line 72) | zend_long php_getuid(void) function zend_long (line 79) | zend_long php_getgid(void) function PHP_FUNCTION (line 86) | PHP_FUNCTION(getmyuid) function PHP_FUNCTION (line 102) | PHP_FUNCTION(getmygid) function PHP_FUNCTION (line 118) | PHP_FUNCTION(getmypid) function PHP_FUNCTION (line 134) | PHP_FUNCTION(getmyinode) function PHPAPI (line 147) | PHPAPI time_t php_getlastmod(void) function PHP_FUNCTION (line 154) | PHP_FUNCTION(getlastmod) FILE: ext/standard/password.c function php_password_algo_register (line 40) | int php_password_algo_register(const char *ident, const php_password_alg... function php_password_algo_unregister (line 45) | void php_password_algo_unregister(const char *ident) { function php_password_salt_to64 (line 49) | static int php_password_salt_to64(const char *str, const size_t str_len,... function zend_string (line 77) | static zend_string* php_password_make_salt(size_t length) /* {{{ */ function zend_string (line 106) | static zend_string* php_password_get_salt(zval *unused_, size_t required... function php_password_bcrypt_valid (line 116) | static bool php_password_bcrypt_valid(const zend_string *hash) { function php_password_bcrypt_get_info (line 122) | static int php_password_bcrypt_get_info(zval *return_value, const zend_s... function php_password_bcrypt_needs_rehash (line 136) | static bool php_password_bcrypt_needs_rehash(const zend_string *hash, ze... function php_password_bcrypt_verify (line 154) | static bool php_password_bcrypt_verify(const zend_string *password, cons... function zend_string (line 177) | static zend_string* php_password_bcrypt_hash(const zend_string *password... function extract_argon2_parameters (line 237) | static int extract_argon2_parameters(const zend_string *hash, function php_password_argon2_get_info (line 260) | static int php_password_argon2_get_info(zval *return_value, const zend_s... function php_password_argon2_needs_rehash (line 275) | static bool php_password_argon2_needs_rehash(const zend_string *hash, ze... function zend_string (line 301) | static zend_string *php_password_argon2_hash(const zend_string *password... function php_password_argon2i_verify (line 383) | static bool php_password_argon2i_verify(const zend_string *password, con... function zend_string (line 387) | static zend_string *php_password_argon2i_hash(const zend_string *passwor... function php_password_argon2id_verify (line 402) | static bool php_password_argon2id_verify(const zend_string *password, co... function zend_string (line 406) | static zend_string *php_password_argon2id_hash(const zend_string *passwo... function PHP_MINIT_FUNCTION (line 420) | PHP_MINIT_FUNCTION(password) /* {{{ */ function PHP_MSHUTDOWN_FUNCTION (line 443) | PHP_MSHUTDOWN_FUNCTION(password) /* {{{ */ function php_password_algo (line 455) | const php_password_algo* php_password_algo_default(void) { function php_password_algo (line 459) | const php_password_algo* php_password_algo_find(const zend_string *ident) { function php_password_algo (line 474) | static const php_password_algo* php_password_algo_find_zval(zend_string ... function zend_string (line 510) | zend_string *php_password_algo_extract_ident(const zend_string* hash) { function php_password_algo (line 528) | const php_password_algo* php_password_algo_identify_ex(const zend_string... function PHP_FUNCTION (line 542) | PHP_FUNCTION(password_get_info) function PHP_FUNCTION (line 579) | PHP_FUNCTION(password_needs_rehash) function PHP_FUNCTION (line 612) | PHP_FUNCTION(password_verify) function PHP_FUNCTION (line 628) | PHP_FUNCTION(password_hash) function PHP_FUNCTION (line 663) | PHP_FUNCTION(password_algos) { FILE: ext/standard/password_arginfo.h function register_password_symbols (line 4) | static void register_password_symbols(int module_number) FILE: ext/standard/php_crypt_r.c function php_init_crypt_r (line 50) | void php_init_crypt_r(void) function php_shutdown_crypt_r (line 57) | void php_shutdown_crypt_r(void) function _crypt_extended_init_r (line 64) | void _crypt_extended_init_r(void) function to64 (line 90) | static void to64(char *s, int32_t v, int n) FILE: ext/standard/php_crypt_r.h type php_crypt_extended_data (line 28) | struct php_crypt_extended_data FILE: ext/standard/php_filestat.h type php_stat_len (line 41) | typedef size_t php_stat_len; FILE: ext/standard/php_fopen_wrapper.c function php_stream_output_write (line 32) | static ssize_t php_stream_output_write(php_stream *stream, const char *b... function php_stream_output_read (line 39) | static ssize_t php_stream_output_read(php_stream *stream, char *buf, siz... function php_stream_output_close (line 46) | static int php_stream_output_close(php_stream *stream, int close_handle)... type php_stream_input_t (line 64) | typedef struct php_stream_input { /* {{{ */ function php_stream_input_write (line 70) | static ssize_t php_stream_input_write(php_stream *stream, const char *bu... function php_stream_input_read (line 76) | static ssize_t php_stream_input_read(php_stream *stream, char *buf, size... function php_stream_input_close (line 108) | static int php_stream_input_close(php_stream *stream, int close_handle) ... function php_stream_input_flush (line 117) | static int php_stream_input_flush(php_stream *stream) /* {{{ */ function php_stream_input_seek (line 123) | static int php_stream_input_seek(php_stream *stream, zend_off_t offset, ... function php_stream_apply_filter_list (line 149) | static void php_stream_apply_filter_list(php_stream *stream, char *filte... function php_stream (line 176) | static php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper,... FILE: ext/standard/php_image.h type image_filetype (line 25) | typedef enum FILE: ext/standard/php_net.h type sockaddr (line 23) | struct sockaddr FILE: ext/standard/php_password.h type php_password_algo (line 39) | typedef struct _php_password_algo { function php_password_algo (line 61) | static inline const php_password_algo* php_password_algo_identify(const ... FILE: ext/standard/php_string.h type lconv (line 36) | struct lconv FILE: ext/standard/php_var.h type php_serialize_data (line 31) | struct php_serialize_data type php_unserialize_data (line 32) | struct php_unserialize_data FILE: ext/standard/proc_open.c type termios (line 69) | struct termios type winsize (line 69) | struct winsize function openpty (line 83) | int openpty(int *master, int *slave, char *name, struct termios *termp, ... function php_process_env (line 143) | static php_process_env _php_array_to_envp(zval *environment) function _php_free_envp (line 225) | static void _php_free_envp(php_process_env env) function pid_t (line 239) | static pid_t waitpid_cached(php_process_handle *proc, int *wait_status, ... function proc_open_rsrc_dtor (line 263) | static void proc_open_rsrc_dtor(zend_resource *rsrc) function PHP_MINIT_FUNCTION (line 328) | PHP_MINIT_FUNCTION(proc_open) function PHP_FUNCTION (line 337) | PHP_FUNCTION(proc_terminate) function PHP_FUNCTION (line 363) | PHP_FUNCTION(proc_close) function PHP_FUNCTION (line 385) | PHP_FUNCTION(proc_get_status) function HANDLE (line 470) | static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) function HANDLE (line 480) | static inline HANDLE dup_fd_as_handle(int fd) type descriptor_type (line 491) | typedef enum _descriptor_type { type descriptorspec_item (line 499) | typedef struct _descriptorspec_item { function zend_string (line 509) | static zend_string *get_valid_arg_string(zval *zv, int elem_num) { function append_backslashes (line 531) | static void append_backslashes(smart_str *str, size_t num_bs) function is_special_character_present (line 540) | static bool is_special_character_present(const zend_string *arg) function append_win_escaped_arg (line 552) | static void append_win_escaped_arg(smart_str *str, zend_string *arg, boo... function is_executed_by_cmd (line 592) | static bool is_executed_by_cmd(const char *prog_name, size_t prog_name_l... function zend_string (line 627) | static zend_string *create_win_command_from_args(HashTable *args) function get_option (line 659) | static bool get_option(zval *other_options, char *opt_name, size_t opt_n... function init_startup_info (line 670) | static void init_startup_info(STARTUPINFOW *si, descriptorspec_item *des... function init_process_info (line 696) | static void init_process_info(PROCESS_INFORMATION *pi) function find_comspec_nt (line 702) | static size_t find_comspec_nt(wchar_t **comspec) function zend_result (line 747) | static zend_result convert_command_to_use_shell(wchar_t **cmdw, size_t c... function zend_string (line 780) | static zend_string* get_command_from_array(HashTable *array, char ***arg... function descriptorspec_item (line 811) | static descriptorspec_item* alloc_descriptor_array(HashTable *descriptor... function zend_string (line 817) | static zend_string* get_string_parameter(zval *array, int index, char *p... function zend_result (line 827) | static zend_result set_proc_descriptor_to_blackhole(descriptorspec_item ... function zend_result (line 846) | static zend_result set_proc_descriptor_to_pty(descriptorspec_item *desc,... function php_file_descriptor_t (line 873) | static php_file_descriptor_t make_descriptor_cloexec(php_file_descriptor... function zend_result (line 885) | static zend_result set_proc_descriptor_to_pipe(descriptorspec_item *desc... function zend_result (line 922) | static zend_result set_proc_descriptor_to_socket(descriptorspec_item *desc) function zend_result (line 942) | static zend_result set_proc_descriptor_to_file(descriptorspec_item *desc... function zend_result (line 975) | static zend_result dup_proc_descriptor(php_file_descriptor_t from, php_f... function zend_result (line 995) | static zend_result redirect_proc_descriptor(descriptorspec_item *desc, i... function zend_result (line 1031) | static zend_result set_proc_descriptor_from_array(zval *descitem, descri... function zend_result (line 1092) | static zend_result set_proc_descriptor_from_resource(zval *resource, des... function zend_result (line 1117) | static zend_result close_parentends_of_pipes(posix_spawn_file_actions_t ... function zend_result (line 1146) | static zend_result close_parentends_of_pipes(descriptorspec_item *descri... function close_all_descriptors (line 1171) | static void close_all_descriptors(descriptorspec_item *descriptors, int ... function efree_argv (line 1180) | static void efree_argv(char **argv) function PHP_FUNCTION (line 1193) | PHP_FUNCTION(proc_open) FILE: ext/standard/proc_open.h type HANDLE (line 18) | typedef HANDLE php_file_descriptor_t; type DWORD (line 19) | typedef DWORD php_process_id_t; type php_file_descriptor_t (line 22) | typedef int php_file_descriptor_t; type pid_t (line 23) | typedef pid_t php_process_id_t; type php_process_env (line 30) | typedef struct _php_process_env { type php_process_handle (line 37) | typedef struct _php_process_handle { FILE: ext/standard/quot_print.c function php_hex2int (line 33) | static char php_hex2int(int c) /* {{{ */ function PHPAPI (line 46) | PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size... function PHPAPI (line 140) | PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size... function PHP_FUNCTION (line 193) | PHP_FUNCTION(quoted_printable_decode) function PHP_FUNCTION (line 256) | PHP_FUNCTION(quoted_printable_encode) FILE: ext/standard/scanf.c type CharSet (line 98) | typedef struct CharSet { type zend_long (line 109) | typedef zend_long (*int_string_formater)(const char*, char**, int); type Range (line 168) | struct Range type Range (line 168) | struct Range function CharInSet (line 238) | static int CharInSet(CharSet *cset, int c) function ReleaseCharSet (line 277) | static void ReleaseCharSet(CharSet *cset) function PHPAPI (line 307) | PHPAPI int ValidateFormat(char *format, int numVars, int *totalSubs) function PHPAPI (line 574) | PHPAPI int php_sscanf_internal( char *string, char *format, function scan_set_error_return (line 1184) | static inline void scan_set_error_return(int numVars, zval *return_value... FILE: ext/standard/sha1.c function PHPAPI (line 24) | PHPAPI void make_sha1_digest(char *sha1str, const unsigned char *digest) function PHP_FUNCTION (line 30) | PHP_FUNCTION(sha1) function PHP_FUNCTION (line 59) | PHP_FUNCTION(sha1_file) function PHPAPI (line 155) | PHPAPI void PHP_SHA1InitArgs(PHP_SHA1_CTX * context, ZEND_ATTRIBUTE_UNUS... function PHPAPI (line 173) | PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX * context, const unsigned char *... function PHPAPI (line 215) | PHPAPI void PHP_SHA1Final(unsigned char digest[20], PHP_SHA1_CTX * context) function SHA1Transform (line 251) | static void SHA1Transform(uint32_t state[5], const unsigned char block[64]) function SHA1Encode (line 361) | static void SHA1Encode(unsigned char *output, uint32_t *input, unsigned ... function SHA1Decode (line 378) | static void SHA1Decode(uint32_t *output, const unsigned char *input, uns... FILE: ext/standard/sha1.h type PHP_SHA1_CTX (line 21) | typedef struct { FILE: ext/standard/soundex.c function PHP_FUNCTION (line 23) | PHP_FUNCTION(soundex) FILE: ext/standard/streamsfuncs.c type php_timeout_ull (line 32) | typedef unsigned long long php_timeout_ull; type php_timeout_ull (line 37) | typedef unsigned __int64 php_timeout_ull; function PHP_FUNCTION (line 48) | PHP_FUNCTION(stream_socket_pair) function PHP_FUNCTION (line 96) | PHP_FUNCTION(stream_socket_client) function PHP_FUNCTION (line 199) | PHP_FUNCTION(stream_socket_server) function PHP_FUNCTION (line 259) | PHP_FUNCTION(stream_socket_accept) function PHP_FUNCTION (line 328) | PHP_FUNCTION(stream_socket_get_name) function PHP_FUNCTION (line 359) | PHP_FUNCTION(stream_socket_sendto) function PHP_FUNCTION (line 391) | PHP_FUNCTION(stream_socket_recvfrom) function PHP_FUNCTION (line 441) | PHP_FUNCTION(stream_get_contents) function PHP_FUNCTION (line 494) | PHP_FUNCTION(stream_copy_to_stream) function PHP_FUNCTION (line 533) | PHP_FUNCTION(stream_get_meta_data) function PHP_FUNCTION (line 589) | PHP_FUNCTION(stream_get_transports) function PHP_FUNCTION (line 605) | PHP_FUNCTION(stream_get_wrappers) function stream_array_to_fd_set (line 624) | static int stream_array_to_fd_set(zval *stream_array, fd_set *fds, php_s... function stream_array_from_fd_set (line 663) | static int stream_array_from_fd_set(zval *stream_array, fd_set *fds) function stream_array_emulate_read_fd_set (line 712) | static int stream_array_emulate_read_fd_set(zval *stream_array) function PHP_FUNCTION (line 763) | PHP_FUNCTION(stream_select) function user_space_stream_notifier (line 876) | static void user_space_stream_notifier(php_stream_context *context, int ... function user_space_stream_notifier_dtor (line 904) | static void user_space_stream_notifier_dtor(php_stream_notifier *notifier) function zend_result (line 912) | static zend_result parse_context_options(php_stream_context *context, Ha... function zend_result (line 936) | static zend_result parse_context_params(php_stream_context *context, Has... function php_stream_context (line 967) | static php_stream_context *decode_context_param(zval *contextresource) function PHP_FUNCTION (line 995) | PHP_FUNCTION(stream_context_get_options) function PHP_FUNCTION (line 1015) | PHP_FUNCTION(stream_context_set_option) function PHP_FUNCTION (line 1079) | PHP_FUNCTION(stream_context_set_options) function PHP_FUNCTION (line 1104) | PHP_FUNCTION(stream_context_set_params) function PHP_FUNCTION (line 1130) | PHP_FUNCTION(stream_context_get_params) function PHP_FUNCTION (line 1156) | PHP_FUNCTION(stream_context_get_default) function PHP_FUNCTION (line 1182) | PHP_FUNCTION(stream_context_set_default) function PHP_FUNCTION (line 1205) | PHP_FUNCTION(stream_context_create) function apply_filter_to_stream (line 1236) | static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMET... function PHP_FUNCTION (line 1316) | PHP_FUNCTION(stream_filter_prepend) function PHP_FUNCTION (line 1323) | PHP_FUNCTION(stream_filter_append) function PHP_FUNCTION (line 1330) | PHP_FUNCTION(stream_filter_remove) function PHP_FUNCTION (line 1356) | PHP_FUNCTION(stream_get_line) function PHP_FUNCTION (line 1392) | PHP_FUNCTION(stream_set_blocking) function PHP_FUNCTION (line 1416) | PHP_FUNCTION(stream_set_timeout) function PHP_FUNCTION (line 1463) | PHP_FUNCTION(stream_set_write_buffer) function PHP_FUNCTION (line 1492) | PHP_FUNCTION(stream_set_chunk_size) function PHP_FUNCTION (line 1526) | PHP_FUNCTION(stream_set_read_buffer) function PHP_FUNCTION (line 1555) | PHP_FUNCTION(stream_socket_enable_crypto) function PHP_FUNCTION (line 1609) | PHP_FUNCTION(stream_resolve_include_path) function PHP_FUNCTION (line 1628) | PHP_FUNCTION(stream_is_local) function PHP_FUNCTION (line 1658) | PHP_FUNCTION(stream_supports_lock) function PHP_FUNCTION (line 1677) | PHP_FUNCTION(stream_isatty) function PHP_FUNCTION (line 1719) | PHP_FUNCTION(sapi_windows_vt100_support) function PHP_FUNCTION (line 1785) | PHP_FUNCTION(stream_socket_shutdown) FILE: ext/standard/string.c function zend_string (line 62) | static zend_string *php_bin2hex(const unsigned char *old, const size_t o... function zend_string (line 80) | static zend_string *php_hex2bin(const unsigned char *old, const size_t o... function lconv (line 119) | lconv *localeconv_r(struct lconv *out) function PHP_MINIT_FUNCTION (line 152) | PHP_MINIT_FUNCTION(localeconv) function PHP_MSHUTDOWN_FUNCTION (line 160) | PHP_MSHUTDOWN_FUNCTION(localeconv) function PHP_FUNCTION (line 170) | PHP_FUNCTION(bin2hex) function PHP_FUNCTION (line 186) | PHP_FUNCTION(hex2bin) function php_spn_common_handler (line 210) | static void php_spn_common_handler(INTERNAL_FUNCTION_PARAMETERS, bool is... function PHP_FUNCTION (line 267) | PHP_FUNCTION(strspn) function PHP_FUNCTION (line 274) | PHP_FUNCTION(strcspn) function PHP_FUNCTION (line 282) | PHP_FUNCTION(nl_langinfo) function PHP_FUNCTION (line 468) | PHP_FUNCTION(strcoll) function zend_result (line 487) | static inline zend_result php_charmask(const unsigned char *input, size_... function zend_always_inline (line 536) | static zend_always_inline zend_string *php_trim_int(zend_string *str, co... function PHPAPI (line 628) | PHPAPI zend_string *php_trim(zend_string *str, const char *what, size_t ... function zend_always_inline (line 637) | static zend_always_inline void php_do_trim(INTERNAL_FUNCTION_PARAMETERS,... function PHP_FUNCTION (line 653) | PHP_FUNCTION(trim) function PHP_FUNCTION (line 688) | PHP_FUNCTION(rtrim) function PHP_FUNCTION (line 695) | PHP_FUNCTION(ltrim) function PHP_FUNCTION (line 702) | PHP_FUNCTION(wordwrap) function PHPAPI (line 845) | PHPAPI void php_explode(const zend_string *delim, zend_string *str, zval... function PHPAPI (line 877) | PHPAPI void php_explode_negative_limit(const zend_string *delim, zend_st... function PHP_FUNCTION (line 918) | PHP_FUNCTION(explode) function PHPAPI (line 958) | PHPAPI void php_implode(const zend_string *glue, HashTable *pieces, zval... function PHP_FUNCTION (line 1050) | PHP_FUNCTION(implode) function PHP_FUNCTION (line 1133) | PHP_FUNCTION(strtok) function PHP_FUNCTION (line 1215) | PHP_FUNCTION(strtoupper) function PHP_FUNCTION (line 1228) | PHP_FUNCTION(strtolower) function PHP_FUNCTION (line 1240) | PHP_FUNCTION(str_increment) function PHP_FUNCTION (line 1296) | PHP_FUNCTION(str_decrement) function _is_basename_start (line 1353) | static bool _is_basename_start(const char *start, const char *pos) function PHP_FUNCTION (line 1488) | PHP_FUNCTION(basename) function PHPAPI (line 1505) | PHPAPI size_t php_dirname(char *path, size_t len) function _zend_dirname (line 1511) | static inline void _zend_dirname(zval *return_value, zend_string *str, z... function PHP_FUNCTION (line 1544) | PHP_FUNCTION(dirname) function PHP_FUNCTION (line 1588) | PHP_FUNCTION(pathinfo) function PHPAPI (line 1672) | PHPAPI char *php_stristr(const char *s, const char *t, size_t s_len, siz... function php_strspn_strcspn_common (line 1678) | static size_t php_strspn_strcspn_common(const char *haystack, const char... function PHPAPI (line 1715) | PHPAPI size_t php_strspn(const char *haystack, const char *characters, c... function PHPAPI (line 1722) | PHPAPI size_t php_strcspn(const char *haystack, const char *characters, ... function PHP_FUNCTION (line 1729) | PHP_FUNCTION(stristr) function _zend_strstr (line 1756) | static inline void _zend_strstr(zval *return_value, zend_string *haystac... function PHP_FUNCTION (line 1774) | PHP_FUNCTION(strstr) function PHP_FUNCTION (line 2049) | PHP_FUNCTION(strripos) function PHP_FUNCTION (line 2131) | PHP_FUNCTION(strrchr) function zend_string (line 2158) | static zend_string *php_chunk_split(const char *src, size_t srclen, cons... function PHP_FUNCTION (line 2195) | PHP_FUNCTION(chunk_split) function _zend_substr (line 2234) | static inline void _zend_substr(zval *return_value, zend_string *str, ze... function Z_PARAM_LONG (line 2281) | Z_PARAM_STR(str) function PHP_FUNCTION (line 2324) | PHP_FUNCTION(substr_replace) function PHP_FUNCTION (line 2609) | PHP_FUNCTION(quotemeta) function PHP_FUNCTION (line 2658) | PHP_FUNCTION(ord) function PHP_FUNCTION (line 2672) | PHP_FUNCTION(chr) function zend_string (line 2687) | static zend_string* php_ucfirst(zend_string *str) function PHP_FUNCTION (line 2702) | PHP_FUNCTION(ucfirst) function zend_string (line 2720) | static zend_string* php_lcfirst(zend_string *str) function PHP_FUNCTION (line 2734) | PHP_FUNCTION(lcfirst) function PHP_FUNCTION (line 2751) | PHP_FUNCTION(ucwords) function PHPAPI (line 2785) | PHPAPI char *php_strtr(char *str, size_t len, const char *str_from, cons... function zend_string (line 2819) | static zend_string *php_strtr_ex(zend_string *str, const char *str_from,... function php_strtr_array_ex (line 2912) | static void php_strtr_array_ex(zval *return_value, zend_string *input, H... function zend_always_inline (line 3048) | static zend_always_inline zend_long count_chars(const char *p, zend_long... function zend_string (line 3096) | static zend_string* php_char_to_str_ex(zend_string *str, char from, char... function zend_string (line 3162) | static zend_string *php_str_to_str_ex(zend_string *haystack, function zend_string (line 3232) | static zend_string *php_str_to_str_i_ex(zend_string *haystack, const cha... function PHPAPI (line 3323) | PHPAPI zend_string *php_str_to_str(const char *haystack, size_t length, ... function php_strtr_array (line 3391) | static void php_strtr_array(zval *return_value, zend_string *str, HashTa... function PHP_FUNCTION (line 3432) | PHP_FUNCTION(strtr) function PHP_FUNCTION (line 3516) | PHP_FUNCTION(strrev) function php_similar_str (line 3585) | static void php_similar_str(const char *txt1, size_t len1, const char *t... function php_similar_char (line 3609) | static size_t php_similar_char(const char *txt1, size_t len1, const char... function PHP_FUNCTION (line 3631) | PHP_FUNCTION(similar_text) function PHP_FUNCTION (line 3664) | PHP_FUNCTION(addcslashes) function PHP_FUNCTION (line 3686) | PHP_FUNCTION(addslashes) function PHP_FUNCTION (line 3703) | PHP_FUNCTION(stripcslashes) function PHP_FUNCTION (line 3717) | PHP_FUNCTION(stripslashes) function PHPAPI (line 3731) | PHPAPI void php_stripcslashes(zend_string *str) function PHPAPI (line 3794) | PHPAPI zend_string *php_addcslashes_str(const char *str, size_t len, con... function PHPAPI (line 3836) | PHPAPI zend_string *php_addcslashes(zend_string *str, const char *what, ... type zend_string (line 3858) | typedef zend_string *(*php_addslashes_func_t)(zend_string *); function php_addslashes_func_t (line 3862) | static php_addslashes_func_t resolve_addslashes(void) { function PHPAPI (line 3872) | PHPAPI zend_string *php_addslashes(zend_string *str) { function PHP_MINIT_FUNCTION (line 3877) | PHP_MINIT_FUNCTION(string_intrin) function zend_string (line 3894) | zend_string *php_addslashes_sse42(zend_string *str) type quad_word (line 4033) | typedef union { function zend_always_inline (line 4038) | static zend_always_inline quad_word aarch64_contains_slash_chars(uint8x1... function zend_always_inline (line 4051) | static zend_always_inline char *aarch64_add_slashes(quad_word res, const... function zend_string (line 4071) | zend_string *php_addslashes_default(zend_string *str) /* {{{ */ function zend_always_inline (line 4176) | static zend_always_inline char *php_stripslashes_impl(const char *str, c... function PHPAPI (line 4236) | PHPAPI void php_stripslashes(zend_string *str) function PHPAPI (line 4288) | PHPAPI void php_stripslashes(zend_string *str) function zend_long (line 4306) | static zend_long php_str_replace_in_subject( function _php_str_replace_common (line 4468) | static void _php_str_replace_common( function php_str_replace_common (line 4517) | static void php_str_replace_common(INTERNAL_FUNCTION_PARAMETERS, bool ca... function PHP_FUNCTION (line 4540) | PHP_FUNCTION(str_replace) function PHP_FUNCTION (line 4565) | PHP_FUNCTION(str_ireplace) function PHP_FUNCTION (line 4572) | PHP_FUNCTION(hebrev) function PHP_FUNCTION (line 4733) | PHP_FUNCTION(nl2br) function PHP_FUNCTION (line 4815) | PHP_FUNCTION(strip_tags) function zend_string (line 4859) | static zend_string *try_setlocale_str(zend_long cat, zend_string *loc) { function zend_string (line 4925) | static zend_string *try_setlocale_zval(zend_long cat, zval *loc_zv) { function PHP_FUNCTION (line 4937) | PHP_FUNCTION(setlocale) function PHP_FUNCTION (line 4976) | PHP_FUNCTION(parse_str) function php_tag_find (line 5009) | static bool php_tag_find(char *tag, size_t len, const char *set) { function PHPAPI (line 5066) | PHPAPI size_t php_strip_tags(char *rbuf, size_t len, const char *allow, ... function PHPAPI (line 5092) | PHPAPI size_t php_strip_tags_ex(char *rbuf, size_t len, const char *allo... function PHP_FUNCTION (line 5415) | PHP_FUNCTION(str_getcsv) function PHP_FUNCTION (line 5463) | PHP_FUNCTION(str_repeat) function PHP_FUNCTION (line 5516) | PHP_FUNCTION(count_chars) function php_strnatcmp (line 5586) | static void php_strnatcmp(INTERNAL_FUNCTION_PARAMETERS, bool is_case_ins... function PHP_FUNCTION (line 5602) | PHP_FUNCTION(strnatcmp) function PHP_FUNCTION (line 5609) | PHP_FUNCTION(strnatcasecmp) function PHP_FUNCTION (line 5616) | PHP_FUNCTION(localeconv) function PHP_FUNCTION (line 5670) | PHP_FUNCTION(substr_count) function PHP_FUNCTION (line 5734) | PHP_FUNCTION(str_pad) function PHP_FUNCTION (line 5813) | PHP_FUNCTION(sscanf) function zend_string (line 5835) | static zend_string *php_str_rot13(zend_string *str) function PHP_FUNCTION (line 5928) | PHP_FUNCTION(str_rot13) function PHPAPI (line 5941) | PHPAPI bool php_binary_string_shuffle(php_random_algo_with_state engine,... function PHP_FUNCTION (line 5976) | PHP_FUNCTION(str_shuffle) function PHP_FUNCTION (line 6004) | PHP_FUNCTION(str_word_count) function PHP_FUNCTION (line 6084) | PHP_FUNCTION(str_split) function PHP_FUNCTION (line 6129) | PHP_FUNCTION(strpbrk) function PHP_FUNCTION (line 6158) | PHP_FUNCTION(substr_compare) function zend_string (line 6205) | static zend_string *php_utf8_encode(const char *s, size_t len) function zend_string (line 6235) | static zend_string *php_utf8_decode(const char *s, size_t len) function PHP_FUNCTION (line 6266) | PHP_FUNCTION(utf8_encode) function PHP_FUNCTION (line 6280) | PHP_FUNCTION(utf8_decode) FILE: ext/standard/strnatcmp.c function compare_right (line 33) | static int function compare_left (line 64) | static int function PHPAPI (line 88) | PHPAPI int strnatcmp_ex(char const *a, size_t a_len, char const *b, size... FILE: ext/standard/syslog.c function PHP_MINIT_FUNCTION (line 36) | PHP_MINIT_FUNCTION(syslog) function PHP_RSHUTDOWN_FUNCTION (line 42) | PHP_RSHUTDOWN_FUNCTION(syslog) function PHP_FUNCTION (line 59) | PHP_FUNCTION(openlog) function PHP_FUNCTION (line 81) | PHP_FUNCTION(closelog) function PHP_FUNCTION (line 95) | PHP_FUNCTION(syslog) FILE: ext/standard/tests/helpers/bad_cmd.c function main (line 3) | int main() FILE: ext/standard/type.c function PHP_FUNCTION (line 20) | PHP_FUNCTION(gettype) function PHP_FUNCTION (line 39) | PHP_FUNCTION(get_debug_type) function PHP_FUNCTION (line 84) | PHP_FUNCTION(settype) function PHP_FUNCTION (line 142) | PHP_FUNCTION(intval) function PHP_FUNCTION (line 201) | PHP_FUNCTION(floatval) function PHP_FUNCTION (line 214) | PHP_FUNCTION(boolval) function PHP_FUNCTION (line 227) | PHP_FUNCTION(strval) function php_is_type (line 239) | static inline void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) function PHP_FUNCTION (line 263) | PHP_FUNCTION(is_null) function PHP_FUNCTION (line 271) | PHP_FUNCTION(is_resource) function PHP_FUNCTION (line 279) | PHP_FUNCTION(is_bool) function PHP_FUNCTION (line 293) | PHP_FUNCTION(is_int) function PHP_FUNCTION (line 301) | PHP_FUNCTION(is_float) function PHP_FUNCTION (line 309) | PHP_FUNCTION(is_string) function PHP_FUNCTION (line 317) | PHP_FUNCTION(is_array) function PHP_FUNCTION (line 324) | PHP_FUNCTION(array_is_list) function PHP_FUNCTION (line 338) | PHP_FUNCTION(is_object) function _zend_is_numeric (line 344) | static inline void _zend_is_numeric(zval *return_value, zval *arg) function PHP_FUNCTION (line 367) | PHP_FUNCTION(is_numeric) function PHP_FUNCTION (line 389) | PHP_FUNCTION(is_scalar) function PHP_FUNCTION (line 414) | PHP_FUNCTION(is_callable) function PHP_FUNCTION (line 444) | PHP_FUNCTION(is_iterable) function PHP_FUNCTION (line 457) | PHP_FUNCTION(is_countable) FILE: ext/standard/uniqid.c function PHP_FUNCTION (line 41) | PHP_FUNCTION(uniqid) FILE: ext/standard/url.c function PHPAPI (line 32) | PHPAPI void php_url_free(php_url *theurl) function php_replace_controlchars (line 52) | static void php_replace_controlchars(char *str, size_t len) function PHPAPI (line 67) | PHPAPI php_url *php_url_parse(char const *str) function PHPAPI (line 84) | PHPAPI php_url *php_url_parse_ex(char const *str, size_t length) function PHPAPI (line 92) | PHPAPI php_url *php_url_parse_ex2(char const *str, size_t length, bool *... function PHP_FUNCTION (line 319) | PHP_FUNCTION(parse_url) function php_htoi (line 415) | static int php_htoi(char *s) function zend_always_inline (line 449) | static zend_always_inline zend_string *php_url_encode_impl(const char *s... function PHPAPI (line 546) | PHPAPI zend_string *php_url_encode(char const *s, size_t len) function PHP_FUNCTION (line 553) | PHP_FUNCTION(urlencode) function PHP_FUNCTION (line 566) | PHP_FUNCTION(urldecode) function PHPAPI (line 582) | PHPAPI size_t php_url_decode(char *str, size_t len) function PHPAPI (line 608) | PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len) function PHP_FUNCTION (line 615) | PHP_FUNCTION(rawurlencode) function PHP_FUNCTION (line 628) | PHP_FUNCTION(rawurldecode) function PHPAPI (line 644) | PHPAPI size_t php_raw_url_decode(char *str, size_t len) function PHP_FUNCTION (line 667) | PHP_FUNCTION(get_headers) FILE: ext/standard/url.h type php_url (line 20) | typedef struct php_url { FILE: ext/standard/url_scanner_ex.h type url_adapt_state_ex_t (line 36) | typedef struct { FILE: ext/standard/user_filters.c type php_user_filter_data (line 28) | struct php_user_filter_data { function ZEND_RSRC_DTOR_FUNC (line 66) | static ZEND_RSRC_DTOR_FUNC(php_bucket_dtor) function PHP_MINIT_FUNCTION (line 75) | PHP_MINIT_FUNCTION(user_filters) function PHP_RSHUTDOWN_FUNCTION (line 95) | PHP_RSHUTDOWN_FUNCTION(user_filters) function userfilter_dtor (line 106) | static void userfilter_dtor(php_stream_filter *thisfilter) function php_stream_filter_status_t (line 126) | static php_stream_filter_status_t userfilter_filter( function php_stream_filter (line 221) | static php_stream_filter *user_filter_factory_create(const char *filtern... function filter_item_dtor (line 333) | static void filter_item_dtor(zval *zv) function PHP_FUNCTION (line 341) | PHP_FUNCTION(stream_bucket_make_writeable) function php_stream_bucket_attach (line 372) | static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAM... function PHP_FUNCTION (line 428) | PHP_FUNCTION(stream_bucket_prepend) function PHP_FUNCTION (line 435) | PHP_FUNCTION(stream_bucket_append) function PHP_FUNCTION (line 442) | PHP_FUNCTION(stream_bucket_new) function PHP_FUNCTION (line 475) | PHP_FUNCTION(stream_get_filters) function PHP_FUNCTION (line 498) | PHP_FUNCTION(stream_filter_register) FILE: ext/standard/user_filters.stub.php class php_user_filter (line 37) | class php_user_filter method filter (line 50) | public function filter($in, $out, &$consumed, bool $closing): int {} method onCreate (line 53) | public function onCreate(): bool {} method onClose (line 56) | public function onClose(): void {} class StreamBucket (line 59) | final class StreamBucket FILE: ext/standard/user_filters_arginfo.h function register_user_filters_symbols (line 28) | static void register_user_filters_symbols(int module_number) function zend_class_entry (line 38) | static zend_class_entry *register_class_php_user_filter(void) function zend_class_entry (line 66) | static zend_class_entry *register_class_StreamBucket(void) FILE: ext/standard/uuencode.c function PHPAPI (line 64) | PHPAPI zend_string *php_uuencode(const char *src, size_t src_len) /* {{{ */ function PHPAPI (line 129) | PHPAPI zend_string *php_uudecode(const char *src, size_t src_len) /* {{{ */ function PHP_FUNCTION (line 204) | PHP_FUNCTION(convert_uuencode) function PHP_FUNCTION (line 217) | PHP_FUNCTION(convert_uudecode) FILE: ext/standard/var.c type php_serialize_data (line 35) | struct php_serialize_data { function php_array_element_dump (line 42) | static void php_array_element_dump(zval *zv, zend_ulong index, zend_stri... function php_object_property_dump (line 55) | static void php_object_property_dump(zend_property_info *prop_info, zval... function PHPAPI (line 103) | PHPAPI void php_var_dump(zval *struc, int level) /* {{{ */ function PHP_FUNCTION (line 234) | PHP_FUNCTION(var_dump) function zval_array_element_dump (line 250) | static void zval_array_element_dump(zval *zv, zend_ulong index, zend_str... function zval_object_property_dump (line 263) | static void zval_object_property_dump(zend_property_info *prop_info, zva... function PHPAPI (line 295) | PHPAPI void php_debug_zval_dump(zval *struc, int level) /* {{{ */ function PHP_FUNCTION (line 428) | PHP_FUNCTION(debug_zval_dump) function zend_result (line 453) | static zend_result php_array_element_export(zval *zv, zend_ulong index, ... function zend_result (line 483) | static zend_result php_object_element_export(zval *zv, zend_ulong index,... function PHPAPI (line 510) | PHPAPI zend_result php_var_export_ex(zval *struc, int level, smart_str *... function PHPAPI (line 682) | PHPAPI void php_var_export(zval *struc, int level) /* {{{ */ function PHP_FUNCTION (line 695) | PHP_FUNCTION(var_export) function zend_long (line 726) | static inline zend_long php_add_var_hash(php_serialize_data_t data, zval... function php_var_serialize_long (line 781) | static inline void php_var_serialize_long(smart_str *buf, zend_long val)... function php_var_serialize_string (line 793) | static inline void php_var_serialize_string(smart_str *buf, char *str, s... function php_var_serialize_class_name (line 807) | static inline bool php_var_serialize_class_name(smart_str *buf, zval *st... function HashTable (line 827) | static HashTable* php_var_serialize_call_sleep(zend_object *obj, zend_fu... function php_var_serialize_call_magic_serialize (line 850) | static int php_var_serialize_call_magic_serialize(zval *retval, zval *ob... function php_var_serialize_try_add_sleep_prop (line 872) | static int php_var_serialize_try_add_sleep_prop( function php_var_serialize_get_sleep_props (line 902) | static int php_var_serialize_get_sleep_props( function php_var_serialize_nested_data (line 976) | static void php_var_serialize_nested_data(smart_str *buf, zval *struc, H... function php_var_serialize_class (line 1019) | static void php_var_serialize_class(smart_str *buf, zval *struc, HashTab... function zend_always_inline (line 1032) | static zend_always_inline bool php_serialize_check_stack_limit(void) function php_var_serialize_intern (line 1043) | static void php_var_serialize_intern(smart_str *buf, zval *struc, php_se... function PHPAPI (line 1315) | PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize... function php_var_serialize_init (line 1322) | php_var_serialize_init(void) { function PHPAPI (line 1340) | PHPAPI void php_var_serialize_destroy(php_serialize_data_t d) { function PHP_FUNCTION (line 1352) | PHP_FUNCTION(serialize) function PHPAPI (line 1376) | PHPAPI void php_unserialize_with_options(zval *return_value, const char ... function PHP_FUNCTION (line 1503) | PHP_FUNCTION(unserialize) function PHP_FUNCTION (line 1520) | PHP_FUNCTION(memory_get_usage) { function PHP_FUNCTION (line 1533) | PHP_FUNCTION(memory_get_peak_usage) { function PHP_FUNCTION (line 1546) | PHP_FUNCTION(memory_reset_peak_usage) { function PHP_MINIT_FUNCTION (line 1557) | PHP_MINIT_FUNCTION(var) FILE: ext/standard/versioning.c function PHPAPI (line 27) | PHPAPI char * type special_forms_t (line 78) | typedef struct { function compare_special_version_forms (line 84) | static int compare_special_version_forms(char *form1, char *form2) function PHPAPI (line 120) | PHPAPI int function PHP_FUNCTION (line 204) | PHP_FUNCTION(version_compare) FILE: ext/sysvshm/php_sysvshm.h type sysvshm_module (line 38) | typedef struct { type sysvshm_chunk (line 42) | typedef struct { type sysvshm_chunk_head (line 49) | typedef struct { type sysvshm_shm (line 57) | typedef struct { FILE: ext/sysvshm/sysvshm.c function sysvshm_shm (line 38) | static inline sysvshm_shm *sysvshm_from_obj(zend_object *obj) { function zend_object (line 44) | static zend_object *sysvshm_create_object(zend_class_entry *class_type) { function zend_function (line 53) | static zend_function *sysvshm_get_constructor(zend_object *object) { function sysvshm_free_obj (line 58) | static void sysvshm_free_obj(zend_object *object) function PHP_MINIT_FUNCTION (line 98) | PHP_MINIT_FUNCTION(sysvshm) function PHP_MINFO_FUNCTION (line 119) | PHP_MINFO_FUNCTION(sysvshm) function PHP_FUNCTION (line 128) | PHP_FUNCTION(shm_attach) function PHP_FUNCTION (line 187) | PHP_FUNCTION(shm_detach) function PHP_FUNCTION (line 210) | PHP_FUNCTION(shm_remove) function PHP_FUNCTION (line 235) | PHP_FUNCTION(shm_put_var) function PHP_FUNCTION (line 280) | PHP_FUNCTION(shm_get_var) function PHP_FUNCTION (line 321) | PHP_FUNCTION(shm_has_var) function PHP_FUNCTION (line 342) | PHP_FUNCTION(shm_remove_var) function php_put_shm_data (line 371) | static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, cons... function zend_long (line 399) | static zend_long php_check_shm_data(sysvshm_chunk_head *ptr, zend_long key) function php_remove_shm_data (line 427) | static int php_remove_shm_data(sysvshm_chunk_head *ptr, zend_long shm_va... FILE: ext/sysvshm/sysvshm.stub.php class SysvSharedMemory (line 9) | final class SysvSharedMemory function shm_attach (line 13) | function shm_attach(int $key, ?int $size = null, int $permissions = 0666... function shm_detach (line 15) | function shm_detach(SysvSharedMemory $shm): bool {} function shm_has_var (line 17) | function shm_has_var(SysvSharedMemory $shm, int $key): bool {} function shm_remove (line 19) | function shm_remove(SysvSharedMemory $shm): bool {} function shm_put_var (line 21) | function shm_put_var(SysvSharedMemory $shm, int $key, mixed $value): boo... function shm_get_var (line 23) | function shm_get_var(SysvSharedMemory $shm, int $key): mixed {} function shm_remove_var (line 25) | function shm_remove_var(SysvSharedMemory $shm, int $key): bool {} FILE: ext/sysvshm/sysvshm_arginfo.h function zend_class_entry (line 53) | static zend_class_entry *register_class_SysvSharedMemory(void) FILE: ext/tokenizer/tokenizer.c function zval (line 61) | static zval *php_token_get_id(zval *obj) { function zend_string (line 74) | static zend_string *php_token_get_text(zval *obj) { function Z_PARAM_STR (line 127) | Z_PARAM_LONG(id) function else (line 156) | else if (Z_TYPE_P(kind) == IS_STRING) { function else (line 163) | else if (Z_TYPE_P(kind) == IS_ARRAY) { function PHP_MINIT_FUNCTION (line 247) | PHP_MINIT_FUNCTION(tokenizer) function PHP_MINFO_FUNCTION (line 258) | PHP_MINFO_FUNCTION(tokenizer) function zend_string (line 266) | static zend_string *make_str(unsigned char *text, size_t leng, HashTable... function add_token (line 282) | static void add_token( function tokenize (line 321) | static bool tokenize(zval *return_value, zend_string *source, zend_class... type event_context (line 385) | struct event_context { function zval (line 390) | static zval *extract_token_id_to_replace(zval *token_zv, const char *tex... function on_event (line 412) | static void on_event( function tokenize_parse (line 453) | static bool tokenize_parse( function tokenize_common (line 499) | static bool tokenize_common( function PHP_FUNCTION (line 515) | PHP_FUNCTION(token_get_all) function PHP_FUNCTION (line 533) | PHP_FUNCTION(token_name) FILE: ext/tokenizer/tokenizer.stub.php function token_get_all (line 11) | function token_get_all(string $code, int $flags = 0): array {} function token_name (line 13) | function token_name(int $id): string {} class PhpToken (line 15) | class PhpToken implements Stringable method tokenize (line 23) | public static function tokenize(string $code, int $flags = 0): array {} method __construct (line 25) | final public function __construct(int $id, string $text, int $line = -... method is (line 28) | public function is($kind): bool {} method isIgnorable (line 30) | public function isIgnorable(): bool {} method getTokenName (line 32) | public function getTokenName(): ?string {} method __toString (line 34) | public function __toString(): string {} FILE: ext/tokenizer/tokenizer_arginfo.h function register_tokenizer_symbols (line 60) | static void register_tokenizer_symbols(int module_number) function zend_class_entry (line 65) | static zend_class_entry *register_class_PhpToken(zend_class_entry *class... FILE: ext/tokenizer/tokenizer_data_arginfo.h function register_tokenizer_data_symbols (line 4) | static void register_tokenizer_data_symbols(int module_number) FILE: ext/xml/compat.c function qualify_namespace (line 24) | static void function start_element_handler (line 37) | static void function start_element_handler_ns (line 73) | static void function end_element_handler (line 184) | static void function end_element_handler_ns (line 203) | static void function cdata_handler (line 232) | static void function pi_handler (line 247) | static void function unparsed_entity_decl_handler (line 265) | static void function notation_decl_handler (line 281) | static void function build_comment (line 293) | static void function comment_handler (line 306) | static void function build_entity (line 321) | static void function external_entity_ref_handler (line 332) | static void function xmlEntityPtr (line 347) | static xmlEntityPtr function PHP_XML_API (line 424) | PHP_XML_API XML_Parser function PHP_XML_API (line 430) | PHP_XML_API XML_Parser function PHP_XML_API (line 439) | PHP_XML_API XML_Parser function PHP_XML_API (line 472) | PHP_XML_API void function PHP_XML_API (line 478) | PHP_XML_API void * function PHP_XML_API (line 484) | PHP_XML_API void function PHP_XML_API (line 491) | PHP_XML_API void function PHP_XML_API (line 497) | PHP_XML_API void function PHP_XML_API (line 503) | PHP_XML_API void function PHP_XML_API (line 509) | PHP_XML_API void function PHP_XML_API (line 515) | PHP_XML_API void function PHP_XML_API (line 521) | PHP_XML_API void function PHP_XML_API (line 527) | PHP_XML_API void function PHP_XML_API (line 533) | PHP_XML_API void function PHP_XML_API (line 539) | PHP_XML_API void function PHP_XML_API (line 545) | PHP_XML_API int function PHP_XML_API (line 558) | PHP_XML_API int function PHP_XML_API (line 670) | PHP_XML_API const XML_Char * function PHP_XML_API (line 679) | PHP_XML_API int function PHP_XML_API (line 685) | PHP_XML_API int function XML_GetCurrentByteIndex (line 691) | PHP_XML_API long function PHP_XML_API (line 698) | PHP_XML_API int function PHP_XML_API (line 706) | PHP_XML_API const XML_Char *XML_ExpatVersion(void) function PHP_XML_API (line 711) | PHP_XML_API void FILE: ext/xml/expat_compat.h type xmlChar (line 48) | typedef xmlChar XML_Char; type XML_Parser_Struct (line 50) | struct XML_Parser_Struct type XML_Memory_Handling_Suite (line 64) | typedef struct XML_Memory_Handling_Suite { type XML_Parser_Struct (line 70) | struct XML_Parser_Struct { type XML_Error (line 91) | enum XML_Error { type XML_Content_Type (line 121) | enum XML_Content_Type { FILE: ext/xml/php_xml.h type php_xml_option (line 42) | enum php_xml_option { FILE: ext/xml/xml.c function ZEND_DECLARE_MODULE_GLOBALS (line 57) | ZEND_END_MODULE_GLOBALS(xml) function PHP_GINIT_FUNCTION (line 201) | static PHP_GINIT_FUNCTION(xml) function php_xml_free_wrapper (line 219) | static void php_xml_free_wrapper(void *ptr) function PHP_MINIT_FUNCTION (line 226) | PHP_MINIT_FUNCTION(xml) function PHP_MINFO_FUNCTION (line 252) | PHP_MINFO_FUNCTION(xml) function xml_parse_helper (line 268) | static int xml_parse_helper(xml_parser *parser, const char *data, size_t... function xml_xmlchar_zval (line 293) | static void xml_xmlchar_zval(const XML_Char *s, int len, const XML_Char ... function xml_parser (line 306) | static inline xml_parser *xml_parser_from_obj(zend_object *obj) { function zend_object (line 312) | static zend_object *xml_parser_create_object(zend_class_entry *class_typ... function xml_parser_free_ltags (line 322) | static void xml_parser_free_ltags(xml_parser *parser) function xml_parser_free_obj (line 332) | static void xml_parser_free_obj(zend_object *object) function HashTable (line 392) | static HashTable *xml_parser_get_gc(zend_object *object, zval **table, i... function zend_function (line 438) | static zend_function *xml_parser_get_constructor(zend_object *object) { function xml_set_handler (line 444) | static void xml_set_handler(zend_fcall_info_cache *const parser_handler,... function xml_encode_iso_8859_1 (line 458) | inline static unsigned short xml_encode_iso_8859_1(unsigned char c) function xml_decode_iso_8859_1 (line 465) | inline static char xml_decode_iso_8859_1(unsigned short c) function xml_encode_us_ascii (line 472) | inline static unsigned short xml_encode_us_ascii(unsigned char c) function xml_decode_us_ascii (line 479) | inline static char xml_decode_us_ascii(unsigned short c) function xml_encoding (line 486) | static const xml_encoding *xml_get_encoding(const XML_Char *name) function zend_string (line 501) | static zend_string *xml_utf8_decode(const XML_Char *s, size_t len, const... function xml_xmlcharlen (line 543) | static int xml_xmlcharlen(const XML_Char *s) function xml_add_to_info (line 556) | static void xml_add_to_info(xml_parser *parser, const char *name) function zend_string (line 581) | static zend_string *xml_decode_tag(xml_parser *parser, const XML_Char *tag) function zval (line 595) | static zval *xml_get_separated_data(xml_parser *parser) function zval (line 604) | static zval *xml_get_ctag(xml_parser *parser) function xml_startElementHandler (line 618) | void xml_startElementHandler(void *userData, const XML_Char *name, const... function xml_endElementHandler (line 723) | void xml_endElementHandler(void *userData, const XML_Char *name) function xml_characterDataHandler (line 780) | void xml_characterDataHandler(void *userData, const XML_Char *s, int len) function xml_processingInstructionHandler (line 887) | void xml_processingInstructionHandler(void *userData, const XML_Char *ta... function xml_defaultHandler (line 909) | void xml_defaultHandler(void *userData, const XML_Char *s, int len) function xml_unparsedEntityDeclHandler (line 929) | void xml_unparsedEntityDeclHandler(void *userData, function xml_notationDeclHandler (line 959) | void xml_notationDeclHandler(void *userData, const XML_Char *notationName, function xml_externalEntityRefHandler (line 986) | int xml_externalEntityRefHandler(XML_Parser userData, const XML_Char *op... function xml_startNamespaceDeclHandler (line 1024) | void xml_startNamespaceDeclHandler(void *userData,const XML_Char *prefix... function xml_endNamespaceDeclHandler (line 1046) | void xml_endNamespaceDeclHandler(void *userData, const XML_Char *prefix) function php_xml_parser_create_impl (line 1067) | static void php_xml_parser_create_impl(INTERNAL_FUNCTION_PARAMETERS, int... function PHP_FUNCTION (line 1124) | PHP_FUNCTION(xml_parser_create) function PHP_FUNCTION (line 1131) | PHP_FUNCTION(xml_parser_create_ns) function php_xml_check_string_method_arg (line 1137) | static bool php_xml_check_string_method_arg( function PHP_FUNCTION (line 1194) | PHP_FUNCTION(xml_set_object) function PHP_FUNCTION (line 1230) | PHP_FUNCTION(xml_set_element_handler) function php_xml_set_handler_parse_callable (line 1330) | static void php_xml_set_handler_parse_callable( function PHP_FUNCTION (line 1390) | PHP_FUNCTION(xml_parse) function PHP_FUNCTION (line 1413) | PHP_FUNCTION(xml_parse_into_struct) function PHP_FUNCTION (line 1462) | PHP_FUNCTION(xml_get_error_code) function PHP_FUNCTION (line 1477) | PHP_FUNCTION(xml_error_string) function PHP_FUNCTION (line 1494) | PHP_FUNCTION(xml_get_current_line_number) function PHP_FUNCTION (line 1509) | PHP_FUNCTION(xml_get_current_column_number) function PHP_FUNCTION (line 1524) | PHP_FUNCTION(xml_get_current_byte_index) function PHP_FUNCTION (line 1539) | PHP_FUNCTION(xml_parser_free) function PHP_FUNCTION (line 1559) | PHP_FUNCTION(xml_parser_set_option) function PHP_FUNCTION (line 1636) | PHP_FUNCTION(xml_parser_get_option) FILE: ext/xml/xml.stub.php function xml_parser_create (line 148) | function xml_parser_create(?string $encoding = null): XMLParser {} function xml_parser_create_ns (line 150) | function xml_parser_create_ns(?string $encoding = null, string $separato... function xml_set_object (line 152) | #[\Deprecated(since: '8.4', message: 'provide a proper method callable t... function xml_set_element_handler (line 155) | function xml_set_element_handler(XMLParser $parser, callable|string|null... function xml_set_character_data_handler (line 157) | function xml_set_character_data_handler(XMLParser $parser, callable|stri... function xml_set_processing_instruction_handler (line 159) | function xml_set_processing_instruction_handler(XMLParser $parser, calla... function xml_set_default_handler (line 161) | function xml_set_default_handler(XMLParser $parser, callable|string|null... function xml_set_unparsed_entity_decl_handler (line 163) | function xml_set_unparsed_entity_decl_handler(XMLParser $parser, callabl... function xml_set_notation_decl_handler (line 165) | function xml_set_notation_decl_handler(XMLParser $parser, callable|strin... function xml_set_external_entity_ref_handler (line 167) | function xml_set_external_entity_ref_handler(XMLParser $parser, callable... function xml_set_start_namespace_decl_handler (line 169) | function xml_set_start_namespace_decl_handler(XMLParser $parser, callabl... function xml_set_end_namespace_decl_handler (line 171) | function xml_set_end_namespace_decl_handler(XMLParser $parser, callable|... function xml_parse (line 173) | function xml_parse(XMLParser $parser, string $data, bool $is_final = fal... function xml_parse_into_struct (line 179) | function xml_parse_into_struct(XMLParser $parser, string $data, &$values... function xml_get_error_code (line 181) | function xml_get_error_code(XMLParser $parser): int {} function xml_error_string (line 184) | function xml_error_string(int $error_code): ?string {} function xml_get_current_line_number (line 186) | function xml_get_current_line_number(XMLParser $parser): int {} function xml_get_current_column_number (line 188) | function xml_get_current_column_number(XMLParser $parser): int {} function xml_get_current_byte_index (line 190) | function xml_get_current_byte_index(XMLParser $parser): int {} function xml_parser_free (line 192) | function xml_parser_free(XMLParser $parser): bool {} function xml_parser_set_option (line 195) | function xml_parser_set_option(XMLParser $parser, int $option, $value): ... function xml_parser_get_option (line 198) | function xml_parser_get_option(XMLParser $parser, int $option): string|i... class XMLParser (line 204) | final class XMLParser FILE: ext/xml/xml_arginfo.h function register_xml_symbols (line 134) | static void register_xml_symbols(int module_number) function zend_class_entry (line 179) | static zend_class_entry *register_class_XMLParser(void) FILE: ext/xmlreader/php_xmlreader.c type xmlreader_prop_handler (line 50) | typedef struct _xmlreader_prop_handler { function xmlreader_register_prop_handler (line 59) | static void xmlreader_register_prop_handler(HashTable *prop_handler, con... function xmlreader_property_reader (line 72) | static int xmlreader_property_reader(xmlreader_object *obj, xmlreader_pr... function zval (line 113) | zval *xmlreader_get_property_ptr_ptr(zend_object *object, zend_string *n... function xmlreader_has_property (line 128) | static int xmlreader_has_property(zend_object *object, zend_string *name... function zval (line 163) | zval *xmlreader_read_property(zend_object *object, zend_string *name, in... function zval (line 184) | zval *xmlreader_write_property(zend_object *object, zend_string *name, z... function xmlreader_unset_property (line 198) | void xmlreader_unset_property(zend_object *object, zend_string *name, vo... function zend_function (line 211) | static zend_function *xmlreader_get_method(zend_object **obj, zend_strin... function HashTable (line 226) | static HashTable* xmlreader_get_debug_info(zend_object *object, int *is_... function xmlRelaxNGPtr (line 302) | static xmlRelaxNGPtr _xmlreader_get_relaxNG(char *source, size_t source_... function xmlreader_free_resources (line 377) | static void xmlreader_free_resources(xmlreader_object *intern) { function xmlreader_objects_free_storage (line 397) | void xmlreader_objects_free_storage(zend_object *object) function zend_object (line 408) | zend_object *xmlreader_objects_new(zend_class_entry *class_type) function php_xmlreader_string_arg (line 421) | static void php_xmlreader_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlre... function php_xmlreader_no_arg (line 454) | static void php_xmlreader_no_arg(INTERNAL_FUNCTION_PARAMETERS, xmlreader... function php_xmlreader_no_arg_string (line 478) | static void php_xmlreader_no_arg_string(INTERNAL_FUNCTION_PARAMETERS, xm... function php_xmlreader_set_relaxng_schema (line 504) | static void php_xmlreader_set_relaxng_schema(INTERNAL_FUNCTION_PARAMETER... function xmlreader_valid_encoding (line 872) | static bool xmlreader_valid_encoding(const char *encoding) function xml_reader_from_uri (line 889) | static void xml_reader_from_uri(INTERNAL_FUNCTION_PARAMETERS, zend_class... function xml_reader_stream_read (line 966) | static int xml_reader_stream_read(void *context, char *buffer, int len) function xml_reader_stream_close (line 976) | static int xml_reader_stream_close(void *context) function xml_reader_from_string (line 1160) | static void xml_reader_from_string(INTERNAL_FUNCTION_PARAMETERS, zend_cl... function zend_result (line 1329) | static zend_result xmlreader_fixup_temporaries(void) { function PHP_MINIT_FUNCTION (line 1345) | PHP_MINIT_FUNCTION(xmlreader) function PHP_MSHUTDOWN_FUNCTION (line 1394) | PHP_MSHUTDOWN_FUNCTION(xmlreader) function PHP_MINFO_FUNCTION (line 1402) | PHP_MINFO_FUNCTION(xmlreader) FILE: ext/xmlreader/php_xmlreader.h type xmlreader_object (line 41) | typedef struct _xmlreader_object { function xmlreader_object (line 49) | static inline xmlreader_object *php_xmlreader_fetch_object(zend_object *... FILE: ext/xmlreader/php_xmlreader.stub.php class XMLReader (line 5) | class XMLReader method close (line 145) | public function close(): true {} method getAttribute (line 148) | public function getAttribute(string $name): ?string {} method getAttributeNo (line 151) | public function getAttributeNo(int $index): ?string {} method getAttributeNs (line 154) | public function getAttributeNs(string $name, string $namespace): ?stri... method getParserProperty (line 157) | public function getParserProperty(int $property): bool {} method isValid (line 160) | public function isValid(): bool {} method lookupNamespace (line 163) | public function lookupNamespace(string $prefix): ?string {} method moveToAttribute (line 166) | public function moveToAttribute(string $name): bool {} method moveToAttributeNo (line 169) | public function moveToAttributeNo(int $index): bool {} method moveToAttributeNs (line 172) | public function moveToAttributeNs(string $name, string $namespace): bo... method moveToElement (line 175) | public function moveToElement(): bool {} method moveToFirstAttribute (line 178) | public function moveToFirstAttribute(): bool {} method moveToNextAttribute (line 181) | public function moveToNextAttribute(): bool {} method read (line 184) | public function read(): bool {} method next (line 187) | public function next(?string $name = null): bool {} method open (line 190) | public static function open(string $uri, ?string $encoding = null, int... method fromUri (line 192) | public static function fromUri(string $uri, ?string $encoding = null, ... method fromStream (line 195) | public static function fromStream($stream, ?string $encoding = null, i... method readInnerXml (line 198) | public function readInnerXml(): string {} method readOuterXml (line 201) | public function readOuterXml(): string {} method readString (line 204) | public function readString(): string {} method setSchema (line 207) | public function setSchema(?string $filename): bool {} method setParserProperty (line 210) | public function setParserProperty(int $property, bool $value): bool {} method setRelaxNGSchema (line 213) | public function setRelaxNGSchema(?string $filename): bool {} method setRelaxNGSchemaSource (line 216) | public function setRelaxNGSchemaSource(?string $source): bool {} method XML (line 219) | public static function XML(string $source, ?string $encoding = null, i... method fromString (line 221) | public static function fromString(string $source, ?string $encoding = ... method expand (line 224) | public function expand(?DOMNode $baseNode = null): DOMNode|false {} FILE: ext/xmlreader/php_xmlreader_arginfo.h function zend_class_entry (line 174) | static zend_class_entry *register_class_XMLReader(void) FILE: ext/xmlwriter/php_xmlwriter.c function zend_always_inline (line 47) | static zend_always_inline void xmlwriter_destroy_libxml_objects(ze_xmlwr... function xmlwriter_object_dtor (line 60) | static void xmlwriter_object_dtor(zend_object *object) function xmlwriter_object_free_storage (line 71) | static void xmlwriter_object_free_storage(zend_object *object) function zend_object (line 81) | static zend_object *xmlwriter_object_new(zend_class_entry *class_type) function xml_writer_create_static (line 181) | static void xml_writer_create_static(INTERNAL_FUNCTION_PARAMETERS, xmlTe... function php_xmlwriter_string_arg (line 225) | static void php_xmlwriter_string_arg(INTERNAL_FUNCTION_PARAMETERS, xmlwr... function php_xmlwriter_end (line 247) | static void php_xmlwriter_end(INTERNAL_FUNCTION_PARAMETERS, xmlwriter_re... function PHP_FUNCTION (line 264) | PHP_FUNCTION(xmlwriter_set_indent) function PHP_FUNCTION (line 283) | PHP_FUNCTION(xmlwriter_set_indent_string) function PHP_FUNCTION (line 290) | PHP_FUNCTION(xmlwriter_start_attribute) function PHP_FUNCTION (line 297) | PHP_FUNCTION(xmlwriter_end_attribute) function PHP_FUNCTION (line 304) | PHP_FUNCTION(xmlwriter_start_attribute_ns) function PHP_FUNCTION (line 327) | PHP_FUNCTION(xmlwriter_write_attribute) function PHP_FUNCTION (line 350) | PHP_FUNCTION(xmlwriter_write_attribute_ns) function PHP_FUNCTION (line 373) | PHP_FUNCTION(xmlwriter_start_element) function PHP_FUNCTION (line 380) | PHP_FUNCTION(xmlwriter_start_element_ns) function PHP_FUNCTION (line 403) | PHP_FUNCTION(xmlwriter_end_element) function PHP_FUNCTION (line 410) | PHP_FUNCTION(xmlwriter_full_end_element) function PHP_FUNCTION (line 417) | PHP_FUNCTION(xmlwriter_write_element) function PHP_FUNCTION (line 448) | PHP_FUNCTION(xmlwriter_write_element_ns) function PHP_FUNCTION (line 479) | PHP_FUNCTION(xmlwriter_start_pi) function PHP_FUNCTION (line 486) | PHP_FUNCTION(xmlwriter_end_pi) function PHP_FUNCTION (line 493) | PHP_FUNCTION(xmlwriter_write_pi) function PHP_FUNCTION (line 516) | PHP_FUNCTION(xmlwriter_start_cdata) function PHP_FUNCTION (line 534) | PHP_FUNCTION(xmlwriter_end_cdata) function PHP_FUNCTION (line 541) | PHP_FUNCTION(xmlwriter_write_cdata) function PHP_FUNCTION (line 548) | PHP_FUNCTION(xmlwriter_write_raw) function PHP_FUNCTION (line 555) | PHP_FUNCTION(xmlwriter_text) function PHP_FUNCTION (line 562) | PHP_FUNCTION(xmlwriter_start_comment) function PHP_FUNCTION (line 580) | PHP_FUNCTION(xmlwriter_end_comment) function PHP_FUNCTION (line 587) | PHP_FUNCTION(xmlwriter_write_comment) function PHP_FUNCTION (line 594) | PHP_FUNCTION(xmlwriter_start_document) function PHP_FUNCTION (line 614) | PHP_FUNCTION(xmlwriter_end_document) function PHP_FUNCTION (line 621) | PHP_FUNCTION(xmlwriter_start_dtd) function PHP_FUNCTION (line 641) | PHP_FUNCTION(xmlwriter_end_dtd) function PHP_FUNCTION (line 648) | PHP_FUNCTION(xmlwriter_write_dtd) function PHP_FUNCTION (line 668) | PHP_FUNCTION(xmlwriter_start_dtd_element) function PHP_FUNCTION (line 675) | PHP_FUNCTION(xmlwriter_end_dtd_element) function PHP_FUNCTION (line 682) | PHP_FUNCTION(xmlwriter_write_dtd_element) function PHP_FUNCTION (line 705) | PHP_FUNCTION(xmlwriter_start_dtd_attlist) function PHP_FUNCTION (line 712) | PHP_FUNCTION(xmlwriter_end_dtd_attlist) function PHP_FUNCTION (line 719) | PHP_FUNCTION(xmlwriter_write_dtd_attlist) function PHP_FUNCTION (line 742) | PHP_FUNCTION(xmlwriter_start_dtd_entity) function PHP_FUNCTION (line 765) | PHP_FUNCTION(xmlwriter_end_dtd_entity) function PHP_FUNCTION (line 772) | PHP_FUNCTION(xmlwriter_write_dtd_entity) function PHP_FUNCTION (line 800) | PHP_FUNCTION(xmlwriter_open_uri) function PHP_FUNCTION (line 881) | PHP_FUNCTION(xmlwriter_open_memory) function xml_writer_stream_write (line 942) | static int xml_writer_stream_write(void *context, const char *buffer, in... function xml_writer_stream_close (line 952) | static int xml_writer_stream_close(void *context) function php_xmlwriter_flush (line 993) | static void php_xmlwriter_flush(INTERNAL_FUNCTION_PARAMETERS, int force_... function PHP_FUNCTION (line 1023) | PHP_FUNCTION(xmlwriter_output_memory) function PHP_FUNCTION (line 1030) | PHP_FUNCTION(xmlwriter_flush) function PHP_MINIT_FUNCTION (line 1037) | static PHP_MINIT_FUNCTION(xmlwriter) function PHP_MSHUTDOWN_FUNCTION (line 1053) | static PHP_MSHUTDOWN_FUNCTION(xmlwriter) function PHP_MINFO_FUNCTION (line 1060) | static PHP_MINFO_FUNCTION(xmlwriter) FILE: ext/xmlwriter/php_xmlwriter.h type ze_xmlwriter_object (line 36) | typedef struct _ze_xmlwriter_object { function ze_xmlwriter_object (line 42) | static inline ze_xmlwriter_object *php_xmlwriter_fetch_object(zend_objec... FILE: ext/xmlwriter/php_xmlwriter.stub.php function xmlwriter_open_uri (line 5) | function xmlwriter_open_uri(string $uri): XMLWriter|false {} function xmlwriter_open_memory (line 7) | function xmlwriter_open_memory(): XMLWriter|false {} function xmlwriter_set_indent (line 9) | function xmlwriter_set_indent(XMLWriter $writer, bool $enable): bool {} function xmlwriter_set_indent_string (line 11) | function xmlwriter_set_indent_string(XMLWriter $writer, string $indentat... function xmlwriter_start_comment (line 13) | function xmlwriter_start_comment(XMLWriter $writer): bool {} function xmlwriter_end_comment (line 15) | function xmlwriter_end_comment(XMLWriter $writer): bool {} function xmlwriter_start_attribute (line 17) | function xmlwriter_start_attribute(XMLWriter $writer, string $name): boo... function xmlwriter_end_attribute (line 19) | function xmlwriter_end_attribute(XMLWriter $writer): bool {} function xmlwriter_write_attribute (line 21) | function xmlwriter_write_attribute(XMLWriter $writer, string $name, stri... function xmlwriter_start_attribute_ns (line 23) | function xmlwriter_start_attribute_ns(XMLWriter $writer, ?string $prefix... function xmlwriter_write_attribute_ns (line 25) | function xmlwriter_write_attribute_ns(XMLWriter $writer, ?string $prefix... function xmlwriter_start_element (line 27) | function xmlwriter_start_element(XMLWriter $writer, string $name): bool {} function xmlwriter_end_element (line 29) | function xmlwriter_end_element(XMLWriter $writer): bool {} function xmlwriter_full_end_element (line 31) | function xmlwriter_full_end_element(XMLWriter $writer): bool {} function xmlwriter_start_element_ns (line 33) | function xmlwriter_start_element_ns(XMLWriter $writer, ?string $prefix, ... function xmlwriter_write_element (line 35) | function xmlwriter_write_element(XMLWriter $writer, string $name, ?strin... function xmlwriter_write_element_ns (line 37) | function xmlwriter_write_element_ns(XMLWriter $writer, ?string $prefix, ... function xmlwriter_start_pi (line 39) | function xmlwriter_start_pi(XMLWriter $writer, string $target): bool {} function xmlwriter_end_pi (line 41) | function xmlwriter_end_pi(XMLWriter $writer): bool {} function xmlwriter_write_pi (line 43) | function xmlwriter_write_pi(XMLWriter $writer, string $target, string $c... function xmlwriter_start_cdata (line 45) | function xmlwriter_start_cdata(XMLWriter $writer): bool {} function xmlwriter_end_cdata (line 47) | function xmlwriter_end_cdata(XMLWriter $writer): bool {} function xmlwriter_write_cdata (line 49) | function xmlwriter_write_cdata(XMLWriter $writer, string $content): bool {} function xmlwriter_text (line 51) | function xmlwriter_text(XMLWriter $writer, string $content): bool {} function xmlwriter_write_raw (line 53) | function xmlwriter_write_raw(XMLWriter $writer, string $content): bool {} function xmlwriter_start_document (line 55) | function xmlwriter_start_document(XMLWriter $writer, ?string $version = ... function xmlwriter_end_document (line 57) | function xmlwriter_end_document(XMLWriter $writer): bool {} function xmlwriter_write_comment (line 59) | function xmlwriter_write_comment(XMLWriter $writer, string $content): bo... function xmlwriter_start_dtd (line 61) | function xmlwriter_start_dtd(XMLWriter $writer, string $qualifiedName, ?... function xmlwriter_end_dtd (line 63) | function xmlwriter_end_dtd(XMLWriter $writer): bool {} function xmlwriter_write_dtd (line 65) | function xmlwriter_write_dtd(XMLWriter $writer, string $name, ?string $p... function xmlwriter_start_dtd_element (line 67) | function xmlwriter_start_dtd_element(XMLWriter $writer, string $qualifie... function xmlwriter_end_dtd_element (line 69) | function xmlwriter_end_dtd_element(XMLWriter $writer): bool {} function xmlwriter_write_dtd_element (line 71) | function xmlwriter_write_dtd_element(XMLWriter $writer, string $name, st... function xmlwriter_start_dtd_attlist (line 73) | function xmlwriter_start_dtd_attlist(XMLWriter $writer, string $name): b... function xmlwriter_end_dtd_attlist (line 75) | function xmlwriter_end_dtd_attlist(XMLWriter $writer): bool {} function xmlwriter_write_dtd_attlist (line 77) | function xmlwriter_write_dtd_attlist(XMLWriter $writer, string $name, st... function xmlwriter_start_dtd_entity (line 79) | function xmlwriter_start_dtd_entity(XMLWriter $writer, string $name, boo... function xmlwriter_end_dtd_entity (line 81) | function xmlwriter_end_dtd_entity(XMLWriter $writer): bool {} function xmlwriter_write_dtd_entity (line 83) | function xmlwriter_write_dtd_entity(XMLWriter $writer, string $name, str... function xmlwriter_output_memory (line 85) | function xmlwriter_output_memory(XMLWriter $writer, bool $flush = true):... function xmlwriter_flush (line 87) | function xmlwriter_flush(XMLWriter $writer, bool $empty = true): string|... class XMLWriter (line 89) | class XMLWriter method openUri (line 96) | public function openUri(string $uri): bool {} method toUri (line 98) | public static function toUri(string $uri): static {} method openMemory (line 105) | public function openMemory(): bool {} method toMemory (line 107) | public static function toMemory(): static {} method toStream (line 110) | public static function toStream($stream): static {} method setIndent (line 116) | public function setIndent(bool $enable): bool {} method setIndentString (line 122) | public function setIndentString(string $indentation): bool {} method startComment (line 128) | public function startComment(): bool {} method endComment (line 134) | public function endComment(): bool {} method startAttribute (line 140) | public function startAttribute(string $name): bool {} method endAttribute (line 146) | public function endAttribute(): bool {} method writeAttribute (line 152) | public function writeAttribute(string $name, string $value): bool {} method startAttributeNs (line 158) | public function startAttributeNs(?string $prefix, string $name, ?strin... method writeAttributeNs (line 164) | public function writeAttributeNs(?string $prefix, string $name, ?strin... method startElement (line 170) | public function startElement(string $name): bool {} method endElement (line 176) | public function endElement(): bool {} method fullEndElement (line 182) | public function fullEndElement(): bool {} method startElementNs (line 188) | public function startElementNs(?string $prefix, string $name, ?string ... method writeElement (line 194) | public function writeElement(string $name, ?string $content = null): b... method writeElementNs (line 200) | public function writeElementNs(?string $prefix, string $name, ?string ... method startPi (line 206) | public function startPi(string $target): bool {} method endPi (line 212) | public function endPi(): bool {} method writePi (line 218) | public function writePi(string $target, string $content): bool {} method startCdata (line 224) | public function startCdata(): bool {} method endCdata (line 230) | public function endCdata(): bool {} method writeCdata (line 236) | public function writeCdata(string $content): bool {} method text (line 242) | public function text(string $content): bool {} method writeRaw (line 248) | public function writeRaw(string $content): bool {} method startDocument (line 254) | public function startDocument(?string $version = "1.0", ?string $encod... method endDocument (line 260) | public function endDocument(): bool {} method writeComment (line 266) | public function writeComment(string $content): bool {} method startDtd (line 272) | public function startDtd(string $qualifiedName, ?string $publicId = nu... method endDtd (line 278) | public function endDtd(): bool {} method writeDtd (line 284) | public function writeDtd(string $name, ?string $publicId = null, ?stri... method startDtdElement (line 290) | public function startDtdElement(string $qualifiedName): bool {} method endDtdElement (line 296) | public function endDtdElement(): bool {} method writeDtdElement (line 302) | public function writeDtdElement(string $name, string $content): bool {} method startDtdAttlist (line 308) | public function startDtdAttlist(string $name): bool {} method endDtdAttlist (line 314) | public function endDtdAttlist(): bool {} method writeDtdAttlist (line 320) | public function writeDtdAttlist(string $name, string $content): bool {} method startDtdEntity (line 326) | public function startDtdEntity(string $name, bool $isParam): bool {} method endDtdEntity (line 332) | public function endDtdEntity(): bool {} method writeDtdEntity (line 338) | public function writeDtdEntity(string $name, string $content, bool $is... method outputMemory (line 344) | public function outputMemory(bool $flush = true): string {} method flush (line 350) | public function flush(bool $empty = true): string|int {} FILE: ext/xmlwriter/php_xmlwriter_arginfo.h function zend_class_entry (line 482) | static zend_class_entry *register_class_XMLWriter(void) FILE: ext/xsl/php_xsl.c function HashTable (line 55) | static HashTable *xsl_objects_get_gc(zend_object *object, zval **table, ... function xsl_free_sheet (line 61) | void xsl_free_sheet(xsl_object *intern) function xsl_objects_free_storage (line 77) | void xsl_objects_free_storage(zend_object *object) function zend_object (line 108) | zend_object *xsl_objects_new(zend_class_entry *class_type) function zval (line 150) | static zval *xsl_objects_write_property_with_validation(zend_object *obj... function zval (line 169) | static zval *xsl_objects_write_property(zend_object *object, zend_string... function xsl_is_validated_property (line 183) | static bool xsl_is_validated_property(const zend_string *member) function zval (line 188) | static zval *xsl_objects_get_property_ptr_ptr(zend_object *object, zend_... function zval (line 197) | static zval *xsl_objects_read_property(zend_object *object, zend_string ... function xsl_objects_unset_property (line 208) | static void xsl_objects_unset_property(zend_object *object, zend_string ... function xsl_try_output_replaced_error_message (line 221) | static bool xsl_try_output_replaced_error_message( function xsl_libxslt_error_handler (line 244) | static void xsl_libxslt_error_handler(void *ctx, const char *msg, ...) function PHP_MINIT_FUNCTION (line 266) | PHP_MINIT_FUNCTION(xsl) function xsl_object_set_data (line 301) | static void xsl_object_set_data(void *obj, zval *wrapper) function php_xsl_set_object (line 308) | void php_xsl_set_object(zval *wrapper, void *obj) function PHP_MSHUTDOWN_FUNCTION (line 319) | PHP_MSHUTDOWN_FUNCTION(xsl) function PHP_MINFO_FUNCTION (line 333) | PHP_MINFO_FUNCTION(xsl) FILE: ext/xsl/php_xsl.h type xsl_object (line 55) | typedef struct xsl_object { function xsl_object (line 67) | static inline xsl_object *php_xsl_fetch_object(zend_object *obj) { FILE: ext/xsl/php_xsl.stub.php class XSLTProcessor (line 72) | class XSLTProcessor method importStylesheet (line 86) | public function importStylesheet(object $stylesheet): bool {} method transformToDoc (line 92) | public function transformToDoc(object $document, ?string $returnClass ... method transformToUri (line 98) | public function transformToUri(object $document, string $uri): int {} method transformToXml (line 104) | public function transformToXml(object $document): string|null|false {} method setParameter (line 107) | public function setParameter(string $namespace, array|string $name, ?s... method getParameter (line 110) | public function getParameter(string $namespace, string $name): string|... method removeParameter (line 113) | public function removeParameter(string $namespace, string $name): bool {} method hasExsltSupport (line 116) | public function hasExsltSupport(): bool {} method registerPHPFunctions (line 119) | public function registerPHPFunctions(array|string|null $functions = nu... method registerPHPFunctionNS (line 121) | public function registerPHPFunctionNS(string $namespaceURI, string $na... method setProfiling (line 124) | public function setProfiling(?string $filename): true {} method setSecurityPrefs (line 127) | public function setSecurityPrefs(int $preferences): int {} method getSecurityPrefs (line 130) | public function getSecurityPrefs(): int {} FILE: ext/xsl/php_xsl_arginfo.h function register_php_xsl_symbols (line 93) | static void register_php_xsl_symbols(int module_number) function zend_class_entry (line 115) | static zend_class_entry *register_class_XSLTProcessor(void) FILE: ext/xsl/xsltprocessor.c function zend_result (line 29) | static zend_result php_xsl_xslt_apply_params(xsltTransformContextPtr ctx... function xsl_proxy_factory (line 49) | static void xsl_proxy_factory(xmlNodePtr node, zval *child, dom_object *... function xsl_object (line 69) | static xsl_object *xsl_ext_fetch_intern(xmlXPathParserContextPtr ctxt) function xsl_ext_function_php (line 93) | static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int narg... function xsl_ext_function_string_php (line 104) | void xsl_ext_function_string_php(xmlXPathParserContextPtr ctxt, int narg... function xsl_ext_function_object_php (line 110) | void xsl_ext_function_object_php(xmlXPathParserContextPtr ctxt, int narg... function xsl_ext_function_trampoline (line 116) | static void xsl_ext_function_trampoline(xmlXPathParserContextPtr ctxt, i... function xsl_add_ns_to_map (line 126) | static void xsl_add_ns_to_map(xmlHashTablePtr table, xsltStylesheetPtr s... function xsl_build_ns_map (line 138) | static void xsl_build_ns_map(xmlHashTablePtr table, xsltStylesheetPtr sh... type xsl_ns_hash_correction_status (line 165) | typedef enum { function zend_always_inline (line 171) | static zend_always_inline xsl_ns_hash_correction_status xsl_apply_ns_has... function php_xsl_delayed_lib_registration (line 281) | static void php_xsl_delayed_lib_registration(void *ctxt, const zend_stri... function xmlDocPtr (line 287) | static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, ... FILE: ext/zip/php_zip.c function php_zip_extract_file (line 124) | static int php_zip_extract_file(struct zip * za, char *dest, const char ... function php_zip_add_file (line 283) | static int php_zip_add_file(ze_zip_object *obj, const char *filename, si... type zip_options (line 342) | typedef struct { function php_zip_parse_options (line 358) | static int php_zip_parse_options(HashTable *options, zip_options *opts) function zend_long (line 507) | static zend_long php_zip_status(ze_zip_object *obj) /* {{{ */ function zend_long (line 528) | static zend_long php_zip_last_id(ze_zip_object *obj) /* {{{ */ function zend_long (line 534) | static zend_long php_zip_status_sys(ze_zip_object *obj) /* {{{ */ function zend_long (line 555) | static zend_long php_zip_get_num_files(ze_zip_object *obj) /* {{{ */ function php_zip_glob (line 616) | int php_zip_glob(char *pattern, int pattern_len, zend_long flags, zval *... function php_zip_pcre (line 721) | int php_zip_pcre(zend_string *regexp, char *path, int path_len, zval *re... type zend_long (line 833) | typedef zend_long (*zip_read_int_t)(ze_zip_object *obj); type zip_prop_handler (line 836) | typedef struct _zip_prop_handler { function php_zip_register_prop_handler (line 844) | static void php_zip_register_prop_handler(HashTable *prop_handler, char ... function zval (line 858) | static zval *php_zip_property_reader(ze_zip_object *obj, zip_prop_handle... function zval (line 889) | static zval *php_zip_get_property_ptr_ptr(zend_object *object, zend_stri... function zval (line 912) | static zval *php_zip_write_property(zend_object *object, zend_string *na... function zval (line 931) | static zval *php_zip_read_property(zend_object *object, zend_string *nam... function php_zip_has_property (line 957) | static int php_zip_has_property(zend_object *object, zend_string *name, ... function HashTable (line 991) | static HashTable *php_zip_get_gc(zend_object *object, zval **gc_data, in... function HashTable (line 999) | static HashTable *php_zip_get_properties(zend_object *object)/* {{{ */ function _php_zip_progress_callback_free (line 1027) | static void _php_zip_progress_callback_free(void *ptr) function _php_zip_cancel_callback_free (line 1039) | static void _php_zip_cancel_callback_free(void *ptr) function php_zip_object_free_storage (line 1050) | static void php_zip_object_free_storage(zend_object *object) /* {{{ */ function zend_object (line 1091) | static zend_object *php_zip_object_new(zend_class_entry *class_type) /* ... function php_zip_free_dir (line 1108) | static void php_zip_free_dir(zend_resource *rsrc) function php_zip_free_entry (line 1128) | static void php_zip_free_entry(zend_resource *rsrc) function PHP_FUNCTION (line 1180) | PHP_FUNCTION(zip_open) function PHP_FUNCTION (line 1221) | PHP_FUNCTION(zip_close) function PHP_FUNCTION (line 1240) | PHP_FUNCTION(zip_read) function PHP_FUNCTION (line 1287) | PHP_FUNCTION(zip_entry_open) function PHP_FUNCTION (line 1317) | PHP_FUNCTION(zip_entry_close) function PHP_FUNCTION (line 1336) | PHP_FUNCTION(zip_entry_read) function php_zip_entry_get_info (line 1373) | static void php_zip_entry_get_info(INTERNAL_FUNCTION_PARAMETERS, int opt... function PHP_FUNCTION (line 1429) | PHP_FUNCTION(zip_entry_name) function PHP_FUNCTION (line 1436) | PHP_FUNCTION(zip_entry_compressedsize) function PHP_FUNCTION (line 1443) | PHP_FUNCTION(zip_entry_filesize) function PHP_FUNCTION (line 1450) | PHP_FUNCTION(zip_entry_compressionmethod) type zip (line 1459) | struct zip type zip (line 1535) | struct zip type zip (line 1562) | struct zip type zip (line 1616) | struct zip type zip (line 1697) | struct zip function php_zip_add_from_pattern (line 1737) | static void php_zip_add_from_pattern(INTERNAL_FUNCTION_PARAMETERS, int t... type zip (line 1941) | struct zip type zip_source (line 1947) | struct zip_source type zip (line 1990) | struct zip type zip_stat (line 1993) | struct zip_stat type zip (line 2011) | struct zip type zip_stat (line 2015) | struct zip_stat type zip (line 2034) | struct zip type zip (line 2063) | struct zip type zip (line 2088) | struct zip type zip (line 2115) | struct zip type zip (line 2137) | struct zip type zip (line 2156) | struct zip type zip (line 2172) | struct zip type zip (line 2206) | struct zip type zip_stat (line 2211) | struct zip_stat type zip (line 2236) | struct zip type zip (line 2271) | struct zip type zip_stat (line 2274) | struct zip_stat type zip (line 2295) | struct zip type zip (line 2334) | struct zip type zip_stat (line 2339) | struct zip_stat type zip (line 2364) | struct zip type zip (line 2404) | struct zip type zip (line 2433) | struct zip type zip (line 2468) | struct zip type zip_stat (line 2473) | struct zip_stat type zip (line 2491) | struct zip type zip (line 2527) | struct zip type zip (line 2551) | struct zip type zip (line 2587) | struct zip type zip (line 2611) | struct zip type zip (line 2636) | struct zip type zip_stat (line 2640) | struct zip_stat type zip (line 2663) | struct zip type zip (line 2695) | struct zip type zip_stat (line 2697) | struct zip_stat type zip (line 2725) | struct zip type zip (line 2750) | struct zip type zip_stat (line 2752) | struct zip_stat type zip (line 2779) | struct zip type zip (line 2799) | struct zip type zip (line 2824) | struct zip function php_zip_get_from (line 2900) | static void php_zip_get_from(INTERNAL_FUNCTION_PARAMETERS, int type) /* ... function php_zip_get_stream (line 2980) | static void php_zip_get_stream(INTERNAL_FUNCTION_PARAMETERS, int type, b... function _php_zip_progress_callback (line 3044) | static void _php_zip_progress_callback(zip_t *arch, double state, void *... type zip (line 3059) | struct zip function _php_zip_cancel_callback (line 3086) | static int _php_zip_cancel_callback(zip_t *arch, void *ptr) type zip (line 3103) | struct zip function php_zip_free_prop_handler (line 3155) | static void php_zip_free_prop_handler(zval *el) /* {{{ */ { function PHP_MINIT_FUNCTION (line 3160) | static PHP_MINIT_FUNCTION(zip) function PHP_MSHUTDOWN_FUNCTION (line 3198) | static PHP_MSHUTDOWN_FUNCTION(zip) function PHP_MINFO_FUNCTION (line 3207) | static PHP_MINFO_FUNCTION(zip) FILE: ext/zip/php_zip.h type zip_rsrc (line 52) | typedef struct _ze_zip_rsrc { type zip_rsrc (line 58) | typedef zip_rsrc * zip_rsrc_ptr; type zip_read_rsrc (line 60) | typedef struct _ze_zip_read_rsrc { type ze_zip_object (line 69) | typedef struct _ze_zip_object { function ze_zip_object (line 88) | static inline ze_zip_object *php_zip_fetch_object(zend_object *obj) { type zip (line 95) | struct zip type zip_stat (line 95) | struct zip_stat FILE: ext/zip/php_zip.stub.php function zip_open (line 8) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::open() instead')] function zip_close (line 14) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::close() instead')] function zip_read (line 21) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instea... function zip_entry_open (line 28) | #[\Deprecated(since: '8.0')] function zip_entry_close (line 34) | #[\Deprecated(since: '8.0')] function zip_entry_read (line 40) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::getFromIndex() ins... function zip_entry_name (line 46) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instea... function zip_entry_compressedsize (line 52) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instea... function zip_entry_filesize (line 58) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instea... function zip_entry_compressionmethod (line 64) | #[\Deprecated(since: '8.0', message: 'use ZipArchive::statIndex() instea... class ZipArchive (line 67) | class ZipArchive implements Countable method open (line 649) | public function open(string $filename, int $flags = 0): bool|int {} method setPassword (line 654) | public function setPassword(#[\SensitiveParameter] string $password): ... method close (line 657) | public function close(): bool {} method count (line 660) | public function count(): int {} method getStatusString (line 663) | public function getStatusString(): string {} method clearError (line 665) | public function clearError(): void {} method addEmptyDir (line 668) | public function addEmptyDir(string $dirname, int $flags = 0): bool {} method addFromString (line 671) | public function addFromString(string $name, string $content, int $flag... method addFile (line 674) | public function addFile(string $filepath, string $entryname = "", int ... method replaceFile (line 677) | public function replaceFile(string $filepath, int $index, int $start =... method addGlob (line 680) | public function addGlob(string $pattern, int $flags = 0, array $option... method addPattern (line 683) | public function addPattern(string $pattern, string $path = ".", array ... method renameIndex (line 686) | public function renameIndex(int $index, string $new_name): bool {} method renameName (line 689) | public function renameName(string $name, string $new_name): bool {} method setArchiveComment (line 692) | public function setArchiveComment(string $comment): bool {} method getArchiveComment (line 695) | public function getArchiveComment(int $flags = 0): string|false {} method setArchiveFlag (line 697) | public function setArchiveFlag(int $flag, int $value): bool {} method getArchiveFlag (line 699) | public function getArchiveFlag(int $flag, int $flags = 0): int {} method setCommentIndex (line 702) | public function setCommentIndex(int $index, string $comment): bool {} method setCommentName (line 705) | public function setCommentName(string $name, string $comment): bool {} method setMtimeIndex (line 709) | public function setMtimeIndex(int $index, int $timestamp, int $flags =... method setMtimeName (line 712) | public function setMtimeName(string $name, int $timestamp, int $flags ... method getCommentIndex (line 716) | public function getCommentIndex(int $index, int $flags = 0): string|fa... method getCommentName (line 719) | public function getCommentName(string $name, int $flags = 0): string|f... method deleteIndex (line 722) | public function deleteIndex(int $index): bool {} method deleteName (line 725) | public function deleteName(string $name): bool {} method statName (line 728) | public function statName(string $name, int $flags = 0): array|false {} method statIndex (line 731) | public function statIndex(int $index, int $flags = 0): array|false {} method locateName (line 734) | public function locateName(string $name, int $flags = 0): int|false {} method getNameIndex (line 737) | public function getNameIndex(int $index, int $flags = 0): string|false {} method unchangeArchive (line 740) | public function unchangeArchive(): bool {} method unchangeAll (line 743) | public function unchangeAll(): bool {} method unchangeIndex (line 746) | public function unchangeIndex(int $index): bool {} method unchangeName (line 749) | public function unchangeName(string $name): bool {} method extractTo (line 752) | public function extractTo(string $pathto, array|string|null $files = n... method getFromName (line 755) | public function getFromName(string $name, int $len = 0, int $flags = 0... method getFromIndex (line 758) | public function getFromIndex(int $index, int $len = 0, int $flags = 0)... method getStreamIndex (line 761) | public function getStreamIndex(int $index, int $flags = 0) {} method getStreamName (line 764) | public function getStreamName(string $name, int $flags = 0) {} method getStream (line 767) | public function getStream(string $name) {} method setExternalAttributesName (line 771) | public function setExternalAttributesName(string $name, int $opsys, in... method setExternalAttributesIndex (line 774) | public function setExternalAttributesIndex(int $index, int $opsys, int... method getExternalAttributesName (line 781) | public function getExternalAttributesName(string $name, &$opsys, &$att... method getExternalAttributesIndex (line 788) | public function getExternalAttributesIndex(int $index, &$opsys, &$attr... method setCompressionName (line 792) | public function setCompressionName(string $name, int $method, int $com... method setCompressionIndex (line 795) | public function setCompressionIndex(int $index, int $method, int $comp... method setEncryptionName (line 801) | public function setEncryptionName(string $name, int $method, #[\Sensit... method setEncryptionIndex (line 806) | public function setEncryptionIndex(int $index, int $method, #[\Sensiti... method registerProgressCallback (line 811) | public function registerProgressCallback(float $rate, callable $callba... method registerCancelCallback (line 816) | public function registerCancelCallback(callable $callback): bool {} method isCompressionMethodSupported (line 820) | public static function isCompressionMethodSupported(int $method, bool ... method isEncryptionMethodSupported (line 822) | public static function isEncryptionMethodSupported(int $method, bool $... FILE: ext/zip/php_zip_arginfo.h function register_php_zip_symbols (line 464) | static void register_php_zip_symbols(int module_number) function zend_class_entry (line 578) | static zend_class_entry *register_class_ZipArchive(zend_class_entry *cla... FILE: ext/zip/zip_stream.c type php_zip_stream_data_t (line 32) | struct php_zip_stream_data_t { function php_zip_ops_read (line 44) | static ssize_t php_zip_ops_read(php_stream *stream, char *buf, size_t co... function php_zip_ops_write (line 79) | static ssize_t php_zip_ops_write(php_stream *stream, const char *buf, si... function php_zip_ops_close (line 90) | static int php_zip_ops_close(php_stream *stream, int close_handle) function php_zip_ops_flush (line 111) | static int php_zip_ops_flush(php_stream *stream) function php_zip_ops_stat (line 121) | static int php_zip_ops_stat(php_stream *stream, php_stream_statbuf *ssb)... function php_zip_ops_seek (line 200) | static int php_zip_ops_seek(php_stream *stream, zend_off_t offset, int w... function php_stream (line 238) | php_stream *php_stream_zip_open(struct zip *arch, struct zip_stat *sb, c... function php_stream (line 275) | php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, FILE: ext/zlib/php_zlib.h type php_zlib_buffer (line 36) | typedef struct _php_zlib_buffer { type php_zlib_context (line 44) | typedef struct _php_zlib_context { FILE: ext/zlib/zlib.c function php_zlib_context (line 51) | static inline php_zlib_context *inflate_context_from_obj(zend_object *ob... function zend_object (line 57) | static zend_object *inflate_context_create_object(zend_class_entry *clas... function zend_function (line 66) | static zend_function *inflate_context_get_constructor(zend_object *objec... function inflate_context_free_obj (line 71) | static void inflate_context_free_obj(zend_object *object) function php_zlib_context (line 89) | static inline php_zlib_context *deflate_context_from_obj(zend_object *ob... function zend_object (line 95) | static zend_object *deflate_context_create_object(zend_class_entry *clas... function zend_function (line 104) | static zend_function *deflate_context_get_constructor(zend_object *objec... function deflate_context_free_obj (line 109) | static void deflate_context_free_obj(zend_object *object) function voidpf (line 121) | static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) function php_zlib_free (line 126) | static void php_zlib_free(voidpf opaque, voidpf address) function zend_result (line 133) | static zend_result php_zlib_output_conflict_check(const char *handler_na... function php_zlib_output_encoding (line 148) | static int php_zlib_output_encoding(void) function zend_result (line 168) | static zend_result php_zlib_output_handler_ex(php_zlib_context *ctx, php... function zend_result (line 254) | static zend_result php_zlib_output_handler(void **handler_context, php_o... function php_zlib_context (line 313) | static php_zlib_context *php_zlib_output_handler_context_init(void) function php_zlib_output_handler_context_dtor (line 323) | static void php_zlib_output_handler_context_dtor(void *opaq) function php_output_handler (line 337) | static php_output_handler *php_zlib_output_handler_init(const char *hand... function php_zlib_output_compression_start (line 356) | static void php_zlib_output_compression_start(void) function zend_string (line 383) | static zend_string *php_zlib_encode(const char *in_buf, size_t in_len, i... function php_zlib_inflate_rounds (line 420) | static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char ... function php_zlib_decode (line 469) | static int php_zlib_decode(const char *in_buf, size_t in_len, char **out... function php_zlib_cleanup_ob_gzhandler_mess (line 511) | static void php_zlib_cleanup_ob_gzhandler_mess(void) function PHP_FUNCTION (line 522) | PHP_FUNCTION(ob_gzhandler) function PHP_FUNCTION (line 588) | PHP_FUNCTION(zlib_get_coding_type) function PHP_FUNCTION (line 605) | PHP_FUNCTION(gzfile) function PHP_FUNCTION (line 645) | PHP_FUNCTION(gzopen) function PHP_FUNCTION (line 672) | PHP_FUNCTION(readgzfile) function zlib_create_dictionary_string (line 788) | static bool zlib_create_dictionary_string(HashTable *options, char **dic... function PHP_FUNCTION (line 859) | PHP_FUNCTION(inflate_init) function PHP_FUNCTION (line 934) | PHP_FUNCTION(inflate_add) function PHP_FUNCTION (line 1046) | PHP_FUNCTION(inflate_get_status) function PHP_FUNCTION (line 1062) | PHP_FUNCTION(inflate_get_read_len) function PHP_FUNCTION (line 1078) | PHP_FUNCTION(deflate_init) function PHP_FUNCTION (line 1175) | PHP_FUNCTION(deflate_add) function PHP_INI_MH (line 1264) | static PHP_INI_MH(OnUpdate_zlib_output_compression) function PHP_INI_MH (line 1308) | static PHP_INI_MH(OnUpdate_zlib_output_handler) function PHP_MINIT_FUNCTION (line 1329) | static PHP_MINIT_FUNCTION(zlib) function PHP_MSHUTDOWN_FUNCTION (line 1368) | static PHP_MSHUTDOWN_FUNCTION(zlib) function PHP_RINIT_FUNCTION (line 1380) | static PHP_RINIT_FUNCTION(zlib) function PHP_RSHUTDOWN_FUNCTION (line 1393) | static PHP_RSHUTDOWN_FUNCTION(zlib) function PHP_MINFO_FUNCTION (line 1403) | static PHP_MINFO_FUNCTION(zlib) function PHP_GINIT_FUNCTION (line 1418) | static PHP_GINIT_FUNCTION(zlib) FILE: ext/zlib/zlib.stub.php class InflateContext (line 150) | final class InflateContext class DeflateContext (line 158) | final class DeflateContext function ob_gzhandler (line 163) | function ob_gzhandler(string $data, int $flags): string|false {} function zlib_get_coding_type (line 166) | function zlib_get_coding_type(): string|false {} function gzfile (line 172) | function gzfile(string $filename, int $use_include_path = 0): array|fals... function gzopen (line 178) | function gzopen(string $filename, string $mode, int $use_include_path = ... function readgzfile (line 180) | function readgzfile(string $filename, int $use_include_path = 0): int|fa... function zlib_encode (line 183) | function zlib_encode(string $data, int $encoding, int $level = -1): stri... function zlib_decode (line 186) | function zlib_decode(string $data, int $max_length = 0): string|false {} function gzdeflate (line 189) | function gzdeflate(string $data, int $level = -1, int $encoding = ZLIB_E... function gzencode (line 192) | function gzencode(string $data, int $level = -1, int $encoding = ZLIB_EN... function gzcompress (line 195) | function gzcompress(string $data, int $level = -1, int $encoding = ZLIB_... function gzinflate (line 198) | function gzinflate(string $data, int $max_length = 0): string|false {} function gzdecode (line 201) | function gzdecode(string $data, int $max_length = 0): string|false {} function gzuncompress (line 204) | function gzuncompress(string $data, int $max_length = 0): string|false {} function gzwrite (line 210) | function gzwrite($stream, string $data, ?int $length = null): int|false {} function gzputs (line 217) | function gzputs($stream, string $data, ?int $length = null): int|false {} function gzrewind (line 223) | function gzrewind($stream): bool {} function gzclose (line 229) | function gzclose($stream): bool {} function gzeof (line 235) | function gzeof($stream): bool {} function gzgetc (line 241) | function gzgetc($stream): string|false {} function gzpassthru (line 247) | function gzpassthru($stream): int {} function gzseek (line 253) | function gzseek($stream, int $offset, int $whence = SEEK_SET): int {} function gztell (line 259) | function gztell($stream): int|false {} function gzread (line 265) | function gzread($stream, int $length): string|false {} function gzgets (line 271) | function gzgets($stream, ?int $length = null): string|false {} function deflate_init (line 273) | function deflate_init(int $encoding, array|object $options = []): Deflat... function deflate_add (line 275) | function deflate_add(DeflateContext $context, string $data, int $flush_m... function inflate_init (line 277) | function inflate_init(int $encoding, array|object $options = []): Inflat... function inflate_add (line 279) | function inflate_add(InflateContext $context, string $data, int $flush_m... function inflate_get_status (line 281) | function inflate_get_status(InflateContext $context): int {} function inflate_get_read_len (line 283) | function inflate_get_read_len(InflateContext $context): int {} FILE: ext/zlib/zlib_arginfo.h function register_zlib_symbols (line 199) | static void register_zlib_symbols(int module_number) function zend_class_entry (line 230) | static zend_class_entry *register_class_InflateContext(void) function zend_class_entry (line 240) | static zend_class_entry *register_class_DeflateContext(void) FILE: ext/zlib/zlib_filter.c type php_zlib_filter_data (line 23) | typedef struct _php_zlib_filter_data { function voidpf (line 37) | static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) function php_zlib_free (line 42) | static void php_zlib_free(voidpf opaque, voidpf address) function php_stream_filter_status_t (line 50) | static php_stream_filter_status_t php_zlib_inflate_filter( function php_zlib_inflate_dtor (line 146) | static void php_zlib_inflate_dtor(php_stream_filter *thisfilter) function php_stream_filter_status_t (line 168) | static php_stream_filter_status_t php_zlib_deflate_filter( function php_zlib_deflate_dtor (line 262) | static void php_zlib_deflate_dtor(php_stream_filter *thisfilter) function php_stream_filter (line 283) | static php_stream_filter *php_zlib_filter_create(const char *filtername,... FILE: ext/zlib/zlib_fopen_wrapper.c type php_gz_stream_data_t (line 28) | struct php_gz_stream_data_t { function php_gziop_read (line 33) | static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) function php_gziop_write (line 62) | static ssize_t php_gziop_write(php_stream *stream, const char *buf, size... function php_gziop_seek (line 87) | static int php_gziop_seek(php_stream *stream, zend_off_t offset, int whe... function php_gziop_close (line 102) | static int php_gziop_close(php_stream *stream, int close_handle) function php_gziop_flush (line 122) | static int php_gziop_flush(php_stream *stream) function php_stream (line 139) | php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *p... FILE: main/SAPI.c function _type_dtor (line 47) | static void _type_dtor(zval *zv) function sapi_globals_ctor (line 52) | static void sapi_globals_ctor(sapi_globals_struct *sapi_globals) function sapi_globals_dtor (line 59) | static void sapi_globals_dtor(sapi_globals_struct *sapi_globals) function SAPI_API (line 68) | SAPI_API void sapi_startup(sapi_module_struct *sf) function SAPI_API (line 89) | SAPI_API void sapi_shutdown(void) function SAPI_API (line 105) | SAPI_API void sapi_free_header(sapi_header_struct *sapi_header) function PHP_FUNCTION (line 111) | PHP_FUNCTION(header_register_callback) function sapi_run_header_callback (line 135) | static void sapi_run_header_callback(zval *callback) function SAPI_API (line 161) | SAPI_API void sapi_handle_post(void *arg) function SAPI_API (line 170) | SAPI_API void sapi_read_post_data(void) function SAPI_API (line 232) | SAPI_API size_t sapi_read_post_block(char *buffer, size_t buflen) function SAPI_API (line 254) | SAPI_API SAPI_POST_READER_FUNC(sapi_read_standard_form_data) function SAPI_API (line 337) | SAPI_API char *sapi_get_default_content_type(void) function SAPI_API (line 345) | SAPI_API void sapi_get_default_content_type_header(sapi_header_struct *d... function SAPI_API (line 365) | SAPI_API size_t sapi_apply_default_charset(char **mimetype, size_t len) function SAPI_API (line 386) | SAPI_API void sapi_activate_headers_only(void) function SAPI_API (line 430) | SAPI_API void sapi_activate(void) function sapi_send_headers_free (line 486) | static void sapi_send_headers_free(void) function SAPI_API (line 494) | SAPI_API void sapi_deactivate_module(void) function SAPI_API (line 533) | SAPI_API void sapi_deactivate_destroy(void) function SAPI_API (line 549) | SAPI_API void sapi_deactivate(void) function SAPI_API (line 556) | SAPI_API void sapi_initialize_empty_request(void) function sapi_extract_response_code (line 565) | static int sapi_extract_response_code(const char *header_line) function sapi_update_response_code (line 581) | static void sapi_update_response_code(int ncode) function sapi_remove_header (line 600) | static void sapi_remove_header(zend_llist *l, char *name, size_t len) { function SAPI_API (line 628) | SAPI_API int sapi_add_header_ex(const char *header_line, size_t header_l... function sapi_header_add_op (line 645) | static void sapi_header_add_op(sapi_header_op_enum op, sapi_header_struc... function SAPI_API (line 666) | SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) function SAPI_API (line 843) | SAPI_API int sapi_send_headers(void) function SAPI_API (line 933) | SAPI_API int sapi_register_post_entries(const sapi_post_entry *post_entr... function SAPI_API (line 947) | SAPI_API int sapi_register_post_entry(const sapi_post_entry *post_entry) function SAPI_API (line 962) | SAPI_API void sapi_unregister_post_entry(const sapi_post_entry *post_entry) function SAPI_API (line 972) | SAPI_API int sapi_register_default_post_reader(void (*default_post_reade... function SAPI_API (line 982) | SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *... function SAPI_API (line 991) | SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int... function SAPI_API (line 1001) | SAPI_API int sapi_flush(void) function SAPI_API (line 1011) | SAPI_API zend_stat_t *sapi_get_stat(void) function SAPI_API (line 1023) | SAPI_API char *sapi_getenv(const char *name, size_t name_len) function SAPI_API (line 1051) | SAPI_API int sapi_get_fd(int *fd) function SAPI_API (line 1060) | SAPI_API int sapi_force_http_10(void) function SAPI_API (line 1070) | SAPI_API int sapi_get_target_uid(uid_t *obj) function SAPI_API (line 1079) | SAPI_API int sapi_get_target_gid(gid_t *obj) function SAPI_API (line 1088) | SAPI_API double sapi_get_request_time(void) function SAPI_API (line 1104) | SAPI_API void sapi_terminate_process(void) { function SAPI_API (line 1110) | SAPI_API void sapi_add_request_header(const char *var, unsigned int var_... FILE: main/SAPI.h type sapi_header_struct (line 44) | typedef struct { type sapi_headers_struct (line 50) | typedef struct { type sapi_post_entry (line 59) | typedef struct _sapi_post_entry sapi_post_entry; type sapi_module_struct (line 60) | typedef struct _sapi_module_struct sapi_module_struct; type sapi_request_info (line 72) | typedef struct { type sapi_request_parse_body_context (line 111) | typedef struct { type request_parse_body_option (line 119) | typedef enum { type sapi_globals_struct (line 132) | typedef struct _sapi_globals_struct { type sapi_header_line (line 185) | typedef struct { type sapi_header_op_enum (line 191) | typedef enum { /* Parameter: */ type _sapi_module_struct (line 237) | struct _sapi_module_struct { type _sapi_post_entry (line 292) | struct _sapi_post_entry { FILE: main/alloca.c function find_stack_direction (line 97) | static void type header (line 132) | typedef union hdr function pointer (line 151) | pointer type stack_control_header (line 226) | struct stack_control_header type stack_segment_linkage (line 241) | struct stack_segment_linkage type stk_stat (line 279) | struct stk_stat type stk_trailer (line 308) | struct stk_trailer function i00afunc (line 336) | static long function i00afunc (line 410) | static long FILE: main/explicit_bzero.c function PHPAPI (line 29) | PHPAPI void php_explicit_bzero(void *dst, size_t siz) FILE: main/fastcgi.c type sockaddr_un (line 34) | struct sockaddr_un { type socklen_t (line 87) | typedef unsigned int socklen_t; type fcgi_header (line 131) | typedef struct _fcgi_header { type fcgi_begin_request (line 142) | typedef struct _fcgi_begin_request { type fcgi_begin_request_rec (line 149) | typedef struct _fcgi_begin_request_rec { type fcgi_end_request (line 154) | typedef struct _fcgi_end_request { type fcgi_end_request_rec (line 163) | typedef struct _fcgi_end_request_rec { type fcgi_hash_bucket (line 168) | typedef struct _fcgi_hash_bucket { type fcgi_hash_buckets (line 178) | typedef struct _fcgi_hash_buckets { type fcgi_data_seg (line 184) | typedef struct _fcgi_data_seg { type fcgi_hash (line 191) | typedef struct _fcgi_hash { type fcgi_req_hook (line 198) | typedef struct _fcgi_req_hook fcgi_req_hook; type _fcgi_req_hook (line 200) | struct _fcgi_req_hook { type _fcgi_request (line 206) | struct _fcgi_request { type sa_t (line 236) | typedef union _sa_t { function fcgi_hash_init (line 252) | static void fcgi_hash_init(fcgi_hash *h) function fcgi_hash_destroy (line 265) | static void fcgi_hash_destroy(fcgi_hash *h) function fcgi_hash_clean (line 284) | static void fcgi_hash_clean(fcgi_hash *h) function fcgi_hash_del (line 363) | static void fcgi_hash_del(fcgi_hash *h, unsigned int hash_value, char *v... function fcgi_hash_apply (line 399) | static void fcgi_hash_apply(fcgi_hash *h, fcgi_apply_func func, void *arg) function DWORD (line 413) | static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) function fcgi_signal_handler (line 423) | static void fcgi_signal_handler(int signo) function fcgi_setup_signals (line 430) | static void fcgi_setup_signals(void) function fcgi_set_in_shutdown (line 446) | void fcgi_set_in_shutdown(int new_value) function fcgi_in_shutdown (line 451) | int fcgi_in_shutdown(void) function fcgi_terminate (line 456) | void fcgi_terminate(void) function fcgi_request_set_keep (line 461) | void fcgi_request_set_keep(fcgi_request *req, int new_value) function fcgi_set_logger (line 467) | void fcgi_set_logger(fcgi_logger lg) { function fcgi_log (line 471) | void __attribute__((weak)) fcgi_log(int type, const char *format, ...) { function fcgi_init (line 480) | int fcgi_init(void) function fcgi_is_fastcgi (line 541) | int fcgi_is_fastcgi(void) function fcgi_shutdown (line 550) | void fcgi_shutdown(void) function PACL (line 569) | static PACL prepare_named_pipe_acl(PSECURITY_DESCRIPTOR sd, LPSECURITY_A... function is_port_number (line 631) | static int is_port_number(const char *bindpath) type hostent (line 685) | struct hostent type in_addr (line 699) | struct in_addr type sockaddr (line 753) | struct sockaddr function fcgi_set_allowed_clients (line 821) | void fcgi_set_allowed_clients(char *ip) function fcgi_hook_dummy (line 866) | static void fcgi_hook_dummy(void) { function fcgi_request (line 870) | fcgi_request *fcgi_init_request(int listen_socket, void(*on_accept)(void... function fcgi_destroy_request (line 905) | void fcgi_destroy_request(fcgi_request *req) { function safe_write (line 910) | static inline ssize_t safe_write(fcgi_request *req, const void *buf, siz... function safe_read (line 947) | static inline ssize_t safe_read(fcgi_request *req, const void *buf, size... function fcgi_make_header (line 986) | static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type t... function fcgi_get_params (line 1004) | static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned... function fcgi_read_request (line 1036) | static int fcgi_read_request(fcgi_request *req) function fcgi_read (line 1204) | int fcgi_read(fcgi_request *req, char *str, int len) function fcgi_close (line 1257) | void fcgi_close(fcgi_request *req, int force, int destroy) function fcgi_is_closed (line 1308) | int fcgi_is_closed(fcgi_request *req) function fcgi_is_allowed (line 1313) | static int fcgi_is_allowed(void) { type sockaddr (line 1397) | struct sockaddr type pollfd (line 1432) | struct pollfd type timeval (line 1448) | struct timeval function fcgi_header (line 1492) | static inline fcgi_header* open_packet(fcgi_request *req, fcgi_request_t... function close_packet (line 1500) | static inline void close_packet(fcgi_request *req) function fcgi_flush (line 1510) | int fcgi_flush(fcgi_request *req, int end) function fcgi_write (line 1540) | int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *st... function fcgi_end (line 1648) | int fcgi_end(fcgi_request *req) { function fcgi_finish_request (line 1657) | int fcgi_finish_request(fcgi_request *req, int force_close) function fcgi_has_env (line 1668) | int fcgi_has_env(fcgi_request *req) function fcgi_loadenv (line 1710) | void fcgi_loadenv(fcgi_request *req, fcgi_apply_func func, zval *array) function fcgi_impersonate (line 1716) | void fcgi_impersonate(void) function fcgi_set_mgmt_var (line 1727) | void fcgi_set_mgmt_var(const char * name, size_t name_len, const char * ... function fcgi_free_mgmt_var_cb (line 1738) | void fcgi_free_mgmt_var_cb(zval *zv) FILE: main/fastcgi.h type fcgi_role (line 42) | typedef enum _fcgi_role { type fcgi_request_type (line 56) | typedef enum _fcgi_request_type { type dcgi_protocol_status (line 69) | typedef enum _fcgi_protocol_status { type fcgi_request (line 84) | typedef struct _fcgi_request fcgi_request; FILE: main/fopen_wrappers.c function PHPAPI (line 74) | PHPAPI ZEND_INI_MH(OnUpdateBaseDir) function PHPAPI (line 285) | PHPAPI int php_check_open_basedir(const char *path) function PHPAPI (line 291) | PHPAPI int php_check_open_basedir_ex(const char *path, int warn) function FILE (line 339) | static FILE *php_fopen_and_set_opened_path(const char *path, const char ... function PHPAPI (line 360) | PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle) function zend_string (line 487) | static zend_string *tsrm_realpath_str(const char *path) { function PHPAPI (line 500) | PHPAPI zend_string *php_resolve_path(const char *filename, size_t filena... function PHPAPI (line 653) | PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode,... function PHPAPI (line 734) | PHPAPI char *php_strip_url_passwd(char *url) function PHPAPI (line 773) | PHPAPI char *expand_filepath(const char *filepath, char *real_path) function PHPAPI (line 780) | PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, c... function PHPAPI (line 787) | PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_... FILE: main/getopt.c function php_opt_error (line 28) | static int php_opt_error(int argc, char * const *argv, int optint, int o... function PHPAPI (line 55) | PHPAPI int php_getopt(int argc, char* const *argv, const opt_struct opts... FILE: main/http_status_codes.h type http_response_status_code_pair (line 20) | typedef struct _http_response_status_code_pair { FILE: main/internal_functions_win32.c function PHPAPI (line 160) | PHPAPI int php_register_internal_extensions(void) FILE: main/main.c function PHPAPI (line 100) | PHPAPI const char *php_version(void) function php_version_id (line 105) | PHPAPI unsigned int php_version_id(void) function PHPAPI (line 110) | PHPAPI char *php_get_version(sapi_module_struct *sapi_module) function PHPAPI (line 144) | PHPAPI void php_print_version(sapi_module_struct *sapi_module) function PHP_INI_MH (line 152) | static PHP_INI_MH(OnSetFacility) function PHP_INI_MH (line 289) | static PHP_INI_MH(OnSetPrecision) function PHP_INI_MH (line 302) | static PHP_INI_MH(OnSetSerializePrecision) function PHP_INI_MH (line 315) | static PHP_INI_MH(OnChangeMemoryLimit) function PHP_INI_MH (line 339) | static PHP_INI_MH(OnSetLogFilter) function php_disable_classes (line 365) | static void php_disable_classes(void) function php_binary_init (line 400) | static void php_binary_init(void) function PHP_INI_MH (line 449) | static PHP_INI_MH(OnUpdateTimeout) function php_get_display_errors_mode (line 472) | static uint8_t php_get_display_errors_mode(zend_string *value) function PHP_INI_MH (line 505) | static PHP_INI_MH(OnUpdateDisplayErrors) function PHP_INI_DISP (line 514) | static PHP_INI_DISP(display_errors_mode) function PHPAPI (line 557) | PHPAPI const char *php_get_internal_encoding(void) { function PHPAPI (line 566) | PHPAPI const char *php_get_input_encoding(void) { function PHPAPI (line 575) | PHPAPI const char *php_get_output_encoding(void) { function PHP_INI_MH (line 587) | static PHP_INI_MH(OnUpdateDefaultCharset) function PHP_INI_MH (line 607) | static PHP_INI_MH(OnUpdateDefaultMimeTye) function PHP_INI_MH (line 618) | static PHP_INI_MH(OnUpdateInternalEncoding) function PHP_INI_MH (line 634) | static PHP_INI_MH(OnUpdateInputEncoding) function PHP_INI_MH (line 650) | static PHP_INI_MH(OnUpdateOutputEncoding) function PHP_INI_MH (line 666) | static PHP_INI_MH(OnUpdateErrorLog) function PHP_INI_MH (line 682) | static PHP_INI_MH(OnUpdateMailLog) function PHP_INI_MH (line 697) | static PHP_INI_MH(OnChangeMailForceExtra) function PHPAPI (line 839) | PHPAPI bool php_during_module_startup(void) function PHPAPI (line 846) | PHPAPI bool php_during_module_shutdown(void) function PHPAPI (line 853) | PHPAPI bool php_get_module_initialized(void) function php_log_err_with_severity (line 860) | void php_log_err_with_severity(const char *log_message, int syslog_type_... function PHPAPI (line 933) | PHPAPI size_t php_write(void *buf, size_t size) function PHPAPI (line 940) | PHPAPI size_t php_printf(const char *format, ...) function PHPAPI (line 958) | PHPAPI size_t php_printf_unchecked(const char *format, ...) function zend_string (line 975) | static zend_string *escape_html(const char *buffer, size_t buffer_len) { function php_verror (line 994) | void php_verror(const char *docref, const char *params, int type, const ... function php_error_docref (line 1175) | void php_error_docref(const char *docref, int type, const char *format, ... function php_error_docref_unchecked (line 1180) | void php_error_docref_unchecked(const char *docref, int type, const char... function php_error_docref1 (line 1188) | void php_error_docref1(const char *docref, const char *param1, int type,... function php_error_docref2 (line 1200) | void php_error_docref2(const char *docref, const char *param1, const cha... function php_win32_docref1_from_error (line 1216) | void php_win32_docref1_from_error(DWORD error, const char *param1) { function php_win32_docref2_from_error (line 1229) | void php_win32_docref2_from_error(DWORD error, const char *param1, const... function PHPAPI (line 1237) | PHPAPI void php_html_puts(const char *str, size_t size) function clear_last_error (line 1243) | static void clear_last_error(void) { function report_zend_debug_error_notify_cb (line 1256) | static void report_zend_debug_error_notify_cb(int type, zend_string *err... function ZEND_COLD (line 1281) | static ZEND_COLD void php_error_cb(int orig_type, zend_string *error_fil... function PHPAPI (line 1479) | PHPAPI char *php_get_current_user(void) function PHP_FUNCTION (line 1560) | PHP_FUNCTION(set_time_limit) function FILE (line 1585) | static FILE *php_fopen_wrapper_for_zend(zend_string *filename, zend_stri... function php_zend_stream_closer (line 1592) | static void php_zend_stream_closer(void *handle) /* {{{ */ function php_zend_stream_fsizer (line 1598) | static size_t php_zend_stream_fsizer(void *handle) /* {{{ */ function zend_result (line 1616) | static zend_result php_stream_open_for_zend(zend_file_handle *handle) /*... function PHPAPI (line 1622) | PHPAPI zend_result php_stream_open_for_zend_ex(zend_file_handle *handle,... function zend_string (line 1652) | static zend_string *php_resolve_path_for_zend(zend_string *filename) /* ... function zval (line 1659) | static zval *php_get_configuration_directive_for_zend(zend_string *name) function php_free_request_globals (line 1666) | static void php_free_request_globals(void) function ZEND_COLD (line 1680) | static ZEND_COLD void php_message_handler_for_zend(zend_long message, co... function php_on_timeout (line 1783) | void php_on_timeout(int seconds) function sigchld_handler (line 1790) | static void sigchld_handler(int apar) function zend_result (line 1803) | zend_result php_request_startup(void) function php_request_shutdown (line 1887) | void php_request_shutdown(void *dummy) function PHPAPI (line 2007) | PHPAPI void php_com_initialize(void) function core_globals_ctor (line 2021) | static void core_globals_ctor(php_core_globals *core_globals) function core_globals_dtor (line 2030) | static void core_globals_dtor(php_core_globals *core_globals) function PHP_MINFO_FUNCTION (line 2047) | PHP_MINFO_FUNCTION(php_core) { /* {{{ */ function zend_result (line 2056) | zend_result php_register_extensions(zend_module_entry * const * ptr, int... function dummy_invalid_parameter_handler (line 2074) | void dummy_invalid_parameter_handler( function zend_result (line 2105) | zend_result php_module_startup(sapi_module_struct *sf, zend_module_entry... function php_module_shutdown_wrapper (line 2422) | int php_module_shutdown_wrapper(sapi_module_struct *sapi_globals) function php_module_shutdown (line 2430) | void php_module_shutdown(void) function PHPAPI (line 2508) | PHPAPI bool php_execute_script_ex(zend_file_handle *primary_file, zval *... function PHPAPI (line 2619) | PHPAPI bool php_execute_script(zend_file_handle *primary_file) function PHPAPI (line 2626) | PHPAPI int php_execute_simple_script(zend_file_handle *primary_file, zva... function PHPAPI (line 2662) | PHPAPI void php_handle_aborted_connection(void) function PHPAPI (line 2675) | PHPAPI int php_handle_auth_data(const char *auth) function PHPAPI (line 2719) | PHPAPI zend_result php_lint_script(zend_file_handle *file) function PHPAPI (line 2743) | PHPAPI void php_reserve_tsrm_memory(void) function PHPAPI (line 2762) | PHPAPI bool php_tsrm_startup_ex(int expected_threads) function PHPAPI (line 2771) | PHPAPI bool php_tsrm_startup(void) FILE: main/main_arginfo.h function register_main_symbols (line 4) | static void register_main_symbols(int module_number) FILE: main/network.c type in6_addr (line 81) | struct in6_addr function PHPAPI (line 133) | PHPAPI void php_network_freeaddresses(struct sockaddr **sal) function PHPAPI (line 148) | PHPAPI int php_network_getaddresses(const char *host, int socktype, stru... type u_long (line 286) | typedef u_long php_non_blocking_flags_t; type php_non_blocking_flags_t (line 292) | typedef int php_non_blocking_flags_t; function sub_times (line 302) | static inline void sub_times(struct timeval a, struct timeval b, struct ... function php_network_set_limit_time (line 316) | static inline void php_network_set_limit_time(struct timeval *limit_time, function PHPAPI (line 334) | PHPAPI int php_network_connect_socket(php_socket_t sockfd, function php_socket_t (line 454) | php_socket_t php_network_bind_socket_to_local_addr(const char *host, uns... function PHPAPI (line 552) | PHPAPI zend_result php_network_parse_network_address_with_port(const cha... function PHPAPI (line 643) | PHPAPI void php_network_populate_name_from_sockaddr( function PHPAPI (line 706) | PHPAPI int php_network_get_peer_name(php_socket_t sock, function PHPAPI (line 726) | PHPAPI int php_network_get_sock_name(php_socket_t sock, function PHPAPI (line 757) | PHPAPI php_socket_t php_network_accept_incoming(php_socket_t srvsock, function php_socket_t (line 816) | php_socket_t php_network_connect_socket_to_host(const char *host, unsign... function PHPAPI (line 993) | PHPAPI void php_any_addr(int family, php_sockaddr_storage *addr, unsigne... function PHPAPI (line 1020) | PHPAPI socklen_t php_sockaddr_size(php_sockaddr_storage *addr) function PHPAPI (line 1067) | PHPAPI char *php_socket_strerror(long err, char *buf, size_t bufsize) function PHPAPI (line 1124) | PHPAPI zend_string *php_socket_error_str(long err) function PHPAPI (line 1162) | PHPAPI php_stream *_php_stream_sock_open_from_socket(php_socket_t socket... function PHPAPI (line 1186) | PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned... function PHPAPI (line 1203) | PHPAPI zend_result php_set_sock_blocking(php_socket_t socketd, bool block) function PHPAPI (line 1236) | PHPAPI void _php_emit_fd_setsize_warning(int max_fd) function PHPAPI (line 1264) | PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) type hostent (line 1339) | struct hostent type hostent (line 1339) | struct hostent type hostent (line 1341) | struct hostent type hostent (line 1365) | struct hostent type hostent (line 1365) | struct hostent type hostent (line 1367) | struct hostent type hostent (line 1386) | struct hostent type hostent (line 1386) | struct hostent type hostent_data (line 1389) | struct hostent_data type hostent_data (line 1392) | struct hostent_data type hostent_data (line 1393) | struct hostent_data type hostent_data (line 1399) | struct hostent_data function hostent (line 1408) | hostent* php_network_gethostbyname(const char *name) { FILE: main/output.c function php_output_init_globals (line 77) | static inline void php_output_init_globals(zend_output_globals *G) function php_output_stdout (line 84) | static size_t php_output_stdout(const char *str, size_t str_len) function php_output_stderr (line 89) | static size_t php_output_stderr(const char *str, size_t str_len) function php_output_header (line 102) | static void php_output_header(void) function reverse_conflict_dtor (line 128) | static void reverse_conflict_dtor(zval *zv) function PHPAPI (line 136) | PHPAPI void php_output_startup(void) function PHPAPI (line 148) | PHPAPI void php_output_shutdown(void) function PHPAPI (line 159) | PHPAPI int php_output_activate(void) function PHPAPI (line 176) | PHPAPI void php_output_deactivate(void) function PHPAPI (line 206) | PHPAPI void php_output_set_status(int status) function PHPAPI (line 214) | PHPAPI int php_output_get_status(void) function PHPAPI (line 226) | PHPAPI size_t php_output_write_unbuffered(const char *str, size_t len) function PHPAPI (line 237) | PHPAPI size_t php_output_write(const char *str, size_t len) function php_output_flush (line 252) | php_output_flush(void) function PHPAPI (line 273) | PHPAPI void php_output_flush_all(void) function php_output_clean (line 283) | php_output_clean(void) function PHPAPI (line 299) | PHPAPI void php_output_clean_all(void) function php_output_end (line 311) | php_output_end(void) function PHPAPI (line 322) | PHPAPI void php_output_end_all(void) function php_output_discard (line 330) | php_output_discard(void) function PHPAPI (line 341) | PHPAPI void php_output_discard_all(void) function PHPAPI (line 351) | PHPAPI int php_output_get_level(void) function PHPAPI (line 359) | PHPAPI zend_result php_output_get_contents(zval *p) function PHPAPI (line 376) | PHPAPI zend_result php_output_get_length(zval *p) function PHPAPI (line 390) | PHPAPI php_output_handler* php_output_get_active_handler(void) function php_output_start_default (line 398) | php_output_start_default(void) function php_output_start_devnull (line 413) | php_output_start_devnull(void) function PHPAPI (line 428) | PHPAPI zend_result php_output_start_user(zval *output_handler, size_t ch... function PHPAPI (line 447) | PHPAPI zend_result php_output_start_internal(const char *name, size_t na... function PHPAPI (line 463) | PHPAPI php_output_handler *php_output_handler_create_user(zval *output_h... function PHPAPI (line 505) | PHPAPI php_output_handler *php_output_handler_create_internal(const char... function PHPAPI (line 520) | PHPAPI void php_output_handler_set_context(php_output_handler *handler, ... function PHPAPI (line 532) | PHPAPI zend_result php_output_handler_start(php_output_handler *handler) function PHPAPI (line 561) | PHPAPI bool php_output_handler_started(const char *name, size_t name_len) function PHPAPI (line 582) | PHPAPI bool php_output_handler_conflict(const char *handler_new, size_t ... function PHPAPI (line 598) | PHPAPI zend_result php_output_handler_conflict_register(const char *name... function PHPAPI (line 615) | PHPAPI zend_result php_output_handler_reverse_conflict_register(const ch... function PHPAPI (line 644) | PHPAPI php_output_handler_alias_ctor_t php_output_handler_alias(const ch... function PHPAPI (line 652) | PHPAPI zend_result php_output_handler_alias_register(const char *name, s... function PHPAPI (line 669) | PHPAPI zend_result php_output_handler_hook(php_output_handler_hook_t typ... function PHPAPI (line 698) | PHPAPI void php_output_handler_dtor(php_output_handler *handler) function PHPAPI (line 719) | PHPAPI void php_output_handler_free(php_output_handler **h) function PHPAPI (line 731) | PHPAPI void php_output_set_implicit_flush(int flush) function PHPAPI (line 743) | PHPAPI const char *php_output_get_start_filename(void) function PHPAPI (line 751) | PHPAPI int php_output_get_start_lineno(void) function php_output_lock_error (line 759) | static inline bool php_output_lock_error(int op) function php_output_context_init (line 774) | static inline void php_output_context_init(php_output_context *context, ... function php_output_context_reset (line 783) | static inline void php_output_context_reset(php_output_context *context) function php_output_context_feed (line 794) | static inline void php_output_context_feed(php_output_context *context, ... function php_output_context_swap (line 808) | static inline void php_output_context_swap(php_output_context *context) function php_output_context_pass (line 826) | static inline void php_output_context_pass(php_output_context *context) function php_output_context_dtor (line 841) | static inline void php_output_context_dtor(php_output_context *context) function php_output_handler (line 856) | static inline php_output_handler *php_output_handler_init(zend_string *n... function php_output_handler_append (line 873) | static inline bool php_output_handler_append(php_output_handler *handler... function php_output_handler_status_t (line 901) | static inline php_output_handler_status_t php_output_handler_op(php_outp... function php_output_op (line 1038) | static inline void php_output_op(int op, const char *str, size_t len) function php_output_stack_apply_op (line 1093) | static int php_output_stack_apply_op(void *h, void *c) function php_output_stack_apply_clean (line 1141) | static int php_output_stack_apply_clean(void *h, void *c) function php_output_stack_apply_list (line 1155) | static int php_output_stack_apply_list(void *h, void *z) function php_output_stack_apply_status (line 1167) | static int php_output_stack_apply_status(void *h, void *z) function zval (line 1179) | static inline zval *php_output_handler_status(php_output_handler *handle... function php_output_stack_pop (line 1198) | static int php_output_stack_pop(int flags) function zend_result (line 1253) | static zend_result php_output_handler_compat_func(void **handler_context... function zend_result (line 1279) | static zend_result php_output_handler_default_func(void **handler_contex... function zend_result (line 1288) | static zend_result php_output_handler_devnull_func(void **handler_contex... function PHP_FUNCTION (line 1299) | PHP_FUNCTION(ob_start) function PHP_FUNCTION (line 1322) | PHP_FUNCTION(ob_flush) function PHP_FUNCTION (line 1342) | PHP_FUNCTION(ob_clean) function PHP_FUNCTION (line 1362) | PHP_FUNCTION(ob_end_flush) function PHP_FUNCTION (line 1378) | PHP_FUNCTION(ob_end_clean) function PHP_FUNCTION (line 1394) | PHP_FUNCTION(ob_get_flush) function PHP_FUNCTION (line 1412) | PHP_FUNCTION(ob_get_clean) function PHP_FUNCTION (line 1434) | PHP_FUNCTION(ob_get_contents) function PHP_FUNCTION (line 1447) | PHP_FUNCTION(ob_get_level) function PHP_FUNCTION (line 1458) | PHP_FUNCTION(ob_get_length) function PHP_FUNCTION (line 1471) | PHP_FUNCTION(ob_list_handlers) function PHP_FUNCTION (line 1488) | PHP_FUNCTION(ob_get_status) function PHP_FUNCTION (line 1511) | PHP_FUNCTION(ob_implicit_flush) function PHP_FUNCTION (line 1524) | PHP_FUNCTION(output_reset_rewrite_vars) function PHP_FUNCTION (line 1539) | PHP_FUNCTION(output_add_rewrite_var) FILE: main/php.h type uid_t (line 92) | typedef int uid_t; type gid_t (line 93) | typedef int gid_t; type pid_t (line 95) | typedef int pid_t; type socklen_t (line 194) | typedef int socklen_t; type socklen_t (line 196) | typedef unsigned int socklen_t; function ZEND_ATTRIBUTE_DEPRECATED (line 314) | static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(erro... function ZEND_ATTRIBUTE_DEPRECATED (line 318) | static inline ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling(void... type zend_bool (line 434) | typedef bool zend_bool; type zend_intptr_t (line 435) | typedef intptr_t zend_intptr_t; type zend_uintptr_t (line 436) | typedef uintptr_t zend_uintptr_t; FILE: main/php_content_types.c function SAPI_API (line 32) | SAPI_API SAPI_POST_READER_FUNC(php_default_post_reader) function php_startup_sapi_content_types (line 44) | int php_startup_sapi_content_types(void) function php_setup_sapi_content_types (line 54) | int php_setup_sapi_content_types(void) FILE: main/php_getopt.h type opt_struct (line 24) | typedef struct _opt_struct { FILE: main/php_globals.h type php_core_globals (line 24) | typedef struct _php_core_globals php_core_globals; type _php_tick_function_entry (line 48) | struct _php_tick_function_entry type arg_separators (line 50) | typedef struct _arg_separators { type _php_core_globals (line 55) | struct _php_core_globals { FILE: main/php_ini.c type php_extension_lists (line 52) | typedef struct _php_extension_lists { function ZEND_COLD (line 69) | static ZEND_COLD void php_ini_displayer_cb(zend_ini_entry *ini_entry, in... function display_ini_entries (line 116) | void display_ini_entries(zend_module_entry *module) function PHPAPI (line 166) | PHPAPI void config_zval_dtor(zval *zvalue) function php_ini_parser_cb (line 183) | static void php_ini_parser_cb(zval *arg1, zval *arg2, zval *arg3, int ca... function php_load_php_extension_cb (line 314) | static void php_load_php_extension_cb(void *arg) function php_load_zend_extension_cb (line 324) | static void php_load_zend_extension_cb(void *arg) function php_load_zend_extension_cb (line 394) | static void php_load_zend_extension_cb(void *arg) { } function append_ini_path (line 398) | static void append_ini_path(char *php_ini_search_path, size_t search_pat... function php_init_config (line 410) | int php_init_config(void) function php_shutdown_config (line 732) | int php_shutdown_config(void) function php_ini_register_extensions (line 748) | void php_ini_register_extensions(void) function PHPAPI (line 759) | PHPAPI int php_parse_user_ini_file(const char *dirname, const char *ini_... function PHPAPI (line 800) | PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_t... function PHPAPI (line 815) | PHPAPI int php_ini_has_per_dir_config(void) function PHPAPI (line 864) | PHPAPI int php_ini_has_per_host_config(void) function PHPAPI (line 871) | PHPAPI void php_ini_activate_per_host_config(const char *host, size_t ho... function PHPAPI (line 885) | PHPAPI zval *cfg_get_entry_ex(zend_string *name) function PHPAPI (line 892) | PHPAPI zval *cfg_get_entry(const char *name, size_t name_length) function PHPAPI (line 899) | PHPAPI int cfg_get_long(const char *varname, zend_long *result) function PHPAPI (line 913) | PHPAPI int cfg_get_double(const char *varname, double *result) function PHPAPI (line 927) | PHPAPI int cfg_get_string(const char *varname, char **result) function PHPAPI (line 940) | PHPAPI HashTable* php_ini_get_configuration_hash(void) /* {{{ */ FILE: main/php_ini_builder.c function PHPAPI (line 22) | PHPAPI void php_ini_builder_prepend(struct php_ini_builder *b, const cha... function PHPAPI (line 31) | PHPAPI void php_ini_builder_unquoted(struct php_ini_builder *b, const ch... function PHPAPI (line 46) | PHPAPI void php_ini_builder_quoted(struct php_ini_builder *b, const char... function PHPAPI (line 63) | PHPAPI void php_ini_builder_define(struct php_ini_builder *b, const char... FILE: main/php_ini_builder.h type php_ini_builder (line 26) | struct php_ini_builder { function php_ini_builder_init (line 33) | static inline void php_ini_builder_init(struct php_ini_builder *b) function php_ini_builder_deinit (line 39) | static inline void php_ini_builder_deinit(struct php_ini_builder *b) type php_ini_builder (line 47) | struct php_ini_builder function php_ini_builder_realloc (line 62) | static inline void php_ini_builder_realloc(struct php_ini_builder *b, si... type php_ini_builder (line 74) | struct php_ini_builder type php_ini_builder (line 81) | struct php_ini_builder type php_ini_builder (line 86) | struct php_ini_builder type php_ini_builder (line 91) | struct php_ini_builder FILE: main/php_network.h type SOCKET (line 103) | typedef SOCKET php_socket_t; type php_socket_t (line 105) | typedef int php_socket_t; type php_pollfd (line 135) | typedef struct pollfd php_pollfd; type php_pollfd (line 137) | typedef struct _php_pollfd { function php_tvtoto (line 166) | static inline int php_tvtoto(struct timeval *timeouttv) function php_pollfd_for (line 178) | static inline int php_pollfd_for(php_socket_t fd, int events, struct tim... function php_pollfd_for_ms (line 196) | static inline int php_pollfd_for_ms(php_socket_t fd, int events, int tim... function _php_check_fd_setsize (line 217) | static inline bool _php_check_fd_setsize(php_socket_t *max_fd, int setsize) type php_sockaddr_storage (line 254) | typedef struct sockaddr_storage php_sockaddr_storage; type php_sockaddr_storage (line 256) | typedef struct { type sockaddr (line 268) | struct sockaddr type sockaddr (line 269) | struct sockaddr type timeval (line 272) | struct timeval type sockaddr (line 277) | struct sockaddr type timeval (line 280) | struct timeval type sockaddr (line 293) | struct sockaddr type timeval (line 295) | struct timeval type sockaddr (line 303) | struct sockaddr type sockaddr (line 309) | struct sockaddr type _php_netstream_data_t (line 317) | struct _php_netstream_data_t { type php_netstream_data_t (line 324) | typedef struct _php_netstream_data_t php_netstream_data_t; type timeval (line 333) | struct timeval type sockaddr (line 336) | struct sockaddr type sockaddr (line 340) | struct sockaddr type sockaddr (line 345) | struct sockaddr FILE: main/php_odbc_utils.c function PHPAPI (line 39) | PHPAPI bool php_odbc_connstr_is_quoted(const char *str) function PHPAPI (line 70) | PHPAPI bool php_odbc_connstr_should_quote(const char *str) function PHPAPI (line 78) | PHPAPI size_t php_odbc_connstr_estimate_quote_length(const char *in_str) function PHPAPI (line 91) | PHPAPI size_t php_odbc_connstr_quote(char *out_str, const char *in_str, ... FILE: main/php_open_temporary_file.c function php_do_open_temporary_file (line 92) | static int php_do_open_temporary_file(const char *path, const char *pfx,... function PHPAPI (line 236) | PHPAPI const char* php_get_temporary_directory(void) function PHPAPI (line 318) | PHPAPI int php_open_temporary_fd_ex(const char *dir, const char *pfx, ze... function PHPAPI (line 359) | PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, zend_... function PHPAPI (line 364) | PHPAPI FILE *php_open_temporary_file(const char *dir, const char *pfx, z... FILE: main/php_output.h type php_output_handler_status_t (line 49) | typedef enum _php_output_handler_status_t { type php_output_handler_hook_t (line 73) | typedef enum _php_output_handler_hook_t { type php_output_buffer (line 91) | typedef struct _php_output_buffer { type php_output_context (line 99) | typedef struct _php_output_context { type zend_result (line 108) | typedef zend_result (*php_output_handler_context_func_t)(void **handler_... type zend_result (line 112) | typedef zend_result (*php_output_handler_conflict_check_t)(const char *h... type _php_output_handler (line 114) | struct _php_output_handler type php_output_handler_user_func_t (line 116) | typedef struct _php_output_handler_user_func_t { type php_output_handler (line 122) | typedef struct _php_output_handler { FILE: main/php_reentrancy.h type tm (line 52) | struct tm type tm (line 56) | struct tm type tm (line 56) | struct tm type tm (line 74) | struct tm type tm (line 78) | struct tm type tm (line 85) | struct tm type tm (line 89) | struct tm type tm (line 89) | struct tm FILE: main/php_scandir.c function PHPAPI (line 45) | PHPAPI int php_alphasort(const struct dirent **a, const struct dirent **b) function PHPAPI (line 52) | PHPAPI int php_scandir(const char *dirname, struct dirent **namelist[], ... FILE: main/php_scandir.h type dirent (line 37) | struct dirent type dirent (line 37) | struct dirent type dirent (line 37) | struct dirent type dirent (line 37) | struct dirent type dirent (line 43) | struct dirent type dirent (line 43) | struct dirent FILE: main/php_stdint.h type u_char (line 47) | typedef unsigned __int8 u_char; FILE: main/php_streams.h type php_stream (line 96) | typedef struct _php_stream php_stream; type php_stream_wrapper (line 97) | typedef struct _php_stream_wrapper php_stream_wrapper; type php_stream_context (line 98) | typedef struct _php_stream_context php_stream_context; type php_stream_filter (line 99) | typedef struct _php_stream_filter php_stream_filter; type php_stream_statbuf (line 104) | typedef struct _php_stream_statbuf { type php_stream_dirent (line 109) | typedef struct _php_stream_dirent { type php_stream_ops (line 115) | typedef struct _php_stream_ops { type php_stream_wrapper_ops (line 131) | typedef struct _php_stream_wrapper_ops { type _php_stream_wrapper (line 160) | struct _php_stream_wrapper { type _php_stream (line 196) | struct _php_stream { function php_is_stream_path (line 626) | static inline bool php_is_stream_path(const char *filename) FILE: main/php_syslog.c function PHPAPI (line 35) | PHPAPI void php_syslog_str(int priority, const zend_string* message) function php_openlog (line 74) | void php_openlog(const char *ident, int option, int facility) function php_closelog (line 80) | void php_closelog(void) function PHPAPI (line 87) | PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ function PHPAPI (line 106) | PHPAPI void php_syslog(int priority, const char *format, ...) /* {{{ */ FILE: main/php_ticks.c type st_tick_function (line 20) | struct st_tick_function function php_startup_ticks (line 26) | int php_startup_ticks(void) function php_deactivate_ticks (line 32) | void php_deactivate_ticks(void) function php_shutdown_ticks (line 37) | void php_shutdown_ticks(php_core_globals *core_globals) function php_compare_tick_functions (line 42) | static int php_compare_tick_functions(void *elem1, void *elem2) function PHPAPI (line 49) | PHPAPI void php_add_tick_function(void (*func)(int, void*), void * arg) function PHPAPI (line 55) | PHPAPI void php_remove_tick_function(void (*func)(int, void *), void * arg) function php_tick_iterator (line 61) | static void php_tick_iterator(void *d, void *arg) function php_run_ticks (line 67) | void php_run_ticks(int count) FILE: main/php_variables.c function PHPAPI (line 36) | PHPAPI void php_register_variable(const char *var, const char *strval, z... function PHPAPI (line 42) | PHPAPI void php_register_variable_safe(const char *var, const char *strv... function zend_always_inline (line 52) | static zend_always_inline void php_register_variable_quick(const char *n... function PHPAPI (line 60) | PHPAPI void php_register_known_variable(const char *var_name, size_t var... function php_is_forbidden_variable_name (line 95) | static bool php_is_forbidden_variable_name(const char *mangled_name, siz... function PHPAPI (line 108) | PHPAPI void php_register_variable_ex(const char *var_name, zval *val, zv... type post_var_data_t (line 332) | typedef struct post_var_data { function add_post_var (line 342) | static bool add_post_var(zval *arr, post_var_data_t *var, bool eof) function add_post_vars (line 393) | static inline int add_post_vars(zval *arr, post_var_data_t *vars, bool eof) function SAPI_API (line 420) | SAPI_API SAPI_POST_HANDLER_FUNC(php_std_post_handler) function SAPI_API (line 455) | SAPI_API SAPI_INPUT_FILTER_FUNC(php_default_input_filter) function SAPI_API (line 462) | SAPI_API SAPI_TREAT_DATA_FUNC(php_default_treat_data) function zend_always_inline (line 592) | static zend_always_inline int valid_environment_name(const char *name, c... function zend_always_inline (line 604) | static zend_always_inline void import_environment_variable(HashTable *ht... function _php_import_environment_variables (line 629) | static void _php_import_environment_variables(zval *array_ptr) function _php_load_environment_variables (line 652) | static void _php_load_environment_variables(zval *array_ptr) function PHPAPI (line 658) | PHPAPI void php_build_argv(const char *s, zval *track_vars_array) function php_register_server_variables (line 716) | static inline void php_register_server_variables(void) function php_autoglobal_merge (line 754) | static void php_autoglobal_merge(HashTable *dest, HashTable *src) function PHPAPI (line 785) | PHPAPI int php_hash_environment(void) function php_auto_globals_create_get (line 796) | static bool php_auto_globals_create_get(zend_string *name) function php_auto_globals_create_post (line 811) | static bool php_auto_globals_create_post(zend_string *name) function php_auto_globals_create_cookie (line 830) | static bool php_auto_globals_create_cookie(zend_string *name) function php_auto_globals_create_files (line 845) | static bool php_auto_globals_create_files(zend_string *name) function check_http_proxy (line 858) | static void check_http_proxy(HashTable *var_table) function php_auto_globals_create_server (line 873) | static bool php_auto_globals_create_server(zend_string *name) function php_auto_globals_create_env (line 911) | static bool php_auto_globals_create_env(zend_string *name) function php_auto_globals_create_request (line 927) | static bool php_auto_globals_create_request(zend_string *name) function php_startup_auto_globals (line 971) | void php_startup_auto_globals(void) FILE: main/reentrancy.c function PHPAPI (line 55) | PHPAPI char *php_ctime_r(const time_t *clock, char *buf) function PHPAPI (line 62) | PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) function tm (line 78) | tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) function PHPAPI (line 85) | PHPAPI char *php_ctime_r(const time_t *clock, char *buf) function PHPAPI (line 92) | PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) function tm (line 99) | tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) function tm (line 110) | tm *php_localtime_r(const time_t *const timep, struct tm *p_tm) function PHPAPI (line 131) | PHPAPI char *php_ctime_r(const time_t *clock, char *buf) function PHPAPI (line 152) | PHPAPI char *php_asctime_r(const struct tm *tm, char *buf) function tm (line 173) | tm *php_gmtime_r(const time_t *const timep, struct tm *p_tm) function reentrancy_startup (line 194) | void reentrancy_startup(void) function reentrancy_shutdown (line 203) | void reentrancy_shutdown(void) function PHPAPI (line 262) | PHPAPI char * FILE: main/rfc1867.c function dummy_encoding_translation (line 38) | static int dummy_encoding_translation(void) function normalize_protected_variable (line 63) | static void normalize_protected_variable(char *varname) /* {{{ */ function add_protected_variable (line 121) | static void add_protected_variable(char *varname) /* {{{ */ function is_protected_variable (line 128) | static bool is_protected_variable(char *varname) /* {{{ */ function safe_php_register_variable (line 135) | static void safe_php_register_variable(char *var, char *strval, size_t v... function safe_php_register_variable_ex (line 143) | static void safe_php_register_variable_ex(char *var, zval *val, zval *tr... function register_http_post_files_variable (line 151) | static void register_http_post_files_variable(char *strvar, char *val, z... function register_http_post_files_variable_ex (line 157) | static void register_http_post_files_variable_ex(char *var, zval *val, z... function free_filename (line 163) | static void free_filename(zval *el) { function PHPAPI (line 168) | PHPAPI void destroy_uploaded_files_hash(void) /* {{{ */ type multipart_buffer (line 186) | typedef struct { type mime_header_entry (line 204) | typedef struct { function fill_buffer (line 213) | static int fill_buffer(multipart_buffer *self) function multipart_buffer_eof (line 249) | static int multipart_buffer_eof(multipart_buffer *self) function multipart_buffer (line 255) | static multipart_buffer *multipart_buffer_new(char *boundary, int bounda... function php_free_hdr_entry (line 343) | static void php_free_hdr_entry(mime_header_entry *h) function find_boundary (line 354) | static int find_boundary(multipart_buffer *self, char *boundary) function multipart_buffer_headers (line 372) | static int multipart_buffer_headers(multipart_buffer *self, zend_llist *... function multipart_buffer_read (line 580) | static size_t multipart_buffer_read(multipart_buffer *self, char *buf, s... function SAPI_API (line 651) | SAPI_API SAPI_POST_HANDLER_FUNC(rfc1867_post_handler) FILE: main/rfc1867.h type multipart_event_start (line 40) | typedef struct _multipart_event_start { type multipart_event_formdata (line 44) | typedef struct _multipart_event_formdata { type multipart_event_file_start (line 52) | typedef struct _multipart_event_file_start { type multipart_event_file_data (line 58) | typedef struct _multipart_event_file_data { type multipart_event_file_end (line 66) | typedef struct _multipart_event_file_end { type multipart_event_end (line 72) | typedef struct _multipart_event_end { FILE: main/safe_bcmp.c function PHPAPI (line 26) | PHPAPI int php_safe_bcmp(const zend_string *a, const zend_string *b) FILE: main/snprintf.c function PHPAPI (line 213) | PHPAPI char * ap_php_conv_10(int64_t num, bool is_unsigned, function PHPAPI (line 271) | PHPAPI char * php_conv_fp(char format, double num, function PHPAPI (line 376) | PHPAPI char * ap_php_conv_p2(uint64_t num, int nbits, char format, char ... type buf_area (line 409) | struct buf_area { type buffy (line 414) | typedef struct buf_area buffy; function format_converter (line 473) | static size_t format_converter(buffy * odp, const char *fmt, va_list ap)... function strx_printv (line 1073) | static size_t strx_printv(char *buf, size_t len, const char *format, va_... function PHPAPI (line 1102) | PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...... function PHPAPI (line 1118) | PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, v... function PHPAPI (line 1129) | PHPAPI int ap_php_snprintf(char *buf, size_t len, const char *format,...... function PHPAPI (line 1141) | PHPAPI int ap_php_vsnprintf(char *buf, size_t len, const char *format, v... function PHPAPI (line 1148) | PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap) ... function PHPAPI (line 1172) | PHPAPI int ap_php_asprintf(char **buf, const char *format, ...) /* {{{ */ FILE: main/snprintf.h type length_modifier_e (line 114) | typedef enum { FILE: main/spprintf.c function xbuf_format_converter (line 181) | static void xbuf_format_converter(void *xbuf, bool is_char, const char *... function PHPAPI (line 776) | PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *fo... function PHPAPI (line 782) | PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, ... FILE: main/streams/cast.c type cookie_io_functions_t (line 40) | typedef struct { function FILE (line 47) | FILE *fopencookie(void *cookie, const char *mode, cookie_io_functions_t ... function stream_cookie_reader (line 68) | static int stream_cookie_reader(void *cookie, char *buffer, int size) function stream_cookie_writer (line 76) | static int stream_cookie_writer(void *cookie, const char *buffer, int size) function PHP_FPOS_T (line 82) | static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position... function stream_cookie_closer (line 88) | static int stream_cookie_closer(void *cookie) function stream_cookie_reader (line 98) | static ssize_t stream_cookie_reader(void *cookie, char *buffer, size_t s... function stream_cookie_writer (line 106) | static ssize_t stream_cookie_writer(void *cookie, const char *buffer, si... function stream_cookie_seeker (line 115) | static int stream_cookie_seeker(void *cookie, off_t *position, int whence) function stream_cookie_closer (line 127) | static int stream_cookie_closer(void *cookie) function php_stream_mode_sanitize_fdopen_fopencookie (line 151) | void php_stream_mode_sanitize_fdopen_fopencookie(php_stream *stream, cha... function PHPAPI (line 194) | PHPAPI int _php_stream_cast(php_stream *stream, int castas, void **ret, ... function PHPAPI (line 350) | PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, i... function PHPAPI (line 373) | PHPAPI int _php_stream_make_seekable(php_stream *origstream, php_stream ... FILE: main/streams/filter.c function PHPAPI (line 31) | PHPAPI HashTable *php_get_stream_filters_hash_global(void) function PHPAPI (line 37) | PHPAPI HashTable *_php_get_stream_filters_hash(void) function PHPAPI (line 43) | PHPAPI int php_stream_filter_register_factory(const char *filterpattern,... function PHPAPI (line 52) | PHPAPI int php_stream_filter_unregister_factory(const char *filterpattern) function PHPAPI (line 58) | PHPAPI int php_stream_filter_register_factory_volatile(zend_string *filt... function PHPAPI (line 71) | PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char... function PHPAPI (line 104) | PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bu... function PHPAPI (line 128) | PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_buc... function PHPAPI (line 150) | PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket) function PHPAPI (line 160) | PHPAPI void php_stream_bucket_prepend(php_stream_bucket_brigade *brigade... function PHPAPI (line 174) | PHPAPI void php_stream_bucket_append(php_stream_bucket_brigade *brigade,... function PHPAPI (line 193) | PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket) function PHPAPI (line 221) | PHPAPI php_stream_filter *php_stream_filter_create(const char *filternam... function PHPAPI (line 265) | PHPAPI php_stream_filter *_php_stream_filter_alloc(const php_stream_filt... function PHPAPI (line 279) | PHPAPI void php_stream_filter_free(php_stream_filter *filter) function PHPAPI (line 286) | PHPAPI int php_stream_filter_prepend_ex(php_stream_filter_chain *chain, ... function PHPAPI (line 302) | PHPAPI void _php_stream_filter_prepend(php_stream_filter_chain *chain, p... function PHPAPI (line 307) | PHPAPI int php_stream_filter_append_ex(php_stream_filter_chain *chain, p... function PHPAPI (line 393) | PHPAPI void _php_stream_filter_append(php_stream_filter_chain *chain, ph... function PHPAPI (line 406) | PHPAPI int _php_stream_filter_flush(php_stream_filter *filter, int finish) function PHPAPI (line 491) | PHPAPI php_stream_filter *php_stream_filter_remove(php_stream_filter *fi... FILE: main/streams/glob_wrapper.c type glob_s_t (line 36) | typedef struct { function PHPAPI (line 49) | PHPAPI char* _php_glob_stream_get_path(php_stream *stream, size_t *plen ... function PHPAPI (line 67) | PHPAPI char* _php_glob_stream_get_pattern(php_stream *stream, size_t *pl... function php_glob_stream_get_result_count (line 85) | static inline int php_glob_stream_get_result_count(glob_s_t *pglob) function PHPAPI (line 90) | PHPAPI int _php_glob_stream_get_count(php_stream *stream, int *pflags ST... function php_glob_stream_path_split (line 108) | static void php_glob_stream_path_split(glob_s_t *pglob, const char *path... function php_glob_stream_read (line 136) | static ssize_t php_glob_stream_read(php_stream *stream, char *buf, size_... function php_glob_stream_close (line 167) | static int php_glob_stream_close(php_stream *stream, int close_handle) ... function php_glob_stream_rewind (line 189) | static int php_glob_stream_rewind(php_stream *stream, zend_off_t offset,... function php_stream (line 215) | static php_stream *php_glob_stream_opener(php_stream_wrapper *wrapper, c... FILE: main/streams/memory.c type php_stream_memory_data (line 37) | typedef struct { function php_stream_memory_write (line 45) | static ssize_t php_stream_memory_write(php_stream *stream, const char *b... function php_stream_memory_read (line 78) | static ssize_t php_stream_memory_read(php_stream *stream, char *buf, siz... function php_stream_memory_close (line 102) | static int php_stream_memory_close(php_stream *stream, int close_handle) function php_stream_memory_flush (line 114) | static int php_stream_memory_flush(php_stream *stream) function php_stream_memory_seek (line 123) | static int php_stream_memory_seek(php_stream *stream, zend_off_t offset,... function php_stream_memory_cast (line 187) | static int php_stream_memory_cast(php_stream *stream, int castas, void *... function php_stream_memory_stat (line 193) | static int php_stream_memory_stat(php_stream *stream, php_stream_statbuf... function php_stream_memory_set_option (line 225) | static int php_stream_memory_set_option(php_stream *stream, int option, ... function PHPAPI (line 271) | PHPAPI int php_stream_mode_from_str(const char *mode) function PHPAPI (line 283) | PHPAPI const char *_php_stream_mode_to_str(int mode) function PHPAPI (line 295) | PHPAPI php_stream *_php_stream_memory_create(int mode STREAMS_DC) function PHPAPI (line 313) | PHPAPI php_stream *_php_stream_memory_open(int mode, zend_string *buf ST... type php_stream_temp_data (line 340) | typedef struct { function php_stream_temp_write (line 350) | static ssize_t php_stream_temp_write(php_stream *stream, const char *buf... function php_stream_temp_read (line 381) | static ssize_t php_stream_temp_read(php_stream *stream, char *buf, size_... function php_stream_temp_close (line 402) | static int php_stream_temp_close(php_stream *stream, int close_handle) function php_stream_temp_flush (line 429) | static int php_stream_temp_flush(php_stream *stream) function php_stream_temp_seek (line 440) | static int php_stream_temp_seek(php_stream *stream, zend_off_t offset, i... function php_stream_temp_cast (line 460) | static int php_stream_temp_cast(php_stream *stream, int castas, void **ret) function php_stream_temp_stat (line 510) | static int php_stream_temp_stat(php_stream *stream, php_stream_statbuf *... function php_stream_temp_set_option (line 521) | static int php_stream_temp_set_option(php_stream *stream, int option, in... function PHPAPI (line 553) | PHPAPI php_stream *_php_stream_temp_create_ex(int mode, size_t max_memor... function PHPAPI (line 575) | PHPAPI php_stream *_php_stream_temp_create(int mode, size_t max_memory_u... function PHPAPI (line 582) | PHPAPI php_stream *_php_stream_temp_open(int mode, size_t max_memory_usa... function php_stream (line 612) | static php_stream * php_stream_url_wrap_rfc2397(php_stream_wrapper *wrap... FILE: main/streams/mmap.c function PHPAPI (line 21) | PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, s... function PHPAPI (line 39) | PHPAPI int _php_stream_mmap_unmap(php_stream *stream) function PHPAPI (line 44) | PHPAPI int _php_stream_mmap_unmap_ex(php_stream *stream, zend_off_t read... FILE: main/streams/php_stream_context.h type php_stream_notifier (line 39) | typedef struct _php_stream_notifier php_stream_notifier; type _php_stream_notifier (line 41) | struct _php_stream_notifier { type _php_stream_context (line 49) | struct _php_stream_context { FILE: main/streams/php_stream_filter_api.h type php_stream_bucket (line 37) | typedef struct _php_stream_bucket php_stream_bucket; type php_stream_bucket_brigade (line 38) | typedef struct _php_stream_bucket_brigade php_stream_bucket_brigade; type _php_stream_bucket (line 40) | struct _php_stream_bucket { type _php_stream_bucket_brigade (line 54) | struct _php_stream_bucket_brigade { type php_stream_filter_status_t (line 58) | typedef enum { type php_stream_filter_ops (line 80) | typedef struct _php_stream_filter_ops { type php_stream_filter_chain (line 97) | typedef struct _php_stream_filter_chain { type _php_stream_filter (line 104) | struct _php_stream_filter { type php_stream_filter_factory (line 140) | typedef struct _php_stream_filter_factory { FILE: main/streams/php_stream_mmap.h type php_stream_mmap_operation_t (line 26) | typedef enum { type php_stream_mmap_access_t (line 37) | typedef enum { type php_stream_mmap_range (line 44) | typedef struct { FILE: main/streams/php_stream_transport.h type php_stream (line 26) | typedef php_stream *(php_stream_transport_factory_func)(const char *prot... type php_stream_transport_factory_func (line 31) | typedef php_stream_transport_factory_func *php_stream_transport_factory; type timeval (line 48) | struct timeval type timeval (line 67) | struct timeval type timeval (line 83) | struct timeval type php_stream_xport_send_recv_flags (line 93) | enum php_stream_xport_send_recv_flags { type stream_shutdown_t (line 109) | typedef enum { type php_stream_xport_param (line 123) | typedef struct _php_stream_xport_param { type php_stream_xport_crypt_method_t (line 164) | typedef enum { type php_stream_xport_crypto_param (line 198) | typedef struct _php_stream_xport_crypto_param { FILE: main/streams/plain_wrapper.c function PHPAPI (line 75) | PHPAPI int php_stream_parse_fopen_modes(const char *mode, int *open_flags) type php_stdio_stream_data (line 135) | typedef struct { function do_fstat (line 166) | static int do_fstat(php_stdio_stream_data *d, int force) function php_stream (line 181) | static php_stream *_php_stream_fopen_from_fd_int(int fd, const char *mod... function php_stream (line 201) | static php_stream *_php_stream_fopen_from_file_int(FILE *file, const cha... function PHPAPI (line 221) | PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, con... function PHPAPI (line 254) | PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC) function detect_is_seekable (line 259) | static void detect_is_seekable(php_stdio_stream_data *self) { function PHPAPI (line 303) | PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, c... function PHPAPI (line 332) | PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *m... function PHPAPI (line 351) | PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *m... function php_stdiop_write (line 374) | static ssize_t php_stdiop_write(php_stream *stream, const char *buf, siz... function php_stdiop_read (line 421) | static ssize_t php_stdiop_read(php_stream *stream, char *buf, size_t count) function php_stdiop_close (line 508) | static int php_stdiop_close(php_stream *stream, int close_handle) function php_stdiop_flush (line 573) | static int php_stdiop_flush(php_stream *stream) function php_stdiop_sync (line 595) | static int php_stdiop_sync(php_stream *stream, bool dataonly) function php_stdiop_seek (line 616) | static int php_stdiop_seek(php_stream *stream, zend_off_t offset, int wh... function php_stdiop_cast (line 645) | static int php_stdiop_cast(php_stream *stream, int castas, void **ret) function php_stdiop_stat (line 703) | static int php_stdiop_stat(php_stream *stream, php_stream_statbuf *ssb) function php_stdiop_set_option (line 716) | static int php_stdiop_set_option(php_stream *stream, int option, int val... function php_plain_files_dirstream_read (line 1065) | static ssize_t php_plain_files_dirstream_read(php_stream *stream, char *... function php_plain_files_dirstream_close (line 1088) | static int php_plain_files_dirstream_close(php_stream *stream, int close... function php_plain_files_dirstream_rewind (line 1093) | static int php_plain_files_dirstream_rewind(php_stream *stream, zend_off... function php_stream (line 1109) | static php_stream *php_plain_files_dir_opener(php_stream_wrapper *wrappe... function PHPAPI (line 1148) | PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *m... function php_stream (line 1259) | static php_stream *php_plain_files_stream_opener(php_stream_wrapper *wra... function php_plain_files_url_stater (line 1269) | static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const... function php_plain_files_unlink (line 1295) | static int php_plain_files_unlink(php_stream_wrapper *wrapper, const cha... function php_plain_files_rename (line 1323) | static int php_plain_files_rename(php_stream_wrapper *wrapper, const cha... function php_plain_files_mkdir (line 1430) | static int php_plain_files_mkdir(php_stream_wrapper *wrapper, const char... function php_plain_files_rmdir (line 1533) | static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char... function php_plain_files_metadata (line 1562) | static int php_plain_files_metadata(php_stream_wrapper *wrapper, const c... function PHPAPI (line 1669) | PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, con... FILE: main/streams/streams.c function PHPAPI (line 42) | PHPAPI int php_file_le_stream(void) function PHPAPI (line 47) | PHPAPI int php_file_le_pstream(void) function PHPAPI (line 52) | PHPAPI int php_file_le_stream_filter(void) function PHPAPI (line 57) | PHPAPI HashTable *_php_stream_get_url_stream_wrappers_hash(void) function PHPAPI (line 62) | PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash_global(void) function forget_persistent_resource_id_numbers (line 67) | static int forget_persistent_resource_id_numbers(zval *el) function PHP_RSHUTDOWN_FUNCTION (line 92) | PHP_RSHUTDOWN_FUNCTION(streams) function PHPAPI (line 102) | PHPAPI php_stream *php_stream_encloses(php_stream *enclosing, php_stream... function PHPAPI (line 111) | PHPAPI int php_stream_from_persistent_id(const char *persistent_id, php_... function zend_llist (line 143) | static zend_llist *php_get_wrapper_errors_list(php_stream_wrapper *wrapper) function php_stream_display_wrapper_errors (line 153) | static void php_stream_display_wrapper_errors(php_stream_wrapper *wrappe... function php_stream_tidy_wrapper_error_log (line 224) | static void php_stream_tidy_wrapper_error_log(php_stream_wrapper *wrapper) function wrapper_error_dtor (line 231) | static void wrapper_error_dtor(void *error) function wrapper_list_dtor (line 236) | static void wrapper_list_dtor(zval *item) { function PHPAPI (line 242) | PHPAPI void php_stream_wrapper_log_error(const php_stream_wrapper *wrapp... function PHPAPI (line 279) | PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *ab... function PHPAPI (line 331) | PHPAPI int _php_stream_free_enclosed(php_stream *stream_enclosed, int cl... function _php_stream_free_persistent (line 359) | static int _php_stream_free_persistent(zval *zv, void *pStream) function PHPAPI (line 366) | PHPAPI int _php_stream_free(php_stream *stream, int close_options) /* {{... function PHPAPI (line 542) | PHPAPI zend_result _php_stream_fill_read_buffer(php_stream *stream, size... function PHPAPI (line 714) | PHPAPI ssize_t _php_stream_read(php_stream *stream, char *buf, size_t size) function PHPAPI (line 800) | PHPAPI zend_string *php_stream_read_to_str(php_stream *stream, size_t len) function PHPAPI (line 818) | PHPAPI bool _php_stream_eof(php_stream *stream) function PHPAPI (line 835) | PHPAPI int _php_stream_putc(php_stream *stream, int c) function PHPAPI (line 845) | PHPAPI int _php_stream_getc(php_stream *stream) function PHPAPI (line 855) | PHPAPI bool _php_stream_puts(php_stream *stream, const char *buf) function PHPAPI (line 867) | PHPAPI int _php_stream_stat(php_stream *stream, php_stream_statbuf *ssb) function PHPAPI (line 887) | PHPAPI const char *php_stream_locate_eol(php_stream *stream, zend_string... function PHPAPI (line 929) | PHPAPI char *_php_stream_get_line(php_stream *stream, char *buf, size_t ... function PHPAPI (line 1075) | PHPAPI zend_string *php_stream_get_record(php_stream *stream, size_t max... function _php_stream_write_buffer (line 1166) | static ssize_t _php_stream_write_buffer(php_stream *stream, const char *... function _php_stream_write_filtered (line 1222) | static ssize_t _php_stream_write_filtered(php_stream *stream, const char... function PHPAPI (line 1294) | PHPAPI int _php_stream_flush(php_stream *stream, int closing) function PHPAPI (line 1311) | PHPAPI ssize_t _php_stream_write(php_stream *stream, const char *buf, si... function PHPAPI (line 1338) | PHPAPI ssize_t _php_stream_printf(php_stream *stream, const char *fmt, ...) function PHPAPI (line 1358) | PHPAPI zend_off_t _php_stream_tell(php_stream *stream) function PHPAPI (line 1363) | PHPAPI int _php_stream_seek(php_stream *stream, zend_off_t offset, int w... function PHPAPI (line 1460) | PHPAPI int _php_stream_set_option(php_stream *stream, int option, int va... function PHPAPI (line 1494) | PHPAPI int _php_stream_sync(php_stream *stream, bool data_only) function PHPAPI (line 1503) | PHPAPI int _php_stream_truncate_set_size(php_stream *stream, size_t news... function PHPAPI (line 1508) | PHPAPI ssize_t _php_stream_passthru(php_stream * stream STREAMS_DC) function PHPAPI (line 1547) | PHPAPI zend_string *_php_stream_copy_to_mem(php_stream *src, size_t maxl... function PHPAPI (line 1640) | PHPAPI zend_result _php_stream_copy_to_stream_ex(php_stream *src, php_st... function _php_stream_copy_to_stream (line 1839) | size_t _php_stream_copy_to_stream(php_stream *src, php_stream *dest, siz... function stream_resource_regular_dtor (line 1852) | static void stream_resource_regular_dtor(zend_resource *rsrc) function stream_resource_persistent_dtor (line 1859) | static void stream_resource_persistent_dtor(zend_resource *rsrc) function php_shutdown_stream_hashes (line 1865) | void php_shutdown_stream_hashes(void) function php_init_stream_wrappers (line 1887) | int php_init_stream_wrappers(int module_number) function php_shutdown_stream_wrappers (line 1911) | void php_shutdown_stream_wrappers(int module_number) function zend_result (line 1921) | static inline zend_result php_stream_wrapper_scheme_validate(const char ... function PHPAPI (line 1938) | PHPAPI zend_result php_register_url_stream_wrapper(const char *protocol,... function PHPAPI (line 1954) | PHPAPI zend_result php_unregister_url_stream_wrapper(const char *protocol) function clone_wrapper_hash (line 1959) | static void clone_wrapper_hash(void) function PHPAPI (line 1967) | PHPAPI zend_result php_register_url_stream_wrapper_volatile(zend_string ... function PHPAPI (line 1980) | PHPAPI zend_result php_unregister_url_stream_wrapper_volatile(zend_strin... function PHPAPI (line 1991) | PHPAPI php_stream_wrapper *php_stream_locate_url_wrapper(const char *pat... FILE: main/streams/transports.c function PHPAPI (line 23) | PHPAPI HashTable *php_stream_xport_get_hash(void) function PHPAPI (line 28) | PHPAPI int php_stream_xport_register(const char *protocol, php_stream_tr... function PHPAPI (line 37) | PHPAPI int php_stream_xport_unregister(const char *protocol) function PHPAPI (line 52) | PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t nam... function PHPAPI (line 201) | PHPAPI int php_stream_xport_bind(php_stream *stream, function PHPAPI (line 229) | PHPAPI int php_stream_xport_connect(php_stream *stream, function PHPAPI (line 265) | PHPAPI int php_stream_xport_listen(php_stream *stream, int backlog, zend... function PHPAPI (line 289) | PHPAPI int php_stream_xport_accept(php_stream *stream, php_stream **client, function PHPAPI (line 327) | PHPAPI int php_stream_xport_get_name(php_stream *stream, int want_peer, function PHPAPI (line 357) | PHPAPI int php_stream_xport_crypto_setup(php_stream *stream, php_stream_... function PHPAPI (line 378) | PHPAPI int php_stream_xport_crypto_enable(php_stream *stream, int activate) function PHPAPI (line 400) | PHPAPI int php_stream_xport_recvfrom(php_stream *stream, char *buf, size... function PHPAPI (line 469) | PHPAPI int php_stream_xport_sendto(php_stream *stream, const char *buf, ... function PHPAPI (line 509) | PHPAPI int php_stream_xport_shutdown(php_stream *stream, stream_shutdown... FILE: main/streams/userspace.c type php_user_stream_wrapper (line 38) | struct php_user_stream_wrapper { function stream_wrapper_dtor (line 71) | static void stream_wrapper_dtor(zend_resource *rsrc) function PHP_MINIT_FUNCTION (line 80) | PHP_MINIT_FUNCTION(user_streams) type _php_userstream_data (line 91) | struct _php_userstream_data { type php_userstream_data_t (line 95) | typedef struct _php_userstream_data php_userstream_data_t; function zend_result (line 254) | static zend_result call_method_if_exists( function user_stream_create_object (line 261) | static void user_stream_create_object(struct php_user_stream_wrapper *uw... function php_stream (line 293) | static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, cons... function user_wrapper_close (line 386) | static int user_wrapper_close(php_stream_wrapper *wrapper, php_stream *s... function php_stream (line 394) | static php_stream *user_wrapper_opendir(php_stream_wrapper *wrapper, con... function PHP_FUNCTION (line 462) | PHP_FUNCTION(stream_wrapper_register) function PHP_FUNCTION (line 502) | PHP_FUNCTION(stream_wrapper_unregister) function PHP_FUNCTION (line 529) | PHP_FUNCTION(stream_wrapper_restore) function php_userstreamop_write (line 563) | static ssize_t php_userstreamop_write(php_stream *stream, const char *bu... function php_userstreamop_read (line 612) | static ssize_t php_userstreamop_read(php_stream *stream, char *buf, size... function php_userstreamop_close (line 690) | static int php_userstreamop_close(php_stream *stream, int close_handle) function php_userstreamop_flush (line 713) | static int php_userstreamop_flush(php_stream *stream) function php_userstreamop_seek (line 737) | static int php_userstreamop_seek(php_stream *stream, zend_off_t offset, ... function statbuf_from_array (line 801) | static void statbuf_from_array(zval *array, php_stream_statbuf *ssb) function php_userstreamop_stat (line 837) | static int php_userstreamop_stat(php_stream *stream, php_stream_statbuf ... function php_userstreamop_set_option (line 866) | static int php_userstreamop_set_option(php_stream *stream, int option, i... function user_wrapper_unlink (line 1032) | static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *... function user_wrapper_rename (line 1070) | static int user_wrapper_rename(php_stream_wrapper *wrapper, const char *... function user_wrapper_mkdir (line 1111) | static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *u... function user_wrapper_rmdir (line 1154) | static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, function user_wrapper_metadata (line 1195) | static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char... function user_wrapper_stat_url (line 1262) | static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char... function php_userstreamop_readdir (line 1309) | static ssize_t php_userstreamop_readdir(php_stream *stream, char *buf, s... function php_userstreamop_closedir (line 1343) | static int php_userstreamop_closedir(php_stream *stream, int close_handle) function php_userstreamop_rewinddir (line 1365) | static int php_userstreamop_rewinddir(php_stream *stream, zend_off_t off... function php_userstreamop_cast (line 1382) | static int php_userstreamop_cast(php_stream *stream, int castas, void **... FILE: main/streams/userspace_arginfo.h function register_userspace_symbols (line 4) | static void register_userspace_symbols(int module_number) FILE: main/streams/xp_socket.c function php_sockop_write (line 57) | static ssize_t php_sockop_write(php_stream *stream, const char *buf, siz... function php_sock_stream_wait_for_data (line 123) | static void php_sock_stream_wait_for_data(php_stream *stream, php_netstr... function php_sockop_read (line 159) | static ssize_t php_sockop_read(php_stream *stream, char *buf, size_t count) function php_sockop_close (line 212) | static int php_sockop_close(php_stream *stream, int close_handle) function php_sockop_flush (line 255) | static int php_sockop_flush(php_stream *stream) function php_sockop_stat (line 264) | static int php_sockop_stat(php_stream *stream, php_stream_statbuf *ssb) function sock_sendto (line 275) | static inline int sock_sendto(php_netstream_data_t *sock, const char *bu... function sock_recvfrom (line 292) | static inline int sock_recvfrom(php_netstream_data_t *sock, char *buf, s... function php_sockop_set_option (line 331) | static int php_sockop_set_option(php_stream *stream, int option, int val... function php_sockop_cast (line 497) | static int php_sockop_cast(php_stream *stream, int castas, void **ret) function parse_unix_address (line 588) | static inline int parse_unix_address(php_stream_xport_param *xparam, str... function php_tcp_sockop_bind (line 665) | static inline int php_tcp_sockop_bind(php_stream *stream, php_netstream_... function php_tcp_sockop_connect (line 745) | static inline int php_tcp_sockop_connect(php_stream *stream, php_netstre... function php_tcp_sockop_accept (line 858) | static inline int php_tcp_sockop_accept(php_stream *stream, php_netstrea... function php_tcp_sockop_set_option (line 904) | static int php_tcp_sockop_set_option(php_stream *stream, int option, int... type timeval (line 939) | struct timeval FILE: main/strlcat.c function PHPAPI (line 64) | PHPAPI size_t php_strlcat(char *dst, const char *src, size_t siz) FILE: main/strlcpy.c function PHPAPI (line 62) | PHPAPI size_t php_strlcpy(char *dst, const char *src, size_t siz) FILE: run-tests.php function show_usage (line 32) | function show_usage(): void function main (line 143) | function main(): void function hrtime (line 797) | function hrtime(bool $as_num = false) function verify_config (line 810) | function verify_config(string $php): void function write_information (line 824) | function write_information(array $user_tests, $phpdbg): void function save_results (line 919) | function save_results(string $output_file, bool $prompt_to_save_results)... function get_binary (line 1015) | function get_binary(string $php, string $sapi, string $sapi_path): ?string function find_files (line 1033) | function find_files(string $dir, bool $is_ext_dir = false, bool $ignore ... function test_name (line 1073) | function test_name($name): string function test_sort (line 1085) | function test_sort($a, $b): int function save_text (line 1106) | function save_text(string $filename, string $text, ?string $filename_cop... function error_report (line 1131) | function error_report(string $testname, string $logname, string $tested)... function system_with_timeout (line 1151) | function system_with_timeout( function run_all_tests (line 1256) | function run_all_tests(array $test_files, array $env, ?string $redir_tes... function run_all_tests_parallel (line 1334) | function run_all_tests_parallel(array $test_files, array $env, ?string $... function safe_fwrite (line 1659) | function safe_fwrite($stream, string $data) function send_message (line 1688) | function send_message($stream, array $message): void function kill_children (line 1696) | function kill_children(array $children): void function run_worker (line 1705) | function run_worker(): void function show_file_block (line 1774) | function show_file_block(string $file, string $block, ?string $section =... function skip_test (line 1795) | function skip_test(string $tested, string $tested_file, string $shortnam... function run_test (line 1811) | function run_test(string $php, $file, array $env): string function is_flaky (line 2803) | function is_flaky(TestFile $test): bool function is_flaky_output (line 2823) | function is_flaky_output(string $output): bool function error_may_be_retried (line 2837) | function error_may_be_retried(TestFile $test, string $output): bool function expectf_to_regex (line 2843) | function expectf_to_regex(?string $wanted): string function comp_line (line 2896) | function comp_line(string $l1, string $l2, bool $is_reg) function remap_loaded_extensions_names (line 2908) | function remap_loaded_extensions_names(array $names): array function generate_diff_external (line 2921) | function generate_diff_external(string $diff_cmd, string $exp_file, stri... function generate_diff (line 2928) | function generate_diff(string $wanted, ?string $wanted_re, string $outpu... function error (line 2944) | function error(string $message): void function settings2array (line 2950) | function settings2array(array $settings, array &$ini_settings): void function settings2params (line 2971) | function settings2params(array $ini_settings): string function compute_summary (line 3000) | function compute_summary(): void function get_summary (line 3029) | function get_summary(bool $show_ext_summary): string function show_start (line 3167) | function show_start(int $start_timestamp): void function show_end (line 3172) | function show_end(int $start_timestamp, int|float $start_time, int|float... function show_summary (line 3177) | function show_summary(): void function show_redirect_start (line 3182) | function show_redirect_start(string $tests, string $tested, string $test... function show_redirect_ends (line 3193) | function show_redirect_ends(string $tests, string $tested, string $teste... function show_test (line 3204) | function show_test(int $test_idx, string $shortname): void function clear_show_test (line 3215) | function clear_show_test(): void function parse_conflicts (line 3227) | function parse_conflicts(string $text): array function show_result (line 3234) | function show_result( class BorkageException (line 3267) | class BorkageException extends Exception class JUnit (line 3271) | class JUnit method __construct (line 3292) | public function __construct(array $env, int $workerID) method isEnabled (line 3305) | public function isEnabled(): bool method clear (line 3310) | public function clear(): void method saveXML (line 3316) | public function saveXML(): void method getSuitesXML (line 3337) | private function getSuitesXML(): string method markTestAs (line 3364) | public function markTestAs( method record (line 3422) | private function record(string $suite, string $param, $value = 1): void method getTimer (line 3428) | private function getTimer(string $file_name) method startTimer (line 3441) | public function startTimer(string $file_name): void method getSuiteName (line 3456) | public function getSuiteName(string $file_name): string method pathToClassName (line 3461) | private function pathToClassName(string $file_name): string method initSuite (line 3495) | public function initSuite(string $suite_name): void method stopTimer (line 3511) | public function stopTimer(string $file_name): void method mergeResults (line 3530) | public function mergeResults(?JUnit $other): void method mergeSuites (line 3547) | private function mergeSuites(array &$dest, array $source): void class SkipCache (line 3560) | class SkipCache method __construct (line 3573) | public function __construct(bool $enable, bool $keepFile) method checkSkip (line 3579) | public function checkSkip(string $php, string $code, string $checkFile... method getExtensions (line 3610) | public function getExtensions(string $php): array class RuntestsValgrind (line 3629) | class RuntestsValgrind method getHeader (line 3635) | public function getHeader(): string method __construct (line 3640) | public function __construct(array $environment, string $tool = 'memche... method wrapCommand (line 3657) | public function wrapCommand(string $cmd, string $memcheck_filename, bo... class TestFile (line 3672) | class TestFile method __construct (line 3692) | public function __construct(string $fileName, bool $inRedirect) method hasSection (line 3700) | public function hasSection(string $name): bool method hasAnySections (line 3705) | public function hasAnySections(string ...$names): bool method sectionNotEmpty (line 3716) | public function sectionNotEmpty(string $name): bool method getSection (line 3724) | public function getSection(string $name): string method getName (line 3732) | public function getName(): string method isCGI (line 3737) | public function isCGI(): bool method setSection (line 3753) | public function setSection(string $name, string $value): void method readFile (line 3762) | private function readFile(): void method validateAndProcess (line 3826) | private function validateAndProcess(bool $inRedirect): void function init_output_buffers (line 3872) | function init_output_buffers(): void function check_proc_open_function_exists (line 3883) | function check_proc_open_function_exists(): void function bless_failed_tests (line 3899) | function bless_failed_tests(array $failedTests): void class Differ (line 3924) | final class Differ method __construct (line 3932) | public function __construct(callable $isEqual) method diff (line 3938) | public function diff(array $from, array $to): string method diffToArray (line 3945) | public function diffToArray(array $from, array $to): array method getArrayDiffParted (line 3996) | private function getArrayDiffParted(array &$from, array &$to): array method calculateCommonSubsequence (line 4036) | public function calculateCommonSubsequence(array $from, array $to): array method commonSubsequenceLength (line 4081) | private function commonSubsequenceLength(array $from, array $to): array class DiffOutputBuilder (line 4103) | class DiffOutputBuilder method getDiff (line 4105) | public function getDiff(array $diffs): string FILE: sapi/cli/cli.h type cli_shell_callbacks_t (line 31) | typedef struct { type php_cli_mode (line 39) | typedef enum php_cli_mode { type php_cli_server_context (line 54) | typedef struct php_cli_server_context { FILE: sapi/cli/fpm/events/devpoll.c type fpm_event_queue_s (line 33) | struct fpm_event_queue_s type fpm_event_s (line 34) | struct fpm_event_s type fpm_event_s (line 35) | struct fpm_event_s type fpm_event_module_s (line 37) | struct fpm_event_module_s type pollfd (line 48) | struct pollfd type pollfd (line 49) | struct pollfd type fpm_event_module_s (line 54) | struct fpm_event_module_s function fpm_event_devpoll_init (line 68) | static int fpm_event_devpoll_init(int max) /* {{{ */ function fpm_event_devpoll_clean (line 115) | static int fpm_event_devpoll_clean(void) function fpm_event_devpoll_wait (line 142) | static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsig... function fpm_event_devpoll_add (line 195) | static int fpm_event_devpoll_add(struct fpm_event_s *ev) /* {{{ */ function fpm_event_devpoll_remove (line 220) | static int fpm_event_devpoll_remove(struct fpm_event_s *ev) /* {{{ */ FILE: sapi/cli/fpm/events/devpoll.h type fpm_event_module_s (line 23) | struct fpm_event_module_s FILE: sapi/cli/fpm/events/epoll.c type fpm_event_queue_s (line 29) | struct fpm_event_queue_s type fpm_event_s (line 30) | struct fpm_event_s type fpm_event_s (line 31) | struct fpm_event_s type fpm_event_module_s (line 33) | struct fpm_event_module_s type epoll_event (line 43) | struct epoll_event type fpm_event_module_s (line 49) | struct fpm_event_module_s function fpm_event_epoll_init (line 63) | static int fpm_event_epoll_init(int max) /* {{{ */ function fpm_event_epoll_clean (line 94) | static int fpm_event_epoll_clean(void) function fpm_event_epoll_wait (line 114) | static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigne... function fpm_event_epoll_add (line 156) | static int fpm_event_epoll_add(struct fpm_event_s *ev) /* {{{ */ function fpm_event_epoll_remove (line 188) | static int fpm_event_epoll_remove(struct fpm_event_s *ev) /* {{{ */ FILE: sapi/cli/fpm/events/epoll.h type fpm_event_module_s (line 23) | struct fpm_event_module_s FILE: sapi/cli/fpm/events/kqueue.c type fpm_event_queue_s (line 32) | struct fpm_event_queue_s type fpm_event_s (line 33) | struct fpm_event_s type fpm_event_s (line 34) | struct fpm_event_s type fpm_event_module_s (line 36) | struct fpm_event_module_s type kevent (line 46) | struct kevent type fpm_event_module_s (line 55) | struct fpm_event_module_s function fpm_event_kqueue_init (line 70) | static int fpm_event_kqueue_init(int max) /* {{{ */ function fpm_event_kqueue_clean (line 97) | static int fpm_event_kqueue_clean(void) /* {{{ */ function fpm_event_kqueue_wait (line 113) | static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsign... function fpm_event_kqueue_add (line 155) | static int fpm_event_kqueue_add(struct fpm_event_s *ev) /* {{{ */ function fpm_event_kqueue_remove (line 180) | static int fpm_event_kqueue_remove(struct fpm_event_s *ev) /* {{{ */ FILE: sapi/cli/fpm/events/kqueue.h type fpm_event_module_s (line 23) | struct fpm_event_module_s FILE: sapi/cli/fpm/events/poll.c type fpm_event_queue_s (line 30) | struct fpm_event_queue_s type fpm_event_s (line 31) | struct fpm_event_s type fpm_event_s (line 32) | struct fpm_event_s type fpm_event_module_s (line 34) | struct fpm_event_module_s type pollfd (line 44) | struct pollfd type pollfd (line 45) | struct pollfd type fpm_event_module_s (line 53) | struct fpm_event_module_s function fpm_event_poll_init (line 67) | static int fpm_event_poll_init(int max) function fpm_event_poll_clean (line 105) | static int fpm_event_poll_clean(void) function fpm_event_poll_wait (line 126) | static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned... function fpm_event_poll_add (line 179) | static int fpm_event_poll_add(struct fpm_event_s *ev) /* {{{ */ function fpm_event_poll_remove (line 224) | static int fpm_event_poll_remove(struct fpm_event_s *ev) /* {{{ */ FILE: sapi/cli/fpm/events/poll.h type fpm_event_module_s (line 23) | struct fpm_event_module_s FILE: sapi/cli/fpm/events/port.c type fpm_event_queue_s (line 30) | struct fpm_event_queue_s type fpm_event_s (line 31) | struct fpm_event_s type fpm_event_s (line 32) | struct fpm_event_s type fpm_event_module_s (line 34) | struct fpm_event_module_s type fpm_event_module_s (line 50) | struct fpm_event_module_s function fpm_event_port_init (line 65) | static int fpm_event_port_init(int max) /* {{{ */ function fpm_event_port_clean (line 93) | static int fpm_event_port_clean(void) function fpm_event_port_wait (line 112) | static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned... function fpm_event_port_add (line 174) | static int fpm_event_port_add(struct fpm_event_s *ev) /* {{{ */ function fpm_event_port_remove (line 188) | static int fpm_event_port_remove(struct fpm_event_s *ev) /* {{{ */ FILE: sapi/cli/fpm/events/port.h type fpm_event_module_s (line 23) | struct fpm_event_module_s FILE: sapi/cli/fpm/events/select.c type fpm_event_queue_s (line 35) | struct fpm_event_queue_s type fpm_event_s (line 36) | struct fpm_event_s type fpm_event_s (line 37) | struct fpm_event_s type fpm_event_module_s (line 39) | struct fpm_event_module_s type fpm_event_module_s (line 56) | struct fpm_event_module_s function fpm_event_select_init (line 70) | static int fpm_event_select_init(int max) /* {{{ */ function fpm_event_select_wait (line 81) | static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsign... function fpm_event_select_add (line 137) | static int fpm_event_select_add(struct fpm_event_s *ev) /* {{{ */ function fpm_event_select_remove (line 158) | static int fpm_event_select_remove(struct fpm_event_s *ev) /* {{{ */ FILE: sapi/cli/fpm/events/select.h type fpm_event_module_s (line 23) | struct fpm_event_module_s FILE: sapi/cli/fpm/fpm.c type fpm_globals_s (line 24) | struct fpm_globals_s function fpm_init (line 44) | enum fpm_init_return_status fpm_init(int argc, char **argv, char *config... function fpm_run (line 91) | int fpm_run(int *max_requests) /* {{{ */ FILE: sapi/cli/fpm/fpm.h type fpm_init_return_status (line 37) | enum fpm_init_return_status { type fpm_init_return_status (line 44) | enum fpm_init_return_status type fpm_globals_s (line 46) | struct fpm_globals_s { type fpm_globals_s (line 66) | struct fpm_globals_s FILE: sapi/cli/fpm/fpm_arrays.h type fpm_array_s (line 11) | struct fpm_array_s { type fpm_array_s (line 18) | struct fpm_array_s type fpm_array_s (line 18) | struct fpm_array_s type fpm_array_s (line 23) | struct fpm_array_s type fpm_array_s (line 48) | struct fpm_array_s type fpm_array_s (line 58) | struct fpm_array_s function fpm_array_item_remove (line 64) | static inline int fpm_array_item_remove(struct fpm_array_s *a, unsigned ... type fpm_array_s (line 83) | struct fpm_array_s function fpm_array_free (line 107) | static inline void fpm_array_free(struct fpm_array_s *a) /* {{{ */ FILE: sapi/cli/fpm/fpm_atomic.h type atomic_t (line 18) | typedef volatile unsigned long atomic_t; type atomic_int_t (line 23) | typedef int32_t atomic_int_t; type atomic_uint_t (line 24) | typedef uint32_t atomic_uint_t; type atomic_uint_t (line 25) | typedef volatile atomic_uint_t atomic_t; function atomic_int_t (line 28) | static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_... function atomic_uint_t (line 37) | static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t... type atomic_int_t (line 50) | typedef int64_t atomic_int_t; type atomic_uint_t (line 51) | typedef uint64_t atomic_uint_t; type atomic_uint_t (line 52) | typedef volatile atomic_uint_t atomic_t; function atomic_int_t (line 54) | static inline atomic_int_t atomic_fetch_add(atomic_t *value, atomic_int_... function atomic_uint_t (line 63) | static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t... type atomic_int_t (line 79) | typedef int64_t atomic_int_t; type atomic_uint_t (line 80) | typedef uint64_t atomic_uint_t; type atomic_int_t (line 82) | typedef int32_t atomic_int_t; type atomic_uint_t (line 83) | typedef uint32_t atomic_uint_t; type atomic_uint_t (line 95) | typedef uint64_t atomic_uint_t; type atomic_uint_t (line 96) | typedef volatile atomic_uint_t atomic_t; function atomic_uint_t (line 98) | static inline atomic_uint_t atomic_cas_64(atomic_t *lock, atomic_uint_t ... function atomic_uint_t (line 106) | static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t... type atomic_uint_t (line 112) | typedef uint32_t atomic_uint_t; type atomic_uint_t (line 113) | typedef volatile atomic_uint_t atomic_t; function atomic_uint_t (line 115) | static inline atomic_uint_t atomic_cas_32(atomic_t *lock, atomic_uint_t ... function atomic_uint_t (line 123) | static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t... function fpm_spinlock (line 140) | static inline int fpm_spinlock(atomic_t *lock, int try_once) /* {{{ */ function fpm_spinlock_with_max_retries (line 159) | static inline int fpm_spinlock_with_max_retries(atomic_t *lock, unsigned... FILE: sapi/cli/fpm/fpm_children.c function fpm_children_cleanup (line 35) | static void fpm_children_cleanup(int which, void *arg) /* {{{ */ type fpm_child_s (line 41) | struct fpm_child_s type fpm_child_s (line 43) | struct fpm_child_s type fpm_child_s (line 45) | struct fpm_child_s function fpm_child_free (line 56) | static void fpm_child_free(struct fpm_child_s *child) /* {{{ */ function fpm_postponed_child_free (line 66) | static void fpm_postponed_child_free(struct fpm_event_s *ev, short which... function fpm_child_close (line 82) | static void fpm_child_close(struct fpm_child_s *child, int in_event_loop... function fpm_child_link (line 113) | static void fpm_child_link(struct fpm_child_s *child) /* {{{ */ function fpm_child_unlink (line 129) | static void fpm_child_unlink(struct fpm_child_s *child) /* {{{ */ type fpm_child_s (line 146) | struct fpm_child_s type fpm_worker_pool_s (line 148) | struct fpm_worker_pool_s type fpm_child_s (line 149) | struct fpm_child_s function fpm_child_cloexec (line 170) | static int fpm_child_cloexec(void) function fpm_child_init (line 188) | static void fpm_child_init(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_children_free (line 208) | int fpm_children_free(struct fpm_child_s *child) /* {{{ */ function fpm_children_bury (line 221) | void fpm_children_bury(void) type fpm_child_s (line 350) | struct fpm_child_s type fpm_worker_pool_s (line 350) | struct fpm_worker_pool_s type fpm_child_s (line 352) | struct fpm_child_s function fpm_resources_discard (line 379) | static void fpm_resources_discard(struct fpm_child_s *child) /* {{{ */ function fpm_child_resources_use (line 387) | static void fpm_child_resources_use(struct fpm_child_s *child) /* {{{ */ function fpm_parent_resources_use (line 403) | static void fpm_parent_resources_use(struct fpm_child_s *child) /* {{{ */ function fpm_children_make (line 410) | int fpm_children_make(struct fpm_worker_pool_s *wp, int in_event_loop, i... function fpm_children_create_initial (line 495) | int fpm_children_create_initial(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_children_init_main (line 517) | int fpm_children_init_main(void) FILE: sapi/cli/fpm/fpm_children.h type fpm_child_s (line 13) | struct fpm_child_s type fpm_worker_pool_s (line 15) | struct fpm_worker_pool_s type fpm_child_s (line 16) | struct fpm_child_s type fpm_worker_pool_s (line 19) | struct fpm_worker_pool_s type fpm_child_s (line 20) | struct fpm_child_s type fpm_child_s (line 22) | struct fpm_child_s { FILE: sapi/cli/fpm/fpm_cleanup.c type cleanup_s (line 10) | struct cleanup_s { type fpm_array_s (line 16) | struct fpm_array_s type cleanup_s (line 16) | struct cleanup_s function fpm_cleanup_add (line 18) | int fpm_cleanup_add(int type, void (*cleanup)(int, void *), void *arg) /... function fpm_cleanups_run (line 36) | void fpm_cleanups_run(int type) /* {{{ */ FILE: sapi/cli/fpm/fpm_clock.c function fpm_clock_init (line 18) | int fpm_clock_init(void) function fpm_clock_get (line 31) | int fpm_clock_get(struct timeval *tv) /* {{{ */ function fpm_clock_init (line 61) | int fpm_clock_init(void) function fpm_clock_get (line 84) | int fpm_clock_get(struct timeval *tv) /* {{{ */ function fpm_clock_init (line 105) | int fpm_clock_init(void) function fpm_clock_get (line 110) | int fpm_clock_get(struct timeval *tv) /* {{{ */ FILE: sapi/cli/fpm/fpm_clock.h type timeval (line 9) | struct timeval FILE: sapi/cli/fpm/fpm_conf.c type fpm_global_config_s (line 64) | struct fpm_global_config_s type fpm_worker_pool_s (line 78) | struct fpm_worker_pool_s type ini_value_parser_s (line 87) | struct ini_value_parser_s type ini_value_parser_s (line 115) | struct ini_value_parser_s function fpm_conf_is_dir (line 167) | static int fpm_conf_is_dir(char *path) /* {{{ */ function fpm_conf_expand_pool_name (line 182) | static int fpm_conf_expand_pool_name(char **value) { type fpm_worker_pool_config_s (line 550) | struct fpm_worker_pool_config_s type key_value_s (line 566) | struct key_value_s type key_value_s (line 567) | struct key_value_s type key_value_s (line 567) | struct key_value_s type fpm_worker_pool_s (line 618) | struct fpm_worker_pool_s type fpm_worker_pool_config_s (line 626) | struct fpm_worker_pool_config_s type fpm_worker_pool_config_s (line 633) | struct fpm_worker_pool_config_s type fpm_worker_pool_s (line 648) | struct fpm_worker_pool_s function fpm_worker_pool_config_free (line 662) | int fpm_worker_pool_config_free(struct fpm_worker_pool_config_s *wpc) /*... function fpm_conf_apply_kv_array_to_kv_array (line 724) | static void fpm_conf_apply_kv_array_to_kv_array(struct key_value_s *src,... function fpm_worker_pool_shared_status_alloc (line 735) | static int fpm_worker_pool_shared_status_alloc(struct fpm_worker_pool_s ... function fpm_evaluate_full_path (line 781) | static int fpm_evaluate_full_path(char **path, struct fpm_worker_pool_s ... function fpm_conf_process_all_pools (line 841) | static int fpm_conf_process_all_pools(void) function fpm_conf_unlink_pid (line 1240) | int fpm_conf_unlink_pid(void) function fpm_conf_write_pid (line 1251) | int fpm_conf_write_pid(void) function fpm_conf_post_process (line 1279) | static int fpm_conf_post_process(int force_daemon) /* {{{ */ function fpm_conf_cleanup (line 1370) | static void fpm_conf_cleanup(int which, void *arg) /* {{{ */ function fpm_conf_ini_parser_include (line 1386) | static void fpm_conf_ini_parser_include(char *inc, void *arg) /* {{{ */ function fpm_conf_ini_parser_section (line 1442) | static void fpm_conf_ini_parser_section(zval *section, void *arg) /* {{{ */ function fpm_conf_ini_parser_entry (line 1480) | static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg... function fpm_conf_ini_parser_array (line 1537) | static void fpm_conf_ini_parser_array(zval *name, zval *key, zval *value... function fpm_conf_ini_parser (line 1610) | static void fpm_conf_ini_parser(zval *arg1, zval *arg2, zval *arg3, int ... function fpm_conf_load_ini_file (line 1636) | int fpm_conf_load_ini_file(char *filename) /* {{{ */ function fpm_conf_dump (line 1725) | static void fpm_conf_dump(void) function fpm_conf_init_main (line 1836) | int fpm_conf_init_main(int test_conf, int force_daemon) /* {{{ */ FILE: sapi/cli/fpm/fpm_conf.h type key_value_s (line 13) | struct key_value_s type key_value_s (line 15) | struct key_value_s { type fpm_global_config_s (line 24) | struct fpm_global_config_s { type fpm_global_config_s (line 49) | struct fpm_global_config_s type fpm_worker_pool_config_s (line 54) | struct fpm_worker_pool_config_s { type ini_value_parser_s (line 112) | struct ini_value_parser_s { type fpm_worker_pool_config_s (line 125) | struct fpm_worker_pool_config_s FILE: sapi/cli/fpm/fpm_env.c function setenv (line 25) | int setenv(char *name, char *value, int clobber) /* {{{ */ function setenv (line 44) | int setenv(char *name, char *value, int overwrite) /* {{{ */ function clearenv (line 65) | void clearenv(void) function unsetenv (line 87) | void unsetenv(const char *name) /* {{{ */ function fpm_env_setproctitle (line 120) | void fpm_env_setproctitle(char *title) /* {{{ */ function fpm_env_init_child (line 138) | int fpm_env_init_child(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_env_conf_wp (line 166) | static int fpm_env_conf_wp(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_env_cleanup (line 203) | static void fpm_env_cleanup(int which, void *arg) /* {{{ */ function fpm_env_init_main (line 219) | int fpm_env_init_main(void) FILE: sapi/cli/fpm/fpm_env.h type fpm_worker_pool_s (line 10) | struct fpm_worker_pool_s FILE: sapi/cli/fpm/fpm_events.c type fpm_event_s (line 36) | struct fpm_event_s type fpm_event_s (line 37) | struct fpm_event_s type fpm_event_s (line 38) | struct fpm_event_s type fpm_event_queue_s (line 38) | struct fpm_event_queue_s type fpm_event_s (line 38) | struct fpm_event_s type fpm_event_queue_s (line 39) | struct fpm_event_queue_s type fpm_event_s (line 39) | struct fpm_event_s type fpm_event_queue_s (line 40) | struct fpm_event_queue_s type fpm_event_s (line 40) | struct fpm_event_s type fpm_event_queue_s (line 41) | struct fpm_event_queue_s type fpm_event_module_s (line 43) | struct fpm_event_module_s type fpm_event_queue_s (line 44) | struct fpm_event_queue_s type fpm_event_queue_s (line 45) | struct fpm_event_queue_s type fpm_event_s (line 46) | struct fpm_event_s function fpm_event_cleanup (line 48) | static void fpm_event_cleanup(int which, void *arg) /* {{{ */ function fpm_postponed_children_bury (line 55) | static void fpm_postponed_children_bury(struct fpm_event_s *ev, short wh... function fpm_got_signal (line 61) | static void fpm_got_signal(struct fpm_event_s *ev, short which, void *ar... type fpm_event_s (line 144) | struct fpm_event_s type fpm_event_queue_s (line 144) | struct fpm_event_queue_s type fpm_event_s (line 144) | struct fpm_event_s function fpm_event_queue_add (line 161) | static int fpm_event_queue_add(struct fpm_event_queue_s **queue, struct ... function fpm_event_queue_del (line 196) | static int fpm_event_queue_del(struct fpm_event_queue_s **queue, struct ... function fpm_event_queue_destroy (line 232) | static void fpm_event_queue_destroy(struct fpm_event_queue_s **queue) /*... function fpm_event_pre_init (line 255) | int fpm_event_pre_init(char *mechanism) /* {{{ */ function fpm_event_support_edge_trigger (line 311) | int fpm_event_support_edge_trigger(void) function fpm_event_init_main (line 316) | int fpm_event_init_main(void) function fpm_event_loop (line 353) | void fpm_event_loop(int err) /* {{{ */ function fpm_event_fire (line 472) | void fpm_event_fire(struct fpm_event_s *ev) /* {{{ */ function fpm_event_set (line 482) | int fpm_event_set(struct fpm_event_s *ev, int fd, int flags, void (*call... function fpm_event_add (line 496) | int fpm_event_add(struct fpm_event_s *ev, unsigned long int frequency) /... function fpm_event_del (line 538) | int fpm_event_del(struct fpm_event_s *ev) /* {{{ */ FILE: sapi/cli/fpm/fpm_events.h type fpm_event_s (line 13) | struct fpm_event_s { type fpm_event_queue (line 24) | typedef struct fpm_event_queue_s { type fpm_event_module_s (line 30) | struct fpm_event_module_s { type fpm_event_s (line 41) | struct fpm_event_s type fpm_event_s (line 43) | struct fpm_event_s type fpm_event_s (line 43) | struct fpm_event_s type fpm_event_s (line 44) | struct fpm_event_s type fpm_event_s (line 45) | struct fpm_event_s FILE: sapi/cli/fpm/fpm_log.c type key_value_s (line 26) | struct key_value_s type fpm_scoreboard_proc_s (line 28) | struct fpm_scoreboard_proc_s function fpm_log_open (line 30) | int fpm_log_open(int reopen) /* {{{ */ function fpm_log_init_child (line 69) | int fpm_log_init_child(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_log_write (line 108) | int fpm_log_write(char *log_format) /* {{{ */ function fpm_access_log_suppress (line 492) | static int fpm_access_log_suppress(struct fpm_scoreboard_proc_s *proc) FILE: sapi/cli/fpm/fpm_log.h type fpm_worker_pool_s (line 7) | struct fpm_worker_pool_s FILE: sapi/cli/fpm/fpm_main.c type php_cgi_globals_struct (line 147) | typedef struct _php_cgi_globals_struct { type user_config_cache_entry (line 170) | typedef struct _user_config_cache_entry { function user_config_cache_entry_dtor (line 175) | static void user_config_cache_entry_dtor(zval *el) function module_name_cmp (line 192) | static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ function print_modules (line 199) | static void print_modules(void) /* {{{ */ function print_extension_info (line 214) | static void print_extension_info(zend_extension *ext) /* {{{ */ function extension_name_cmp (line 220) | static int extension_name_cmp(const zend_llist_element **f, const zend_l... function print_extensions (line 228) | static void print_extensions(void) /* {{{ */ function sapi_cgibin_single_write (line 244) | static inline size_t sapi_cgibin_single_write(const char *str, uint32_t ... function sapi_cgibin_ub_write (line 271) | static size_t sapi_cgibin_ub_write(const char *str, size_t str_length) /... function sapi_cgibin_flush (line 291) | static void sapi_cgibin_flush(void *server_context) /* {{{ */ function sapi_cgi_send_headers (line 314) | static int sapi_cgi_send_headers(sapi_headers_struct *sapi_headers) /* {... function fcgi_log (line 425) | void fcgi_log(int type, const char *fmt, ...) function sapi_cgi_read_post (line 435) | static size_t sapi_cgi_read_post(char *buffer, size_t count_bytes) /* {{... function cgi_php_load_env_var (line 512) | static void cgi_php_load_env_var(const char *var, unsigned int var_len, ... function cgi_php_load_env_var_unfilterd (line 524) | static void cgi_php_load_env_var_unfilterd(const char *var, unsigned int... function cgi_php_load_environment_variables (line 530) | static void cgi_php_load_environment_variables(zval *array_ptr) function cgi_php_import_environment_variables (line 538) | static void cgi_php_import_environment_variables(zval *array_ptr) function sapi_cgi_register_variables (line 565) | static void sapi_cgi_register_variables(zval *track_vars_array) /* {{{ */ function sapi_cgi_log_fastcgi (line 611) | static void sapi_cgi_log_fastcgi(int level, char *message, size_t len) function sapi_cgi_log_message (line 635) | static void sapi_cgi_log_message(const char *message, int syslog_type_int) function php_cgi_ini_activate_user_config (line 642) | static void php_cgi_ini_activate_user_config(char *path, int path_len, c... function sapi_cgi_activate (line 711) | static int sapi_cgi_activate(void) /* {{{ */ function sapi_cgi_deactivate (line 777) | static int sapi_cgi_deactivate(void) /* {{{ */ function php_cgi_startup (line 792) | static int php_cgi_startup(sapi_module_struct *sapi_module) /* {{{ */ function php_cgi_usage (line 833) | static void php_cgi_usage(char *argv0) function is_valid_path (line 876) | static int is_valid_path(const char *path) function init_request_info (line 972) | static void init_request_info(void) function fcgi_request (line 1382) | static fcgi_request *fpm_init_request(int listen_fd) /* {{{ */ { function fastcgi_ini_parser (line 1391) | static void fastcgi_ini_parser(zval *arg1, zval *arg2, zval *arg3, int c... function php_cgi_globals_ctor (line 1443) | static void php_cgi_globals_ctor(php_cgi_globals_struct *php_cgi_globals) function PHP_MINIT_FUNCTION (line 1460) | static PHP_MINIT_FUNCTION(cgi) function PHP_MSHUTDOWN_FUNCTION (line 1473) | static PHP_MSHUTDOWN_FUNCTION(cgi) function PHP_MINFO_FUNCTION (line 1483) | static PHP_MINFO_FUNCTION(cgi) function PHP_FUNCTION (line 1493) | PHP_FUNCTION(fastcgi_finish_request) /* {{{ */ function PHP_FUNCTION (line 1515) | PHP_FUNCTION(apache_request_headers) /* {{{ */ function PHP_FUNCTION (line 1530) | PHP_FUNCTION(fpm_get_status) /* {{{ */ function fpm_main (line 1556) | int fpm_main(int argc, char *argv[]) FILE: sapi/cli/fpm/fpm_main.stub.php function fastcgi_finish_request (line 5) | function fastcgi_finish_request(): bool {} function apache_request_headers (line 7) | function apache_request_headers(): array {} function getallheaders (line 10) | function getallheaders(): array {} function fpm_get_status (line 12) | function fpm_get_status(): array|false {} FILE: sapi/cli/fpm/fpm_php.c function fpm_php_zend_ini_alter_master (line 24) | static int fpm_php_zend_ini_alter_master(char *name, int name_length, ch... function fpm_php_disable (line 53) | static void fpm_php_disable(char *value, int (*zend_disable)(const char ... function fpm_php_apply_defines_ex (line 87) | int fpm_php_apply_defines_ex(struct key_value_s *kv, int mode) /* {{{ */ function fpm_php_apply_defines (line 137) | static int fpm_php_apply_defines(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_php_set_allowed_clients (line 169) | static int fpm_php_set_allowed_clients(struct fpm_worker_pool_s *wp) /* ... function fpm_php_set_fcgi_mgmt_vars (line 179) | static int fpm_php_set_fcgi_mgmt_vars(struct fpm_worker_pool_s *wp) /* {... function fpm_php_content_length (line 218) | size_t fpm_php_content_length(void) function fpm_php_cleanup (line 223) | static void fpm_php_cleanup(int which, void *arg) /* {{{ */ function fpm_php_soft_quit (line 233) | void fpm_php_soft_quit(void) function fpm_php_init_main (line 238) | int fpm_php_init_main(void) function fpm_php_init_child (line 246) | int fpm_php_init_child(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_php_limit_extensions (line 262) | int fpm_php_limit_extensions(char *path) /* {{{ */ function fpm_php_is_key_in_table (line 290) | bool fpm_php_is_key_in_table(zend_string *table, const char *key, size_t... FILE: sapi/cli/fpm/fpm_php.h type fpm_worker_pool_s (line 31) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 33) | struct fpm_worker_pool_s type key_value_s (line 42) | struct key_value_s FILE: sapi/cli/fpm/fpm_php_trace.c function fpm_php_trace_dump (line 37) | static int fpm_php_trace_dump(struct fpm_child_s *child, FILE *slowlog) ... function fpm_php_trace (line 190) | void fpm_php_trace(struct fpm_child_s *child) /* {{{ */ FILE: sapi/cli/fpm/fpm_php_trace.h type fpm_child_s (line 6) | struct fpm_child_s type fpm_child_s (line 8) | struct fpm_child_s FILE: sapi/cli/fpm/fpm_process_ctl.c function fpm_pctl_cleanup (line 39) | static void fpm_pctl_cleanup(int which, void *arg) /* {{{ */ type fpm_event_s (line 51) | struct fpm_event_s function fpm_pctl_action (line 53) | static void fpm_pctl_action(struct fpm_event_s *ev, short which, void *a... function fpm_pctl_timeout_set (line 59) | static int fpm_pctl_timeout_set(int sec) /* {{{ */ function fpm_pctl_exit (line 67) | static void fpm_pctl_exit(void) function fpm_pctl_exec (line 78) | static void fpm_pctl_exec(void) function fpm_pctl_action_last (line 111) | static void fpm_pctl_action_last(void) function fpm_pctl_kill (line 125) | int fpm_pctl_kill(pid_t pid, int how) /* {{{ */ function fpm_pctl_kill_all (line 152) | void fpm_pctl_kill_all(int signo) /* {{{ */ function fpm_pctl_action_next (line 179) | static void fpm_pctl_action_next(void) function fpm_pctl (line 208) | void fpm_pctl(int new_state, int action) /* {{{ */ function fpm_pctl_can_spawn_children (line 253) | int fpm_pctl_can_spawn_children(void) function fpm_pctl_child_exited (line 258) | int fpm_pctl_child_exited(void) function fpm_pctl_init_main (line 270) | int fpm_pctl_init_main(void) function fpm_pctl_check_request_timeout (line 297) | static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ function fpm_pctl_kill_idle_child (line 316) | static void fpm_pctl_kill_idle_child(struct fpm_child_s *child) /* {{{ */ function fpm_pctl_perform_idle_server_maintenance (line 327) | static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now... function fpm_pctl_heartbeat (line 459) | void fpm_pctl_heartbeat(struct fpm_event_s *ev, short which, void *arg) ... function fpm_pctl_perform_idle_server_maintenance_heartbeat (line 484) | void fpm_pctl_perform_idle_server_maintenance_heartbeat(struct fpm_event... function fpm_pctl_on_socket_accept (line 514) | void fpm_pctl_on_socket_accept(struct fpm_event_s *ev, short which, void... FILE: sapi/cli/fpm/fpm_process_ctl.h type fpm_child_s (line 14) | struct fpm_child_s type fpm_event_s (line 20) | struct fpm_event_s type fpm_event_s (line 21) | struct fpm_event_s type fpm_event_s (line 22) | struct fpm_event_s FILE: sapi/cli/fpm/fpm_request.c function fpm_request_accepting (line 38) | void fpm_request_accepting(void) function fpm_request_reading_headers (line 61) | void fpm_request_reading_headers(void) function fpm_request_info (line 105) | void fpm_request_info(void) function fpm_request_executing (line 154) | void fpm_request_executing(void) function fpm_request_end (line 172) | void fpm_request_end(void) function fpm_request_finished (line 208) | void fpm_request_finished(void) function fpm_request_check_timed_out (line 226) | void fpm_request_check_timed_out(struct fpm_child_s *child, struct timev... function fpm_request_is_idle (line 285) | int fpm_request_is_idle(struct fpm_child_s *child) /* {{{ */ function fpm_request_last_activity (line 299) | int fpm_request_last_activity(struct fpm_child_s *child, struct timeval ... FILE: sapi/cli/fpm/fpm_request.h type fpm_child_s (line 19) | struct fpm_child_s type timeval (line 20) | struct timeval type fpm_child_s (line 22) | struct fpm_child_s type timeval (line 22) | struct timeval type fpm_child_s (line 23) | struct fpm_child_s type fpm_child_s (line 25) | struct fpm_child_s type timeval (line 25) | struct timeval type fpm_request_stage_e (line 27) | enum fpm_request_stage_e { FILE: sapi/cli/fpm/fpm_scoreboard.c type fpm_scoreboard_s (line 17) | struct fpm_scoreboard_s function fpm_scoreboard_init_main (line 24) | int fpm_scoreboard_init_main(void) function fpm_scoreboard_readers_decrement (line 76) | static inline void fpm_scoreboard_readers_decrement(struct fpm_scoreboar... type fpm_scoreboard_s (line 92) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 92) | struct fpm_scoreboard_s function fpm_scoreboard_update_begin (line 105) | void fpm_scoreboard_update_begin(struct fpm_scoreboard_s *scoreboard) /*... function fpm_scoreboard_update_commit (line 142) | void fpm_scoreboard_update_commit( function fpm_scoreboard_update (line 226) | void fpm_scoreboard_update( type fpm_scoreboard_s (line 236) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 241) | struct fpm_scoreboard_proc_s type fpm_scoreboard_s (line 242) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 256) | struct fpm_scoreboard_proc_s type fpm_scoreboard_s (line 257) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 271) | struct fpm_scoreboard_proc_s type fpm_child_s (line 271) | struct fpm_child_s type fpm_worker_pool_s (line 273) | struct fpm_worker_pool_s type fpm_scoreboard_s (line 275) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 283) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 283) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 285) | struct fpm_scoreboard_s function fpm_scoreboard_release (line 320) | void fpm_scoreboard_release(struct fpm_scoreboard_s *scoreboard) { type fpm_scoreboard_s (line 328) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 328) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 330) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 331) | struct fpm_scoreboard_proc_s type fpm_scoreboard_s (line 341) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 342) | struct fpm_scoreboard_proc_s type fpm_scoreboard_s (line 346) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 368) | struct fpm_scoreboard_proc_s function fpm_scoreboard_free_copy (line 380) | void fpm_scoreboard_free_copy(struct fpm_scoreboard_s *scoreboard) type fpm_scoreboard_proc_s (line 385) | struct fpm_scoreboard_proc_s type fpm_scoreboard_s (line 385) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 387) | struct fpm_scoreboard_proc_s function fpm_scoreboard_proc_release (line 402) | void fpm_scoreboard_proc_release(struct fpm_scoreboard_proc_s *proc) /* ... function fpm_scoreboard_free (line 411) | void fpm_scoreboard_free(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_scoreboard_child_use (line 427) | void fpm_scoreboard_child_use(struct fpm_child_s *child, pid_t pid) /* {... function fpm_scoreboard_proc_free (line 441) | void fpm_scoreboard_proc_free(struct fpm_child_s *child) /* {{{ */ function fpm_scoreboard_proc_alloc (line 464) | int fpm_scoreboard_proc_alloc(struct fpm_child_s *child) /* {{{ */ function fpm_scoreboard_get_tick (line 512) | float fpm_scoreboard_get_tick(void) FILE: sapi/cli/fpm/fpm_scoreboard.h type fpm_scoreboard_proc_s (line 23) | struct fpm_scoreboard_proc_s { type fpm_scoreboard_s (line 52) | struct fpm_scoreboard_s { type fpm_worker_pool_s (line 79) | struct fpm_worker_pool_s type fpm_scoreboard_s (line 81) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 82) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 83) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 85) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 86) | struct fpm_scoreboard_proc_s type fpm_scoreboard_s (line 86) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 87) | struct fpm_scoreboard_proc_s type fpm_child_s (line 87) | struct fpm_child_s type fpm_scoreboard_s (line 89) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 89) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 90) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 91) | struct fpm_scoreboard_proc_s type fpm_scoreboard_s (line 91) | struct fpm_scoreboard_s type fpm_scoreboard_proc_s (line 92) | struct fpm_scoreboard_proc_s type fpm_worker_pool_s (line 94) | struct fpm_worker_pool_s type fpm_child_s (line 96) | struct fpm_child_s type fpm_child_s (line 98) | struct fpm_child_s type fpm_child_s (line 99) | struct fpm_child_s type fpm_scoreboard_s (line 101) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 101) | struct fpm_scoreboard_s type fpm_scoreboard_s (line 102) | struct fpm_scoreboard_s FILE: sapi/cli/fpm/fpm_shm.c function fpm_shm_free (line 41) | int fpm_shm_free(void *mem, size_t size) /* {{{ */ function fpm_shm_get_size_allocated (line 63) | size_t fpm_shm_get_size_allocated(void) FILE: sapi/cli/fpm/fpm_signals.c function sig_soft_quit (line 142) | static void sig_soft_quit(int signo) /* {{{ */ function sig_handler (line 156) | static void sig_handler(int signo) /* {{{ */ function fpm_signals_init_main (line 185) | int fpm_signals_init_main(void) function fpm_signals_init_child (line 226) | int fpm_signals_init_child(void) function fpm_signals_get_fd (line 260) | int fpm_signals_get_fd(void) function fpm_signals_init_mask (line 265) | int fpm_signals_init_mask(void) function fpm_signals_block (line 299) | int fpm_signals_block(void) function fpm_signals_child_block (line 308) | int fpm_signals_child_block(void) function fpm_signals_unblock (line 317) | int fpm_signals_unblock(void) FILE: sapi/cli/fpm/fpm_sockets.c type listening_socket_s (line 31) | struct listening_socket_s { type fpm_array_s (line 38) | struct fpm_array_s function fpm_sockets_get_env_name (line 46) | static inline void fpm_sockets_get_env_name(char *envname, size_t envnam... function fpm_sockets_cleanup (line 56) | static void fpm_sockets_cleanup(int which, void *arg) /* {{{ */ type sockaddr (line 119) | struct sockaddr type sockaddr_in (line 122) | struct sockaddr_in type sockaddr_in6 (line 125) | struct sockaddr_in6 function fpm_get_in_port (line 129) | static int fpm_get_in_port(struct sockaddr *sa) /* {{{ */ function fpm_sockets_hash_op (line 139) | static int fpm_sockets_hash_op(int sock, struct sockaddr *sa, char *key,... function fpm_sockets_new_listening_socket (line 205) | static int fpm_sockets_new_listening_socket(struct fpm_worker_pool_s *wp... function fpm_sockets_get_listening_socket (line 276) | static int fpm_sockets_get_listening_socket(struct fpm_worker_pool_s *wp... function fpm_sockets_domain_from_address (line 292) | enum fpm_address_domain fpm_sockets_domain_from_address(char *address) /... function fpm_socket_af_inet_socket_by_addr (line 305) | static int fpm_socket_af_inet_socket_by_addr(struct fpm_worker_pool_s *w... function fpm_socket_af_inet_listening_socket (line 338) | static int fpm_socket_af_inet_listening_socket(struct fpm_worker_pool_s ... function fpm_socket_af_unix_listening_socket (line 397) | static int fpm_socket_af_unix_listening_socket(struct fpm_worker_pool_s ... function zend_result (line 425) | static zend_result fpm_socket_setfib_init(void) function fpm_sockets_init_main (line 438) | int fpm_sockets_init_main(void) function fpm_socket_get_listening_queue (line 550) | int fpm_socket_get_listening_queue(int sock, unsigned *cur_lq, unsigned ... function fpm_socket_get_listening_queue (line 593) | int fpm_socket_get_listening_queue(int sock, unsigned *cur_lq, unsigned ... function fpm_socket_get_listening_queue (line 616) | int fpm_socket_get_listening_queue(int sock, unsigned *cur_lq, unsigned ... function fpm_socket_get_listening_queue (line 644) | int fpm_socket_get_listening_queue(int sock, unsigned *cur_lq, unsigned ... function fpm_socket_unix_test_connect (line 651) | int fpm_socket_unix_test_connect(struct sockaddr_un *sock, size_t sockle... FILE: sapi/cli/fpm/fpm_sockets.h type fpm_address_domain (line 30) | enum fpm_address_domain type sockaddr_un (line 33) | struct sockaddr_un function fd_set_blocked (line 36) | static inline int fd_set_blocked(int fd, int blocked) /* {{{ */ FILE: sapi/cli/fpm/fpm_status.c function fpm_status_init_child (line 24) | int fpm_status_init_child(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_status_export_to_zval (line 48) | int fpm_status_export_to_zval(zval *status) function fpm_status_handle_request (line 142) | int fpm_status_handle_request(void) /* {{{ */ FILE: sapi/cli/fpm/fpm_status.h type fpm_status_s (line 10) | struct fpm_status_s { type fpm_worker_pool_s (line 22) | struct fpm_worker_pool_s type fpm_shm_s (line 23) | struct fpm_shm_s type fpm_shm_s (line 24) | struct fpm_shm_s type fpm_shm_s (line 25) | struct fpm_shm_s type fpm_shm_s (line 26) | struct fpm_shm_s type fpm_shm_s (line 27) | struct fpm_shm_s type fpm_shm_s (line 28) | struct fpm_shm_s type fpm_shm_s (line 32) | struct fpm_shm_s FILE: sapi/cli/fpm/fpm_stdio.c function fpm_stdio_init_main (line 27) | int fpm_stdio_init_main(void) function fpm_stdio_init_final (line 63) | int fpm_stdio_init_final(void) function fpm_stdio_save_original_stderr (line 76) | int fpm_stdio_save_original_stderr(void) function fpm_stdio_restore_original_stderr (line 91) | int fpm_stdio_restore_original_stderr(int close_after_restore) function fpm_stdio_redirect_stderr_to_error_log (line 109) | int fpm_stdio_redirect_stderr_to_error_log(void) function fpm_stdio_redirect_stderr_to_dev_null_for_syslog (line 126) | int fpm_stdio_redirect_stderr_to_dev_null_for_syslog(void) function fpm_stdio_init_child (line 140) | int fpm_stdio_init_child(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_stdio_flush_child (line 164) | int fpm_stdio_flush_child(void) function fpm_stdio_child_said (line 169) | static void fpm_stdio_child_said(struct fpm_event_s *ev, short which, vo... function fpm_stdio_prepare_pipes (line 288) | int fpm_stdio_prepare_pipes(struct fpm_child_s *child) /* {{{ */ function fpm_stdio_parent_use_pipes (line 318) | int fpm_stdio_parent_use_pipes(struct fpm_child_s *child) /* {{{ */ function fpm_stdio_discard_pipes (line 339) | int fpm_stdio_discard_pipes(struct fpm_child_s *child) /* {{{ */ function fpm_stdio_child_use_pipes (line 354) | void fpm_stdio_child_use_pipes(struct fpm_child_s *child) /* {{{ */ function fpm_stdio_open_error_log (line 368) | int fpm_stdio_open_error_log(int reopen) /* {{{ */ FILE: sapi/cli/fpm/fpm_stdio.h type fpm_worker_pool_s (line 12) | struct fpm_worker_pool_s type fpm_child_s (line 14) | struct fpm_child_s type fpm_child_s (line 15) | struct fpm_child_s type fpm_child_s (line 16) | struct fpm_child_s type fpm_child_s (line 17) | struct fpm_child_s FILE: sapi/cli/fpm/fpm_systemd.c function fpm_systemd (line 14) | static void fpm_systemd(void) function fpm_systemd_heartbeat (line 47) | void fpm_systemd_heartbeat(struct fpm_event_s *ev, short which, void *ar... function fpm_systemd_conf (line 81) | int fpm_systemd_conf(void) FILE: sapi/cli/fpm/fpm_systemd.h type fpm_event_s (line 9) | struct fpm_event_s FILE: sapi/cli/fpm/fpm_trace.c function fpm_trace_get_strz (line 9) | int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ FILE: sapi/cli/fpm/fpm_trace_mach.c function fpm_mach_vm_deallocate (line 21) | static void fpm_mach_vm_deallocate(void) function fpm_mach_vm_read_page (line 31) | static int fpm_mach_vm_read_page(vm_offset_t page) /* {{{ */ function fpm_trace_signal (line 44) | int fpm_trace_signal(pid_t pid) /* {{{ */ function fpm_trace_ready (line 54) | int fpm_trace_ready(pid_t pid) /* {{{ */ function fpm_trace_close (line 72) | int fpm_trace_close(pid_t pid) /* {{{ */ function fpm_trace_get_long (line 80) | int fpm_trace_get_long(long addr, long *data) /* {{{ */ FILE: sapi/cli/fpm/fpm_trace_pread.c function fpm_trace_signal (line 22) | int fpm_trace_signal(pid_t pid) /* {{{ */ function fpm_trace_ready (line 32) | int fpm_trace_ready(pid_t pid) /* {{{ */ function fpm_trace_close (line 46) | int fpm_trace_close(pid_t pid) /* {{{ */ function fpm_trace_get_long (line 54) | int fpm_trace_get_long(long addr, long *data) /* {{{ */ FILE: sapi/cli/fpm/fpm_trace_ptrace.c function fpm_trace_signal (line 27) | int fpm_trace_signal(pid_t pid) /* {{{ */ function fpm_trace_ready (line 37) | int fpm_trace_ready(pid_t pid) /* {{{ */ function fpm_trace_close (line 44) | int fpm_trace_close(pid_t pid) /* {{{ */ function fpm_trace_get_long (line 55) | int fpm_trace_get_long(long addr, long *data) /* {{{ */ FILE: sapi/cli/fpm/fpm_unix.c function fpm_unix_is_id (line 51) | static inline bool fpm_unix_is_id(const char* name) type passwd (line 56) | struct passwd type fpm_worker_pool_s (line 56) | struct fpm_worker_pool_s type passwd (line 58) | struct passwd function fpm_unix_check_listen_address (line 67) | static inline bool fpm_unix_check_listen_address(struct fpm_worker_pool_... function fpm_unix_check_passwd (line 94) | static inline bool fpm_unix_check_passwd(struct fpm_worker_pool_s *wp, c... type group (line 99) | struct group type fpm_worker_pool_s (line 99) | struct fpm_worker_pool_s type group (line 101) | struct group function fpm_unix_check_group (line 110) | static inline bool fpm_unix_check_group(struct fpm_worker_pool_s *wp, co... function fpm_unix_test_config (line 115) | bool fpm_unix_test_config(struct fpm_worker_pool_s *wp) function fpm_unix_resolve_socket_permissions (line 127) | int fpm_unix_resolve_socket_permissions(struct fpm_worker_pool_s *wp) /*... function fpm_unix_set_socket_permissions (line 287) | int fpm_unix_set_socket_permissions(struct fpm_worker_pool_s *wp, const ... function fpm_unix_free_socket_permissions (line 338) | int fpm_unix_free_socket_permissions(struct fpm_worker_pool_s *wp) /* {{... function fpm_unix_conf_wp (line 349) | static int fpm_unix_conf_wp(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_unix_init_child (line 424) | int fpm_unix_init_child(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_unix_init_main (line 567) | int fpm_unix_init_main(void) FILE: sapi/cli/fpm/fpm_unix.h type fpm_worker_pool_s (line 8) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 10) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 11) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 12) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 14) | struct fpm_worker_pool_s FILE: sapi/cli/fpm/fpm_worker_pool.c type fpm_worker_pool_s (line 18) | struct fpm_worker_pool_s function fpm_worker_pool_free_limit_extensions (line 20) | void fpm_worker_pool_free_limit_extensions(char **limit_extensions) { function fpm_worker_pool_free (line 29) | void fpm_worker_pool_free(struct fpm_worker_pool_s *wp) /* {{{ */ function fpm_worker_pool_cleanup (line 51) | static void fpm_worker_pool_cleanup(int which, void *arg) /* {{{ */ type fpm_worker_pool_s (line 68) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 70) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 72) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 77) | struct fpm_worker_pool_s function fpm_worker_pool_init_main (line 84) | int fpm_worker_pool_init_main(void) FILE: sapi/cli/fpm/fpm_worker_pool.h type fpm_worker_pool_s (line 9) | struct fpm_worker_pool_s type fpm_child_s (line 10) | struct fpm_child_s type fpm_child_stat_s (line 11) | struct fpm_child_stat_s type fpm_shm_s (line 12) | struct fpm_shm_s type fpm_address_domain (line 14) | enum fpm_address_domain { type fpm_worker_pool_s (line 19) | struct fpm_worker_pool_s { type fpm_worker_pool_s (line 51) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 52) | struct fpm_worker_pool_s type fpm_worker_pool_s (line 57) | struct fpm_worker_pool_s FILE: sapi/cli/fpm/zlog.c function zlog_set_external_logger (line 53) | void zlog_set_external_logger(void (*logger)(int, char *, size_t)) /* {{... function zlog_set_launched (line 71) | void zlog_set_launched(void) /* {{{ */ function zlog_print_time (line 77) | size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf... function zlog_set_fd (line 92) | int zlog_set_fd(int new_fd, zlog_bool is_stderr) /* {{{ */ function zlog_set_level (line 103) | int zlog_set_level(int new_value) /* {{{ */ function zlog_set_limit (line 114) | int zlog_set_limit(int new_value) /* {{{ */ function zlog_set_buffering (line 123) | int zlog_set_buffering(zlog_bool buffering) /* {{{ */ function zlog_truncate_buf (line 132) | static inline size_t zlog_truncate_buf(char *buf, size_t buf_size, size_... function zlog_external (line 139) | static inline void zlog_external( function zlog_buf_prefix (line 157) | static size_t zlog_buf_prefix( function vzlog (line 198) | void vzlog(const char *function, int line, int flags, const char *fmt, v... function zlog_ex (line 259) | void zlog_ex(const char *function, int line, int flags, const char *fmt,... type zlog_stream (line 270) | struct zlog_stream function zlog_msg_ex (line 272) | void zlog_msg_ex(const char *function, int line, int flags, function zlog_bool (line 290) | static zlog_bool zlog_stream_buf_alloc_ex(struct zlog_stream *stream, si... function zlog_bool (line 308) | inline static zlog_bool zlog_stream_buf_alloc(struct zlog_stream *stream... function zlog_stream_direct_write_ex (line 318) | static inline ssize_t zlog_stream_direct_write_ex( function zlog_stream_direct_write (line 340) | static ssize_t zlog_stream_direct_write( function zlog_stream_unbuffered_write (line 347) | static inline ssize_t zlog_stream_unbuffered_write( function zlog_stream_buf_copy_cstr (line 413) | static inline ssize_t zlog_stream_buf_copy_cstr( function zlog_stream_buf_copy_char (line 429) | static inline ssize_t zlog_stream_buf_copy_char(struct zlog_stream *stre... function zlog_stream_buf_flush (line 442) | static ssize_t zlog_stream_buf_flush(struct zlog_stream *stream) /* {{{ */ function zlog_stream_buf_append (line 466) | static ssize_t zlog_stream_buf_append( function zlog_stream_init_internal (line 513) | static inline void zlog_stream_init_internal( function zlog_stream_init (line 537) | void zlog_stream_init(struct zlog_stream *stream, int flags) /* {{{ */ function zlog_stream_init_ex (line 543) | void zlog_stream_init_ex(struct zlog_stream *stream, int flags, int fd) ... function zlog_stream_set_decorating (line 550) | void zlog_stream_set_decorating(struct zlog_stream *stream, zlog_bool de... function zlog_stream_set_wrapping (line 562) | void zlog_stream_set_wrapping(struct zlog_stream *stream, zlog_bool wrap... function zlog_stream_set_is_stdout (line 568) | void zlog_stream_set_is_stdout(struct zlog_stream *stream, zlog_bool is_... function zlog_stream_set_child_pid (line 574) | void zlog_stream_set_child_pid(struct zlog_stream *stream, int child_pid... function zlog_stream_set_msg_quoting (line 580) | void zlog_stream_set_msg_quoting(struct zlog_stream *stream, zlog_bool q... function zlog_bool (line 586) | zlog_bool zlog_stream_set_msg_prefix(struct zlog_stream *stream, const c... function zlog_bool (line 614) | zlog_bool zlog_stream_set_msg_suffix( function zlog_stream_prefix_ex (line 669) | ssize_t zlog_stream_prefix_ex(struct zlog_stream *stream, const char *fu... function zlog_stream_vformat (line 724) | ssize_t zlog_stream_vformat(struct zlog_stream *stream, const char *fmt,... function zlog_stream_format (line 735) | ssize_t zlog_stream_format(struct zlog_stream *stream, const char *fmt, ... function zlog_stream_str (line 748) | ssize_t zlog_stream_str(struct zlog_stream *stream, const char *str, siz... function zlog_stream_finish_buffer_suffix (line 770) | static inline void zlog_stream_finish_buffer_suffix(struct zlog_stream *... function zlog_stream_finish_direct_suffix (line 803) | static inline void zlog_stream_finish_direct_suffix(struct zlog_stream *... function zlog_bool (line 838) | zlog_bool zlog_stream_finish(struct zlog_stream *stream) /* {{{ */ function zlog_stream_destroy (line 862) | void zlog_stream_destroy(struct zlog_stream *stream) /* {{{ */ function zlog_bool (line 878) | zlog_bool zlog_stream_close(struct zlog_stream *stream) /* {{{ */ FILE: sapi/cli/fpm/zlog.h type timeval (line 12) | struct timeval type zlog_bool (line 14) | typedef unsigned char zlog_bool; type timeval (line 27) | struct timeval type zlog_stream_buffer (line 59) | struct zlog_stream_buffer { type zlog_stream (line 64) | struct zlog_stream { type zlog_stream (line 93) | struct zlog_stream type zlog_stream (line 94) | struct zlog_stream type zlog_stream (line 95) | struct zlog_stream type zlog_stream (line 96) | struct zlog_stream type zlog_stream (line 97) | struct zlog_stream type zlog_stream (line 98) | struct zlog_stream type zlog_stream (line 99) | struct zlog_stream type zlog_stream (line 100) | struct zlog_stream type zlog_stream (line 103) | struct zlog_stream type zlog_stream (line 106) | struct zlog_stream type zlog_stream (line 107) | struct zlog_stream type zlog_stream (line 109) | struct zlog_stream type zlog_stream (line 110) | struct zlog_stream type zlog_stream (line 111) | struct zlog_stream type zlog_stream (line 112) | struct zlog_stream type zlog_stream (line 113) | struct zlog_stream FILE: sapi/cli/library.h type zval (line 25) | typedef zval zend_source_string_t; type zend_string (line 27) | typedef zend_string zend_source_string_t; function zend_op_array (line 47) | static inline zend_op_array *_compile_string(zend_source_string_t *sourc... function zend_bool (line 57) | static inline zend_bool _eval(const char *code, const char *filename) { function php_swoole_cli_load_library (line 129) | void php_swoole_cli_load_library(void) FILE: sapi/cli/mime_type_map.h type php_cli_server_ext_mime_type_pair (line 23) | typedef struct php_cli_server_ext_mime_type_pair { FILE: sapi/cli/patch.c function swoole_cli_self_update (line 20) | void swoole_cli_self_update(void) { FILE: sapi/cli/php_cli.c function PHP_CLI_API (line 111) | PHP_CLI_API cli_shell_callbacks_t *php_cli_get_shell_callbacks(void) function module_name_cmp (line 174) | static int module_name_cmp(Bucket *f, Bucket *s) /* {{{ */ function print_modules (line 181) | static void print_modules(void) /* {{{ */ function print_extension_info (line 196) | static void print_extension_info(zend_extension *ext) /* {{{ */ function extension_name_cmp (line 202) | static int extension_name_cmp(const zend_llist_element **f, const zend_l... function print_extensions (line 210) | static void print_extensions(void) /* {{{ */ function sapi_cli_select (line 229) | static inline bool sapi_cli_select(php_socket_t fd) function PHP_CLI_API (line 247) | PHP_CLI_API ssize_t sapi_cli_single_write(const char *str, size_t str_le... function sapi_cli_ub_write (line 269) | static size_t sapi_cli_ub_write(const char *str, size_t str_length) /* {... function sapi_cli_flush (line 305) | static void sapi_cli_flush(void *server_context) /* {{{ */ function sapi_cli_register_variables (line 321) | static void sapi_cli_register_variables(zval *track_vars_array) /* {{{ */ function sapi_cli_log_message (line 355) | static void sapi_cli_log_message(const char *message, int syslog_type_in... function sapi_cli_deactivate (line 364) | static int sapi_cli_deactivate(void) /* {{{ */ function sapi_cli_header_handler (line 381) | static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op... function sapi_cli_send_headers (line 387) | static int sapi_cli_send_headers(sapi_headers_struct *sapi_headers) /* {... function sapi_cli_send_header (line 395) | static void sapi_cli_send_header(sapi_header_struct *sapi_header, void *... function php_cli_startup (line 400) | static int php_cli_startup(sapi_module_struct *sapi_module) /* {{{ */ function sapi_cli_ini_defaults (line 413) | static void sapi_cli_ini_defaults(HashTable *configuration_hash) function php_cli_usage (line 463) | static void php_cli_usage(char *argv0) function cli_register_file_handles (line 528) | static void cli_register_file_handles(void) function zend_result (line 575) | static zend_result cli_seek_file_begin(zend_file_handle *file_handle, ch... function BOOL (line 591) | BOOL WINAPI php_cli_win32_ctrl_handler(DWORD sig) function do_cli (line 600) | static int do_cli(int argc, char **argv) /* {{{ */ function main (line 1197) | int main(int argc, char *argv[]) FILE: sapi/cli/php_cli_process_title.c function PHP_FUNCTION (line 26) | PHP_FUNCTION(cli_set_process_title) function PHP_FUNCTION (line 47) | PHP_FUNCTION(cli_get_process_title) FILE: sapi/cli/php_cli_process_title.stub.php function cli_set_process_title (line 3) | function cli_set_process_title(string $title): bool {} function cli_get_process_title (line 5) | function cli_get_process_title(): ?string {} FILE: sapi/cli/php_cli_server.c type php_cli_server_poller (line 122) | typedef struct php_cli_server_poller { type php_cli_server_request (line 130) | typedef struct php_cli_server_request { type php_cli_server_chunk (line 151) | typedef struct php_cli_server_chunk { type php_cli_server_buffer (line 167) | typedef struct php_cli_server_buffer { type php_cli_server_content_sender (line 172) | typedef struct php_cli_server_content_sender { type php_cli_server_client (line 176) | typedef struct php_cli_server_client { type php_cli_server (line 194) | typedef struct php_cli_server { type php_cli_server_http_response_status_code_pair (line 210) | typedef struct php_cli_server_http_response_status_code_pair { function php_cli_server_get_system_time (line 256) | static bool php_cli_server_get_system_time(char *buf) { function php_cli_server_get_system_time (line 272) | static bool php_cli_server_get_system_time(char *buf) { function cli_header_value_dtor (line 286) | static void cli_header_value_dtor(zval *zv) /* {{{ */ function status_comp (line 296) | static int status_comp(const void *a, const void *b) /* {{{ */ function append_http_status_line (line 346) | static void append_http_status_line(smart_str *buffer, function append_essential_headers (line 366) | static void append_essential_headers(smart_str *buffer, function PHP_FUNCTION (line 417) | static PHP_FUNCTION(apache_request_headers) /* {{{ */ function add_response_header (line 432) | static void add_response_header(sapi_header_struct *h, zval *return_valu... function PHP_FUNCTION (line 460) | static PHP_FUNCTION(apache_response_headers) /* {{{ */ function cli_server_init_globals (line 474) | static void cli_server_init_globals(zend_cli_server_globals *cg) { function PHP_MINIT_FUNCTION (line 483) | static PHP_MINIT_FUNCTION(cli_server) { function PHP_MSHUTDOWN_FUNCTION (line 489) | static PHP_MSHUTDOWN_FUNCTION(cli_server) { function PHP_MINFO_FUNCTION (line 494) | static PHP_MINFO_FUNCTION(cli_server) { function sapi_cli_server_startup (line 517) | static int sapi_cli_server_startup(sapi_module_struct *sapi_module) /* {... function sapi_cli_server_ub_write (line 522) | static size_t sapi_cli_server_ub_write(const char *str, size_t str_lengt... function sapi_cli_server_flush (line 531) | static void sapi_cli_server_flush(void *server_context) /* {{{ */ function sapi_cli_server_discard_headers (line 550) | static int sapi_cli_server_discard_headers(sapi_headers_struct *sapi_hea... function sapi_cli_server_send_headers (line 555) | static int sapi_cli_server_send_headers(sapi_headers_struct *sapi_header... function sapi_cli_server_read_post (line 602) | static size_t sapi_cli_server_read_post(char *buf, size_t count_bytes) /... function sapi_cli_server_register_variable (line 615) | static void sapi_cli_server_register_variable(zval *track_vars_array, co... function sapi_cli_server_register_known_var_char (line 629) | static void sapi_cli_server_register_known_var_char( function sapi_cli_server_register_known_var_str (line 642) | static void sapi_cli_server_register_known_var_str(zval *track_vars_array, function sapi_cli_server_register_entry_cb (line 658) | static int sapi_cli_server_register_entry_cb(zval *entry, function sapi_cli_server_register_variables (line 691) | static void sapi_cli_server_register_variables(zval *track_vars_array) /... function sapi_cli_server_log_write (line 790) | static void sapi_cli_server_log_write(int type, const char *msg) /* {{{ */ function sapi_cli_server_log_message (line 819) | static void sapi_cli_server_log_message(const char *msg, int syslog_type... function php_cli_server_poller_ctor (line 855) | static void php_cli_server_poller_ctor(php_cli_server_poller *poller) /*... function php_cli_server_poller_add (line 862) | static void php_cli_server_poller_add(php_cli_server_poller *poller, int... function php_cli_server_poller_remove (line 875) | static void php_cli_server_poller_remove(php_cli_server_poller *poller, ... function php_cli_server_poller_poll (line 896) | static int php_cli_server_poller_poll(php_cli_server_poller *poller, str... function zend_result (line 903) | static zend_result php_cli_server_poller_iter_on_active( function php_cli_server_chunk_size (line 967) | static size_t php_cli_server_chunk_size(const php_cli_server_chunk *chun... function php_cli_server_chunk_dtor (line 978) | static void php_cli_server_chunk_dtor(php_cli_server_chunk *chunk) /* {{... function php_cli_server_buffer_dtor (line 991) | static void php_cli_server_buffer_dtor(php_cli_server_buffer *buffer) /*... function php_cli_server_buffer_ctor (line 1001) | static void php_cli_server_buffer_ctor(php_cli_server_buffer *buffer) /*... function php_cli_server_buffer_append (line 1007) | static void php_cli_server_buffer_append(php_cli_server_buffer *buffer, ... function php_cli_server_buffer_prepend (line 1020) | static void php_cli_server_buffer_prepend(php_cli_server_buffer *buffer,... function php_cli_server_buffer_size (line 1032) | static size_t php_cli_server_buffer_size(const php_cli_server_buffer *bu... function php_cli_server_chunk (line 1042) | static php_cli_server_chunk *php_cli_server_chunk_immortal_new(const cha... function php_cli_server_chunk (line 1053) | static php_cli_server_chunk *php_cli_server_chunk_heap_new(void *block, ... function php_cli_server_chunk (line 1065) | static php_cli_server_chunk *php_cli_server_chunk_heap_new_self_containe... function php_cli_server_content_sender_dtor (line 1077) | static void php_cli_server_content_sender_dtor(php_cli_server_content_se... function php_cli_server_content_sender_ctor (line 1082) | static void php_cli_server_content_sender_ctor(php_cli_server_content_se... function php_cli_server_content_sender_send (line 1087) | static int php_cli_server_content_sender_send(php_cli_server_content_sen... function php_cli_server_content_sender_pull (line 1162) | static bool php_cli_server_content_sender_pull(php_cli_server_content_se... function php_cli_is_output_tty (line 1195) | static int php_cli_is_output_tty(void) /* {{{ */ function php_cli_is_output_tty (line 1203) | static int php_cli_is_output_tty() /* {{{ */ function php_cli_server_log_response (line 1213) | static void php_cli_server_log_response(php_cli_server_client *client, i... function php_cli_server_logf (line 1299) | static void php_cli_server_logf(int type, const char *format, ...) /* {{... function php_socket_t (line 1321) | static php_socket_t php_network_listen_socket( function php_cli_server_request_ctor (line 1432) | static void php_cli_server_request_ctor(php_cli_server_request *req) /* ... function php_cli_server_request_dtor (line 1455) | static void php_cli_server_request_dtor(php_cli_server_request *req) /* ... function php_cli_server_request_translate_vpath (line 1479) | static void php_cli_server_request_translate_vpath(const php_cli_server ... function normalize_vpath (line 1581) | static void normalize_vpath( function php_cli_server_client_read_request_on_message_begin (line 1665) | static int php_cli_server_client_read_request_on_message_begin(php_http_... function php_cli_server_client_read_request_on_path (line 1669) | static int php_cli_server_client_read_request_on_path(php_http_parser *p... function php_cli_server_client_read_request_on_query_string (line 1684) | static int php_cli_server_client_read_request_on_query_string(php_http_p... function php_cli_server_client_read_request_on_url (line 1701) | static int php_cli_server_client_read_request_on_url(php_http_parser *pa... function php_cli_server_client_read_request_on_fragment (line 1717) | static int php_cli_server_client_read_request_on_fragment(php_http_parse... function php_cli_server_client_save_header (line 1721) | static void php_cli_server_client_save_header(php_cli_server_client *cli... function zend_string (line 1762) | static zend_string *cli_concat_persistent_zstr_with_char(zend_string *ol... function php_cli_server_client_read_request_on_header_field (line 1775) | static int php_cli_server_client_read_request_on_header_field(php_http_p... function php_cli_server_client_read_request_on_header_value (line 1798) | static int php_cli_server_client_read_request_on_header_value(php_http_p... function php_cli_server_client_read_request_on_headers_complete (line 1820) | static int php_cli_server_client_read_request_on_headers_complete(php_ht... function php_cli_server_client_read_request_on_body (line 1838) | static int php_cli_server_client_read_request_on_body(php_http_parser *p... function php_cli_server_client_read_request_on_message_complete (line 1850) | static int php_cli_server_client_read_request_on_message_complete(php_ht... function php_cli_server_client_read_request (line 1880) | static int php_cli_server_client_read_request(php_cli_server_client *cli... function php_cli_server_client_send_through (line 1934) | static size_t php_cli_server_client_send_through(php_cli_server_client *... function php_cli_server_client_populate_request_info (line 1974) | static void php_cli_server_client_populate_request_info(const php_cli_se... function destroy_request_info (line 1994) | static void destroy_request_info(sapi_request_info *request_info) /* {{{ */ function php_cli_server_client_ctor (line 1997) | static void php_cli_server_client_ctor(php_cli_server_client *client, function php_cli_server_client_dtor (line 2031) | static void php_cli_server_client_dtor(php_cli_server_client *client) /*... function php_cli_server_close_connection (line 2049) | static void php_cli_server_close_connection(php_cli_server *server, php_... function zend_result (line 2056) | static zend_result php_cli_server_send_error_page(php_cli_server *server, function zend_result (line 2183) | static zend_result php_cli_server_dispatch_script(php_cli_server *server... function zend_result (line 2203) | static zend_result php_cli_server_begin_send_static(php_cli_server *serv... function zend_result (line 2283) | static zend_result php_cli_server_request_startup(php_cli_server *server... function php_cli_server_request_shutdown (line 2299) | static void php_cli_server_request_shutdown(php_cli_server *server, php_... function php_cli_server_dispatch_router (line 2310) | static bool php_cli_server_dispatch_router(php_cli_server *server, php_c... function zend_result (line 2354) | static zend_result php_cli_server_dispatch(php_cli_server *server, php_c... function php_cli_server_mime_type_ctor (line 2418) | static void php_cli_server_mime_type_ctor(php_cli_server *server, function php_cli_server_dtor (line 2432) | static void php_cli_server_dtor(php_cli_server *server) /* {{{ */ function php_cli_server_client_dtor_wrapper (line 2470) | static void php_cli_server_client_dtor_wrapper(zval *zv) /* {{{ */ function php_cli_server_worker_install_pdeathsig (line 2541) | static void php_cli_server_worker_install_pdeathsig(void) { function php_cli_server_startup_workers (line 2557) | static void php_cli_server_startup_workers(void) { function zend_result (line 2596) | static zend_result php_cli_server_ctor(php_cli_server *server, function zend_result (line 2697) | static zend_result php_cli_server_recv_event_read_request(php_cli_server... function zend_result (line 2734) | static zend_result php_cli_server_send_event(php_cli_server *server, php... type php_cli_server_do_event_for_each_fd_callback_params (line 2764) | typedef struct php_cli_server_do_event_for_each_fd_callback_params { function zend_result (line 2770) | static zend_result php_cli_server_do_event_for_each_fd_callback(void *_p... function php_cli_server_do_event_for_each_fd (line 2820) | static void php_cli_server_do_event_for_each_fd(php_cli_server *server, function zend_result (line 2833) | static zend_result php_cli_server_do_event_loop(php_cli_server *server) ... function php_cli_server_sigint_handler (line 2863) | static void php_cli_server_sigint_handler(int sig) /* {{{ */ function do_cli_server (line 2870) | int do_cli_server(int argc, char **argv) /* {{{ */ FILE: sapi/cli/php_cli_server.stub.php function apache_request_headers (line 3) | function apache_request_headers(): array {} function apache_response_headers (line 5) | function apache_response_headers(): array {} function getallheaders (line 7) | function getallheaders(): array {} FILE: sapi/cli/php_cli_swoole.h function show_swoole_version (line 11) | static inline void show_swoole_version(void) { FILE: sapi/cli/php_http_parser.c type header_states (line 201) | enum header_states type flags (line 228) | enum flags function php_http_parser_execute (line 256) | size_t php_http_parser_execute (php_http_parser *parser, function php_http_should_keep_alive (line 1524) | int type php_http_method (line 1545) | enum php_http_method function php_http_parser_init (line 1551) | void FILE: sapi/cli/php_http_parser.h type php_http_parser (line 53) | typedef struct php_http_parser php_http_parser; type php_http_parser_settings (line 54) | typedef struct php_http_parser_settings php_http_parser_settings; type php_http_method (line 75) | enum php_http_method type php_http_parser_type (line 111) | enum php_http_parser_type { PHP_HTTP_REQUEST, PHP_HTTP_RESPONSE, PHP_HTT... type state (line 113) | enum state type php_http_parser (line 181) | struct php_http_parser { type php_http_parser_settings (line 210) | struct php_http_parser_settings { type php_http_parser_type (line 224) | enum php_http_parser_type type php_http_method (line 242) | enum php_http_method FILE: sapi/cli/ps_title.c function is_ps_title_available (line 287) | int is_ps_title_available(void) function set_ps_title (line 340) | int set_ps_title(const char* title) function get_ps_title (line 397) | int get_ps_title(size_t *displen, const char** string) function cleanup_ps_args (line 435) | void cleanup_ps_args(char **argv) FILE: sapi/cli/sfx/hook_cli.c function zend_stream_fsize (line 5) | static size_t zend_stream_fsize(zend_file_handle *file_handle) /* {{{ */ function zend_stream_getc (line 14) | static int zend_stream_getc(zend_file_handle *file_handle) /* {{{ */ function zend_stream_read (line 24) | static ssize_t zend_stream_read(zend_file_handle *file_handle, char *buf... function zend_stream_stdio_reader (line 42) | static ssize_t zend_stream_stdio_reader(void *handle, char *buf, size_t ... function zend_stream_stdio_closer (line 47) | static void zend_stream_stdio_closer(void *handle) /* {{{ */ function zend_stream_stdio_fsizer (line 54) | static size_t zend_stream_stdio_fsizer(void *handle) /* {{{ */ function zend_stream_init_fp_self_begin (line 68) | int zend_stream_init_fp_self_begin(zend_file_handle *handle, FILE *fp, c... function swoole_cli_seek_file_self_begin (line 144) | int swoole_cli_seek_file_self_begin(zend_file_handle *file_handle, char ... FILE: sapi/cli/sfx/hook_phar.c function hook_plain_stream_seek (line 3) | int hook_plain_stream_seek(php_stream *stream, zend_off_t offset, int wh... function hook_plain_stream_stat (line 29) | int hook_plain_stream_stat(php_stream *stream, php_stream_statbuf *ssb) { FILE: sapi/cli/sfx/hook_phar.h type swoole_cli_hook_php_stream_ops (line 23) | typedef struct _swoole_cli_hook_php_stream_ops { FILE: sapi/cli/sfx/hook_stream.h function swoole_cli_hook_stream (line 10) | static inline void swoole_cli_hook_stream(php_stream *stream) function swoole_cli_unhook_stream (line 23) | static inline void swoole_cli_unhook_stream(php_stream *stream) function php_stream (line 32) | static inline php_stream *swoole_cli_stream_open_wrapper(const char *pat... FILE: sapi/cli/sfx/sfx.c function swoole_cli_sfx_size (line 4) | swoole_cli_sfx_size swoole_cli_get_sfx_filesize(void) { FILE: sapi/cli/sfx/sfx.h type swoole_cli_sfx_size (line 6) | typedef size_t swoole_cli_sfx_size; function swoole_cli_is_file_exec_self (line 8) | static inline bool swoole_cli_is_file_exec_self(const char *script_file) { function swoole_cli_is_stream_exec_self (line 22) | static inline bool swoole_cli_is_stream_exec_self(php_stream *stream) { function swoole_cli_get_sfx_end_size (line 28) | static inline size_t swoole_cli_get_sfx_end_size(void) { FILE: sapi/cli/util.h function swoole_cli_pack_reverse_int32 (line 7) | static inline uint32_t swoole_cli_pack_reverse_int32(uint32_t arg) function swoole_cli_pack_reverse_int64 (line 15) | static inline uint64_t swoole_cli_pack_reverse_int64(uint64_t arg) FILE: sapi/lib/helper.php function swoole_cli_self_update (line 5) | function swoole_cli_self_update() FILE: sapi/src/Exception.php class Exception (line 5) | class Exception extends \RuntimeException FILE: sapi/src/Extension.php class Extension (line 5) | class Extension extends Project method withOptions (line 12) | public function withOptions(string $options): static method withPeclVersion (line 18) | public function withPeclVersion(string $peclVersion): static method withDependentExtensions (line 24) | public function withDependentExtensions(string ...$extensions): static FILE: sapi/src/Library.php class Library (line 5) | class Library extends Project method withMirrorUrl (line 29) | public function withMirrorUrl(string $url): static method withPrefix (line 35) | public function withPrefix(string $prefix): static method getPrefix (line 43) | public function getPrefix(): string method withFile (line 48) | public function withFile(string $file): static method withBuildScript (line 54) | public function withBuildScript(string $script): static method withConfigure (line 60) | public function withConfigure(string $configure): static method withLdflags (line 66) | public function withLdflags(string $ldflags): static method withMakeVariables (line 72) | public function withMakeVariables(string $variables): static method withMakeOptions (line 78) | public function withMakeOptions(string $makeOptions): static method withScriptBeforeInstall (line 84) | public function withScriptBeforeInstall(string $script): static method withScriptAfterInstall (line 90) | public function withScriptAfterInstall(string $script): static method withMakeInstallCommand (line 96) | public function withMakeInstallCommand(string $makeInstallCommand): st... method withMakeInstallOptions (line 102) | public function withMakeInstallOptions(string $makeInstallOptions): st... method withPkgConfig (line 108) | public function withPkgConfig(string $pkgConfig): static method withPkgName (line 114) | public function withPkgName(string $pkgName): static method withBinPath (line 120) | public function withBinPath(string|array $path): static method withUntarArchiveCommand (line 130) | public function withUntarArchiveCommand(string $command): static FILE: sapi/src/Preprocessor.php class Preprocessor (line 10) | class Preprocessor method __construct (line 98) | protected function __construct() method setLinker (line 104) | public function setLinker(string $ld): static method getInstance (line 110) | public static function getInstance(): static method setOsType (line 118) | protected function setOsType(string $osType): void method getOsType (line 123) | public function getOsType(): string method getSystemArch (line 128) | public function getSystemArch(): string method getDebArch (line 141) | public function getDebArch(): string method getImageTag (line 154) | public function getImageTag(): string method getBaseImageTag (line 164) | public function getBaseImageTag(): string method setPhpSrcDir (line 174) | public function setPhpSrcDir(string $phpSrcDir) method getPhpSrcDir (line 179) | public function getPhpSrcDir(): string method setGlobalPrefix (line 185) | public function setGlobalPrefix(string $prefix) method getGlobalPrefix (line 190) | public function getGlobalPrefix(): string method setRootDir (line 195) | public function setRootDir(string $rootDir) method getRootDir (line 200) | public function getRootDir(): string method getPrepareArgs (line 205) | public function getPrepareArgs(): array method setLibraryDir (line 210) | public function setLibraryDir(string $libraryDir) method setExtensionDir (line 215) | public function setExtensionDir(string $extensionDir) method setWorkDir (line 220) | public function setWorkDir(string $workDir) method setBuildDir (line 225) | public function setBuildDir(string $buildDir) method getBuildDir (line 230) | public function getBuildDir(): string method getSwooleVersion (line 235) | public function getSwooleVersion(): string method getWorkDir (line 240) | public function getWorkDir(): string method getWorkExtDir (line 245) | public function getWorkExtDir(): string method setExtraLdflags (line 250) | public function setExtraLdflags(string $flags) method setExtraCflags (line 255) | public function setExtraCflags(string $flags) method setConfigureVariables (line 260) | public function setConfigureVariables(string $variables): void method setExtraOptions (line 265) | public function setExtraOptions(string $options): void method setMaxJob (line 274) | public function setMaxJob(int $n): static method setLogicalProcessors (line 285) | public function setLogicalProcessors(string $logicalProcessors): static method setBuildType (line 291) | public function setBuildType(string $buildType): static method getBuildType (line 297) | public function getBuildType(): string method doNotInstallLibrary (line 302) | public function doNotInstallLibrary(): void method downloadFile (line 312) | protected function downloadFile(string $url, string $file, ?object $pr... method addLibrary (line 346) | public function addLibrary(Library $lib): void method addExtension (line 397) | public function addExtension(Extension $ext): void method getLibrary (line 438) | public function getLibrary(string $name): ?Library method getLibraryPackages (line 446) | public function getLibraryPackages(): array method withBinPath (line 460) | public function withBinPath(string $path): static method withVariable (line 466) | public function withVariable(string $key, string $value): static method withExportVariable (line 472) | public function withExportVariable(string $key, string $value): static method withFramework (line 480) | public function withFramework(string $framework): static method getExtension (line 491) | public function getExtension(string $name): ?Extension method existsLibrary (line 499) | public function existsLibrary(string $name): bool method existsExtension (line 504) | public function existsExtension(string $name): bool method setExtensionDependency (line 515) | public function setExtensionDependency(): void method getLibraryDependenciesByName (line 550) | private function getLibraryDependenciesByName($libraryName, &$packages... method addEndCallback (line 566) | public function addEndCallback($fn) method setExtCallback (line 571) | public function setExtCallback($name, $fn) method withBeforeConfigureScript (line 576) | public function withBeforeConfigureScript($name, $fn): void method parseArguments (line 581) | public function parseArguments(int $argc, array $argv): void method getInputOption (line 615) | public function getInputOption(string $key, string $default = ''): string method sortLibrary (line 631) | protected function sortLibrary(): void method mkdirIfNotExists (line 660) | protected function mkdirIfNotExists(string $dir, int $permissions = 07... method scanConfigFiles (line 670) | protected function scanConfigFiles(string $dir, array &$extAvailable):... method loadDependentExtension (line 686) | public function loadDependentExtension($extension_name): void method loadDependentLibrary (line 706) | public function loadDependentLibrary($library_name) method generateFile (line 727) | public function generateFile(string $templateFile, string $outFile): bool method execute (line 741) | public function execute(): void method generateDownloadLinks (line 858) | protected function generateDownloadLinks(): void method getRealOsType (line 892) | public function getRealOsType(): string method isLinux (line 905) | public function isLinux(): bool method isMacos (line 910) | public function isMacos(): bool method hasLibrary (line 915) | public function hasLibrary(string $lib): bool method hasExtension (line 920) | public function hasExtension(string $ext): bool FILE: sapi/src/Project.php class Project (line 5) | abstract class Project method __construct (line 48) | public function __construct(string $name) method withLicense (line 53) | public function withLicense(string $license, int $licenseType = self::... method withHomePage (line 60) | public function withHomePage(string $homePage): static method withManual (line 66) | public function withManual(string $manual): static method withDependentLibraries (line 72) | public function withDependentLibraries(string ...$libs): static method withMd5sum (line 78) | public function withMd5sum(string $md5sum): static method withFileHash (line 92) | public function withFileHash(string $algo, string $hash): static method hashVerify (line 105) | public function hashVerify(string $file): bool method withUrl (line 125) | public function withUrl(string $url): static method withBuildCached (line 131) | public function withBuildCached(bool $enableBuildCached = true): static method withInstallCached (line 137) | public function withInstallCached(bool $enableInstallCached = true): s... FILE: sapi/src/UnitTest/ExtraTest.php class ExtraTest (line 9) | class ExtraTest extends TestCase method stopTestCurlIDN2 (line 13) | public function stopTestCurlIDN2(): void method testCurlHttp3Client (line 51) | public function testCurlHttp3Client(): void method noTestCurlSFTP (line 102) | public function noTestCurlSFTP(): void method noTestCurlUpload (line 123) | public function noTestCurlUpload(): void FILE: sapi/src/UnitTest/MainTest.php class MainTest (line 16) | final class MainTest extends TestCase method testExtesnions (line 18) | public function testExtesnions(): void method testGd (line 29) | public function testGd(): void method testImagick (line 49) | public function testImagick(): void method testIntl (line 79) | public function testIntl(): void method testCurlFeature (line 99) | public function testCurlFeature(): void method testCurlHTTP2Client (line 126) | public function testCurlHTTP2Client(): void method testSwooleHttp2Client (line 164) | public function testSwooleHttp2Client(): void FILE: sapi/src/UnitTest/SwoolePGSQLTest.php class SwoolePGSQLTest (line 11) | final class SwoolePGSQLTest extends TestCase method testSwoolePGSQL (line 16) | public function testSwoolePGSQL(): void method createDataBase (line 36) | protected function createDataBase() method createTable (line 65) | protected function createTable() method insertTableData (line 110) | protected function insertTableData() method selectTableData (line 145) | protected function selectTableData() method deleteTableData (line 160) | protected function deleteTableData() method dropTable (line 178) | protected function dropTable() method dropDatabase (line 191) | protected function dropDatabase() FILE: scripts/dev/bless_tests.php function getFiles (line 46) | function getFiles(array $dirsOrFiles): \Iterator { function normalizeOutput (line 64) | function normalizeOutput(string $out): string { function formatToRegex (line 81) | function formatToRegex(string $format): string { function generateMinimallyDifferingOutput (line 96) | function generateMinimallyDifferingOutput(string $out, string $oldExpect) { function insertOutput (line 118) | function insertOutput(string $phpt, string $out): string { class DiffElem (line 133) | class DiffElem method __construct (line 146) | public function __construct(int $type, $old, $new) { class Differ (line 153) | class Differ method __construct (line 162) | public function __construct(callable $isEqual) { method diff (line 174) | public function diff(array $old, array $new) { method calculateTrace (line 179) | private function calculateTrace(array $a, array $b) { method extractDiff (line 209) | private function extractDiff(array $trace, int $x, int $y, array $a, a... FILE: scripts/dev/check_parameters.php function error (line 49) | function error($str, $level = 0) function update_lineno (line 65) | function update_lineno($offset) function get_vars (line 99) | function get_vars($txt) function check_param (line 123) | function check_param($db, $idx, $exp, $optional, $allow_uninit = false) function get_params (line 150) | function get_params($vars, $str) function check_function (line 182) | function check_function($name, $txt, $offset) function recurse (line 288) | function recurse($path) FILE: scripts/dev/find_tested.php function mark_methods_as_tested (line 84) | function mark_methods_as_tested($method_info, $phpt_files) { function populate_method_info (line 113) | function populate_method_info() { function get_phpt_files (line 178) | function get_phpt_files($dir, &$phpt_file_count, &$all_phpt) function extract_tests (line 199) | function extract_tests($file) { function filter_functions (line 215) | function filter_functions($x) { function map_token_value (line 219) | function map_token_value($x) { FILE: scripts/dev/tidy.php function stripTrailingWhitespace (line 87) | function stripTrailingWhitespace(string $code): string { function reindentToTabs (line 91) | function reindentToTabs(string $code): string { function reindentToSpaces (line 101) | function reindentToSpaces(string $code): string { function transformTestCode (line 121) | function transformTestCode(string $code, callable $transformer): string { function getLanguageFromExtension (line 136) | function getLanguageFromExtension(string $ext): ?string { FILE: scripts/gdb/php_gdb.py class ZendStringPrettyPrinter (line 36) | class ZendStringPrettyPrinter(gdb.printing.PrettyPrinter): method __init__ (line 39) | def __init__(self, val): method to_string (line 42) | def to_string(self): method children (line 45) | def children(self): method format_string (line 52) | def format_string(self): class ZendTypePrettyPrinter (line 71) | class ZendTypePrettyPrinter(gdb.printing.PrettyPrinter): method __init__ (line 74) | def __init__(self, val): method to_string (line 78) | def to_string(self): method children (line 81) | def children(self): method format_type (line 85) | def format_type(self, t): class ZendAstKindPrettyPrinter (line 127) | class ZendAstKindPrettyPrinter(gdb.printing.PrettyPrinter): method __init__ (line 130) | def __init__(self, val): method to_string (line 133) | def to_string(self): class ZendAstPrettyPrinter (line 139) | class ZendAstPrettyPrinter(gdb.printing.PrettyPrinter): method __init__ (line 142) | def __init__(self, val): method to_string (line 145) | def to_string(self): method children (line 148) | def children(self): method is_special (line 170) | def is_special(self): method is_decl (line 175) | def is_decl(self): method is_list (line 178) | def is_list(self): method cast (line 183) | def cast(self): method num_children (line 197) | def num_children(self): class ZvalPrettyPrinter (line 214) | class ZvalPrettyPrinter(gdb.printing.PrettyPrinter): method __init__ (line 217) | def __init__(self, val): method to_string (line 221) | def to_string(self): method value_to_string (line 224) | def value_to_string(self): method children (line 253) | def children(self): function load_type_bits (line 296) | def load_type_bits(): function lookup_symbol (line 331) | def lookup_symbol(name): function enum_value (line 337) | def enum_value(name): function array_size (line 341) | def array_size(ary_type): FILE: sync-source-code.php function file_replace_str (line 247) | function file_replace_str(string $file, string $search, string $replace)...