Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.0/
H A DREADME.PARAMETER_PARSING_API54 b - boolean (zend_bool)
83 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
85 respectively. A non-zero value will be written to the zend_bool if a
/PHP-7.0/Zend/
H A Dzend.c155 ZEND_API zend_bool zend_dtrace_enabled;
163 static void print_hash(zend_write_func_t write_func, HashTable *ht, int indent, zend_bool is_object… in print_hash()
394 static zend_bool short_tags_default = 1;
625 static zend_bool php_auto_globals_create_globals(zend_string *name) /* {{{ */ in php_auto_globals_create_globals()
1066 zend_bool in_compilation; in zend_error()
1356 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...… in zend_internal_type_error()
1373 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) … in zend_output_debug_string()
H A Dzend.h216 zend_bool html_errors;
255 ZEND_API ZEND_COLD void zend_output_debug_string(zend_bool trigger_break, const char *format, ...) …
292 ZEND_API ZEND_COLD void zend_internal_type_error(zend_bool throw_exception, const char *format, ...…
302 extern ZEND_API zend_bool zend_dtrace_enabled;
H A Dzend_API.c523 zend_bool *is_null = NULL; in zend_parse_arg_impl()
526 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
538 zend_bool *is_null = NULL; in zend_parse_arg_impl()
541 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
590 zend_bool *p = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
591 zend_bool *is_null = NULL; in zend_parse_arg_impl()
594 is_null = va_arg(*va, zend_bool *); in zend_parse_arg_impl()
758 zend_bool throw_exception = in zend_parse_arg()
811 zend_bool have_varargs = 0; in zend_parse_va_args()
993 zend_bool is_method = EG(current_execute_data)->func->common.scope != NULL; in zend_parse_method_parameters()
[all …]
H A Dzend_API.h52 zend_bool no_separation;
57 zend_bool initialized;
314 ZEND_API zend_bool zend_is_callable(zval *callable, uint check_flags, zend_string **callable_name);
315 ZEND_API zend_bool zend_make_callable(zval *callable, zend_string **callable_name);
358 …d_static_property(zend_class_entry *scope, const char *name, size_t name_length, zend_bool silent);
714 zend_bool _dummy; \
715 zend_bool _optional = 0; \
1041 ZEND_API int ZEND_FASTCALL zend_parse_arg_bool_slow(zval *arg, zend_bool *dest);
1042 ZEND_API int ZEND_FASTCALL zend_parse_arg_bool_weak(zval *arg, zend_bool *dest);
1052 static zend_always_inline int zend_parse_arg_bool(zval *arg, zend_bool *dest, zend_bool *is_null, i… in zend_parse_arg_bool()
[all …]
H A Dzend_ast.c177 static inline zend_bool is_power_of_two(uint32_t n) { in is_power_of_two()
491 static void zend_ast_destroy_ex(zend_ast *ast, zend_bool free) { in zend_ast_destroy_ex()
H A Dzend_ast.h217 static zend_always_inline zend_bool zend_ast_is_list(zend_ast *ast) { in zend_ast_is_list()
H A Dzend_bitset.h49 static inline zend_bool zend_bitset_in(zend_bitset set, uint32_t n) in zend_bitset_in()
85 static inline zend_bool zend_bitset_equal(zend_bitset set1, zend_bitset set2, uint32_t len) in zend_bitset_equal()
H A Dzend_builtin_functions.c823 zend_bool non_cs = 0; in ZEND_FUNCTION()
1004 zend_bool retval; in is_a_impl()
1151 zend_bool fast_copy = 0; in ZEND_FUNCTION()
1399 zend_bool autoload = 1; in ZEND_FUNCTION()
1436 zend_bool autoload = 1; in ZEND_FUNCTION()
1472 zend_bool autoload = 1; in ZEND_FUNCTION()
1543 zend_bool autoload = 1; in ZEND_FUNCTION()
1590 zend_bool leak_data = 0; in ZEND_FUNCTION()
1876 zend_bool *exclude_disabled = va_arg(args, zend_bool *); in copy_function_name()
2138 zend_bool zendext = 0; in ZEND_FUNCTION()
[all …]
H A Dzend_closures.c76 static zend_bool zend_valid_closure_binding( in zend_valid_closure_binding()
417zend_bool zstr_args = (closure->func.type == ZEND_USER_FUNCTION) || (closure->func.common.fn_flags… in zend_closure_get_debug_info()
H A Dzend_compile.c2455 zend_bool has_elems = 0; in zend_compile_list_assign()
2726 zend_bool uses_arg_unpack = 0; in zend_compile_args()
2893 zend_bool is_fully_qualified; in zend_compile_function_name()
4065 zend_bool has_default_case = 0; in zend_compile_switch()
4685 zend_bool by_ref = var_ast->attr; in zend_compile_closure_uses()
5913 zend_bool is_constant = 1; in zend_try_ct_eval_array()
5918 zend_bool by_ref = elem_ast->attr; in zend_try_ct_eval_array()
6543 zend_bool packed = 1; in zend_compile_array()
6607 zend_bool is_fully_qualified; in zend_compile_const()
6962 zend_bool is_fully_qualified; in zend_compile_const_expr_const()
[all …]
H A Dzend_compile.h132 zend_bool in_namespace;
133 zend_bool has_bracketed_namespaces;
305 zend_bool allow_null;
306 zend_bool is_variadic;
315 zend_bool allow_null;
316 zend_bool is_variadic;
328 zend_bool return_reference;
329 zend_bool allow_null;
330 zend_bool _is_variadic;
770 zend_bool jit;
[all …]
H A Dzend_constants.c176 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl… in zend_register_bool_constant()
H A Dzend_constants.h71 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl…
H A Dzend_execute.c688 static zend_bool zend_verify_weak_scalar_type_hint(zend_uchar type_hint, zval *arg) in zend_verify_weak_scalar_type_hint()
692 zend_bool dest; in zend_verify_weak_scalar_type_hint()
735 static zend_bool zend_verify_scalar_type_hint(zend_uchar type_hint, zval *arg, zend_bool strict) in zend_verify_scalar_type_hint()
2378 static zend_always_inline zend_bool zend_is_by_ref_func_arg_fetch(const zend_op *opline, zend_execu… in zend_is_by_ref_func_arg_fetch()
H A Dzend_execute.h139 ZEND_API int zval_update_constant(zval *pp, zend_bool inline_change);
140 ZEND_API int zval_update_constant_ex(zval *pp, zend_bool inline_change, zend_class_entry *scope);
293 ZEND_API zend_bool zend_is_executing(void);
H A Dzend_execute_API.c525 ZEND_API zend_bool zend_is_executing(void) /* {{{ */ in zend_is_executing()
553 ZEND_API int zval_update_constant_ex(zval *p, zend_bool inline_change, zend_class_entry *scope) /* … in zval_update_constant_ex()
649 ZEND_API int zval_update_constant(zval *pp, zend_bool inline_change) /* {{{ */ in zval_update_constant()
672 fci.no_separation = (zend_bool) no_separation; in call_user_function_ex()
1216 zend_bool *php_timed_out; in tq_timer_cb()
1224 php_timed_out = (zend_bool *)arg; in tq_timer_cb()
H A Dzend_gc.c1013 zend_bool orig_gc_full;
H A Dzend_gc.h82 zend_bool gc_enabled;
83 zend_bool gc_active;
84 zend_bool gc_full;
H A Dzend_generators.c62 ZEND_API void zend_generator_close(zend_generator *generator, zend_bool finished_execution) /* {{{ … in zend_generator_close()
399 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.h88 zend_bool parse_error;
89 zend_bool in_compilation;
90 zend_bool short_tags;
92 zend_bool unclean_shutdown;
101 zend_bool increment_lineno;
121 zend_bool multibyte;
122 zend_bool detect_unicode;
123 zend_bool encoding_declared;
175 zend_bool no_extensions;
178 zend_bool timed_out;
[all …]
H A Dzend_hash.c200 ZEND_API void ZEND_FASTCALL zend_hash_real_init(HashTable *ht, zend_bool packed) in zend_hash_real_init()
242 …t_ex(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bAppl… in _zend_hash_init_ex()
250 ZEND_API void ZEND_FASTCALL zend_hash_extend(HashTable *ht, uint32_t nSize, zend_bool packed) in zend_hash_extend()
321 ZEND_API void ZEND_FASTCALL zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtectio… in zend_hash_set_apply_protection()
1646 zend_bool setTargetPointer; in zend_hash_copy()
2003 ZEND_API zend_bool ZEND_FASTCALL zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists()
2013 ZEND_API zend_bool ZEND_FASTCALL zend_hash_str_exists(const HashTable *ht, const char *str, size_t … in zend_hash_str_exists()
2046 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists()
2265 …TCALL zend_hash_sort_ex(HashTable *ht, sort_func_t sort, compare_func_t compar, zend_bool renumber) in zend_hash_sort_ex()
2336 … zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ordered) { in zend_hash_compare_impl()
[all …]
H A Dzend_hash.h52 typedef zend_bool (*merge_checker_func_t)(HashTable *target_ht, zval *source_data, zend_hash_key *h…
57 …_zend_hash_init(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent ZEND_…
58 …t_ex(HashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bAppl…
64 ZEND_API void ZEND_FASTCALL zend_hash_real_init(HashTable *ht, zend_bool packed);
67 ZEND_API void ZEND_FASTCALL zend_hash_extend(HashTable *ht, uint32_t nSize, zend_bool packed);
159 ZEND_API zend_bool ZEND_FASTCALL zend_hash_exists(const HashTable *ht, zend_string *key);
160 ZEND_API zend_bool ZEND_FASTCALL zend_hash_str_exists(const HashTable *ht, const char *str, size_t …
161 ZEND_API zend_bool ZEND_FASTCALL zend_hash_index_exists(const HashTable *ht, zend_ulong h);
196 …ashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructor, zend_bool overwrite ZEND_F…
201 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool o…
[all …]
H A Dzend_inheritance.c250 static zend_bool zend_do_perform_implementation_check(const zend_function *fe, const zend_function … in zend_do_perform_implementation_check()
935 static zend_bool do_inherit_constant_check(HashTable *child_constants_table, zval *parent_constant,… in do_inherit_constant_check()
1053 static zend_bool zend_traits_method_compatibility_check(zend_function *fn, zend_function *other_fn)… in zend_traits_method_compatibility_check()
1301 zend_bool method_exists; in zend_traits_init_trait_structures()
1499 zend_bool not_compatible; in zend_do_traits_property_binding()
1671 static zend_bool zend_has_deprecated_constructor(const zend_class_entry *ce) /* {{{ */ in zend_has_deprecated_constructor()

Completed in 185 milliseconds

12345678910>>...12