Home
last modified time | relevance | path

Searched refs:zend_bool (Results 101 – 125 of 341) sorted by relevance

12345678910>>...14

/PHP-7.4/Zend/
H A Dzend_stream.h61 zend_bool free_filename;
H A Dzend_string.h42 ZEND_API void zend_interned_strings_switch_storage(zend_bool request);
306 ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2);
309 static zend_always_inline zend_bool zend_string_equal_val(zend_string *s1, zend_string *s2) in END_EXTERN_C()
315 static zend_always_inline zend_bool zend_string_equal_content(zend_string *s1, zend_string *s2)
320 static zend_always_inline zend_bool zend_string_equals(zend_string *s1, zend_string *s2) in zend_string_equals()
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_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_hash.h95 typedef zend_bool (*merge_checker_func_t)(HashTable *target_ht, zval *source_data, zend_hash_key *h…
109 ZEND_API void ZEND_FASTCALL zend_hash_real_init(HashTable *ht, zend_bool packed);
114 ZEND_API void ZEND_FASTCALL zend_hash_extend(HashTable *ht, uint32_t nSize, zend_bool packed);
183 static zend_always_inline zval *zend_hash_find_ex(const HashTable *ht, zend_string *key, zend_bool in zend_hash_find_ex()
212 static zend_always_inline zend_bool zend_hash_exists(const HashTable *ht, zend_string *key) in zend_hash_exists()
217 static zend_always_inline zend_bool zend_hash_str_exists(const HashTable *ht, const char *str, size… in zend_hash_str_exists()
222 static zend_always_inline zend_bool zend_hash_index_exists(const HashTable *ht, zend_ulong h) in zend_hash_index_exists()
267 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool o…
306 ZEND_API HashTable* ZEND_FASTCALL zend_proptable_to_symtable(HashTable *ht, zend_bool always_duplic…
369 …ays_inline zval *zend_hash_find_ex_ind(const HashTable *ht, zend_string *key, zend_bool known_hash) in zend_hash_find_ex_ind()
[all …]
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_ts_hash.h38 …_zend_ts_hash_init(TsHashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent);
77 …zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered);
H A Dzend_operators.h57 ZEND_API zend_bool ZEND_FASTCALL zend_is_identical(zval *op1, zval *op2);
66 ZEND_API zend_bool ZEND_FASTCALL instanceof_function_ex(const zend_class_entry *instance_ce, const …
67 ZEND_API zend_bool ZEND_FASTCALL instanceof_function(const zend_class_entry *instance_ce, const zen…
314 ZEND_API zend_bool ZEND_FASTCALL _try_convert_to_string(zval *op);
315 static zend_always_inline zend_bool try_convert_to_string(zval *op) { in try_convert_to_string()
394 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, zend_bool case_insensit…
887 static zend_always_inline zend_bool fast_is_identical_function(zval *op1, zval *op2) in fast_is_identical_function()
897 static zend_always_inline zend_bool fast_is_not_identical_function(zval *op1, zval *op2) in fast_is_not_identical_function()
H A Dzend_generators.h103 ZEND_API void zend_generator_close(zend_generator *generator, zend_bool finished_execution);
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 …]
/PHP-7.4/ext/json/
H A Dphp_json.h105 static inline int php_json_decode(zval *return_value, char *str, int str_len, zend_bool assoc, zend… in php_json_decode()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.c217 mysqlnd_stats_init(MYSQLND_STATS ** stats, const size_t statistic_count, const zend_bool persistent) in mysqlnd_stats_init()
233 mysqlnd_stats_end(MYSQLND_STATS * stats, const zend_bool persistent) in mysqlnd_stats_end()
/PHP-7.4/win32/
H A Dreaddir.c34 zend_bool might_need_prefix; in opendir()
153 zend_bool might_need_prefix; in rewinddir()
/PHP-7.4/ext/dba/libinifile/
H A Dinifile.c417 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, zend_bool *found) in inifile_filter()
429 *found = (zend_bool) 1; in inifile_filter()
465 …lace_append(inifile *dba, const key_type *key, const val_type *value, int append, zend_bool *found) in inifile_delete_replace_append()
576 int inifile_delete_ex(inifile *dba, const key_type *key, zend_bool *found) in inifile_delete_ex()
592 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *value, zend_bool *found) in inifile_replace_ex()
/PHP-7.4/ext/standard/
H A Dphp_filestat.h82 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen…
H A Dtype.c367 zend_bool retval; in PHP_FUNCTION()
368 zend_bool syntax_only = 0; in PHP_FUNCTION()
H A Dmicrotime.c51 zend_bool get_as_float = 0; in _php_gettimeofday()
/PHP-7.4/ext/gmp/
H A Dphp_gmp.h87 zend_bool rand_initialized;
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_opcode.c146 void phpdbg_print_opline_ex(zend_execute_data *execute_data, zend_bool ignore_flags) /* {{{ */ in phpdbg_print_opline_ex()
191 void phpdbg_print_opline(zend_execute_data *execute_data, zend_bool ignore_flags) /* {{{ */ in phpdbg_print_opline()
H A Dphpdbg_btree.c229 void phpdbg_btree_clean_recursive(phpdbg_btree_branch *branch, zend_ulong depth, zend_bool persiste… in phpdbg_btree_clean_recursive()
232 zend_bool use_branch = branch + 1 == branch->branches[0]; in phpdbg_btree_clean_recursive()
/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h77 zend_bool exception;
/PHP-7.4/ext/intl/formatter/
H A Dformatter_main.c28 static int numfmt_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in numfmt_ctor()
/PHP-7.4/ext/dom/
H A Dxml_common.h58 PHP_DOM_EXPORT zend_bool php_dom_create_object(xmlNodePtr obj, zval* return_value, dom_object *domo…
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c361 …d_shared_memdup(void *source, size_t size, zend_bool arena, zend_bool get_xlat, zend_bool set_xlat… in _zend_shared_memdup()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_methods.cpp152 zend_bool commonly_used; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
474 zend_bool bool_variant_val = (zend_bool)-1; in PHP_FUNCTION()
509 if (bool_variant_val == (zend_bool)-1 && in PHP_FUNCTION()
518 if (bool_variant_val != (zend_bool)-1) { in PHP_FUNCTION()
533 zend_bool field_is_null = 1; in PHP_FUNCTION()
908 zend_bool date_is_null = 1; in PHP_FUNCTION()
958 zend_bool is_lenient; in PHP_FUNCTION()

Completed in 114 milliseconds

12345678910>>...14