Home
last modified time | relevance | path

Searched refs:zend_bool (Results 176 – 200 of 341) sorted by relevance

12345678910>>...14

/PHP-7.4/Zend/
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_constants.h82 ZEND_API void zend_register_bool_constant(const char *name, size_t name_len, zend_bool bval, int fl…
H A Dzend_objects_API.c82 …STCALL zend_objects_store_free_object_storage(zend_objects_store *objects, zend_bool fast_shutdown) in zend_objects_store_free_object_storage()
H A Dzend_weakrefs.c65 static zend_always_inline zend_bool zend_weakref_find(zval *referent, zval *return_value) { in zend_weakref_find()
H A Dzend_operators.c157 static void ZEND_FASTCALL _convert_scalar_to_number(zval *op, zend_bool silent, zend_bool check) /*… in _convert_scalar_to_number()
220 …inline zval* _zendi_convert_scalar_to_number_ex(zval *op, zval *holder, zend_bool silent) /* {{{ */ in _zendi_convert_scalar_to_number_ex()
608 ZEND_API zend_bool ZEND_FASTCALL _try_convert_to_string(zval *op) in _try_convert_to_string()
760 static zend_always_inline zend_long ZEND_FASTCALL _zval_get_long_func_ex(zval *op, zend_bool silent… in _zval_get_long_func_ex()
869 static zend_always_inline zend_string* __zval_get_string_func(zval *op, zend_bool try) /* {{{ */ in __zval_get_string_func()
1921 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, zend_bool case_insensit… in string_compare_function_ex()
2232 ZEND_API zend_bool ZEND_FASTCALL zend_is_identical(zval *op1, zval *op2) /* {{{ */ in zend_is_identical()
2315 static zend_always_inline zend_bool instanceof_class(const zend_class_entry *instance_ce, const zen… in instanceof_class()
2327 static zend_bool ZEND_FASTCALL instanceof_interface(const zend_class_entry *instance_ce, const zend… in instanceof_interface()
2344 ZEND_API zend_bool ZEND_FASTCALL instanceof_function_ex(const zend_class_entry *instance_ce, const … in instanceof_function_ex()
[all …]
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c328 zend_bool do_unserialize = 1; in PHP_FUNCTION()
413 zend_bool do_serialize = 1, blocking = 1; in PHP_FUNCTION()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md70 b - boolean (zend_bool)
100 zend_bool* must be passed after the corresponding bool*, zend_long* or
102 zend_bool if a PHP NULL is passed.
/PHP-7.4/ext/standard/
H A Durl.c105 zend_bool has_port; in php_url_parse_ex()
111 PHPAPI php_url *php_url_parse_ex2(char const *str, size_t length, zend_bool *has_port) in php_url_parse_ex2()
342 zend_bool has_port; in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c108 static zend_bool check_has_header(const char *headers, const char *header) { in check_has_header()
141 zend_bool request_fulluri = 0, ignore_errors = 0; in php_stream_url_wrap_http_ex()
146 zend_bool follow_location = 1; in php_stream_url_wrap_http_ex()
150 zend_bool custom_request_method; in php_stream_url_wrap_http_ex()
H A Dfile.c384 zend_bool use_include_path = 0; in PHP_FUNCTION()
529 zend_bool use_include_path = 0; in PHP_FUNCTION()
729 zend_bool use_include_path; in PHP_FUNCTION()
730 zend_bool include_new_line; in PHP_FUNCTION()
731 zend_bool skip_blank_lines; in PHP_FUNCTION()
871 zend_bool use_include_path = 0; in PHP_NAMED_FUNCTION()
1339 zend_bool recursive = 0; in PHP_FUNCTION()
1384 zend_bool use_include_path = 0; in PHP_FUNCTION()
2087 zend_bool first_field = 1; in php_fgetcsv()
H A Dcrypt.c98 …hp_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet) in php_crypt()
/PHP-7.4/ext/ffi/
H A Dffi.g342 {zend_bool nested = 0;}
357 {zend_bool nested = 0;}
372 {zend_bool nested = 0;}
447 {zend_bool old_allow_vla = FFI_G(allow_vla);}
505 {zend_bool orig_attribute_parsing;}
/PHP-7.4/ext/session/
H A Dmod_user.c111 zend_bool bailout = 0; in PS_CLOSE_FUNC()
H A Dsession.c364 static zend_long php_session_gc(zend_bool immediate) /* {{{ */ in php_session_gc()
607 PS(use_trans_sid) = (zend_bool) 1; in PHP_INI_MH()
609 PS(use_trans_sid) = (zend_bool) atoi(ZSTR_VAL(new_value)); in PHP_INI_MH()
1430 zend_bool apply_trans_sid; in php_session_reset_id()
1676 zend_bool secure = 0, secure_null = 1; in PHP_FUNCTION()
1677 zend_bool httponly = 0, httponly_null = 1; in PHP_FUNCTION()
1959 zend_bool register_shutdown = 1; in PHP_FUNCTION()
2172 zend_bool del_ses = 0; in PHP_FUNCTION()
2854 static int php_rinit_session(zend_bool auto_start) /* {{{ */ in php_rinit_session()
3072 static zend_bool early_find_sid_in(zval *dest, int where, php_session_rfc1867_progress *progress) /… in early_find_sid_in()
[all …]
/PHP-7.4/ext/hash/
H A Dhash.c116 static void php_hash_do_hash(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_output_def… in php_hash_do_hash()
121 zend_bool raw_output = raw_output_default; in php_hash_do_hash()
237 static void php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAMETERS, int isfilename, zend_bool raw_outpu… in php_hash_do_hash_hmac()
243 zend_bool raw_output = raw_output_default; in php_hash_do_hash_hmac()
521 zend_bool raw_output = 0; in PHP_FUNCTION()
730 zend_bool raw_output = 0; in PHP_FUNCTION()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c152 static inline zend_bool php_converter_check_limits(php_converter_object *objval, zend_long availabl… in php_converter_check_limits()
351 static inline zend_bool php_converter_set_callbacks(php_converter_object *objval, UConverter *cnv) { in php_converter_set_callbacks()
352 zend_bool ret = 1; in php_converter_set_callbacks()
381 static zend_bool php_converter_set_encoding(php_converter_object *objval, in php_converter_set_encoding()
760 zend_bool reverse = 0; in PHP_METHOD()
/PHP-7.4/ext/libxml/
H A Dlibxml.c1024 zend_bool use_errors=0, retval; in PHP_FUNCTION()
1141 PHP_LIBXML_API zend_bool php_libxml_disable_entity_loader(zend_bool disable) /* {{{ */ in php_libxml_disable_entity_loader()
1143 zend_bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader()
1153 zend_bool disable = 1; in PHP_FUNCTION()
/PHP-7.4/sapi/apache2handler/
H A Dphp_functions.c256 zend_bool walk_to_top = 0; in PHP_FUNCTION()
291 zend_bool walk_to_top = 0; in PHP_FUNCTION()
/PHP-7.4/ext/phar/
H A Dphar.c35 zend_bool keep = *(zend_bool *)argument; in phar_set_writeable_bit()
49 zend_bool old, ini; in ZEND_INI_MH()
58 ini = (zend_bool) 1; in ZEND_INI_MH()
61 ini = (zend_bool) 1; in ZEND_INI_MH()
64 ini = (zend_bool) 1; in ZEND_INI_MH()
67 ini = (zend_bool) atoi(ZSTR_VAL(new_value)); in ZEND_INI_MH()
528 int phar_open_parsed_phar(char *fname, size_t fname_len, char *alias, size_t alias_len, zend_bool i… in phar_open_parsed_phar()
1047 zend_get_hash_value, destroy_phar_manifest_entry, (zend_bool)mydata->is_persistent); in phar_parse_pharfile()
1049 zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent); in phar_parse_pharfile()
1051 zend_get_hash_value, NULL, (zend_bool)mydata->is_persistent); in phar_parse_pharfile()
[all …]
/PHP-7.4/ext/soap/
H A Dphp_http.c93 zend_bool has_authorization, in http_context_headers()
94 zend_bool has_proxy_authorization, in http_context_headers()
95 zend_bool has_cookies, in http_context_headers()
364 zend_bool old_allow_url_fopen; in make_http_soap_request()
366 zend_bool has_authorization = 0; in make_http_soap_request()
367 zend_bool has_proxy_authorization = 0; in make_http_soap_request()
368 zend_bool has_cookies = 0; in make_http_soap_request()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.c31 MYSQLND_METHOD(mysqlnd_debug, open)(MYSQLND_DEBUG * self, zend_bool reopen) in MYSQLND_METHOD()
244 static zend_bool
318 zend_bool profile_calls = self->flags & MYSQLND_DEBUG_PROFILE_CALLS? TRUE:FALSE; in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c1463 const zend_bool as_int_or_float, MYSQLND_STATS * const stats) in php_mysqlnd_rowp_read_binary_protocol()
1554 zend_bool as_int_or_float, MYSQLND_STATS * stats) in php_mysqlnd_rowp_read_text_protocol_aux()
1662 zend_bool uns = fields_metadata[i].flags & UNSIGNED_FLAG? TRUE:FALSE; in php_mysqlnd_rowp_read_text_protocol_aux()
1708 const zend_bool as_int_or_float, MYSQLND_STATS * stats) in php_mysqlnd_rowp_read_text_protocol_zval()
1722 const zend_bool as_int_or_float, MYSQLND_STATS * const stats) in php_mysqlnd_rowp_read_text_protocol_c()
2533 const zend_bool silent, in MYSQLND_METHOD()
2599 …const zend_bool ignore_upsert_status, /* actually used only by LOAD DATA. COM_QUERY and COM_EXECU… in MYSQLND_METHOD()
2693 const zend_bool silent, in MYSQLND_METHOD()
2695 …const zend_bool ignore_upsert_status, /* actually used only by LOAD DATA. COM_QUERY and COM_EXECUT… in MYSQLND_METHOD()
2755 mysqlnd_protocol_payload_decoder_factory_init(MYSQLND_CONN_DATA * conn, const zend_bool persistent) in mysqlnd_protocol_payload_decoder_factory_init()
[all …]
H A Dmysqlnd_loaddata.c142 mysqlnd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * const filename, zend_bool * is_w… in mysqlnd_handle_local_infile()
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp49 INTERNAL_FUNCTION_PARAMETERS, zend_bool is_constructor) in _php_intlgregcal_constructor_body()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_hash.c74 …date(zend_accel_hash *accel_hash, const char *key, uint32_t key_length, zend_bool indirect, void *… in zend_accel_hash_update()

Completed in 103 milliseconds

12345678910>>...14