Home
last modified time | relevance | path

Searched refs:zend_bool (Results 76 – 100 of 341) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.h40 …static zend_always_inline zend_bool _ssa_##opN##_has_range(const zend_op_array *op_array, const ze…
241 static zend_always_inline zend_bool zend_add_will_overflow(zend_long a, zend_long b) { in DEFINE_SSA_OP_INFO()
245 static zend_always_inline zend_bool zend_sub_will_overflow(zend_long a, zend_long b) { in zend_sub_will_overflow()
259 …d_op_array *op_array, zend_ssa *ssa, int var, zend_bool underflow, zend_long min, zend_long max, z…
/PHP-7.4/Zend/
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_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_language_scanner.h63 zend_bool indentation_uses_spaces;
H A Dzend_ini.c325 zend_bool modified; in zend_alter_ini_entry_ex()
445 ZEND_API char *zend_ini_string_ex(char *name, size_t name_length, int orig, zend_bool *exists) /* {… in zend_ini_string_ex()
471 zend_bool exists = 1; in zend_ini_string()
497 ZEND_API zend_bool zend_ini_parse_bool(zend_string *str) in zend_ini_parse_bool()
587 zend_bool *p; in ZEND_INI_MH()
596 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
/PHP-7.4/ext/tidy/
H A Dphp_tidy.h40 zend_bool clean_output;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_statistics.h113 …sqlnd_stats_init(MYSQLND_STATS ** stats, const size_t statistic_count, const zend_bool persistent);
114 PHPAPI void mysqlnd_stats_end(MYSQLND_STATS * stats, const zend_bool persistent);
H A Dmysqlnd_read_buffer.c27 static zend_bool
H A Dmysqlnd_debug.h28 enum_func_status (*open)(MYSQLND_DEBUG * self, zend_bool reopen);
34 zend_bool (*func_enter)(MYSQLND_DEBUG * self, unsigned int line, const char * const file,
122 zend_bool dbg_skip_trace = TRUE; \
H A Dmysqlnd_result.c37 zend_bool int_and_float_native) in MYSQLND_METHOD()
92 const zend_bool int_and_float_native) in MYSQLND_METHOD()
426 zend_bool is_warning; in mysqlnd_query_read_result_set_header()
921 MYSQLND_METHOD(mysqlnd_res, use_result)(MYSQLND_RES * const result, const zend_bool ps) in MYSQLND_METHOD()
1272 zend_bool binary_protocol) in MYSQLND_METHOD()
1488 zend_bool fetched_anything; in MYSQLND_METHOD()
1515 MYSQLND_METHOD(mysqlnd_res, free_result)(MYSQLND_RES * result, const zend_bool implicit) in MYSQLND_METHOD()
1741 zend_bool fetched_anything; in MYSQLND_METHOD()
1783 zend_bool fetched_anything; in MYSQLND_METHOD()
1952 mysqlnd_result_unbuffered_init(MYSQLND_RES *result, const unsigned int field_count, const zend_bool in mysqlnd_result_unbuffered_init()
[all …]
H A Dmysqlnd_connection.h70 PHPAPI enum_func_status mysqlnd_error_info_init(MYSQLND_ERROR_INFO * const info, const zend_bool pe…
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c78 static int resourcebundle_ctor(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in resourcebundle_ctor()
84 zend_bool fallback = 1; in resourcebundle_ctor()
183 zend_bool is_numeric = 0; in resourcebundle_array_fetch()
257 zend_bool fallback = 1; in ZEND_END_ARG_INFO()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.h44 zend_bool should_delete;
/PHP-7.4/ext/standard/
H A Durl.h36 PHPAPI php_url *php_url_parse_ex2(char const *str, size_t length, zend_bool *has_port);
H A Drandom.c89 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw) in php_random_bytes()
228 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw) in php_random_int()
H A Dpassword.c192 static zend_bool php_password_bcrypt_valid(const zend_string *hash) { in php_password_bcrypt_valid()
212 static zend_bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash()
230 static zend_bool php_password_bcrypt_verify(const zend_string *password, const zend_string *hash) { in php_password_bcrypt_verify()
351 static zend_bool php_password_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_argon2_needs_rehash()
459 static zend_bool php_password_argon2i_verify(const zend_string *password, const zend_string *hash) { in php_password_argon2i_verify()
478 static zend_bool php_password_argon2id_verify(const zend_string *password, const zend_string *hash)… in php_password_argon2id_verify()
/PHP-7.4/ext/mysqli/
H A Dphp_mysqli_structs.h115 zend_bool persistent;
151 int (*r_func)(mysqli_object *obj, zval *retval, zend_bool quiet);
322 zend_bool rollback_on_cached_plink;
H A Dmysqli_warning.c202 static int mysqli_warning_message(mysqli_object *obj, zval *retval, zend_bool quiet) in mysqli_warning_message()
223 static int mysqli_warning_sqlstate(mysqli_object *obj, zval *retval, zend_bool quiet) in mysqli_warning_sqlstate()
244 static int mysqli_warning_errno(mysqli_object *obj, zval *retval, zend_bool quiet) in mysqli_warning_errno()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_sigsafe.c56 zend_bool phpdbg_active_sigsafe_mem(void) { in phpdbg_active_sigsafe_mem()
H A Dphpdbg.c79 zend_bool use_mm_wrappers = 1;
305 zend_bool result = 1; in PHP_FUNCTION()
522 zend_bool by_function = 0; in PHP_FUNCTION()
523 zend_bool by_opcode = 0; in PHP_FUNCTION()
623 zend_bool by_function = 0; in PHP_FUNCTION()
624 zend_bool by_opcode = 0; in PHP_FUNCTION()
1366 zend_bool ini_ignore; in main()
1372 zend_bool init_file_default; in main()
1380 zend_bool remote = 0; in main()
1389 zend_bool ext_stmt = 0; in main()
[all …]
H A Dphpdbg_btree.h40 zend_bool persistent;
/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c100 static zend_bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify()
107 static zend_bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash()
/PHP-7.4/ext/soap/
H A Dphp_xml.c83 zend_bool old_allow_url_fopen; in soap_xmlParseFile()
94 zend_bool old; in soap_xmlParseFile()
142 zend_bool old; in soap_xmlParseMemory()
/PHP-7.4/ext/phar/
H A Dphar_internal.h144 zend_bool readonly_orig;
145 zend_bool require_hash_orig;
146 zend_bool intercepted;
527 …_filename(char *fname, size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_…
528 …_filename(char *fname, size_t fname_len, char *alias, size_t alias_len, zend_bool is_data, uint32_…
532 int phar_open_parsed_phar(char *fname, size_t fname_len, char *alias, size_t alias_len, zend_bool i…
/PHP-7.4/ext/pcntl/
H A Dphp_pcntl.h91 zend_bool async_signals;

Completed in 82 milliseconds

12345678910>>...14