Home
last modified time | relevance | path

Searched refs:zend_bool (Results 1 – 25 of 237) sorted by relevance

12345678910

/PHP-5.5/main/
H A Dphp_globals.h57 zend_bool implicit_flush;
61 zend_bool sql_safe_mode;
62 zend_bool enable_dl;
72 zend_bool track_errors;
73 zend_bool display_errors;
75 zend_bool log_errors;
114 zend_bool expose_php;
122 zend_bool html_errors;
123 zend_bool xmlrpc_errors;
130 zend_bool file_uploads;
[all …]
H A DSAPI.h92 zend_bool headers_only;
93 zend_bool no_headers;
94 zend_bool headers_read;
130 zend_bool sapi_started;
135 zend_bool callback_run;
184 … sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_bool replac…
/PHP-5.5/Zend/
H A Dzend_globals.h101 zend_bool parse_error;
102 zend_bool in_compilation;
103 zend_bool short_tags;
104 zend_bool asp_tags;
134 zend_bool in_namespace;
150 zend_bool multibyte;
151 zend_bool detect_unicode;
203 zend_bool in_execution;
209 zend_bool no_extensions;
212 zend_bool timed_out;
[all …]
H A Dzend_compile.h237 zend_bool allow_null;
238 zend_bool pass_by_reference;
251 zend_bool return_reference;
252 zend_bool pass_rest_by_reference;
291 zend_bool has_finally_block;
380 zend_bool is_ctor_call;
381 zend_bool is_ctor_result_used;
392 zend_bool nested;
695 ZEND_API zend_bool zend_is_compiling(TSRMLS_D);
705 zend_bool jit;
[all …]
H A Dzend_ini.c183 zend_bool config_directive_success = 0; in zend_register_ini_entries()
259 zend_bool modifiable; in zend_alter_ini_entry_ex()
260 zend_bool modified; in zend_alter_ini_entry_ex()
382 ZEND_API char *zend_ini_string_ex(char *name, uint name_length, int orig, zend_bool *exists) /* {{{… in zend_ini_string_ex()
408 zend_bool exists = 1; in zend_ini_string()
551 zend_bool *p; in ZEND_INI_MH()
560 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
563 *p = (zend_bool) 1; in ZEND_INI_MH()
566 *p = (zend_bool) 1; in ZEND_INI_MH()
569 *p = (zend_bool) 1; in ZEND_INI_MH()
[all …]
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.h199 zend_bool name;
305 zend_bool in_get;
306 zend_bool in_set;
307 zend_bool in_unset;
308 zend_bool in_isset;
309 zend_bool dummy; /* sizeof(zend_guard) must not be equal to sizeof(void*) */
412 static zend_always_inline zend_bool zval_isref_p(zval* pz) { in zval_isref_p()
416 static zend_always_inline zend_bool zval_set_isref_p(zval* pz) { in zval_set_isref_p()
420 static zend_always_inline zend_bool zval_unset_isref_p(zval* pz) { in zval_unset_isref_p()
424 static zend_always_inline zend_bool zval_set_isref_to_p(zval* pz, zend_bool isref) { in zval_set_isref_to_p()
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h64 zend_bool persistent;
81 zend_bool pre41;
103 zend_bool send_auth_data;
104 zend_bool is_change_user_packet;
105 zend_bool silent;
210 zend_bool skip_parsing;
212 zend_bool persistent_alloc;
223 zend_bool eof;
234 zend_bool skip_extraction;
235 zend_bool binary_protocol;
[all …]
H A Dmysqlnd_structs.h62 zend_bool from_pool;
260 zend_bool in_trigger;
816 zend_bool compressed;
817 zend_bool ssl;
850 zend_bool persistent;
856 zend_bool persistent;
926 zend_bool persistent;
942 zend_bool persistent;
949 zend_bool is_numeric;
1032 zend_bool bound;
[all …]
H A Dmysqlnd_alloc.h35 void * (*m_pemalloc)(size_t size, zend_bool persistent MYSQLND_MEM_D);
37 void * (*m_pecalloc)(unsigned int nmemb, size_t size, zend_bool persistent MYSQLND_MEM_D);
39 void * (*m_perealloc)(void *ptr, size_t new_size, zend_bool persistent MYSQLND_MEM_D);
41 void (*m_pefree)(void *ptr, zend_bool persistent MYSQLND_MEM_D);
46 char * (*m_pestrndup)(const char * const ptr, size_t size, zend_bool persistent MYSQLND_MEM_D);
47 char * (*m_pestrdup)(const char * const ptr, zend_bool persistent MYSQLND_MEM_D);
56 PHPAPI void * _mysqlnd_pemalloc(size_t size, zend_bool persistent MYSQLND_MEM_D);
58 PHPAPI void * _mysqlnd_pecalloc(unsigned int nmemb, size_t size, zend_bool persistent MYSQLND_MEM_D…
60 PHPAPI void * _mysqlnd_perealloc(void *ptr, size_t new_size, zend_bool persistent MYSQLND_MEM_D);
62 PHPAPI void _mysqlnd_pefree(void *ptr, zend_bool persistent MYSQLND_MEM_D);
[all …]
H A Dmysqlnd_alloc.c80 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_emalloc()
117 void * _mysqlnd_pemalloc(size_t size, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_pemalloc()
120 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pemalloc()
163 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_ecalloc()
204 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pecalloc()
246 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_erealloc()
287 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_perealloc()
331 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_efree()
359 void _mysqlnd_pefree(void *ptr, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_pefree()
362 zend_bool collect_memory_statistics = MYSQLND_G(collect_memory_statistics); in _mysqlnd_pefree()
[all …]
H A Dmysqlnd_priv.h168 zend_bool is_possibly_blob;
169 zend_bool can_ret_as_str_in_uni;
186 …nd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * filename, zend_bool * is_warning TSR…
215 zend_bool use_full_blown_auth_packet,
233 const zend_bool silent,
234 zend_bool use_full_blown_auth_packet,
H A Dmysqlnd_wireprotocol.c876 php_mysqlnd_ok_free_mem(void * _packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_ok_free_mem()
959 void php_mysqlnd_eof_free_mem(void * _packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_eof_free_mem()
1398 size_t * data_size, zend_bool persistent_alloc, in php_mysqlnd_read_row_ex()
1404 zend_bool first_iteration = TRUE; in php_mysqlnd_read_row_ex()
1482 zend_bool as_int_or_float, MYSQLND_STATS * stats TSRMLS_DC) in php_mysqlnd_rowp_read_binary_protocol()
1580 zend_bool as_int_or_float, MYSQLND_STATS * stats TSRMLS_DC) in php_mysqlnd_rowp_read_text_protocol()
1583 zend_bool last_field_was_string = FALSE; in php_mysqlnd_rowp_read_text_protocol()
1691 zend_bool uns = fields_metadata[i].flags & UNSIGNED_FLAG? TRUE:FALSE; in php_mysqlnd_rowp_read_text_protocol()
1859 php_mysqlnd_rowp_free_mem(void * _packet, zend_bool stack_allocation TSRMLS_DC) in php_mysqlnd_rowp_free_mem()
2531 mysqlnd_protocol_init(zend_bool persistent TSRMLS_DC) in mysqlnd_protocol_init()
[all …]
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet.h46 zend_bool allow_dcom;
47 zend_bool autoreg_verbose;
48 zend_bool autoreg_on;
49 zend_bool autoreg_case_sensitive;
52 zend_bool rshutdown_started;
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h194 zend_bool corrupted;
221 zend_bool use_cwd;
222 zend_bool ignore_dups;
224 zend_bool revalidate_path;
225 zend_bool save_comments;
226 zend_bool load_comments;
227 zend_bool fast_shutdown;
228 zend_bool protect_memory;
230 zend_bool inherited_hack;
231 zend_bool enable_cli;
[all …]
H A Dzend_accelerator_hash.h53 zend_bool indirect;
71 zend_bool indirect,
89 static inline zend_bool zend_accel_hash_is_full(zend_accel_hash *accel_hash) in zend_accel_hash_is_full()
/PHP-5.5/ext/session/
H A Dphp_session.h110 zend_bool cancel_upload;
111 zend_bool apply_trans_sid;
132 zend_bool cookie_secure;
133 zend_bool cookie_httponly;
159 zend_bool auto_start;
160 zend_bool use_cookies;
161 zend_bool use_only_cookies;
162 zend_bool use_trans_sid; /* contains the INI value of whether to use trans-sid */
175 zend_bool rfc1867_enabled; /* session.upload_progress.enabled */
176 zend_bool rfc1867_cleanup; /* session.upload_progress.cleanup */
[all …]
/PHP-5.5/ext/soap/
H A Dphp_http.h37 zend_bool has_authorization,
38 zend_bool has_proxy_authorization,
39 zend_bool has_cookies,
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.h36 zend_bool in_request;
37 zend_bool apache_config_loaded;
38 zend_bool headers_sent;
/PHP-5.5/ext/standard/
H A Dbasic_functions.h148 …x_varname(zval *result, zval *prefix, char *var_name, int var_name_len, zend_bool add_underscore T…
199 zend_bool rand_is_seeded; /* Whether rand() has been seeded */
200 zend_bool mt_rand_is_seeded; /* Whether mt_rand() has been seeded */
260 PHPAPI extern zend_bool register_user_shutdown_function(char *function_name, size_t function_len, p…
261 PHPAPI extern zend_bool remove_user_shutdown_function(char *function_name, size_t function_len TSRM…
262 PHPAPI extern zend_bool append_user_shutdown_function(php_shutdown_function_entry shutdown_function…
H A Duniqid.c48 zend_bool more_entropy = 1; in PHP_FUNCTION()
50 zend_bool more_entropy = 0; in PHP_FUNCTION()
H A Dphp_incomplete_class.h50 zend_bool free_class_name = 0; \
51 zend_bool incomplete_class = 0
/PHP-5.5/ext/libxml/
H A Dphp_libxml.h50 zend_bool entity_loader_disabled;
101 PHP_LIBXML_API zend_bool php_libxml_disable_entity_loader(zend_bool disable TSRMLS_DC);
/PHP-5.5/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h60 zend_bool boolval;
77 zend_bool is_prepared;
/PHP-5.5/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()

Completed in 78 milliseconds

12345678910