Home
last modified time | relevance | path

Searched refs:zend_bool (Results 251 – 275 of 321) sorted by last modified time

1...<<111213

/PHP-7.2/ext/dom/
H A Dxpath.c359 zend_bool register_node_ns = 1; in php_xpath_eval()
H A Ddom_iterators.c189 zend_bool do_curobj_undef = 1; in php_dom_iterator_move_forward()
H A Delement.c1139 static void php_set_attribute_id(xmlAttrPtr attrp, zend_bool is_id) /* {{{ */ in php_set_attribute_id()
1170 zend_bool is_id; in PHP_FUNCTION()
1206 zend_bool is_id; in PHP_FUNCTION()
1240 zend_bool is_id; in PHP_FUNCTION()
H A Dnode.c1362 zend_bool recursive = 0; in PHP_FUNCTION()
1685 zend_bool exclusive=0, with_comments=0; in dom_canonicalization()
H A Dphp_dom.c502 static dom_object* dom_objects_set_class(zend_class_entry *class_type, zend_bool hash_copy);
1072 static dom_object* dom_objects_set_class(zend_class_entry *class_type, zend_bool hash_copy) /* {{{ … in dom_objects_set_class()
1191 PHP_DOM_EXPORT zend_bool php_dom_create_object(xmlNodePtr obj, zval *return_value, dom_object *domo… in php_dom_create_object()
/PHP-7.2/ext/dba/libinifile/
H A Dinifile.c417 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, zend_bool *found) in inifile_filter()
429 *found = (zend_bool) 1; in inifile_filter()
465 …lace_append(inifile *dba, const key_type *key, const val_type *value, int append, zend_bool *found) in inifile_delete_replace_append()
576 int inifile_delete_ex(inifile *dba, const key_type *key, zend_bool *found) in inifile_delete_ex()
592 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *value, zend_bool *found) in inifile_replace_ex()
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.2/ext/dba/
H A Ddba.c654 zend_bool restarted = 0; in php_dba_open()
655 zend_bool need_creation = 0; in php_dba_open()
966 zend_bool close_both; in php_dba_open()
1278 zend_bool full_info = 0; in PHP_FUNCTION()
H A Ddba_inifile.c127 zend_bool found = 0; in DBA_DELETE_FUNC()
/PHP-7.2/ext/date/
H A Dphp_date.c1783 zend_bool associative = 0; in PHP_FUNCTION()
3788 zend_bool absolute = 0; in PHP_FUNCTION()
/PHP-7.2/ext/curl/
H A Dphp_curl.h191 zend_bool in_callback;
H A Dinterface.c168 …_option_str(php_curl *ch, zend_long option, const char *str, const size_t len, zend_bool make_copy) in php_curl_option_str()
/PHP-7.2/ext/com_dotnet/
H A Dphp_com_dotnet.h49 zend_bool allow_dcom;
50 zend_bool autoreg_verbose;
51 zend_bool autoreg_on;
52 zend_bool autoreg_case_sensitive;
55 zend_bool rshutdown_started;
H A Dcom_persist.c378 zend_bool remember = TRUE; in CPH_METHOD()
H A Dcom_com.c766 zend_bool wantsink = 0; in PHP_FUNCTION()
830 zend_bool cs = TRUE; in PHP_FUNCTION()
/PHP-7.2/ext/calendar/
H A Dcalendar.c611 zend_bool heb = 0; in PHP_FUNCTION()
/PHP-7.2/Zend/
H A Dzend_vm_execute.h3542 zend_bool is_empty;
3662 zend_bool is_empty;
4011 zend_bool strict;
34462 zend_bool strict;
38536 zend_bool result;
39594 zend_bool result;
41052 zend_bool result;
49018 zend_bool strict;
50556 zend_bool result;
50925 zend_bool result;
[all …]
H A Dzend_vm_def.h5672 zend_bool is_empty;
5795 zend_bool is_empty;
6876 zend_bool result;
7627 zend_bool strict;
H A Dzend_ts_hash.c62 …_ts_hash_init(TsHashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent ZEND_… in _zend_ts_hash_init()
72 …ex(TsHashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent, zend_bool bAppl… in _zend_ts_hash_init_ex()
290 … zend_ts_hash_compare(TsHashTable *ht1, TsHashTable *ht2, compare_func_t compar, zend_bool ordered) in zend_ts_hash_compare()
H A Dzend_ts_hash.h40 …_ts_hash_init(TsHashTable *ht, uint32_t nSize, dtor_func_t pDestructor, zend_bool persistent ZEND_…
41 …ex(TsHashTable *ht, uint32_t 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_types.h46 typedef unsigned char zend_bool; typedef
H A Dzend_objects_API.h55 ZEND_API void zend_objects_store_free_object_storage(zend_objects_store *objects, zend_bool fast_sh…
H A Dzend_operators.c139 void ZEND_FASTCALL _convert_scalar_to_number(zval *op, zend_bool silent) /* {{{ */ in _convert_scalar_to_number()
733 static zend_always_inline zend_long ZEND_FASTCALL _zval_get_long_func_ex(zval *op, zend_bool silent… in _zval_get_long_func_ex()
1806 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, zend_bool case_insensit… in string_compare_function_ex()
2206 static zend_bool ZEND_FASTCALL instanceof_interface_only(const zend_class_entry *instance_ce, const… in instanceof_interface_only()
2219 static zend_always_inline zend_bool instanceof_class(const zend_class_entry *instance_ce, const zen… in instanceof_class()
2231 static zend_bool ZEND_FASTCALL instanceof_interface(const zend_class_entry *instance_ce, const zend… in instanceof_interface()
2244 ZEND_API zend_bool ZEND_FASTCALL instanceof_function_ex(const zend_class_entry *instance_ce, const … in instanceof_function_ex()
2262 ZEND_API zend_bool ZEND_FASTCALL instanceof_function(const zend_class_entry *instance_ce, const zen… in instanceof_function()
H A Dzend_operators.h70 ZEND_API zend_bool ZEND_FASTCALL instanceof_function_ex(const zend_class_entry *instance_ce, const …
71 ZEND_API zend_bool ZEND_FASTCALL instanceof_function(const zend_class_entry *instance_ce, const zen…
340 ZEND_API int ZEND_FASTCALL string_compare_function_ex(zval *op1, zval *op2, zend_bool case_insensit…
H A Dzend_portability.h351 zend_bool name;

Completed in 254 milliseconds

1...<<111213