Home
last modified time | relevance | path

Searched refs:zend_bool (Results 76 – 100 of 321) sorted by last modified time

12345678910>>...13

/PHP-7.2/ext/standard/
H A Dphp_random.h42 PHPAPI int php_random_bytes(void *bytes, size_t size, zend_bool should_throw);
43 PHPAPI int php_random_int(zend_long min, zend_long max, zend_long *result, zend_bool should_throw);
H A Dphp_string.h139 …uf, size_t len, uint8_t *stateptr, const char *allow, size_t allow_len, zend_bool allow_tag_spaces…
146 PHPAPI int string_natural_compare_function_ex(zval *result, zval *op1, zval *op2, zend_bool case_in…
H A Dhttp_fopen_wrapper.c132 zend_bool request_fulluri = 0, ignore_errors = 0; in php_stream_url_wrap_http_ex()
137 zend_bool follow_location = 1; in php_stream_url_wrap_http_ex()
141 zend_bool custom_request_method; in php_stream_url_wrap_http_ex()
H A Diptc.c198 zend_bool written = 0; in PHP_FUNCTION()
H A Dmail.c96 static zend_bool php_mail_build_headers_check_field_value(zval *val) in php_mail_build_headers_check_field_value()
122 static zend_bool php_mail_build_headers_check_field_name(zend_string *key) in php_mail_build_headers_check_field_name()
H A Dhtml.h58 …nsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool double_encode);
H A Dftp_fopen_wrapper.c427 zend_bool allow_overwrite = 0; in php_stream_url_wrap_ftp()
H A Dhead.c41 zend_bool rep = 1; in PHP_FUNCTION()
202 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION()
229 zend_bool secure = 0, httponly = 0; in PHP_FUNCTION()
H A Dhtml.c1222 …unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool double_encode) in php_escape_html_entities_ex()
1442 zend_bool double_encode = 1; in php_html_entities()
H A Ddir.c438 zend_bool basedir_limit = 0; in PHP_FUNCTION()
H A Ddns.c815 zend_bool raw = 0; in PHP_FUNCTION()
H A Ddns_win32.c353 zend_bool raw = 0; in PHP_FUNCTION()
H A Dfile.c380 zend_bool use_include_path = 0; in PHP_FUNCTION()
525 zend_bool use_include_path = 0; in PHP_FUNCTION()
728 zend_bool use_include_path; in PHP_FUNCTION()
729 zend_bool include_new_line; in PHP_FUNCTION()
730 zend_bool skip_blank_lines; in PHP_FUNCTION()
874 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()
2093 zend_bool first_field = 1; in php_fgetcsv()
H A Dfilestat.c714 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, size_t filen… in php_clear_stat_cache()
741 zend_bool clear_realpath_cache = 0; in PHP_FUNCTION()
H A Dcrypt_sha512.c396 zend_bool rounds_custom = 0; in php_sha512_crypt_r()
H A Dbasic_functions.c4049 zend_bool local_only = 0; in PHP_FUNCTION()
5182 PHPAPI zend_bool remove_user_shutdown_function(char *function_name, size_t function_len) /* {{{ */
5192 PHPAPI zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function_entry)…
5221 zend_bool i = 0;
5301 zend_bool i = 0;
5426 zend_bool details = 1;
5596 zend_bool do_return = 0;
5633 zend_bool arg = 0;
5880 zend_bool successful = 0;
6014 zend_bool process_sections = 0;
[all …]
H A Dbasic_functions.h157 …varname(zval *result, zval *prefix, char *var_name, size_t var_name_len, zend_bool add_underscore);
171 zend_bool locale_changed; /* locale was changed and has to be restored */
199 zend_bool mt_rand_is_seeded; /* Whether mt_rand() has been seeded */
263 PHPAPI extern zend_bool register_user_shutdown_function(char *function_name, size_t function_len, p…
264 PHPAPI extern zend_bool remove_user_shutdown_function(char *function_name, size_t function_len);
265 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function…
H A Dbrowscap.c92 static inline zend_bool is_placeholder(char c) { in is_placeholder()
243 browscap_parser_ctx *ctx, zend_string *str, zend_bool persistent) { in browscap_intern_str_ci()
264 browser_data *bdata, zend_string *key, zend_string *value, zend_bool persistent) { in browscap_add_kv()
666 zend_bool return_array = 0; in PHP_FUNCTION()
H A Dcrypt.c108 …hp_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet) in php_crypt()
H A Dcrypt_sha256.c363 zend_bool rounds_custom = 0; in php_sha256_crypt_r()
H A Darray.c1028 static void php_usort(INTERNAL_FUNCTION_PARAMETERS, compare_func_t compare_func, zend_bool renumber… in php_usort()
1032 zend_bool retval; in php_usort()
1571 zend_bool strict = 0; /* strict comparison or not */ in php_search_array()
3529 zend_bool preserve_keys = 0; /* Whether to preserve keys while copying to the new array or not */
3938 zend_bool strict = 0; /* do strict comparison */
4103 zend_bool array_column_param_helper(zval *param,
4267 zend_bool preserve_keys = 0; /* whether to preserve keys */
4626 zend_bool ok;
5047 zend_bool ok;
5981 zend_bool have_callback = 0;
[all …]
H A Dassert.c31 zend_bool active;
32 zend_bool bail;
33 zend_bool warning;
34 zend_bool quiet_eval;
35 zend_bool exception;
293 zend_bool oldint; in PHP_FUNCTION()
H A Dbase64.c130 PHPAPI zend_string *php_base64_decode_ex(const unsigned char *str, size_t length, zend_bool strict)… in php_base64_decode_ex()
228 zend_bool strict = 0; in PHP_FUNCTION()
H A Dbase64.h32 PHPAPI extern zend_string *php_base64_decode_ex(const unsigned char *, size_t, zend_bool);
/PHP-7.2/ext/sqlite3/
H A Dphp_sqlite3_structs.h79 zend_bool exception;

Completed in 101 milliseconds

12345678910>>...13