IS_NULL           107 com_dotnet/com_variant.c 		case IS_NULL:
IS_NULL          1041 dba/dba.c      		if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_BOOL && !Z_LVAL_P(zkey))) {
IS_NULL           453 dom/php_dom.c  				retval = (Z_TYPE_P(tmp) != IS_NULL);
IS_NULL            32 filter/callback_filter.c 		Z_TYPE_P(value) = IS_NULL;
IS_NULL            50 filter/callback_filter.c 		Z_TYPE_P(value) = IS_NULL;
IS_NULL           393 filter/filter.c 		((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_PP(value) == IS_NULL) || 
IS_NULL           479 interbase/ibase_query.c 		if (Z_TYPE_P(val) == IS_NULL) {
IS_NULL           674 interbase/ibase_query.c 			case IS_NULL:
IS_NULL           324 interbase/php_ibase_udf.c 			case IS_NULL:
IS_NULL           524 json/JSON_parser.c 	        } else if (type < IS_NULL && jp->state == N3 && next_state == OK) {
IS_NULL           525 json/JSON_parser.c 	            type = IS_NULL;
IS_NULL           596 json/json.c    		case IS_NULL:
IS_NULL           734 json/json.c    		if (Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          1667 ldap/ldap.c    	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL          2209 ldap/ldap.c    	if (Z_TYPE_P(link) == IS_NULL) {
IS_NULL           647 libxml/libxml.c 		} else if (Z_TYPE_P(retval_ptr) != IS_NULL) {
IS_NULL          2740 mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
IS_NULL          2814 mbstring/mbstring.c 	if (argc < 3 || Z_TYPE_PP(z_len) == IS_NULL) {
IS_NULL           126 mbstring/oniguruma/regcomp.c   if (IS_NULL(buf->p)) return(ONIGERR_MEMORY);
IS_NULL           566 mbstring/oniguruma/regcomp.c   if (IS_NULL(cc->mbuf)) {
IS_NULL           597 mbstring/oniguruma/regcomp.c   if (IS_NULL(cc->mbuf)) {
IS_NULL          1793 mbstring/oniguruma/regcomp.c   if (IS_NULL(bn->back_dynamic))
IS_NULL          2452 mbstring/oniguruma/regcomp.c 	  if (IS_NULL(xc->mbuf) && !IS_CCLASS_NOT(xc)) {
IS_NULL          2498 mbstring/oniguruma/regcomp.c 	  if ((IS_NULL(xc->mbuf) && !IS_CCLASS_NOT(xc)) ||
IS_NULL          2499 mbstring/oniguruma/regcomp.c 	      (IS_NULL(yc->mbuf) && !IS_CCLASS_NOT(yc)))
IS_NULL          3061 mbstring/oniguruma/regcomp.c 	if (IS_NULL(cn->target)) {
IS_NULL          3705 mbstring/oniguruma/regcomp.c     if (IS_NULL(*int_skip)) {
IS_NULL          3707 mbstring/oniguruma/regcomp.c       if (IS_NULL(*int_skip)) return ONIGERR_MEMORY;
IS_NULL          5085 mbstring/oniguruma/regcomp.c     if (IS_NULL(reg->p)) goto mem_error;
IS_NULL          5091 mbstring/oniguruma/regcomp.c     if (IS_NULL(reg->exact)) goto mem_error;
IS_NULL          5099 mbstring/oniguruma/regcomp.c     if (IS_NULL(reg->int_map)) goto mem_error;
IS_NULL          5106 mbstring/oniguruma/regcomp.c     if (IS_NULL(reg->int_map_backward)) goto mem_error;
IS_NULL          5356 mbstring/oniguruma/regcomp.c   if (IS_NULL(*reg)) return ONIGERR_MEMORY;
IS_NULL          5885 mbstring/oniguruma/regcomp.c   if (IS_NULL(node)) {
IS_NULL           103 mbstring/oniguruma/regexec.c     if (IS_NULL(parent->childs)) {
IS_NULL           139 mbstring/oniguruma/regexec.c     if (IS_NULL(child)) {
IS_NULL           494 mbstring/oniguruma/regexec.c   if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) {
IS_NULL           496 mbstring/oniguruma/regexec.c     if (IS_NULL(x)) {
IS_NULL           512 mbstring/oniguruma/regexec.c     if (IS_NULL(x)) {
IS_NULL          1214 mbstring/oniguruma/regexec.c     if (! IS_NULL(ta->msa->stack_p) && ta->stk_base != ta->msa->stack_p)
IS_NULL          1380 mbstring/oniguruma/regexec.c     if (IS_NULL(cc->mbuf)) {
IS_NULL          1562 mbstring/oniguruma/regexec.c               if (IS_NULL(region->history_root)) {
IS_NULL          2823 mbstring/oniguruma/regexec.c       if (IS_NULL(s)) goto fail;
IS_NULL          2833 mbstring/oniguruma/regexec.c       if (IS_NULL(q)) {
IS_NULL          3083 mbstring/oniguruma/regexec.c   if (IS_NULL(reg->int_map)) {
IS_NULL          3132 mbstring/oniguruma/regexec.c   if (IS_NULL(reg->int_map)) {
IS_NULL          3163 mbstring/oniguruma/regexec.c   if (IS_NULL(*skip)) {
IS_NULL          3165 mbstring/oniguruma/regexec.c     if (IS_NULL(*skip)) return ONIGERR_MEMORY;
IS_NULL          3396 mbstring/oniguruma/regexec.c 	  if (low_prev && IS_NULL(*low_prev))
IS_NULL          3453 mbstring/oniguruma/regexec.c     if (IS_NULL(reg->int_map_backward)) {
IS_NULL          3488 mbstring/oniguruma/regexec.c 	  if (IS_NULL(prev)) goto fail;
IS_NULL          3500 mbstring/oniguruma/regexec.c 	  if (IS_NULL(p)) goto fail;
IS_NULL           254 mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN(p)          if (IS_NULL(p)) return NULL
IS_NULL           255 mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN_VAL(p,val)  if (IS_NULL(p)) return (val)
IS_NULL           462 mbstring/oniguruma/regint.h   if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
IS_NULL           468 mbstring/oniguruma/regint.h   if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
IS_NULL           476 mbstring/oniguruma/regint.h     if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\
IS_NULL           729 mbstring/oniguruma/regparse.c   if (IS_NULL(e)) {
IS_NULL           731 mbstring/oniguruma/regparse.c     if (IS_NULL(t)) {
IS_NULL           739 mbstring/oniguruma/regparse.c     if (IS_NULL(e->name)) return ONIGERR_MEMORY;
IS_NULL           750 mbstring/oniguruma/regparse.c     if (IS_NULL(t)) {
IS_NULL           759 mbstring/oniguruma/regparse.c       if (IS_NULL(t->e)) {
IS_NULL           832 mbstring/oniguruma/regparse.c   if (IS_NULL(e)) return ONIGERR_UNDEFINED_NAME_REFERENCE;
IS_NULL           961 mbstring/oniguruma/regparse.c       if (IS_NULL(env->mem_nodes_dynamic)) {
IS_NULL          1008 mbstring/oniguruma/regparse.c   if (IS_NULL(node)) return ;
IS_NULL          1172 mbstring/oniguruma/regparse.c   if (IS_NULL(mbr)) {
IS_NULL          1280 mbstring/oniguruma/regparse.c 	IS_NULL(SCANENV_MEM_NODES(env)[backrefs[i]])) {
IS_NULL          1292 mbstring/oniguruma/regparse.c     if (IS_NULL(p)) {
IS_NULL          1675 mbstring/oniguruma/regparse.c   if (IS_NULL(*pbuf)) {
IS_NULL          1758 mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf)) {
IS_NULL          1802 mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) {
IS_NULL          1809 mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf2))
IS_NULL          1812 mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1)) {
IS_NULL          1898 mbstring/oniguruma/regparse.c   if (IS_NULL(bbuf1)) {
IS_NULL          1903 mbstring/oniguruma/regparse.c   else if (IS_NULL(bbuf2)) {
IS_NULL          3235 mbstring/oniguruma/regparse.c 	  if (num > env->num_mem || IS_NULL(SCANENV_MEM_NODES(env)[num]))
IS_NULL          3305 mbstring/oniguruma/regparse.c 		  IS_NULL(SCANENV_MEM_NODES(env)[backs[i]]))
IS_NULL          4362 mbstring/oniguruma/regparse.c     is_empty = (IS_NULL(cc->mbuf) ? 1 : 0);
IS_NULL          4914 mbstring/oniguruma/regparse.c       if (IS_NULL(qend)) {
IS_NULL          4959 mbstring/oniguruma/regparse.c             if (IS_NULL(OnigTypeCClassTable)) {
IS_NULL          4962 mbstring/oniguruma/regparse.c               if (IS_NULL(OnigTypeCClassTable)) {
IS_NULL          4976 mbstring/oniguruma/regparse.c             if (IS_NULL(*np)) {
IS_NULL           146 mbstring/oniguruma/regsyntax.c   if (IS_NULL(syntax))
IS_NULL          1527 mssql/php_mssql.c 		if (Z_TYPE(result->data[result->cur_row][i]) != IS_NULL) {
IS_NULL          2003 mysql/php_mysql.c 		Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2172 mysql/php_mysql.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL           435 mysqli/mysqli.c 					ret = Z_TYPE_P(value) != IS_NULL? 1:0;
IS_NULL          1257 mysqli/mysqli.c 	if (into_object && Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          1273 mysqli/mysqli.c 			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL           324 mysqli/mysqli_api.c 				stmt->result.buf[ofs].type = IS_NULL;
IS_NULL           791 mysqli/mysqli_api.c 			if ( !(stmt->param.is_null[i] = (stmt->param.vars[i]->type == IS_NULL)) ) {
IS_NULL          1691 mysqli/mysqli_api.c 			return IS_NULL;
IS_NULL            98 mysqlnd/mysqlnd_bt.c 		case IS_NULL:
IS_NULL           313 mysqlnd/mysqlnd_bt.c 		case IS_NULL:
IS_NULL           771 mysqlnd/mysqlnd_ps.c 					if (Z_TYPE_P(current_row[i]) != IS_NULL) {
IS_NULL           873 mysqlnd/mysqlnd_ps.c 					if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) {
IS_NULL          1060 mysqlnd/mysqlnd_ps.c 					if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) {
IS_NULL           430 mysqlnd/mysqlnd_ps_codec.c 	mysqlnd_ps_fetch_functions[MYSQL_TYPE_NULL].php_type	= IS_NULL;
IS_NULL           638 mysqlnd/mysqlnd_ps_codec.c 		if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_NULL &&
IS_NULL           693 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           728 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           843 mysqlnd/mysqlnd_ps_codec.c 		if (stmt->param_bind[i].zv && Z_TYPE_P(data) == IS_NULL) {
IS_NULL           593 mysqlnd/mysqlnd_result.c 		result->lengths[i] = (Z_TYPE_P(previous_row[i]) == IS_NULL)? 0:Z_STRLEN_P(previous_row[i]);
IS_NULL           685 mysqlnd/mysqlnd_result.c 					if (Z_TYPE_P(data) != IS_NULL) {
IS_NULL           795 mysqlnd/mysqlnd_result.c 				unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data);
IS_NULL           983 mysqlnd/mysqlnd_result.c 				if (Z_TYPE_P(data) != IS_NULL) {
IS_NULL          1063 oci8/oci8_statement.c 			if (Z_TYPE_P(var) != IS_NULL) {
IS_NULL          1365 odbc/php_odbc.c 				if (otype == IS_NULL) {
IS_NULL          2531 openssl/openssl.c 		if (Z_TYPE_P(out_pkey) != IS_NULL) {
IS_NULL          2673 openssl/openssl.c 	Z_TYPE(tmp) = IS_NULL;
IS_NULL           565 pdo/pdo_sql_parser.c 						case IS_NULL:
IS_NULL           265 pdo/pdo_stmt.c 	if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) {
IS_NULL           573 pdo/pdo_stmt.c 			if (Z_TYPE_P(dest) == IS_NULL) {
IS_NULL           683 pdo/pdo_stmt.c 	if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) {
IS_NULL           952 pdo/pdo_stmt.c 					if (Z_TYPE(val) != IS_NULL) {
IS_NULL          1453 pdo/pdo_stmt.c 			if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) {
IS_NULL          1988 pdo/pdo_stmt.c 					if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) {
IS_NULL           568 pdo_firebird/firebird_statement.c 				case IS_NULL:
IS_NULL           494 pdo_mysql/mysql_statement.c 						Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           502 pdo_mysql/mysql_statement.c 						Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           364 pdo_oci/oci_statement.c 					if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           437 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 pdo_pgsql/pgsql_statement.c 							Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           413 pdo_sqlite/sqlite_driver.c 				case IS_NULL:
IS_NULL           109 pdo_sqlite/sqlite_statement.c 						if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           135 pdo_sqlite/sqlite_statement.c 						} else if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           156 pdo_sqlite/sqlite_statement.c 						if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL          1734 pgsql/pgsql.c  			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          1941 pgsql/pgsql.c  			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          2426 pgsql/pgsql.c  		Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2557 pgsql/pgsql.c  			if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) {
IS_NULL          4659 pgsql/pgsql.c  			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          4796 pgsql/pgsql.c  			if (Z_TYPE_PP(tmp) == IS_NULL) {
IS_NULL          5364 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5406 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5447 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5498 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5540 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5572 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5605 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5636 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5667 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5746 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5793 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          5824 pgsql/pgsql.c  					case IS_NULL:
IS_NULL          4382 phar/phar_object.c 			case IS_NULL:
IS_NULL           740 reflection/php_reflection.c 			} else if (Z_TYPE_P(zv) == IS_NULL) {
IS_NULL           381 simplexml/simplexml.c 	if (Z_TYPE_P(return_value) == IS_NULL) {
IS_NULL           423 simplexml/simplexml.c 		case IS_NULL:
IS_NULL           537 simplexml/simplexml.c 			case IS_NULL:
IS_NULL          2038 snmp/snmp.c    					ret = Z_TYPE_P(value) != IS_NULL? 1:0;
IS_NULL          2179 snmp/snmp.c    	if (Z_TYPE_P(newval) == IS_NULL) {
IS_NULL           139 soap/php_encoding.c 	if (!zval || Z_TYPE_P(zval) == IS_NULL) { \
IS_NULL           150 soap/php_encoding.c 	{{IS_NULL, "nil", XSI_NAMESPACE, NULL}, to_zval_null, to_xml_null},
IS_NULL          1428 soap/php_encoding.c 					} else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) &&
IS_NULL          1701 soap/php_encoding.c 			    Z_TYPE_P(data) == IS_NULL &&
IS_NULL          1717 soap/php_encoding.c 						if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) {
IS_NULL          1738 soap/php_encoding.c 					if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) {
IS_NULL          1742 soap/php_encoding.c 					} else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) {
IS_NULL          1896 soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          1981 soap/php_encoding.c 					if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) {
IS_NULL          2102 soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2300 soap/php_encoding.c 	if (!data || Z_TYPE_P(data) == IS_NULL) {
IS_NULL          2889 soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2910 soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL          2912 soap/php_encoding.c 		enc = get_conversion(IS_NULL);
IS_NULL           820 soap/soap.c    	if (Z_TYPE_P(code) == IS_NULL) {
IS_NULL           914 soap/soap.c    	if (Z_TYPE_P(type) == IS_NULL) {
IS_NULL           978 soap/soap.c    					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL           984 soap/soap.c    					} else if (Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1079 soap/soap.c    	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1105 soap/soap.c    		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1156 soap/soap.c    	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          1166 soap/soap.c    	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          1767 soap/soap.c    					    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          1782 soap/soap.c    						    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          2299 soap/soap.c    	if (Z_TYPE_P(wsdl) != IS_STRING && Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2309 soap/soap.c    		if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2340 soap/soap.c    		} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2470 soap/soap.c    	} else if (Z_TYPE_P(wsdl) == IS_NULL) {
IS_NULL          2476 soap/soap.c    	if (Z_TYPE_P(wsdl) != IS_NULL) {
IS_NULL          2834 soap/soap.c    	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          3117 soap/soap.c    	if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) {
IS_NULL          3936 soap/soap.c    			    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          3981 soap/soap.c    		    Z_TYPE_PP(tmp) != IS_NULL) {
IS_NULL          3992 soap/soap.c    				if (Z_TYPE(h->retval) != IS_NULL) {
IS_NULL          1700 sockets/sockets.c 		Z_TYPE_P(buf) = IS_NULL;
IS_NULL           319 spl/spl_array.c 	case IS_NULL:
IS_NULL           481 spl/spl_array.c 	case IS_NULL:
IS_NULL           615 spl/spl_array.c 							return Z_TYPE_PP(tmp) != IS_NULL;
IS_NULL           638 spl/spl_array.c 							return Z_TYPE_PP(tmp) != IS_NULL;
IS_NULL          1446 spl/spl_array.c 			Z_TYPE_P(tmp) = IS_NULL;
IS_NULL          1456 spl/spl_array.c 			Z_TYPE_P(tmp) = IS_NULL;
IS_NULL          1465 spl/spl_array.c 	Z_TYPE_P(tmp) = IS_NULL; /* we want to destroy the zval, not the hashtable */
IS_NULL           541 spl/spl_directory.c 				Z_TYPE_P(return_value) = IS_NULL;
IS_NULL           548 spl/spl_directory.c 				Z_TYPE_P(return_value) = IS_NULL;
IS_NULL          2166 spl/spl_directory.c 			if (Z_TYPE_P(return_value) != IS_NULL) {
IS_NULL          2232 spl/spl_directory.c 		case IS_NULL:
IS_NULL           827 spl/spl_dllist.c 	if (Z_TYPE_P(zindex) == IS_NULL) {
IS_NULL           780 sqlite3/sqlite3.c 				case IS_NULL:
IS_NULL          1487 sqlite3/sqlite3.c 			if (Z_TYPE_P(param->parameter) == IS_NULL) {
IS_NULL           316 standard/array.c 		case IS_NULL:
IS_NULL          1418 standard/array.c 				if (Z_TYPE(final_name) == IS_NULL && var_name_len != 0) {
IS_NULL          1424 standard/array.c 				if (Z_TYPE(final_name) == IS_NULL) {
IS_NULL          1440 standard/array.c 		if (Z_TYPE(final_name) != IS_NULL && php_valid_var_name(Z_STRVAL(final_name), Z_STRLEN(final_name))) {
IS_NULL          2185 standard/array.c 	if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) {
IS_NULL          2268 standard/array.c 					if (Z_TYPE_PP(dest_entry) == IS_NULL) {
IS_NULL          2274 standard/array.c 					if (Z_TYPE_PP(src_entry) == IS_NULL) {
IS_NULL          4390 standard/array.c 		case IS_NULL:
IS_NULL           628 standard/file.c 		case IS_NULL:
IS_NULL          1986 standard/file.c 		if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) {
IS_NULL           144 standard/http.c 		} else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) {
IS_NULL          1159 standard/string.c 			case IS_NULL:
IS_NULL          1665 standard/string.c 		case IS_NULL:
IS_NULL            35 standard/type.c 		case IS_NULL:
IS_NULL           238 standard/type.c 	php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL);
IS_NULL           103 standard/var.c 	case IS_NULL:
IS_NULL           258 standard/var.c 	case IS_NULL:
IS_NULL           432 standard/var.c 	case IS_NULL:
IS_NULL           738 standard/var.c 		case IS_NULL:
IS_NULL          1861 sybase_ct/php_sybase_ct.c 			case IS_NULL: {
IS_NULL           151 tokenizer/tokenizer.c 		if (destroy && Z_TYPE(token) != IS_NULL) {
IS_NULL           657 wddx/wddx.c    		case IS_NULL:
IS_NULL           531 xmlrpc/xmlrpc-epi-php.c 					if (Z_TYPE_P(val) == IS_NULL) {
IS_NULL           642 xmlrpc/xmlrpc-epi-php.c 				Z_TYPE_P(elem) = IS_NULL;
IS_NULL           727 xmlrpc/xmlrpc-epi-php.c 			if (Z_TYPE_P(vals) != IS_NULL) {
IS_NULL          1127 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 xmlrpc/xmlrpc-epi-php.c 			Z_TYPE_P(data.xmlrpc_method) = IS_NULL;
IS_NULL          1408 xmlrpc/xmlrpc-epi-php.c 			case IS_NULL:
IS_NULL          1455 xmlrpc/xmlrpc-epi-php.c 			if ((type == xmlrpc_base64 && Z_TYPE_P(value) != IS_NULL) || type == xmlrpc_datetime) {
IS_NULL           442 xsl/xsltprocessor.c 	if (Z_TYPE_P(cloneDocu) != IS_NULL) {
IS_NULL           542 xsl/xsltprocessor.c 	if (Z_TYPE_P(doXInclude) != IS_NULL) {
IS_NULL           994 zip/php_zip.c  				retval = (Z_TYPE_P(tmp) != IS_NULL);
IS_NULL          2442 zip/php_zip.c  	if (zval_files && (Z_TYPE_P(zval_files) != IS_NULL)) {