Home
last modified time | relevance | path

Searched refs:zend_bool (Results 26 – 50 of 306) sorted by relevance

12345678910>>...13

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.h263 zend_bool watchpoint_hit; /* a watchpoint was hit */
273 zend_bool in_execution; /* in execution? */
274zend_bool unclean_eval; /* do not check for memory leaks when we needed to ba…
294 zend_bool active;
308zend_bool last_was_newline; /* check if we don't need to output a newline upon ne…
H A Dphpdbg_utils.h91 …*input, size_t len, HashTable *parent, size_t i, phpdbg_parse_var_func callback, zend_bool silent);
92 …rse_var_with_arg_func callback, phpdbg_parse_var_with_arg_func step_cb, zend_bool silent, void *ar…
100 PHPDBG_API zend_bool phpdbg_check_caught_ex(zend_execute_data *ex, zend_object *exception);
H A Dphpdbg_bp.h46 zend_bool disabled; \
114 zend_bool paramed;
145 PHPDBG_API void phpdbg_hit_breakpoint(phpdbg_breakbase_t* brake, zend_bool output);
H A Dphpdbg_cmd.h105 zend_bool flags; /* General flags */
145 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, zend_bool allow_async_unsafe);
153 PHPDBG_API zend_bool phpdbg_match_param(const phpdbg_param_t *, const phpdbg_param_t *);
/PHP-7.1/ext/libxml/
H A Dphp_libxml.h54 zend_bool entity_loader_disabled;
113 PHP_LIBXML_API zend_bool php_libxml_disable_entity_loader(zend_bool disable);
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_vio.c343 zend_bool pers = net->persistent; in MYSQLND_METHOD()
352 zend_bool pers = net->persistent; in MYSQLND_METHOD()
361 zend_bool pers = net->persistent; in MYSQLND_METHOD()
370 zend_bool pers = net->persistent; in MYSQLND_METHOD()
379 zend_bool pers = net->persistent; in MYSQLND_METHOD()
388 zend_bool pers = net->persistent; in MYSQLND_METHOD()
492 zend_bool any_flag = FALSE; in MYSQLND_METHOD()
546 zend_bool verify; in MYSQLND_METHOD()
613 zend_bool pers = net->persistent; in MYSQLND_METHOD()
649 zend_bool pers = net->persistent; in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_driver.c34 static zend_bool mysqlnd_library_initted = FALSE;
99 …onnection)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *factory, const zend_bool persistent) in MYSQLND_METHOD()
189 …object_factory, get_prepared_statement)(MYSQLND_CONN_DATA * const conn, const zend_bool persistent) in MYSQLND_METHOD()
248 MYSQLND_METHOD(mysqlnd_object_factory, get_pfc)(const zend_bool persistent, MYSQLND_STATS * stats, … in MYSQLND_METHOD()
283 MYSQLND_METHOD(mysqlnd_object_factory, get_vio)(const zend_bool persistent, MYSQLND_STATS * stats, … in MYSQLND_METHOD()
318 …actory, get_protocol_payload_decoder_factory)(MYSQLND_CONN_DATA * conn, const zend_bool persistent) in MYSQLND_METHOD()
H A Dmysqlnd_result_meta.h24 PHPAPI MYSQLND_RES_METADATA * mysqlnd_result_meta_init(unsigned int field_count, zend_bool persiste…
H A Dmysqlnd_protocol_frame_codec.h23 PHPAPI MYSQLND_PFC * mysqlnd_pfc_init(const zend_bool persistent, MYSQLND_CLASS_METHODS_TYPE(mysqln…
H A Dmysqlnd_vio.h23 PHPAPI MYSQLND_VIO * mysqlnd_vio_init(zend_bool persistent, MYSQLND_CLASS_METHODS_TYPE(mysqlnd_obje…
/PHP-7.1/ext/mysqli/
H A Dmysqli_priv.h143 void mysqli_common_connect(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_real_connect, zend_bool in_ct…
145 void php_mysqli_init(INTERNAL_FUNCTION_PARAMETERS, zend_bool is_method);
/PHP-7.1/Zend/
H A Dzend_ptr_stack.h29 zend_bool persistent;
37 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent);
42 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elem…
H A Dzend_gc.h82 zend_bool gc_enabled;
83 zend_bool gc_active;
84 zend_bool gc_full;
H A Dzend_ptr_stack.c28 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, zend_bool persistent) in zend_ptr_stack_init_ex()
94 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), zend_bool free_elem… in zend_ptr_stack_clean()
H A Dzend_ini.c334 zend_bool modifiable; in zend_alter_ini_entry_ex()
335 zend_bool modified; in zend_alter_ini_entry_ex()
455 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex()
481 zend_bool exists = 1; in zend_ini_string()
621 zend_bool *p; in ZEND_INI_MH()
630 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
633 *p = (zend_bool) 1; in ZEND_INI_MH()
636 *p = (zend_bool) 1; in ZEND_INI_MH()
639 *p = (zend_bool) 1; in ZEND_INI_MH()
642 *p = (zend_bool) atoi(ZSTR_VAL(new_value)); in ZEND_INI_MH()
H A Dzend_ts_hash.h40 ZEND_API void _zend_ts_hash_init(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool pe…
41 …nit_ex(TsHashTable *ht, uint nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bAppl…
92 …zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered);
H A Dzend_ini.h87 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists);
142 #define INI_BOOL(name) ((zend_bool) INI_INT(name))
147 #define INI_ORIG_BOOL(name) ((zend_bool) INI_ORIG_INT(name))
179 ZEND_API int zend_parse_ini_file(zend_file_handle *fh, zend_bool unbuffered_errors, int scanner_mod…
180 ZEND_API int zend_parse_ini_string(char *str, zend_bool unbuffered_errors, int scanner_mode, zend_i…
/PHP-7.1/ext/tokenizer/
H A Dtokenizer.c109 static zend_bool tokenize(zval *return_value, zend_string *source) in tokenize()
226 static zend_bool tokenize_parse(zval *return_value, zend_string *source) in tokenize_parse()
230 zend_bool original_in_compilation; in tokenize_parse()
231 zend_bool success; in tokenize_parse()
276 zend_bool success; in PHP_FUNCTION()
/PHP-7.1/ext/dba/libinifile/
H A Dinifile.h52 int inifile_delete_ex(inifile *dba, const key_type *key, zend_bool *found);
54 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *val, zend_bool *found);
/PHP-7.1/ext/standard/
H A Dassert.c31 zend_bool active;
32 zend_bool bail;
33 zend_bool warning;
34 zend_bool quiet_eval;
35 zend_bool exception;
289 zend_bool oldint; in PHP_FUNCTION()
H A Dphp_crypt.h26 …p_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet);
H A Dbase64.h28 PHPAPI extern zend_string *php_base64_decode_ex(const unsigned char *, size_t, zend_bool);
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_attr.c91 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
134 zend_bool is_pattern_localized =FALSE; in PHP_FUNCTION()
230 zend_bool isLenient = FALSE; in PHP_FUNCTION()
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h27 zend_bool is_table;
/PHP-7.1/ext/opcache/
H A Dzend_shared_alloc.h108 zend_bool memory_exhausted;
128 void *_zend_shared_memdup(void *p, size_t size, zend_bool free_source);

Completed in 47 milliseconds

12345678910>>...13