IS_NULL           232 Zend/zend.c    		case IS_NULL:
IS_NULL           715 Zend/zend.c    	Z_TYPE(zval_used_for_init) = IS_NULL;
IS_NULL          1161 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          1548 Zend/zend_API.c 		case IS_NULL:
IS_NULL           559 Zend/zend_API.h 		Z_TYPE_P(z) = IS_NULL;		\
IS_NULL           724 Zend/zend_API.h #define ZVAL_IS_NULL(z) (Z_TYPE_P(z)==IS_NULL)
IS_NULL           679 Zend/zend_builtin_functions.c 		case IS_NULL:
IS_NULL          1534 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(error_handler) != IS_NULL) { /* NULL == unset */
IS_NULL          1551 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(error_handler) == IS_NULL) { /* unset user-defined handler */
IS_NULL          1597 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */
IS_NULL          1613 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */
IS_NULL           100 Zend/zend_closures.c 		} else if (Z_TYPE_P(scope_arg) == IS_NULL) {
IS_NULL           329 Zend/zend_compile.c 		Z_TYPE(CONSTANT_EX(op_array, n)) = IS_NULL;
IS_NULL          1322 Zend/zend_compile.c 					Z_TYPE(CONSTANT(opline_ptr->op1.constant)) = IS_NULL;
IS_NULL          1894 Zend/zend_compile.c 		if (class_type->u.constant.type != IS_NULL) {
IS_NULL          1898 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          1907 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          1922 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          2350 Zend/zend_compile.c 	Z_TYPE_P(label) = IS_NULL;
IS_NULL          3348 Zend/zend_compile.c 						} else if (Z_TYPE_P(zv) == IS_NULL) {
IS_NULL          5297 Zend/zend_compile.c 		Z_TYPE_P(property) = IS_NULL;
IS_NULL          5791 Zend/zend_compile.c 			case IS_NULL:
IS_NULL           141 Zend/zend_constants.c 		c.value.type = IS_NULL;
IS_NULL            50 Zend/zend_exceptions.c 		if (Z_TYPE_P(previous) == IS_NULL) {
IS_NULL           380 Zend/zend_exceptions.c 		case IS_NULL:
IS_NULL           555 Zend/zend_execute.c 	if (Z_TYPE_PP(object_ptr) == IS_NULL
IS_NULL           626 Zend/zend_execute.c 		} else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) {
IS_NULL           637 Zend/zend_execute.c 				if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) {
IS_NULL           646 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)) {
IS_NULL           673 Zend/zend_execute.c 		if (Z_TYPE_P(object) == IS_NULL ||
IS_NULL          1001 Zend/zend_execute.c 		case IS_NULL:
IS_NULL          1116 Zend/zend_execute.c 		case IS_NULL:
IS_NULL          1165 Zend/zend_execute.c 						case IS_NULL:
IS_NULL          1262 Zend/zend_execute.c 		case IS_NULL:
IS_NULL          1283 Zend/zend_execute.c 						case IS_NULL:
IS_NULL          1367 Zend/zend_execute.c 		    ((Z_TYPE_P(container) == IS_NULL ||
IS_NULL            99 Zend/zend_execute.h 		case IS_NULL:
IS_NULL           648 Zend/zend_execute_API.c 				case IS_NULL:
IS_NULL           833 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           842 Zend/zend_gc.c 				Z_TYPE(p->z) = IS_NULL;
IS_NULL          1182 Zend/zend_hash.c 		Z_TYPE_P(key) = IS_NULL;
IS_NULL           413 Zend/zend_interfaces.c 		case IS_NULL:
IS_NULL          4919 Zend/zend_language_parser.c     { zend_do_cast(&(yyval), &(yyvsp[(2) - (2)]), IS_NULL TSRMLS_CC); }
IS_NULL           803 Zend/zend_language_parser.y 	|	T_UNSET_CAST expr	{ zend_do_cast(&$$, &$2, IS_NULL TSRMLS_CC); }
IS_NULL          1480 Zend/zend_object_handlers.c 			result = (Z_TYPE_PP(value) != IS_NULL);
IS_NULL          1592 Zend/zend_object_handlers.c 			Z_TYPE_P(writeobj) = IS_NULL;
IS_NULL           716 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          1493 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_NULL):
IS_NULL          1497 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_BOOL):
IS_NULL          1501 Zend/zend_operators.c 			case TYPE_PAIR(IS_BOOL, IS_NULL):
IS_NULL          1513 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_STRING):
IS_NULL          1517 Zend/zend_operators.c 			case TYPE_PAIR(IS_STRING, IS_NULL):
IS_NULL          1521 Zend/zend_operators.c 			case TYPE_PAIR(IS_OBJECT, IS_NULL):
IS_NULL          1525 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_OBJECT):
IS_NULL          1583 Zend/zend_operators.c 					if (Z_TYPE_P(op1) == IS_NULL) {
IS_NULL          1587 Zend/zend_operators.c 					} else if (Z_TYPE_P(op2) == IS_NULL) {
IS_NULL          1650 Zend/zend_operators.c 		case IS_NULL:
IS_NULL          1864 Zend/zend_operators.c 		case IS_NULL:
IS_NULL           390 Zend/zend_operators.h 			case IS_NULL:						\
IS_NULL            44 Zend/zend_variables.c 					Z_TYPE_P(zvalue) = IS_NULL;
IS_NULL            68 Zend/zend_variables.c 		case IS_NULL:
IS_NULL            93 Zend/zend_variables.c 		case IS_NULL:
IS_NULL           117 Zend/zend_variables.c 		case IS_NULL:
IS_NULL          3638 Zend/zend_vm_def.h 			case IS_NULL:
IS_NULL          3691 Zend/zend_vm_def.h 		case IS_NULL:
IS_NULL          4005 Zend/zend_vm_def.h 					case IS_NULL:
IS_NULL          4428 Zend/zend_vm_def.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          4494 Zend/zend_vm_def.h 			case IS_NULL:
IS_NULL          4505 Zend/zend_vm_def.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          2598 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          3826 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          4008 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          4722 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          5579 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          5761 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          6287 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          6469 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          7220 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          7903 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          9088 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          9270 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          9946 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          10805 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          10987 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          11390 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          11572 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          12245 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          13220 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          15678 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          15852 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          16001 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          16067 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          16078 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          17930 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          18026 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          18156 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          18167 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          20238 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          20412 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          20561 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          20627 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          20638 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          21667 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          21849 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          23696 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          23792 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          23922 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          23933 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          25300 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          25428 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          25439 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          26618 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          26746 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          26757 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          27936 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          28064 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          28075 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          29678 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          29806 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          29817 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          30814 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          32908 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          33082 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          33229 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          33295 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          33306 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          35022 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          35118 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          35246 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          35257 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          37191 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          37365 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          37512 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          37578 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          37589 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          38489 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          38671 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          40362 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          40458 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          40586 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          40597 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          4887 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
IS_NULL          4899 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
IS_NULL          4911 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           453 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           479 ext/interbase/ibase_query.c 		if (Z_TYPE_P(val) == IS_NULL) {
IS_NULL           674 ext/interbase/ibase_query.c 			case IS_NULL:
IS_NULL           324 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           152 ext/intl/converter/converter.c 		case IS_NULL:
IS_NULL           264 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           607 ext/json/json.c 		case IS_NULL:
IS_NULL           759 ext/json/json.c 		if (Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          1667 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL          2210 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL           648 ext/libxml/libxml.c 		} else if (Z_TYPE_P(retval_ptr) != IS_NULL) {
IS_NULL          2740 ext/mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
IS_NULL          2814 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          3239 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(node)) return ONIGERR_MEMORY;
IS_NULL          3274 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(var_anode)) return ONIGERR_MEMORY;
IS_NULL          3277 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(xnode)) goto mem_err;
IS_NULL          3281 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(anode)) goto mem_err;
IS_NULL          3286 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(anode)) return ONIGERR_MEMORY;
IS_NULL          3290 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(snode)) goto mem_err;
IS_NULL          3296 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(snode)) goto mem_err;
IS_NULL          3310 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(an)) {
IS_NULL          3326 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(xnode)) {
IS_NULL          3331 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(onig_node_list_add(xnode, rem))) {
IS_NULL          3397 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(snode)) {
IS_NULL          3398 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(root) && IS_NOT_NULL(prev_node)) {
IS_NULL          3400 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(root)) {
IS_NULL          3407 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(snode)) goto mem_err;
IS_NULL          3409 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(onig_node_list_add(root, snode))) {
IS_NULL          3423 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(root) && IS_NOT_NULL(prev_node)) {
IS_NULL          3425 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(root)) {
IS_NULL          3434 ext/mbstring/oniguruma/regcomp.c 	if (IS_NULL(root)) {
IS_NULL          3438 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(onig_node_list_add(root, prev_node))) {
IS_NULL          3448 ext/mbstring/oniguruma/regcomp.c 	  if (IS_NULL(onig_node_list_add(root, prev_node))) {
IS_NULL          3467 ext/mbstring/oniguruma/regcomp.c     if (IS_NOT_NULL(prev_node) && IS_NULL(root)) {
IS_NULL          3469 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(root)) {
IS_NULL          3476 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(root)) {
IS_NULL          3480 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(onig_node_list_add(root, srem))) {
IS_NULL          3916 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(*int_skip)) {
IS_NULL          3918 ext/mbstring/oniguruma/regcomp.c       if (IS_NULL(*int_skip)) return ONIGERR_MEMORY;
IS_NULL          5481 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(reg))
IS_NULL          5541 ext/mbstring/oniguruma/regcomp.c   if (IS_NULL(*reg)) return ONIGERR_MEMORY;
IS_NULL          5630 ext/mbstring/oniguruma/regcomp.c     if (IS_NULL(cc->mbuf)) {
IS_NULL          6090 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           721 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(e)) {
IS_NULL           723 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(t)) {
IS_NULL           731 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(e->name)) {
IS_NULL           744 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(t)) {
IS_NULL           753 ext/mbstring/oniguruma/regparse.c       if (IS_NULL(t->e)) {
IS_NULL           781 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(e->name)) return ONIGERR_MEMORY;
IS_NULL           826 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(e)) return ONIGERR_UNDEFINED_NAME_REFERENCE;
IS_NULL           954 ext/mbstring/oniguruma/regparse.c       if (IS_NULL(env->mem_nodes_dynamic)) {
IS_NULL          1001 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(node)) return ;
IS_NULL          1166 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(ranges)) {
IS_NULL          1234 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(n)) return NULL_NODE;
IS_NULL          1299 ext/mbstring/oniguruma/regparse.c 	IS_NULL(SCANENV_MEM_NODES(env)[backrefs[i]])) {
IS_NULL          1311 ext/mbstring/oniguruma/regparse.c     if (IS_NULL(p)) {
IS_NULL          1700 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(*pbuf)) {
IS_NULL          1783 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf)) {
IS_NULL          1827 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) {
IS_NULL          1834 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf2))
IS_NULL          1837 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1)) {
IS_NULL          1923 ext/mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1)) {
IS_NULL          1928 ext/mbstring/oniguruma/regparse.c   else if (IS_NULL(bbuf2)) {
IS_NULL          3407 ext/mbstring/oniguruma/regparse.c 	  if (num > env->num_mem || IS_NULL(SCANENV_MEM_NODES(env)[num]))
IS_NULL          3478 ext/mbstring/oniguruma/regparse.c 		  IS_NULL(SCANENV_MEM_NODES(env)[back_num]))
IS_NULL          3497 ext/mbstring/oniguruma/regparse.c 		    IS_NULL(SCANENV_MEM_NODES(env)[backs[i]]))
IS_NULL          4474 ext/mbstring/oniguruma/regparse.c     is_empty = (IS_NULL(cc->mbuf) ? 1 : 0);
IS_NULL          5166 ext/mbstring/oniguruma/regparse.c       if (IS_NULL(qend)) {
IS_NULL          5207 ext/mbstring/oniguruma/regparse.c             if (IS_NULL(OnigTypeCClassTable)) {
IS_NULL          5210 ext/mbstring/oniguruma/regparse.c               if (IS_NULL(OnigTypeCClassTable)) {
IS_NULL          5225 ext/mbstring/oniguruma/regparse.c             if (IS_NULL(*np)) {
IS_NULL          5288 ext/mbstring/oniguruma/regparse.c           if (IS_NULL(work)) {
IS_NULL          5389 ext/mbstring/oniguruma/regparse.c 	if (IS_NULL(en)) {
IS_NULL          5407 ext/mbstring/oniguruma/regparse.c 	if (IS_NULL(*targetp)) {
IS_NULL          5412 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          2176 ext/mysql/php_mysql.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL           435 ext/mysqli/mysqli.c 					ret = Z_TYPE_P(value) != IS_NULL? 1:0;
IS_NULL          1290 ext/mysqli/mysqli.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL           325 ext/mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_NULL;
IS_NULL           867 ext/mysqli/mysqli_api.c 			if ( !(stmt->param.is_null[i] = (stmt->param.vars[i]->type == IS_NULL)) ) {
IS_NULL          1723 ext/mysqli/mysqli_api.c 			return IS_NULL;
IS_NULL            68 ext/mysqlnd/mysqlnd_bt.c 		case IS_NULL:
IS_NULL           772 ext/mysqlnd/mysqlnd_ps.c 					if (Z_TYPE_P(current_row[i]) != IS_NULL) {
IS_NULL           873 ext/mysqlnd/mysqlnd_ps.c 					if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) {
IS_NULL          1054 ext/mysqlnd/mysqlnd_ps.c 					if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) {
IS_NULL           363 ext/mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].php_type	= IS_NULL;
IS_NULL           573 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           647 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           681 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           786 ext/mysqlnd/mysqlnd_ps_codec.c 		if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) {
IS_NULL           583 ext/mysqlnd/mysqlnd_result.c 		result->lengths[i] = (Z_TYPE_P(previous_row[i]) == IS_NULL)? 0:Z_STRLEN_P(previous_row[i]);
IS_NULL           674 ext/mysqlnd/mysqlnd_result.c 					if (Z_TYPE_P(data) != IS_NULL) {
IS_NULL           784 ext/mysqlnd/mysqlnd_result.c 				unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL           964 ext/mysqlnd/mysqlnd_result.c 				if (Z_TYPE_P(data) != IS_NULL) {
IS_NULL          1063 ext/oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_NULL) {
IS_NULL          1365 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            78 ext/opcache/Optimizer/pass1_5.c 					case IS_NULL:
IS_NULL            92 ext/opcache/Optimizer/zend_optimizer.c 		Z_TYPE_P(zv) = IS_NULL; \
IS_NULL          2198 ext/opcache/ZendAccelerator.c 						Z_TYPE_P(zvalue) = IS_NULL;
IS_NULL          2225 ext/opcache/ZendAccelerator.c 			case IS_NULL:
IS_NULL          2625 ext/openssl/openssl.c 		if (Z_TYPE_P(out_pkey) != IS_NULL) {
IS_NULL          2767 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           952 ext/pdo/pdo_stmt.c 					if (Z_TYPE(val) != IS_NULL) {
IS_NULL          1453 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) {
IS_NULL          1988 ext/pdo/pdo_stmt.c 					if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) {
IS_NULL           571 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           341 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          1813 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          2020 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          2505 ext/pgsql/pgsql.c 		Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2636 ext/pgsql/pgsql.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL          4754 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          4909 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          5533 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5575 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5616 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5667 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5709 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5741 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5774 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5805 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5836 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5915 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5967 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5998 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          4310 ext/phar/phar_object.c 			case IS_NULL:
IS_NULL           740 ext/reflection/php_reflection.c 			} else if (Z_TYPE_P(zv) == IS_NULL) {
IS_NULL           860 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          1428 ext/soap/php_encoding.c 					} else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) &&
IS_NULL          1701 ext/soap/php_encoding.c 			    Z_TYPE_P(data) == IS_NULL &&
IS_NULL          1717 ext/soap/php_encoding.c 						if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) {
IS_NULL          1738 ext/soap/php_encoding.c 					if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) {
IS_NULL          1742 ext/soap/php_encoding.c 					} else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) {
IS_NULL          1896 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          1981 ext/soap/php_encoding.c 					if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) {
IS_NULL          2102 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2300 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          2880 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2901 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2903 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL           856 ext/soap/soap.c 	if (Z_TYPE_P(code) == IS_NULL) {
IS_NULL           950 ext/soap/soap.c 	if (Z_TYPE_P(type) == IS_NULL) {
IS_NULL          1014 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1020 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1115 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1141 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1192 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1202 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1803 ext/soap/soap.c 					    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1818 ext/soap/soap.c 						    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          2335 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2345 ext/soap/soap.c 		if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2376 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2511 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2517 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2885 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          3168 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          4027 ext/soap/soap.c 			    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          4072 ext/soap/soap.c 		    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          4083 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          1590 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           619 ext/spl/spl_array.c 							return Z_TYPE_PP(tmp) != IS_NULL;
IS_NULL           642 ext/spl/spl_array.c 							return Z_TYPE_PP(tmp) != IS_NULL;
IS_NULL          1450 ext/spl/spl_array.c 			Z_TYPE_P(tmp) = IS_NULL;
IS_NULL          1460 ext/spl/spl_array.c 			Z_TYPE_P(tmp) = IS_NULL;
IS_NULL          1469 ext/spl/spl_array.c 	Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */
IS_NULL           541 ext/spl/spl_directory.c 				Z_TYPE_P(return_value) = IS_NULL;
IS_NULL           548 ext/spl/spl_directory.c 				Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2174 ext/spl/spl_directory.c 			if (Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          2240 ext/spl/spl_directory.c 		case IS_NULL:
IS_NULL           827 ext/spl/spl_dllist.c 	if (Z_TYPE_P(zindex) == IS_NULL) {
IS_NULL           788 ext/sqlite3/sqlite3.c 				case IS_NULL:
IS_NULL          1495 ext/sqlite3/sqlite3.c 			if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           316 ext/standard/array.c 		case IS_NULL:
IS_NULL          1383 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) {
IS_NULL          1389 ext/standard/array.c 				if (Z_TYPE(final_name) == IS_NULL) {
IS_NULL          1405 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          2150 ext/standard/array.c 	if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) {
IS_NULL          2234 ext/standard/array.c 					if (Z_TYPE_PP(dest_entry) == IS_NULL) {
IS_NULL          4424 ext/standard/array.c 		case IS_NULL:
IS_NULL           629 ext/standard/file.c 		case IS_NULL:
IS_NULL          2001 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          1166 ext/standard/string.c 			case IS_NULL:
IS_NULL          1672 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           740 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           657 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          1455 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          1001 ext/zip/php_zip.c 				retval = (Z_TYPE_P(tmp) != IS_NULL);
IS_NULL          2450 ext/zip/php_zip.c 	if (zval_files && (Z_TYPE_P(zval_files) != IS_NULL)) {
IS_NULL           479 main/output.c  		case IS_NULL: