Home
last modified time | relevance | path

Searched refs:IS_NULL (Results 1 – 25 of 110) sorted by relevance

12345

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c967 if (IS_NULL(e)) { in name_add()
969 if (IS_NULL(t)) { in name_add()
992 if (IS_NULL(t)) { in name_add()
1099 if (IS_NULL(e)) { in name_to_group_numbers()
1191 if (IS_NULL(v)) { in make_callout_func_list()
1403 if (IS_NULL(e)) { in callout_name_entry()
1640 if (IS_NULL(e)) { in get_callout_name_id_by_name()
1812 if (IS_NULL(ext) || IS_NULL(ext->callout_list)) return 0; in onig_callout_tag_is_exist_at_callout_num()
1859 if (IS_NULL(ext) || IS_NULL(ext->tag_table)) in onig_get_callout_num_by_tag()
3562 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
[all …]
H A Dreggnu.c103 if (IS_NULL(*reg)) return ONIGERR_MEMORY; in re_alloc_pattern()
H A Dregint.h188 #define IS_NULL(p) (((void*)(p)) == (void*)0) macro
190 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL
191 #define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY
370 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
378 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
H A Dunicode.c605 if (IS_NULL(prev)) { in onigenc_wb_is_break_position()
607 if (IS_NULL(prev)) return TRUE; in onigenc_wb_is_break_position()
923 if (IS_NULL(prev)) { in onigenc_egcb_is_break_position()
925 if (IS_NULL(prev)) return 1; in onigenc_egcb_is_break_position()
1034 if (IS_NULL(UserDefinedPropertyTable)) { in onig_unicode_define_user_property()
H A Dregext.c182 if (IS_NULL(*reg)) { in onig_new_deluxe()
H A Dregexec.c681 if (IS_NULL(node)) return ; in history_tree_clear()
741 if (IS_NULL(parent->childs)) { in history_tree_add_child()
777 if (IS_NULL(child)) { in history_tree_clone()
919 if (IS_NULL(to->beg)) return; in onig_region_copy()
921 if (IS_NULL(to->end)) return; in onig_region_copy()
2735 if (IS_NULL(msa)) { in match_at()
3981 if (IS_NULL(q)) { in match_at()
5690 if (IS_NULL(rs)) { in onig_regset_new()
5799 if (IS_NULL(reg)) { in onig_regset_replace()
5935 if (IS_NULL(e)) return 0; in onig_get_contents_by_callout_args()
[all …]
H A Dregsyntax.c246 if (IS_NULL(syntax)) in onig_set_default_syntax()
H A Dregcomp.c55 if (IS_NULL(v)) {
956 if (IS_NULL(p)) return NULL; in set_multi_byte_cclass()
973 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
4174 if (IS_NULL(list)) { in unravel_cf_node_add()
4263 if (IS_NULL(curr)) { in unravel_cf_string_alt_or_cc_add()
4278 if (IS_NULL(alt)) { in unravel_cf_string_alt_or_cc_add()
6573 if (IS_NULL(reg->extp)) { in onig_get_regex_ext()
6905 if (IS_NULL(reg)) in onig_reg_init()
7143 if (IS_NULL(node)) { in print_indent_tree()
7317 if (IS_NULL(Then)) { in print_indent_tree()
[all …]
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_inference.h44 …v) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL); \
66 } else if (Z_TYPE_P(zv) == IS_NULL) { \
90 } else if (Z_TYPE_P(zv) == IS_NULL) { \
108 …) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL) { \
126 …) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL) { \
H A Dsccp.c422 case IS_NULL: in fetch_array_elem()
469 ZVAL_BOOL(result, op1 && Z_TYPE_P(op1) != IS_NULL); in ct_eval_isset_isempty()
505 case IS_NULL: in ct_eval_del_array_elem()
541 case IS_NULL: in ct_eval_add_array_elem()
576 case IS_NULL: in ct_eval_assign_dim()
679 case IS_NULL: in ct_eval_assign_obj()
881 && Z_TYPE_P(args[0]) != IS_NULL)) { in ct_eval_func_call()
1113 || Z_TYPE_P(op1) == IS_NULL in sccp_visit_instr()
1200 || Z_TYPE_P(op1) == IS_NULL in sccp_visit_instr()
1289 if (result && Z_TYPE_P(result) == IS_NULL) { in sccp_visit_instr()
[all …]
/PHP-7.3/Zend/
H A Dzend_type_info.h25 #define MAY_BE_NULL (1 << IS_NULL)
H A Dzend_operators.c178 case IS_NULL: in _convert_scalar_to_number()
223 case IS_NULL: in _zendi_convert_scalar_to_number_ex()
334 case IS_NULL: in convert_to_long_base()
395 case IS_NULL: in convert_to_double()
464 case IS_NULL: in convert_to_boolean()
539 case IS_NULL: in _convert_to_string()
641 case IS_NULL: in convert_to_array()
679 case IS_NULL: in convert_to_object()
749 case IS_NULL: in _zval_get_long_func_ex()
818 case IS_NULL: in zval_get_double_func()
[all …]
H A Dzend_API.h654 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL)
1144 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_bool()
1160 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_long()
1178 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_double()
1191 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_str()
1247 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array()
1269 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array_ht()
1282 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_object()
1294 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_resource()
1304 if (check_null && UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_func()
[all …]
H A Dzend_objects_API.c159 if (UNEXPECTED(GC_TYPE(object) == IS_NULL)) { in zend_objects_store_del()
H A Dzend_closures.c194 } else if (Z_TYPE_P(scope_arg) == IS_NULL) { in ZEND_METHOD()
571 *table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL; in zend_closure_get_gc()
572 *n = Z_TYPE(closure->this_ptr) != IS_NULL ? 1 : 0; in zend_closure_get_gc()
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_statement.c153 if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
189 } else if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
214 if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
/PHP-7.3/ext/intl/dateformat/
H A Ddateformat_helpers.cpp44 if (calendar_zv == NULL || Z_TYPE_P(calendar_zv) == IS_NULL) { in datefmt_process_calendar_arg()
H A Ddateformat_create.cpp117 explicit_tz = timezone_zv != NULL && Z_TYPE_P(timezone_zv) != IS_NULL; in datefmt_ctor()
H A Ddateformat_format_object.cpp91 if (format == NULL || Z_TYPE_P(format) == IS_NULL) { in PHP_FUNCTION()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c72 Z_TYPE_INFO(zv[6]) = IS_NULL; in phpdbg_webdata_compress()
/PHP-7.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp74 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
/PHP-7.3/ext/standard/
H A Dhttp.c145 } else if (Z_TYPE_P(zdata) == IS_NULL || Z_TYPE_P(zdata) == IS_RESOURCE) { in php_url_encode_hash_ex()
H A Dtype.c215 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
H A Dvar.c104 case IS_NULL: in php_var_dump()
276 case IS_NULL: in php_debug_zval_dump()
465 case IS_NULL: in php_var_export_ex()
872 case IS_NULL: in php_var_serialize_intern()
/PHP-7.3/ext/soap/
H A Dsoap.c873 if (Z_TYPE_P(code) == IS_NULL) { in PHP_METHOD()
973 if (Z_TYPE_P(type) == IS_NULL) { in PHP_METHOD()
1202 } else if (Z_TYPE_P(wsdl) == IS_NULL) { in PHP_METHOD()
1211 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1800 Z_TYPE_P(tmp) != IS_NULL) {
2290 if (Z_TYPE_P(wsdl) == IS_NULL) {
2459 } else if (Z_TYPE_P(wsdl) == IS_NULL) {
2465 if (Z_TYPE_P(wsdl) != IS_NULL) {
4003 Z_TYPE_P(tmp) != IS_NULL) {
4047 Z_TYPE_P(tmp) != IS_NULL) {
[all …]

Completed in 126 milliseconds

12345