IS_NULL           233 Zend/zend.c    		case IS_NULL:
IS_NULL           718 Zend/zend.c    	Z_TYPE(zval_used_for_init) = IS_NULL;
IS_NULL          1186 Zend/zend.c    				Z_TYPE_P(z_context) = IS_NULL;
IS_NULL           217 Zend/zend_API.c 		case IS_NULL:
IS_NULL           290 Zend/zend_API.c 			Z_TYPE_P(*arg) = IS_NULL;
IS_NULL           331 Zend/zend_API.c 					*p = (Z_TYPE_PP(arg) == IS_NULL);
IS_NULL           368 Zend/zend_API.c 					case IS_NULL:
IS_NULL           390 Zend/zend_API.c 					*p = (Z_TYPE_PP(arg) == IS_NULL);
IS_NULL           407 Zend/zend_API.c 					case IS_NULL:
IS_NULL           430 Zend/zend_API.c 					case IS_NULL:
IS_NULL           478 Zend/zend_API.c 					*p = (Z_TYPE_PP(arg) == IS_NULL);
IS_NULL           482 Zend/zend_API.c 					case IS_NULL:
IS_NULL           503 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           518 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           533 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           553 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           570 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           592 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           626 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           656 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           667 Zend/zend_API.c 				if (check_null && Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL          1547 Zend/zend_API.c 		case IS_NULL:
IS_NULL           562 Zend/zend_API.h 		Z_TYPE_P(z) = IS_NULL;		\
IS_NULL           737 Zend/zend_API.h #define ZVAL_IS_NULL(z) (Z_TYPE_P(z)==IS_NULL)
IS_NULL           682 Zend/zend_builtin_functions.c 		case IS_NULL:
IS_NULL          1544 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */
IS_NULL          1561 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */
IS_NULL          1607 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */
IS_NULL          1623 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */
IS_NULL            94 Zend/zend_closures.c 		} else if (Z_TYPE_P(scope_arg) == IS_NULL) {
IS_NULL           333 Zend/zend_compile.c 		Z_TYPE(CONSTANT_EX(op_array, n)) = IS_NULL;
IS_NULL          1330 Zend/zend_compile.c 					Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL;
IS_NULL          1930 Zend/zend_compile.c 		if (class_type->u.constant.type != IS_NULL) {
IS_NULL          1934 Zend/zend_compile.c 					if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
IS_NULL          1946 Zend/zend_compile.c 					if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
IS_NULL          1964 Zend/zend_compile.c 					if (Z_TYPE(initialization->u.constant) == IS_NULL || (Z_TYPE(initialization->u.constant) == IS_CONSTANT && !strcasecmp(Z_STRVAL(initialization->u.constant), "NULL"))) {
IS_NULL          2421 Zend/zend_compile.c 	Z_TYPE_P(label) = IS_NULL;
IS_NULL          3491 Zend/zend_compile.c 						} else if (Z_TYPE_P(zv) == IS_NULL) {
IS_NULL          5466 Zend/zend_compile.c 		Z_TYPE_P(property) = IS_NULL;
IS_NULL          5936 Zend/zend_compile.c 			case IS_NULL:
IS_NULL            50 Zend/zend_exceptions.c 		if (Z_TYPE_P(previous) == IS_NULL) {
IS_NULL           385 Zend/zend_exceptions.c 		case IS_NULL:
IS_NULL           565 Zend/zend_execute.c 	if (Z_TYPE_PP(object_ptr) == IS_NULL
IS_NULL           618 Zend/zend_execute.c 		if (Z_TYPE(constant) == IS_NULL) {
IS_NULL           656 Zend/zend_execute.c 		} else if (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_constant(default_value TSRMLS_CC)))) {
IS_NULL           667 Zend/zend_execute.c 				if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_constant(default_value TSRMLS_CC))))) {
IS_NULL           676 Zend/zend_execute.c 				if (!zend_is_callable(arg, IS_CALLABLE_CHECK_SILENT, NULL TSRMLS_CC) && (Z_TYPE_P(arg) != IS_NULL || !(cur_arg_info->allow_null || (default_value && is_null_constant(default_value TSRMLS_CC))))) {
IS_NULL           703 Zend/zend_execute.c 		if (Z_TYPE_P(object) == IS_NULL ||
IS_NULL          1039 Zend/zend_execute.c 		case IS_NULL:
IS_NULL          1150 Zend/zend_execute.c 		case IS_NULL:
IS_NULL          1199 Zend/zend_execute.c 						case IS_NULL:
IS_NULL          1296 Zend/zend_execute.c 		case IS_NULL:
IS_NULL          1317 Zend/zend_execute.c 						case IS_NULL:
IS_NULL          1409 Zend/zend_execute.c 		    ((Z_TYPE_P(container) == IS_NULL ||
IS_NULL           109 Zend/zend_execute.h 		case IS_NULL:
IS_NULL           828 Zend/zend_gc.c 					Z_TYPE(p->z) = IS_NULL;
IS_NULL           832 Zend/zend_gc.c 				Z_TYPE(p->z) = IS_NULL;
IS_NULL           837 Zend/zend_gc.c 				Z_TYPE(p->z) = IS_NULL;
IS_NULL          1103 Zend/zend_hash.c 		Z_TYPE_P(key) = IS_NULL;
IS_NULL           413 Zend/zend_interfaces.c 		case IS_NULL:
IS_NULL          5245 Zend/zend_language_parser.c     { zend_do_cast(&(yyval), &(yyvsp[(2) - (2)]), IS_NULL TSRMLS_CC); }
IS_NULL           843 Zend/zend_language_parser.y 	|	T_UNSET_CAST expr	{ zend_do_cast(&$$, &$2, IS_NULL TSRMLS_CC); }
IS_NULL           163 Zend/zend_object_handlers.c 	if (retval && Z_TYPE_P(retval) == IS_NULL) {
IS_NULL          1505 Zend/zend_object_handlers.c 			result = (Z_TYPE_PP(value) != IS_NULL);
IS_NULL          1617 Zend/zend_object_handlers.c 			Z_TYPE_P(writeobj) = IS_NULL;
IS_NULL           780 Zend/zend_opcode.c 					if (opline->op1_type != IS_CONST || Z_TYPE_P(opline->op1.zv) != IS_NULL) {
IS_NULL           208 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           236 Zend/zend_operators.c 			case IS_NULL:													\
IS_NULL           259 Zend/zend_operators.c 			case IS_NULL:											\
IS_NULL           297 Zend/zend_operators.c 			case IS_NULL:											\
IS_NULL           374 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           434 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           497 Zend/zend_operators.c 			if (Z_OBJ_HT_P(op)->cast_object(org, op, IS_NULL TSRMLS_CC) == SUCCESS) {
IS_NULL           507 Zend/zend_operators.c 	Z_TYPE_P(op) = IS_NULL;
IS_NULL           518 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           599 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           728 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           752 Zend/zend_operators.c 		case IS_NULL:
IS_NULL          1635 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_NULL):
IS_NULL          1639 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_BOOL):
IS_NULL          1643 Zend/zend_operators.c 			case TYPE_PAIR(IS_BOOL, IS_NULL):
IS_NULL          1655 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_STRING):
IS_NULL          1659 Zend/zend_operators.c 			case TYPE_PAIR(IS_STRING, IS_NULL):
IS_NULL          1663 Zend/zend_operators.c 			case TYPE_PAIR(IS_OBJECT, IS_NULL):
IS_NULL          1667 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_OBJECT):
IS_NULL          1729 Zend/zend_operators.c 					if (Z_TYPE_P(op1) == IS_NULL) {
IS_NULL          1733 Zend/zend_operators.c 					} else if (Z_TYPE_P(op2) == IS_NULL) {
IS_NULL          1796 Zend/zend_operators.c 		case IS_NULL:
IS_NULL          2008 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           391 Zend/zend_operators.h 			case IS_NULL:						\
IS_NULL            44 Zend/zend_variables.c 					Z_TYPE_P(zvalue) = IS_NULL;
IS_NULL            71 Zend/zend_variables.c 		case IS_NULL:
IS_NULL            96 Zend/zend_variables.c 		case IS_NULL:
IS_NULL           120 Zend/zend_variables.c 		case IS_NULL:
IS_NULL          3850 Zend/zend_vm_def.h 			case IS_NULL:
IS_NULL          3901 Zend/zend_vm_def.h 		case IS_NULL:
IS_NULL          4210 Zend/zend_vm_def.h 					case IS_NULL:
IS_NULL          4652 Zend/zend_vm_def.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          4713 Zend/zend_vm_def.h 			case IS_NULL:
IS_NULL          4724 Zend/zend_vm_def.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          2874 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          4108 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          4288 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          5019 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          5883 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          6063 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          6603 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          6783 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          7536 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          8240 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          9436 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          9616 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          10303 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          11169 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          11349 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          11764 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          11944 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          12613 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          13609 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          16079 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          16247 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          16396 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          16457 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          16468 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          18342 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          18432 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          18557 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          18568 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          20659 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          20827 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          20976 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          21037 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          21048 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          22092 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          22272 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          24126 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          24216 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          24341 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          24352 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          25737 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          25860 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          25871 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          27059 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          27182 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          27193 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          28381 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          28504 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          28515 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          30132 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          30255 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          30266 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          31276 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          33388 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          33556 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          33703 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          33764 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          33775 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          35514 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          35604 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          35727 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          35738 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          37693 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          37861 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          38008 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          38069 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          38080 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          38994 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          39174 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          40873 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          40963 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          41086 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          41097 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL           105 ext/com_dotnet/com_variant.c 	zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z));
IS_NULL           108 ext/com_dotnet/com_variant.c 		case IS_NULL:
IS_NULL          2349 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) == IS_NULL) {
IS_NULL          2377 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) != IS_NULL) {
IS_NULL          4997 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
IS_NULL          5009 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
IS_NULL          5021 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL)  {
IS_NULL          1056 ext/dba/dba.c  		if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_BOOL && !Z_LVAL_P(zkey))) {
IS_NULL           454 ext/dom/php_dom.c 				retval = (Z_TYPE_P(tmp) != IS_NULL);
IS_NULL            32 ext/filter/callback_filter.c 		Z_TYPE_P(value) = IS_NULL;
IS_NULL            50 ext/filter/callback_filter.c 		Z_TYPE_P(value) = IS_NULL;
IS_NULL           395 ext/filter/filter.c 		((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_PP(value) == IS_NULL) || 
IS_NULL           477 ext/interbase/ibase_query.c 		if (Z_TYPE_P(val) == IS_NULL) {
IS_NULL           672 ext/interbase/ibase_query.c 			case IS_NULL:
IS_NULL           322 ext/interbase/php_ibase_udf.c 			case IS_NULL:
IS_NULL           280 ext/intl/breakiterator/breakiterator_methods.cpp 		if (Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           103 ext/intl/breakiterator/rulebasedbreakiterator_methods.cpp 	if (Z_TYPE_P(return_value) == IS_NULL) {
IS_NULL           421 ext/intl/calendar/calendar_methods.cpp 	while (variant > 2 && Z_TYPE_PP(args[variant - 1]) == IS_NULL) {
IS_NULL           541 ext/intl/calendar/calendar_methods.cpp 	if (args[0] == NULL || Z_TYPE_PP(args[0]) == IS_NULL) {
IS_NULL            59 ext/intl/calendar/gregoriancalendar_methods.cpp 		variant > 0 && Z_TYPE_PP(args[variant - 1]) == IS_NULL;
IS_NULL           176 ext/intl/calendar/gregoriancalendar_methods.cpp 	if (Z_TYPE_P(return_value) == IS_NULL) {
IS_NULL           191 ext/intl/calendar/gregoriancalendar_methods.cpp 	if (Z_TYPE_P(return_value) == IS_NULL) {
IS_NULL           162 ext/intl/converter/converter.c 		case IS_NULL:
IS_NULL           274 ext/intl/converter/converter.c 		case IS_NULL:
IS_NULL            96 ext/intl/dateformat/dateformat_create.cpp 	explicit_tz = timezone_zv != NULL && Z_TYPE_PP(timezone_zv) != IS_NULL;
IS_NULL            85 ext/intl/dateformat/dateformat_format_object.cpp 	if (format == NULL || Z_TYPE_PP(format) == IS_NULL) {
IS_NULL            42 ext/intl/dateformat/dateformat_helpers.cpp 	if (calendar_zv == NULL || Z_TYPE_P(calendar_zv) == IS_NULL) {
IS_NULL           584 ext/intl/msgformat/msgformat_helpers.cpp 			case IS_NULL:
IS_NULL           141 ext/intl/timezone/timezone_class.cpp 	if (zv_timezone == NULL || Z_TYPE_PP(zv_timezone) == IS_NULL) {
IS_NULL           160 ext/intl/timezone/timezone_methods.cpp 	if (arg == NULL || Z_TYPE_PP(arg) == IS_NULL) {
IS_NULL           252 ext/intl/timezone/timezone_methods.cpp 				!= FAILURE && Z_TYPE_PP(zvoffset) == IS_NULL;
IS_NULL           524 ext/json/JSON_parser.c 	        } else if (type < IS_NULL && jp->state == N3 && next_state == OK) {
IS_NULL           525 ext/json/JSON_parser.c 	            type = IS_NULL;
IS_NULL           621 ext/json/json.c 		case IS_NULL:
IS_NULL           778 ext/json/json.c 		if (Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          2113 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL          2733 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL           664 ext/libxml/libxml.c 		} else if (Z_TYPE_P(retval_ptr) != IS_NULL) {
IS_NULL          2764 ext/mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
IS_NULL          2838 ext/mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
IS_NULL           147 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(buf->p)) return(ONIGERR_MEMORY);
IS_NULL           586 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(cc->mbuf)) {
IS_NULL           617 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(cc->mbuf)) {
IS_NULL          1815 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(bn->back_dynamic))
IS_NULL          2446 ext/mbstring/oniguruma/regcomp.c 	    if (IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) {
IS_NULL          2493 ext/mbstring/oniguruma/regcomp.c 	  if ((IS_NULL(xc->mbuf) && !IS_NCCLASS_NOT(xc)) ||
IS_NULL          2494 ext/mbstring/oniguruma/regcomp.c 	      (IS_NULL(yc->mbuf) && !IS_NCCLASS_NOT(yc)))
IS_NULL          3029 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(cn->target)) {
IS_NULL          3238 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(node)) return ONIGERR_MEMORY;
IS_NULL          3273 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(var_anode)) return ONIGERR_MEMORY;
IS_NULL          3276 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(xnode)) goto mem_err;
IS_NULL          3280 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(anode)) goto mem_err;
IS_NULL          3285 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(anode)) return ONIGERR_MEMORY;
IS_NULL          3289 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(snode)) goto mem_err;
IS_NULL          3295 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(snode)) goto mem_err;
IS_NULL          3309 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(an)) {
IS_NULL          3325 ext/mbstring/oniguruma/regcomp.c         if (IS_NULL(xnode)) {
IS_NULL          3330 ext/mbstring/oniguruma/regcomp.c         if (IS_NULL(onig_node_list_add(xnode, rem))) {
IS_NULL          3396 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(snode)) {
IS_NULL          3397 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(root) && IS_NOT_NULL(prev_node)) {
IS_NULL          3399 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(root)) {
IS_NULL          3406 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(snode)) goto mem_err;
IS_NULL          3408 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(onig_node_list_add(root, snode))) {
IS_NULL          3422 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(root) && IS_NOT_NULL(prev_node)) {
IS_NULL          3424 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(root)) {
IS_NULL          3433 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(root)) {
IS_NULL          3437 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(onig_node_list_add(root, prev_node))) {
IS_NULL          3447 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(onig_node_list_add(root, prev_node))) {
IS_NULL          3466 ext/mbstring/oniguruma/regcomp.c     if (IS_NOT_NULL(prev_node) && IS_NULL(root)) {
IS_NULL          3468 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(root)) {
IS_NULL          3475 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(root)) {
IS_NULL          3479 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(onig_node_list_add(root, srem))) {
IS_NULL          3915 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(*int_skip)) {
IS_NULL          3917 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(*int_skip)) return ONIGERR_MEMORY;
IS_NULL          5480 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(reg))
IS_NULL          5540 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(*reg)) return ONIGERR_MEMORY;
IS_NULL          5629 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(cc->mbuf)) {
IS_NULL          6089 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(node)) {
IS_NULL           848 ext/mbstring/oniguruma/regenc.c   if (IS_NULL(list)) {
IS_NULL           855 ext/mbstring/oniguruma/regenc.c   if (IS_NULL(list)) return ONIGERR_MEMORY;
IS_NULL           105 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(parent->childs)) {
IS_NULL           141 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(child)) {
IS_NULL           439 ext/mbstring/oniguruma/regexec.c   if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) {
IS_NULL           441 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(x)) {
IS_NULL           457 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(x)) {
IS_NULL          1380 ext/mbstring/oniguruma/regexec.c               if (IS_NULL(region->history_root)) {
IS_NULL          2642 ext/mbstring/oniguruma/regexec.c       if (IS_NULL(s)) goto fail;
IS_NULL          2652 ext/mbstring/oniguruma/regexec.c       if (IS_NULL(q)) {
IS_NULL          2896 ext/mbstring/oniguruma/regexec.c   if (IS_NULL(reg->int_map)) {
IS_NULL          2943 ext/mbstring/oniguruma/regexec.c   if (IS_NULL(reg->int_map)) {
IS_NULL          2975 ext/mbstring/oniguruma/regexec.c   if (IS_NULL(*skip)) {
IS_NULL          2977 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(*skip)) return ONIGERR_MEMORY;
IS_NULL          3214 ext/mbstring/oniguruma/regexec.c 	  if (low_prev && IS_NULL(*low_prev))
IS_NULL          3271 ext/mbstring/oniguruma/regexec.c     if (IS_NULL(reg->int_map_backward)) {
IS_NULL          3307 ext/mbstring/oniguruma/regexec.c 	  if (IS_NULL(prev)) goto fail;
IS_NULL          3320 ext/mbstring/oniguruma/regexec.c 	  if (IS_NULL(p)) goto fail;
IS_NULL           182 ext/mbstring/oniguruma/regext.c   if (IS_NULL(*reg)) {
IS_NULL           129 ext/mbstring/oniguruma/reggnu.c   if (IS_NULL(*reg)) return ONIGERR_MEMORY;
IS_NULL           211 ext/mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN(p)          if (IS_NULL(p)) return NULL
IS_NULL           212 ext/mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN_MEMERR(p)   if (IS_NULL(p)) return ONIGERR_MEMORY
IS_NULL           354 ext/mbstring/oniguruma/regint.h   if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
IS_NULL           360 ext/mbstring/oniguruma/regint.h   if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
IS_NULL           368 ext/mbstring/oniguruma/regint.h     if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
IS_NULL           729 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(e)) {
IS_NULL           731 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(t)) {
IS_NULL           739 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(e->name)) {
IS_NULL           752 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(t)) {
IS_NULL           761 ext/mbstring/oniguruma/regparse.c       if (IS_NULL(t->e)) {
IS_NULL           789 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(e->name)) return ONIGERR_MEMORY;
IS_NULL           834 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(e)) return ONIGERR_UNDEFINED_NAME_REFERENCE;
IS_NULL           962 ext/mbstring/oniguruma/regparse.c       if (IS_NULL(env->mem_nodes_dynamic)) {
IS_NULL          1009 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(node)) return ;
IS_NULL          1174 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(ranges)) {
IS_NULL          1242 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(n)) return NULL_NODE;
IS_NULL          1307 ext/mbstring/oniguruma/regparse.c 	IS_NULL(SCANENV_MEM_NODES(env)[backrefs[i]])) {
IS_NULL          1319 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(p)) {
IS_NULL          1708 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(*pbuf)) {
IS_NULL          1791 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf)) {
IS_NULL          1835 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) {
IS_NULL          1842 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf2))
IS_NULL          1845 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1)) {
IS_NULL          1931 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1)) {
IS_NULL          1936 ext/mbstring/oniguruma/regparse.c   else if (IS_NULL(bbuf2)) {
IS_NULL          3412 ext/mbstring/oniguruma/regparse.c 	  if (num > env->num_mem || IS_NULL(SCANENV_MEM_NODES(env)[num]))
IS_NULL          3483 ext/mbstring/oniguruma/regparse.c 		  IS_NULL(SCANENV_MEM_NODES(env)[back_num]))
IS_NULL          3502 ext/mbstring/oniguruma/regparse.c 		    IS_NULL(SCANENV_MEM_NODES(env)[backs[i]]))
IS_NULL          4476 ext/mbstring/oniguruma/regparse.c     is_empty = (IS_NULL(cc->mbuf) ? 1 : 0);
IS_NULL          5168 ext/mbstring/oniguruma/regparse.c       if (IS_NULL(qend)) {
IS_NULL          5209 ext/mbstring/oniguruma/regparse.c             if (IS_NULL(OnigTypeCClassTable)) {
IS_NULL          5212 ext/mbstring/oniguruma/regparse.c               if (IS_NULL(OnigTypeCClassTable)) {
IS_NULL          5227 ext/mbstring/oniguruma/regparse.c             if (IS_NULL(*np)) {
IS_NULL          5290 ext/mbstring/oniguruma/regparse.c           if (IS_NULL(work)) {
IS_NULL          5391 ext/mbstring/oniguruma/regparse.c 	if (IS_NULL(en)) {
IS_NULL          5409 ext/mbstring/oniguruma/regparse.c 	if (IS_NULL(*targetp)) {
IS_NULL          5414 ext/mbstring/oniguruma/regparse.c 	if (IS_NULL(tmp)) {
IS_NULL           225 ext/mbstring/oniguruma/regsyntax.c   if (IS_NULL(syntax))
IS_NULL          1532 ext/mssql/php_mssql.c 		if (Z_TYPE(result->data[result->cur_row][i]) != IS_NULL) {
IS_NULL          2007 ext/mysql/php_mysql.c 		Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2180 ext/mysql/php_mysql.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL           438 ext/mysqli/mysqli.c 					ret = Z_TYPE_P(value) != IS_NULL? 1:0;
IS_NULL          1305 ext/mysqli/mysqli.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL           441 ext/mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_NULL;
IS_NULL           934 ext/mysqli/mysqli_api.c 			if ( !(stmt->param.is_null[i] = (stmt->param.vars[i]->type == IS_NULL)) ) {
IS_NULL          1804 ext/mysqli/mysqli_api.c 			return IS_NULL;
IS_NULL            68 ext/mysqlnd/mysqlnd_bt.c 		case IS_NULL:
IS_NULL           795 ext/mysqlnd/mysqlnd_ps.c 						if (Z_TYPE_P(current_row[i]) != IS_NULL) {
IS_NULL           900 ext/mysqlnd/mysqlnd_ps.c 					if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) {
IS_NULL          1082 ext/mysqlnd/mysqlnd_ps.c 					if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) {
IS_NULL           372 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].php_type	= IS_NULL;
IS_NULL           582 ext/mysqlnd/mysqlnd_ps_codec.c 		if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) {
IS_NULL           646 ext/mysqlnd/mysqlnd_ps_codec.c 		if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL && (current_type == MYSQL_TYPE_LONG || current_type == MYSQL_TYPE_LONGLONG)) {
IS_NULL           686 ext/mysqlnd/mysqlnd_ps_codec.c 		if (!the_var || (stmt->param_bind[i].type != MYSQL_TYPE_LONG_BLOB && Z_TYPE_P(the_var) == IS_NULL)) {
IS_NULL           769 ext/mysqlnd/mysqlnd_ps_codec.c 		if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) {
IS_NULL           817 ext/mysqlnd/mysqlnd_result.c 						unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL           820 ext/mysqlnd/mysqlnd_result.c 						if (Z_TYPE_P(data) != IS_NULL) {
IS_NULL           935 ext/mysqlnd/mysqlnd_result.c 					unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL          1103 ext/mysqlnd/mysqlnd_result.c 					set->lengths[i] = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL          1105 ext/mysqlnd/mysqlnd_result.c 					if (Z_TYPE_P(data) != IS_NULL) {
IS_NULL          1190 ext/mysqlnd/mysqlnd_result.c 			set->lengths[i] = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL          1291 ext/mysqlnd/mysqlnd_result.c 			set->lengths[i] = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL          1161 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_NULL) {
IS_NULL          1397 ext/odbc/php_odbc.c 				if (otype == IS_NULL) {
IS_NULL           555 ext/opcache/Optimizer/block_pass.c 	if (Z_TYPE_P((v)) == IS_NULL) { \
IS_NULL           931 ext/opcache/Optimizer/block_pass.c 			Z_TYPE(ZEND_OP1_LITERAL(last_op)) = IS_NULL;
IS_NULL           977 ext/opcache/Optimizer/block_pass.c 			Z_TYPE(ZEND_OP2_LITERAL(src)) = IS_NULL;
IS_NULL          1060 ext/opcache/Optimizer/block_pass.c 				Z_TYPE(ZEND_OP1_LITERAL(opline)) = IS_NULL;
IS_NULL           294 ext/opcache/Optimizer/compact_literals.c 				case IS_NULL:
IS_NULL            88 ext/opcache/Optimizer/pass1_5.c 					case IS_NULL:
IS_NULL           120 ext/opcache/Optimizer/zend_optimizer.c 		Z_TYPE_P(zv) = IS_NULL; \
IS_NULL          2221 ext/opcache/ZendAccelerator.c 						Z_TYPE_P(zvalue) = IS_NULL;
IS_NULL          2248 ext/opcache/ZendAccelerator.c 			case IS_NULL:
IS_NULL          3071 ext/openssl/openssl.c 		if (Z_TYPE_P(out_pkey) != IS_NULL) {
IS_NULL          3213 ext/openssl/openssl.c 	Z_TYPE(tmp) = IS_NULL;
IS_NULL           572 ext/pdo/pdo_sql_parser.c 						case IS_NULL:
IS_NULL           265 ext/pdo/pdo_stmt.c 	if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) {
IS_NULL           573 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(dest) == IS_NULL) {
IS_NULL           683 ext/pdo/pdo_stmt.c 	if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) {
IS_NULL           940 ext/pdo/pdo_stmt.c 					if (Z_TYPE(val) != IS_NULL) {
IS_NULL          1432 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) {
IS_NULL          1967 ext/pdo/pdo_stmt.c 					if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) {
IS_NULL           569 ext/pdo_firebird/firebird_statement.c 				case IS_NULL:
IS_NULL           488 ext/pdo_mysql/mysql_statement.c 						Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           496 ext/pdo_mysql/mysql_statement.c 						Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           370 ext/pdo_oci/oci_statement.c 					if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           443 ext/pdo_odbc/odbc_stmt.c 				} else if (Z_TYPE_P(param->parameter) == IS_NULL || PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_NULL) {
IS_NULL           344 ext/pdo_pgsql/pgsql_statement.c 							Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           413 ext/pdo_sqlite/sqlite_driver.c 				case IS_NULL:
IS_NULL           109 ext/pdo_sqlite/sqlite_statement.c 						if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           141 ext/pdo_sqlite/sqlite_statement.c 						} else if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           162 ext/pdo_sqlite/sqlite_statement.c 						if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL          1977 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          2184 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          2667 ext/pgsql/pgsql.c 		Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2802 ext/pgsql/pgsql.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL          4938 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          5125 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          5908 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5950 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5996 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6059 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6101 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6133 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6166 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6197 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6228 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6307 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6359 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6390 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6623 ext/pgsql/pgsql.c 			case IS_NULL:
IS_NULL          6798 ext/pgsql/pgsql.c 			case IS_NULL:
IS_NULL          4320 ext/phar/phar_object.c 			case IS_NULL:
IS_NULL           748 ext/reflection/php_reflection.c 			} else if (Z_TYPE_P(zv) == IS_NULL) {
IS_NULL           870 ext/session/session.c 	if (Z_TYPE_P(session_vars) == IS_NULL) {
IS_NULL           381 ext/simplexml/simplexml.c 	if (Z_TYPE_P(return_value) == IS_NULL) {
IS_NULL           423 ext/simplexml/simplexml.c 		case IS_NULL:
IS_NULL           537 ext/simplexml/simplexml.c 			case IS_NULL:
IS_NULL          2071 ext/snmp/snmp.c 					ret = Z_TYPE_P(value) != IS_NULL? 1:0;
IS_NULL          2212 ext/snmp/snmp.c 	if (Z_TYPE_P(newval) == IS_NULL) {
IS_NULL           139 ext/soap/php_encoding.c 	if (!zval || Z_TYPE_P(zval) == IS_NULL) { \
IS_NULL           150 ext/soap/php_encoding.c 	{{IS_NULL, "nil", XSI_NAMESPACE, NULL}, to_zval_null, to_xml_null},
IS_NULL          1433 ext/soap/php_encoding.c 					} else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) &&
IS_NULL          1706 ext/soap/php_encoding.c 			    Z_TYPE_P(data) == IS_NULL &&
IS_NULL          1722 ext/soap/php_encoding.c 						if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) {
IS_NULL          1743 ext/soap/php_encoding.c 					if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) {
IS_NULL          1747 ext/soap/php_encoding.c 					} else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) {
IS_NULL          1901 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          1986 ext/soap/php_encoding.c 					if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) {
IS_NULL          2107 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2305 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          2885 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2906 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2908 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL           863 ext/soap/soap.c 	if (Z_TYPE_P(code) == IS_NULL) {
IS_NULL           963 ext/soap/soap.c 	if (Z_TYPE_P(type) == IS_NULL) {
IS_NULL          1027 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1033 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1128 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1154 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1205 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1215 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1813 ext/soap/soap.c 					    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1828 ext/soap/soap.c 						    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          2344 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2354 ext/soap/soap.c 		if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2385 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2520 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2526 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2894 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          3202 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          4063 ext/soap/soap.c 			    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          4108 ext/soap/soap.c 		    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          4119 ext/soap/soap.c 				if (Z_TYPE(h->retval) != IS_NULL) {
IS_NULL           730 ext/sockets/conversions.c 			&& Z_TYPE_PP(elem) != IS_NULL) {
IS_NULL          1587 ext/sockets/sockets.c 		Z_TYPE_P(buf) = IS_NULL;
IS_NULL           319 ext/spl/spl_array.c 	case IS_NULL:
IS_NULL           485 ext/spl/spl_array.c 	case IS_NULL:
IS_NULL           663 ext/spl/spl_array.c 	return check_empty ? zend_is_true(value) : Z_TYPE_P(value) != IS_NULL;
IS_NULL          1466 ext/spl/spl_array.c 			Z_TYPE_P(tmp) = IS_NULL;
IS_NULL          1476 ext/spl/spl_array.c 			Z_TYPE_P(tmp) = IS_NULL;
IS_NULL          1485 ext/spl/spl_array.c 	Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */
IS_NULL           544 ext/spl/spl_directory.c 				Z_TYPE_P(return_value) = IS_NULL;
IS_NULL           551 ext/spl/spl_directory.c 				Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2178 ext/spl/spl_directory.c 			if (Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          2244 ext/spl/spl_directory.c 		case IS_NULL:
IS_NULL           825 ext/spl/spl_dllist.c 	if (Z_TYPE_P(zindex) == IS_NULL) {
IS_NULL           804 ext/sqlite3/sqlite3.c 				case IS_NULL:
IS_NULL          1546 ext/sqlite3/sqlite3.c 			if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           316 ext/standard/array.c 		case IS_NULL:
IS_NULL          1384 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) {
IS_NULL          1390 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL) {
IS_NULL          1406 ext/standard/array.c 		if (Z_TYPE(final_name) != IS_NULL && php_valid_var_name(Z_STRVAL(final_name), Z_STRLEN(final_name))) {
IS_NULL          2030 ext/standard/array.c 	if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) {
IS_NULL          2114 ext/standard/array.c 					if (Z_TYPE_PP(dest_entry) == IS_NULL) {
IS_NULL          4318 ext/standard/array.c 		case IS_NULL:
IS_NULL           645 ext/standard/file.c 		case IS_NULL:
IS_NULL          2013 ext/standard/file.c 		if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) {
IS_NULL           143 ext/standard/http.c 		} else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) {
IS_NULL           379 ext/standard/password.c 			case IS_NULL:
IS_NULL          1171 ext/standard/string.c 			case IS_NULL:
IS_NULL          1690 ext/standard/string.c 		case IS_NULL:
IS_NULL            35 ext/standard/type.c 		case IS_NULL:
IS_NULL           252 ext/standard/type.c 	php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL);
IS_NULL           103 ext/standard/var.c 	case IS_NULL:
IS_NULL           258 ext/standard/var.c 	case IS_NULL:
IS_NULL           432 ext/standard/var.c 	case IS_NULL:
IS_NULL           737 ext/standard/var.c 		case IS_NULL:
IS_NULL          1861 ext/sybase_ct/php_sybase_ct.c 			case IS_NULL: {
IS_NULL           148 ext/tokenizer/tokenizer.c 		if (destroy && Z_TYPE(token) != IS_NULL) {
IS_NULL           655 ext/wddx/wddx.c 		case IS_NULL:
IS_NULL           531 ext/xmlrpc/xmlrpc-epi-php.c 					if (Z_TYPE_P(val) == IS_NULL) {
IS_NULL           642 ext/xmlrpc/xmlrpc-epi-php.c 				Z_TYPE_P(elem) = IS_NULL;
IS_NULL           727 ext/xmlrpc/xmlrpc-epi-php.c 			if (Z_TYPE_P(vals) != IS_NULL) {
IS_NULL          1127 ext/xmlrpc/xmlrpc-epi-php.c 			Z_TYPE_P(data.return_data) = IS_NULL;  /* in case value is never init'd, we don't dtor to think it is a string or something */
IS_NULL          1128 ext/xmlrpc/xmlrpc-epi-php.c 			Z_TYPE_P(data.xmlrpc_method) = IS_NULL;
IS_NULL          1408 ext/xmlrpc/xmlrpc-epi-php.c 			case IS_NULL:
IS_NULL          1454 ext/xmlrpc/xmlrpc-epi-php.c 			if ((type == xmlrpc_base64 && Z_TYPE_P(value) != IS_NULL) || type == xmlrpc_datetime) {
IS_NULL           445 ext/xsl/xsltprocessor.c 	if (Z_TYPE_P(cloneDocu) != IS_NULL) {
IS_NULL           545 ext/xsl/xsltprocessor.c 	if (Z_TYPE_P(doXInclude) != IS_NULL) {
IS_NULL          1029 ext/zip/php_zip.c 				retval = (Z_TYPE_P(tmp) != IS_NULL);
IS_NULL          2668 ext/zip/php_zip.c 	if (zval_files && (Z_TYPE_P(zval_files) != IS_NULL)) {
IS_NULL           494 main/output.c  		case IS_NULL:
IS_NULL           167 sapi/phpdbg/phpdbg_info.c 					case IS_NULL:		phpdbg_write("(null)\t"); 		break;
IS_NULL           232 sapi/phpdbg/phpdbg_info.c 			if (Z_TYPE(ops->literals[literal].constant) != IS_NULL) {
IS_NULL           135 sapi/phpdbg/phpdbg_utils.h 		Z_TYPE_P(key) = IS_NULL;