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          1172 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          2356 Zend/zend_compile.c 	Z_TYPE_P(label) = IS_NULL;
IS_NULL          3357 Zend/zend_compile.c 						} else if (Z_TYPE_P(zv) == IS_NULL) {
IS_NULL          5327 Zend/zend_compile.c 		Z_TYPE_P(property) = IS_NULL;
IS_NULL          5821 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           412 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           643 Zend/zend_execute_API.c 				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          1182 Zend/zend_hash.c 		Z_TYPE_P(key) = IS_NULL;
IS_NULL           413 Zend/zend_interfaces.c 		case IS_NULL:
IS_NULL          4951 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          1479 Zend/zend_object_handlers.c 			result = (Z_TYPE_PP(value) != IS_NULL);
IS_NULL          1591 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          1498 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_NULL):
IS_NULL          1502 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_BOOL):
IS_NULL          1506 Zend/zend_operators.c 			case TYPE_PAIR(IS_BOOL, IS_NULL):
IS_NULL          1518 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_STRING):
IS_NULL          1522 Zend/zend_operators.c 			case TYPE_PAIR(IS_STRING, IS_NULL):
IS_NULL          1526 Zend/zend_operators.c 			case TYPE_PAIR(IS_OBJECT, IS_NULL):
IS_NULL          1530 Zend/zend_operators.c 			case TYPE_PAIR(IS_NULL, IS_OBJECT):
IS_NULL          1588 Zend/zend_operators.c 					if (Z_TYPE_P(op1) == IS_NULL) {
IS_NULL          1592 Zend/zend_operators.c 					} else if (Z_TYPE_P(op2) == IS_NULL) {
IS_NULL          1655 Zend/zend_operators.c 		case IS_NULL:
IS_NULL          1869 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          3648 Zend/zend_vm_def.h 			case IS_NULL:
IS_NULL          3701 Zend/zend_vm_def.h 		case IS_NULL:
IS_NULL          4015 Zend/zend_vm_def.h 					case IS_NULL:
IS_NULL          4438 Zend/zend_vm_def.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          4504 Zend/zend_vm_def.h 			case IS_NULL:
IS_NULL          4515 Zend/zend_vm_def.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          2605 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          3833 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          4015 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          4729 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          5586 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          5768 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          6294 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          6476 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          7233 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          7916 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          9101 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          9283 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          9959 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          10818 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          11000 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          11403 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          11585 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          12258 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          13233 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          15701 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          15875 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          16024 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          16090 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          16101 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          17963 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          18059 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          18189 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          18200 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          20281 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          20455 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          20604 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          20670 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          20681 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          21712 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          21894 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          23751 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          23847 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          23977 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          23988 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          25363 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          25491 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          25502 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          26689 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          26817 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          26828 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          28015 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          28143 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          28154 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          29767 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          29895 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          29906 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          30903 Zend/zend_vm_execute.h 		case IS_NULL:
IS_NULL          33009 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          33183 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          33330 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          33396 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          33407 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          35135 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          35231 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          35359 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          35370 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          37316 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          37490 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          37637 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          37703 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          37714 Zend/zend_vm_execute.h 			if (isset && Z_TYPE_PP(value) == IS_NULL) {
IS_NULL          38616 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          38798 Zend/zend_vm_execute.h 		if (isset && Z_TYPE_PP(value) != IS_NULL) {
IS_NULL          40501 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          40597 Zend/zend_vm_execute.h 					case IS_NULL:
IS_NULL          40725 Zend/zend_vm_execute.h 			case IS_NULL:
IS_NULL          40736 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          2355 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) == IS_NULL) {
IS_NULL          2383 ext/curl/interface.c 			if (Z_TYPE_PP(zvalue) != IS_NULL) {
IS_NULL          4900 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
IS_NULL          4912 ext/date/php_date.c 		} else if (Z_TYPE_PP(ht_entry) != IS_NULL) {
IS_NULL          4924 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           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           605 ext/json/json.c 		case IS_NULL:
IS_NULL           757 ext/json/json.c 		if (Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          2054 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL          2597 ext/ldap/ldap.c 	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL           663 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           438 ext/mysqli/mysqli.c 					ret = Z_TYPE_P(value) != IS_NULL? 1:0;
IS_NULL          1297 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           926 ext/mysqli/mysqli_api.c 			if ( !(stmt->param.is_null[i] = (stmt->param.vars[i]->type == IS_NULL)) ) {
IS_NULL          1796 ext/mysqli/mysqli_api.c 			return IS_NULL;
IS_NULL            68 ext/mysqlnd/mysqlnd_bt.c 		case IS_NULL:
IS_NULL           773 ext/mysqlnd/mysqlnd_ps.c 					if (Z_TYPE_P(current_row[i]) != IS_NULL) {
IS_NULL           874 ext/mysqlnd/mysqlnd_ps.c 					if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) {
IS_NULL          1055 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           656 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           690 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           795 ext/mysqlnd/mysqlnd_ps_codec.c 		if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) {
IS_NULL           584 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           675 ext/mysqlnd/mysqlnd_result.c 					if (Z_TYPE_P(data) != IS_NULL) {
IS_NULL           785 ext/mysqlnd/mysqlnd_result.c 				unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL           965 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          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            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          2184 ext/opcache/ZendAccelerator.c 						Z_TYPE_P(zvalue) = IS_NULL;
IS_NULL          2211 ext/opcache/ZendAccelerator.c 			case IS_NULL:
IS_NULL          2645 ext/openssl/openssl.c 		if (Z_TYPE_P(out_pkey) != IS_NULL) {
IS_NULL          2787 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          1444 ext/pdo/pdo_stmt.c 			if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) {
IS_NULL          1979 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           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          1866 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          2073 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          2556 ext/pgsql/pgsql.c 		Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2687 ext/pgsql/pgsql.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL          4762 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          4917 ext/pgsql/pgsql.c 			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          5545 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5587 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5633 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5678 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5720 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5752 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5785 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5816 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5847 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5926 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          5978 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          6009 ext/pgsql/pgsql.c 					case IS_NULL:
IS_NULL          4360 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           869 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          1435 ext/soap/php_encoding.c 					} else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) &&
IS_NULL          1708 ext/soap/php_encoding.c 			    Z_TYPE_P(data) == IS_NULL &&
IS_NULL          1724 ext/soap/php_encoding.c 						if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) {
IS_NULL          1745 ext/soap/php_encoding.c 					if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) {
IS_NULL          1749 ext/soap/php_encoding.c 					} else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) {
IS_NULL          1903 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          1988 ext/soap/php_encoding.c 					if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) {
IS_NULL          2109 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2307 ext/soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          2887 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          2910 ext/soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL           861 ext/soap/soap.c 	if (Z_TYPE_P(code) == IS_NULL) {
IS_NULL           961 ext/soap/soap.c 	if (Z_TYPE_P(type) == IS_NULL) {
IS_NULL          1025 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1031 ext/soap/soap.c 					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1126 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1152 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1203 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1213 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1814 ext/soap/soap.c 					    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1829 ext/soap/soap.c 						    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          2345 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2355 ext/soap/soap.c 		if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2386 ext/soap/soap.c 		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2521 ext/soap/soap.c 	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2527 ext/soap/soap.c 	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2895 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          3203 ext/soap/soap.c 	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          4064 ext/soap/soap.c 			    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          4109 ext/soap/soap.c 		    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          4120 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           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          1457 ext/spl/spl_array.c 			Z_TYPE_P(tmp) = IS_NULL;
IS_NULL          1467 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; /* 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           788 ext/sqlite3/sqlite3.c 				case IS_NULL:
IS_NULL          1516 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           637 ext/standard/file.c 		case IS_NULL:
IS_NULL          2009 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          1176 ext/standard/string.c 			case IS_NULL:
IS_NULL          1695 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           494 main/output.c  		case IS_NULL: