Home
last modified time | relevance | path

Searched refs:zend_bool (Results 1 – 25 of 341) sorted by path

12345678910>>...14

/PHP-7.4/Zend/
H A Dzend.c61 ZEND_API zend_bool zend_dtrace_enabled;
92 ZEND_API zend_bool zend_rc_debug = 0;
108 zend_bool val; in ZEND_INI_MH()
284 static void print_hash(smart_str *buf, HashTable *ht, int indent, zend_bool is_object) /* {{{ */ in print_hash()
522 static zend_bool short_tags_default = 1;
773 static zend_bool php_auto_globals_create_globals(zend_string *name) /* {{{ */ in php_auto_globals_create_globals()
1270 zend_bool in_compilation; in zend_error_va_list()
1577 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error()
1594 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *f… in zend_internal_argument_count_error()
1611 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) … in zend_output_debug_string()
H A Dzend.h205 zend_bool html_errors;
257 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) …
306 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...…
307 ZEND_API ZEND_COLD void zend_internal_argument_count_error(zend_bool throw_exception, const char *f…
317 extern ZEND_API zend_bool zend_dtrace_enabled;
H A Dzend_API.c626 zend_bool *is_null = NULL; in zend_parse_arg_impl()
629 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
641 zend_bool *is_null = NULL; in zend_parse_arg_impl()
644 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
693 zend_bool *p = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
694 zend_bool *is_null = NULL; in zend_parse_arg_impl()
697 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
868 zend_bool throw_exception = in zend_parse_arg()
921 zend_bool have_varargs = 0; in zend_parse_va_args()
2303 zend_bool allow_null = 0; in zend_register_functions()
[all …]
H A Dzend_API.h48 zend_bool no_separation;
311 ZEND_API zend_bool zend_make_callable(zval *callable, zend_string **callable_name);
557 ZEND_API zend_bool zend_is_iterable(zval *iterable);
559 ZEND_API zend_bool zend_is_countable(zval *countable);
680 ZEND_API int zend_try_assign_typed_ref_ex(zend_reference *ref, zval *zv, zend_bool strict);
684 ZEND_API int zend_try_assign_typed_ref_bool(zend_reference *ref, zend_bool val);
1148 zend_bool _dummy; \
1149 zend_bool _optional = 0; \
1546 ZEND_API int ZEND_FASTCALL zend_parse_arg_bool_slow(zval *arg, zend_bool *dest);
1547 ZEND_API int ZEND_FASTCALL zend_parse_arg_bool_weak(zval *arg, zend_bool *dest);
[all …]
H A Dzend_alloc.c1513 … void *zend_mm_realloc_heap(zend_mm_heap *heap, void *ptr, size_t size, zend_bool use_copy_size, s…
2747 zend_bool tracked = (tmp = getenv("USE_TRACKED_ALLOC")) && zend_atoi(tmp, 0);
H A Dzend_arena.h113 static zend_always_inline zend_bool zend_arena_contains(zend_arena *arena, void *ptr) in zend_arena_contains()
216 static zend_always_inline zend_bool zend_arena_contains(zend_arena *arena, void *ptr) in zend_arena_contains()
H A Dzend_ast.c395 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two()
H A Dzend_ast.h285 static zend_always_inline zend_bool zend_ast_is_special(zend_ast *ast) { in zend_ast_is_special()
289 static zend_always_inline zend_bool zend_ast_is_list(zend_ast *ast) { in zend_ast_is_list()
H A Dzend_bitset.h85 static inline zend_bool zend_bitset_in(zend_bitset set, uint32_t n)
121 static inline zend_bool zend_bitset_equal(zend_bitset set1, zend_bitset set2, uint32_t len)
176 static inline zend_bool zend_bitset_subset(zend_bitset set1, zend_bitset set2, uint32_t len)
H A Dzend_builtin_functions.c853 zend_bool non_cs = 0; in ZEND_FUNCTION()
1041 zend_bool allow_string = only_subclass; in is_a_impl()
1042 zend_bool retval; in is_a_impl()
1210 zend_bool is_dynamic = 1; in ZEND_FUNCTION()
1453 zend_bool autoload = 1; in class_exists_impl()
1548 zend_bool autoload = 1; in ZEND_FUNCTION()
1810 zend_bool exclude_disabled = 0; in ZEND_FUNCTION()
2013 zend_bool zendext = 0; in ZEND_FUNCTION()
2037 zend_bool categorize = 0; in ZEND_FUNCTION()
2313 zend_bool build_filename_arg = 1; in ZEND_FUNCTION()
[all …]
H A Dzend_closures.c65 static zend_bool zend_valid_closure_binding( in zend_valid_closure_binding()
69 zend_bool is_fake_closure = (func->common.fn_flags & ZEND_ACC_FAKE_CLOSURE) != 0; in zend_valid_closure_binding()
536zend_bool zstr_args = (closure->func.type == ZEND_USER_FUNCTION) || (closure->func.common.fn_flags… in zend_closure_get_debug_info()
H A Dzend_compile.c2602 zend_bool has_refs = 0; in zend_propagate_list_refs()
2626 zend_bool has_elems = 0; in zend_compile_list_assign()
2627 zend_bool is_keyed = in zend_compile_list_assign()
3158 zend_bool is_fully_qualified; in zend_compile_function_name()
3539 zend_bool strict = 0; in zend_compile_func_in_array()
3574 zend_bool ok = 1; in zend_compile_func_in_array()
5583 zend_bool varvars_used;
7097 zend_bool is_constant = 1; in zend_try_ct_eval_array()
7612 zend_bool need_frees = 0; in zend_compile_assign_coalesce()
7924 zend_bool packed = 1; in zend_compile_array()
[all …]
H A Dzend_compile.h110 zend_bool in_namespace;
111 zend_bool has_bracketed_namespaces;
155 zend_bool is_switch;
391 zend_bool is_variadic;
399 zend_bool is_variadic;
410 zend_bool return_reference;
411 zend_bool _is_variadic;
758 zend_bool zend_handle_encoding_declaration(zend_ast *ast);
828 ZEND_API zend_bool zend_is_compiling(void);
839 zend_bool jit;
[all …]
H A Dzend_constants.c159 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl… in zend_register_bool_constant()
305 static zend_bool is_access_deprecated(const zend_constant *c, const char *access_name) { in is_access_deprecated()
H A Dzend_constants.h82 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl…
H A Dzend_cpuinfo.c93 static zend_bool is_avx_supported() { in is_avx_supported()
109 static zend_bool is_avx_supported() { in is_avx_supported()
H A Dzend_execute.c716 zend_bool is_interface = 0; in zend_verify_type_error_common()
838 zend_bool dest; in zend_verify_weak_scalar_type_hint()
878 static zend_bool zend_verify_scalar_type_hint(zend_uchar type_hint, zval *arg, zend_bool strict) in zend_verify_scalar_type_hint()
951 static zend_always_inline zend_bool i_zend_check_property_type(zend_property_info *info, zval *prop… in i_zend_check_property_type()
990 zend_bool zend_never_inline zend_verify_property_type(zend_property_info *info, zval *property, zen… in zend_verify_property_type()
1014 zend_bool is_return_type) in zend_check_type()
3204 ZEND_API zend_bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, zen… in zend_verify_ref_assignable_zval()
3214 zend_bool needs_coercion = 0; in zend_verify_ref_assignable_zval()
3259 zend_bool ret; in zend_assign_to_typed_ref()
4374 zend_bool is_empty; in zend_fe_reset_iterator()
[all …]
H A Dzend_execute.h57 ZEND_API zend_bool ZEND_FASTCALL zend_verify_ref_assignable_zval(zend_reference *ref, zval *zv, zen…
58 ZEND_API zend_bool ZEND_FASTCALL zend_verify_prop_assignable_by_ref(zend_property_info *prop_info, …
78 …gn_to_typed_ref(zval *variable_ptr, zval *value, zend_uchar value_type, zend_bool strict, zend_ref…
100 …* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type, zend_bool strict) in zend_assign_to_variable()
304 ZEND_API zend_bool zend_is_executing(void);
402 zend_bool zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict);
H A Dzend_execute_API.c260 zend_bool fast_shutdown = 0; in shutdown_executor()
262 zend_bool fast_shutdown = is_zend_mm() && !EG(full_tables_cleanup); in shutdown_executor()
558 ZEND_API zend_bool zend_is_executing(void) /* {{{ */ in zend_is_executing()
643 fci.no_separation = (zend_bool) no_separation; in _call_user_function_ex()
760 zend_bool must_wrap = 0; in zend_call_function()
H A Dzend_gc.c212 zend_bool gc_enabled;
213 zend_bool gc_active; /* GC currently running, forbid nested GC */
214 zend_bool gc_protected; /* GC protected, forbid root additions */
215 zend_bool gc_full;
496 ZEND_API zend_bool gc_enable(zend_bool enable) in gc_enable()
498 zend_bool old_enabled = GC_G(gc_enabled); in gc_enable()
510 ZEND_API zend_bool gc_enabled(void) in gc_enabled()
515 ZEND_API zend_bool gc_protect(zend_bool protect) in gc_protect()
517 zend_bool old_protected = GC_G(gc_protected); in gc_protect()
522 ZEND_API zend_bool gc_protected(void) in gc_protected()
H A Dzend_gc.h38 ZEND_API zend_bool gc_enable(zend_bool enable);
39 ZEND_API zend_bool gc_enabled(void);
42 ZEND_API zend_bool gc_protect(zend_bool protect);
43 ZEND_API zend_bool gc_protected(void);
H A Dzend_generators.c116 ZEND_API void zend_generator_close(zend_generator *generator, zend_bool finished_execution) /* {{{ … in zend_generator_close()
554 zend_bool was_leaf = generator->node.children == 0; in zend_generator_add_child()
H A Dzend_generators.h103 ZEND_API void zend_generator_close(zend_generator *generator, zend_bool finished_execution);
H A Dzend_globals.h84 zend_bool parse_error;
85 zend_bool in_compilation;
86 zend_bool short_tags;
88 zend_bool unclean_shutdown;
96 zend_bool skip_shebang;
113 zend_bool multibyte;
114 zend_bool detect_unicode;
180 zend_bool no_extensions;
182 zend_bool vm_interrupt;
183 zend_bool timed_out;
[all …]
H A Dzend_hash.c227 …d _zend_hash_init_int(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent) in _zend_hash_init_int()
242 …TCALL _zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent) in _zend_hash_init()
291 ZEND_API void ZEND_FASTCALL zend_hash_real_init(HashTable *ht, zend_bool packed) in zend_hash_real_init()
346 ZEND_API void ZEND_FASTCALL zend_hash_extend(HashTable *ht, uint32_t nSize, zend_bool packed) in zend_hash_extend()
617 …s_inline Bucket *zend_hash_find_bucket(const HashTable *ht, zend_string *key, zend_bool known_hash) in zend_hash_find_bucket()
2123 …merge(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite) in zend_hash_merge()
2181 static zend_bool ZEND_FASTCALL zend_hash_replace_checker_wrapper(HashTable *target, zval *source_da… in zend_hash_replace_checker_wrapper()
2472 …TCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, compare_func_t compar, zend_bool renumber) in zend_hash_sort_ex()
2540 … zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ordered) { in zend_hash_compare_impl()
2618 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord… in zend_hash_compare()
[all …]

Completed in 248 milliseconds

12345678910>>...14