Home
last modified time | relevance | path

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

12345

/PHP-7.0/Zend/
H A Dzend_operators.c168 case IS_NULL: in convert_scalar_to_number()
308 case IS_NULL: in convert_to_long_base()
367 case IS_NULL: in convert_to_double()
449 case IS_NULL: in convert_to_boolean()
524 case IS_NULL: in _convert_to_string()
648 case IS_NULL: in convert_to_array()
678 case IS_NULL: in convert_to_object()
747 case IS_NULL: in _zval_get_long_func()
785 case IS_NULL: in _zval_get_double_func()
825 case IS_NULL: in _zval_get_string_func()
[all …]
H A Dzend_variables.c155 case IS_NULL: in _zval_internal_dtor()
186 case IS_NULL: in _zval_internal_dtor_for_ptr()
H A Dzend_API.h648 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL)
1061 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_bool()
1077 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_long()
1095 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_double()
1108 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_str()
1164 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array()
1178 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array_ht()
1191 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_object()
1203 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_resource()
1213 if (check_null && UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_func()
[all …]
H A Dzend_closures.c203 } else if (Z_TYPE_P(scope_arg) == IS_NULL) { in ZEND_METHOD()
480 *table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL; in zend_closure_get_gc()
481 *n = Z_TYPE(closure->this_ptr) != IS_NULL ? 1 : 0; in zend_closure_get_gc()
H A Dzend_gc.c484 Z_TYPE_INFO(((zend_reference*)ref)->val) = IS_NULL; in gc_mark_grey()
518 Z_TYPE_INFO_P(zv) = IS_NULL; in gc_mark_grey()
533 Z_TYPE_INFO_P(zv) = IS_NULL; in gc_mark_grey()
1123 GC_TYPE(obj) = IS_NULL;
1139 GC_TYPE(arr) = IS_NULL;
H A Dzend_exceptions.c98 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
297 if (Z_TYPE_P(pvalue) != IS_NULL && Z_TYPE_P(pvalue) != type) { \
312 if (pvalue && Z_TYPE_P(pvalue) != IS_NULL && (Z_TYPE_P(pvalue) != IS_OBJECT || in ZEND_METHOD()
530 case IS_NULL: in _build_trace_args()
H A Dzend_execute.c680 if (Z_TYPE(constant) == IS_NULL) { in is_null_constant()
742 } else if (UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_verify_scalar_type_hint()
773 } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { in zend_verify_internal_arg_type()
831 …} else if (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_con… in zend_verify_arg_type()
976 } else if (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null) { in zend_verify_internal_return_type()
981 …if (!zend_is_callable(ret, IS_CALLABLE_CHECK_SILENT, NULL) && (Z_TYPE_P(ret) != IS_NULL || !ret_in… in zend_verify_internal_return_type()
1025 } else if (Z_TYPE_P(ret) != IS_NULL || !ret_info->allow_null) { in zend_verify_return_type()
1627 case IS_NULL: in zend_fetch_dimension_address_inner()
1671 case IS_NULL: in zend_check_string_offset()
1847 case IS_NULL: in zend_fetch_dimension_address_read()
/PHP-7.0/ext/pdo_sqlite/
H A Dsqlite_statement.c115 if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
151 } else if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
176 if (Z_TYPE_P(parameter) == IS_NULL) { in pdo_sqlite_stmt_param_hook()
/PHP-7.0/ext/intl/dateformat/
H A Ddateformat_helpers.cpp42 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.cpp85 if (format == NULL || Z_TYPE_P(format) == IS_NULL) { in PHP_FUNCTION()
/PHP-7.0/ext/standard/
H A Dtype.c35 case IS_NULL: in PHP_FUNCTION()
234 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
H A Dvar.c101 case IS_NULL: in php_var_dump()
271 case IS_NULL: in php_debug_zval_dump()
454 case IS_NULL: in php_var_export_ex()
838 case IS_NULL: in php_var_serialize_intern()
H A Dhttp.c147 } else if (Z_TYPE_P(zdata) == IS_NULL || Z_TYPE_P(zdata) == IS_RESOURCE) { in php_url_encode_hash_ex()
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregint.h209 #define IS_NULL(p) (((void*)(p)) == (void*)0) macro
211 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL
212 #define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY
358 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
364 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
372 if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
H A Dregparse.c729 if (IS_NULL(e)) { in name_add()
731 if (IS_NULL(t)) { in name_add()
752 if (IS_NULL(t)) { in name_add()
1319 if (IS_NULL(p)) { in node_new_backref()
1708 if (IS_NULL(*pbuf)) { in add_code_range_to_buf()
1791 if (IS_NULL(bbuf)) { in not_code_range_buf()
1835 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
1842 if (IS_NULL(bbuf2)) in or_code_range_buf()
1845 if (IS_NULL(bbuf1)) { in or_code_range_buf()
5397 if (IS_NULL(en)) { in parse_exp()
[all …]
H A Dregcomp.c586 if (IS_NULL(cc->mbuf)) { in compile_length_cclass_node()
617 if (IS_NULL(cc->mbuf)) { in compile_cclass_node()
3029 if (IS_NULL(cn->target)) { in setup_subexp_call()
3309 if (IS_NULL(an)) { in expand_case_fold_string_alt()
3399 if (IS_NULL(root)) { in expand_case_fold_string()
3424 if (IS_NULL(root)) { in expand_case_fold_string()
3433 if (IS_NULL(root)) { in expand_case_fold_string()
3468 if (IS_NULL(root)) { in expand_case_fold_string()
3475 if (IS_NULL(root)) { in expand_case_fold_string()
5480 if (IS_NULL(reg)) in onig_reg_init()
[all …]
H A Dreggnu.c129 if (IS_NULL(*reg)) return ONIGERR_MEMORY; in re_alloc_pattern()
H A Dregexec.c105 if (IS_NULL(parent->childs)) { in history_tree_add_child()
141 if (IS_NULL(child)) { in history_tree_clone()
441 if (IS_NULL(x)) { in stack_double()
457 if (IS_NULL(x)) { in stack_double()
2637 if (IS_NULL(s)) goto fail; in match_at()
2647 if (IS_NULL(q)) { in match_at()
2891 if (IS_NULL(reg->int_map)) { in bm_search_notrev()
2938 if (IS_NULL(reg->int_map)) { in bm_search()
2970 if (IS_NULL(*skip)) { in set_bm_backward_skip()
3311 if (IS_NULL(prev)) goto fail; in backward_search_range()
[all …]
H A Dregext.c182 if (IS_NULL(*reg)) { in onig_new_deluxe()
H A Dregsyntax.c225 if (IS_NULL(syntax)) in onig_set_default_syntax()
H A Dregenc.c848 if (IS_NULL(list)) { in resize_property_list()
855 if (IS_NULL(list)) return ONIGERR_MEMORY; in resize_property_list()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c72 Z_TYPE_INFO(zv[6]) = IS_NULL; in phpdbg_webdata_compress()
/PHP-7.0/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp67 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
/PHP-7.0/ext/soap/
H A Dsoap.c896 if (Z_TYPE_P(code) == IS_NULL) { in PHP_METHOD()
1003 if (Z_TYPE_P(type) == IS_NULL) { in PHP_METHOD()
1232 } else if (Z_TYPE_P(wsdl) == IS_NULL) { in PHP_METHOD()
1242 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1837 Z_TYPE_P(tmp) != IS_NULL) {
2350 if (Z_TYPE_P(wsdl) == IS_NULL) {
2519 } else if (Z_TYPE_P(wsdl) == IS_NULL) {
2525 if (Z_TYPE_P(wsdl) != IS_NULL) {
4056 Z_TYPE_P(tmp) != IS_NULL) {
4100 Z_TYPE_P(tmp) != IS_NULL) {
[all …]

Completed in 167 milliseconds

12345