Home
last modified time | relevance | path

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

12345

/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.h41 …v) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL); \
63 } else if (Z_TYPE_P(zv) == IS_NULL) { \
87 } else if (Z_TYPE_P(zv) == IS_NULL) { \
105 …) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL) { \
123 …) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv) == IS_NULL) { \
/PHP-7.1/Zend/
H A Dzend_variables.c103 case IS_NULL: in _zval_internal_dtor()
134 case IS_NULL: in _zval_internal_dtor_for_ptr()
H A Dzend_type_info.h27 #define MAY_BE_NULL (1 << IS_NULL)
H A Dzend_operators.c160 case IS_NULL: in _convert_scalar_to_number()
309 case IS_NULL: in convert_to_long_base()
371 case IS_NULL: in convert_to_double()
453 case IS_NULL: in convert_to_boolean()
528 case IS_NULL: in _convert_to_string()
652 case IS_NULL: in convert_to_array()
682 case IS_NULL: in convert_to_object()
752 case IS_NULL: in _zval_get_long_func_ex()
821 case IS_NULL: in _zval_get_double_func()
861 case IS_NULL: in _zval_get_string_func()
[all …]
H A Dzend_API.h659 #define ZVAL_IS_NULL(z) (Z_TYPE_P(z) == IS_NULL)
1072 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_bool()
1088 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_long()
1106 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_double()
1119 } else if (check_null && Z_TYPE_P(arg) == IS_NULL) { in zend_parse_arg_str()
1175 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array()
1197 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_array_ht()
1210 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_object()
1222 } else if (check_null && EXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_resource()
1232 if (check_null && UNEXPECTED(Z_TYPE_P(arg) == IS_NULL)) { in zend_parse_arg_func()
[all …]
H A Dzend_gc.c534 Z_TYPE_INFO(((zend_reference*)ref)->val) = IS_NULL; in gc_mark_grey()
568 Z_TYPE_INFO_P(zv) = IS_NULL; in gc_mark_grey()
583 Z_TYPE_INFO_P(zv) = IS_NULL; in gc_mark_grey()
1170 GC_TYPE(obj) = IS_NULL;
1186 GC_TYPE(arr) = IS_NULL;
H A Dzend_closures.c201 } else if (Z_TYPE_P(scope_arg) == IS_NULL) { in ZEND_METHOD()
560 *table = Z_TYPE(closure->this_ptr) != IS_NULL ? &closure->this_ptr : NULL; in zend_closure_get_gc()
561 *n = Z_TYPE(closure->this_ptr) != IS_NULL ? 1 : 0; in zend_closure_get_gc()
H A Dzend_exceptions.c101 if (Z_TYPE_P(previous) == IS_NULL) { in zend_exception_set_previous()
310 if (Z_TYPE_P(pvalue) != IS_NULL && Z_TYPE_P(pvalue) != type) { \
325 if (pvalue && Z_TYPE_P(pvalue) != IS_NULL && (Z_TYPE_P(pvalue) != IS_OBJECT || in ZEND_METHOD()
495 case IS_NULL: in _build_trace_args()
/PHP-7.1/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.1/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.1/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.c732 if (IS_NULL(e)) { in name_add()
734 if (IS_NULL(t)) { in name_add()
755 if (IS_NULL(t)) { in name_add()
1322 if (IS_NULL(p)) { in node_new_backref()
1711 if (IS_NULL(*pbuf)) { in add_code_range_to_buf()
1794 if (IS_NULL(bbuf)) { in not_code_range_buf()
1838 if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { in or_code_range_buf()
1845 if (IS_NULL(bbuf2)) in or_code_range_buf()
1848 if (IS_NULL(bbuf1)) { in or_code_range_buf()
5402 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()
/PHP-7.1/ext/standard/
H A Dtype.c35 case IS_NULL: in PHP_FUNCTION()
273 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); in PHP_FUNCTION()
H A Dvar.c106 case IS_NULL: in php_var_dump()
276 case IS_NULL: in php_debug_zval_dump()
458 case IS_NULL: in php_var_export_ex()
841 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.1/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c72 Z_TYPE_INFO(zv[6]) = IS_NULL; in phpdbg_webdata_compress()
/PHP-7.1/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp67 variant > 0 && Z_TYPE(args[variant - 1]) == IS_NULL; in _php_intlgregcal_constructor_body()
/PHP-7.1/ext/soap/
H A Dsoap.c896 if (Z_TYPE_P(code) == IS_NULL) { in PHP_METHOD()
1001 if (Z_TYPE_P(type) == IS_NULL) { in PHP_METHOD()
1230 } else if (Z_TYPE_P(wsdl) == IS_NULL) { in PHP_METHOD()
1240 if (Z_TYPE_P(wsdl) != IS_NULL) { in PHP_METHOD()
1833 Z_TYPE_P(tmp) != IS_NULL) {
2326 if (Z_TYPE_P(wsdl) == IS_NULL) {
2495 } else if (Z_TYPE_P(wsdl) == IS_NULL) {
2501 if (Z_TYPE_P(wsdl) != IS_NULL) {
4032 Z_TYPE_P(tmp) != IS_NULL) {
4076 Z_TYPE_P(tmp) != IS_NULL) {
[all …]

Completed in 167 milliseconds

12345