IS_NULL 203 Zend/zend.c case IS_NULL: IS_NULL 634 Zend/zend.c zval_used_for_init.type = IS_NULL; IS_NULL 240 Zend/zend_API.c case IS_NULL: IS_NULL 303 Zend/zend_API.c Z_TYPE_P(*arg) = IS_NULL; IS_NULL 326 Zend/zend_API.c } else if (*spec_walk == '!' && Z_TYPE_PP(arg) == IS_NULL) { IS_NULL 350 Zend/zend_API.c case IS_NULL: IS_NULL 384 Zend/zend_API.c case IS_NULL: IS_NULL 406 Zend/zend_API.c case IS_NULL: IS_NULL 440 Zend/zend_API.c case IS_NULL: IS_NULL 462 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_NULL && return_null) { IS_NULL 477 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_NULL && return_null) { IS_NULL 492 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_NULL && return_null) { IS_NULL 507 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_NULL && return_null) { IS_NULL 527 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_NULL && return_null) { IS_NULL 543 Zend/zend_API.c if (return_null && Z_TYPE_PP(arg) == IS_NULL) { IS_NULL 596 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_NULL && return_null) { IS_NULL 606 Zend/zend_API.c if (Z_TYPE_PP(arg) == IS_NULL && return_null) { IS_NULL 451 Zend/zend_API.h Z_TYPE_P(z) = IS_NULL; \ IS_NULL 612 Zend/zend_API.h #define ZVAL_IS_NULL(z) (Z_TYPE_P(z)==IS_NULL) IS_NULL 491 Zend/zend_builtin_functions.c case IS_NULL: IS_NULL 1280 Zend/zend_builtin_functions.c if (Z_TYPE_PP(exception_handler) != IS_NULL) { /* NULL == unset */ IS_NULL 1298 Zend/zend_builtin_functions.c if (Z_TYPE_PP(exception_handler) == IS_NULL) { /* unset user-defined handler */ IS_NULL 1343 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 1354 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 2201 Zend/zend_compile.c if (Z_TYPE_PP(new_prop) != IS_NULL && Z_TYPE_PP(prop) != IS_NULL) { IS_NULL 3061 Zend/zend_compile.c Z_TYPE_P(property) = IS_NULL; IS_NULL 3396 Zend/zend_compile.c case IS_NULL: IS_NULL 135 Zend/zend_constants.c c.value.type = IS_NULL; IS_NULL 298 Zend/zend_exceptions.c case IS_NULL: IS_NULL 436 Zend/zend_execute.c if (Z_TYPE_PP(object_ptr) == IS_NULL IS_NULL 508 Zend/zend_execute.c } else if (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null) { IS_NULL 516 Zend/zend_execute.c if (Z_TYPE_P(arg) != IS_ARRAY && (Z_TYPE_P(arg) != IS_NULL || !cur_arg_info->allow_null)) { IS_NULL 940 Zend/zend_execute.c case IS_NULL: IS_NULL 1047 Zend/zend_execute.c if (Z_TYPE_P(container)==IS_NULL IS_NULL 1088 Zend/zend_execute.c case IS_NULL: { IS_NULL 1111 Zend/zend_execute.c case IS_NULL: IS_NULL 1242 Zend/zend_execute.c if (Z_TYPE_P(container) == IS_NULL IS_NULL 83 Zend/zend_execute.h case IS_NULL: IS_NULL 580 Zend/zend_execute_API.c case IS_NULL: IS_NULL 208 Zend/zend_interfaces.c case IS_NULL: IS_NULL 420 Zend/zend_interfaces.c case IS_NULL: IS_NULL 3578 Zend/zend_language_parser.c { (yyval).op_type = IS_CONST; Z_TYPE((yyval).u.constant)=IS_NULL;} IS_NULL 4163 Zend/zend_language_parser.c { zend_do_cast(&(yyval), &(yyvsp[(2) - (2)]), IS_NULL TSRMLS_CC); } IS_NULL 440 Zend/zend_language_parser.y | T_ARRAY { $$.op_type = IS_CONST; Z_TYPE($$.u.constant)=IS_NULL;} IS_NULL 614 Zend/zend_language_parser.y | T_UNSET_CAST expr { zend_do_cast(&$$, &$2, IS_NULL TSRMLS_CC); } IS_NULL 1044 Zend/zend_object_handlers.c result = (Z_TYPE_PP(value) != IS_NULL); IS_NULL 1153 Zend/zend_object_handlers.c Z_TYPE_P(writeobj) = IS_NULL; IS_NULL 144 Zend/zend_operators.c case IS_NULL: IS_NULL 173 Zend/zend_operators.c case IS_NULL: \ IS_NULL 210 Zend/zend_operators.c case IS_NULL: \ IS_NULL 246 Zend/zend_operators.c case IS_NULL: \ IS_NULL 319 Zend/zend_operators.c case IS_NULL: IS_NULL 384 Zend/zend_operators.c case IS_NULL: IS_NULL 453 Zend/zend_operators.c if (Z_OBJ_HT_P(op)->cast_object(org, op, IS_NULL TSRMLS_CC) == SUCCESS) { IS_NULL 463 Zend/zend_operators.c Z_TYPE_P(op) = IS_NULL; IS_NULL 475 Zend/zend_operators.c case IS_NULL: IS_NULL 542 Zend/zend_operators.c case IS_NULL: IS_NULL 670 Zend/zend_operators.c case IS_NULL: IS_NULL 696 Zend/zend_operators.c case IS_NULL: IS_NULL 1333 Zend/zend_operators.c if (Z_TYPE_P(op2) == IS_NULL) { IS_NULL 1356 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_NULL) { IS_NULL 1379 Zend/zend_operators.c if ((Z_TYPE_P(op1) == IS_NULL && Z_TYPE_P(op2) == IS_STRING) IS_NULL 1380 Zend/zend_operators.c || (Z_TYPE_P(op2) == IS_NULL && Z_TYPE_P(op1) == IS_STRING)) { IS_NULL 1381 Zend/zend_operators.c if (Z_TYPE_P(op1) == IS_NULL) { IS_NULL 1396 Zend/zend_operators.c || Z_TYPE_P(op1) == IS_NULL || Z_TYPE_P(op2) == IS_NULL) { IS_NULL 1479 Zend/zend_operators.c case IS_NULL: IS_NULL 1480 Zend/zend_operators.c result->value.lval = (op2->type==IS_NULL); IS_NULL 1748 Zend/zend_operators.c case IS_NULL: IS_NULL 327 Zend/zend_operators.h case IS_NULL: \ IS_NULL 66 Zend/zend_variables.c case IS_NULL: IS_NULL 91 Zend/zend_variables.c case IS_NULL: IS_NULL 115 Zend/zend_variables.c case IS_NULL: IS_NULL 2717 Zend/zend_vm_def.h case IS_NULL: IS_NULL 2766 Zend/zend_vm_def.h case IS_NULL: IS_NULL 3047 Zend/zend_vm_def.h case IS_NULL: IS_NULL 3450 Zend/zend_vm_def.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 3512 Zend/zend_vm_def.h case IS_NULL: IS_NULL 3525 Zend/zend_vm_def.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 1903 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 2314 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 2774 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 3133 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 3492 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 3585 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 3943 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 4478 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 4889 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 5404 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 5849 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 6294 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 6387 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 6829 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 7625 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 8183 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 9476 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 9566 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 9676 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 9689 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 10996 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 11086 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 11196 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 11209 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 12554 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 12644 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 12754 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 12767 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 13263 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 14553 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 14643 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 14753 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 14766 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 15751 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 15859 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 15872 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 16731 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 16839 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 16852 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 17711 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 17819 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 17832 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 18955 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 19063 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 19076 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 19901 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 20312 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 21600 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 21690 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 21798 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 21811 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 23112 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 23202 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 23310 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 23323 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 24661 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 24751 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 24859 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 24872 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 25365 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 26650 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 26740 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 26848 Zend/zend_vm_execute.h case IS_NULL: IS_NULL 26861 Zend/zend_vm_execute.h if (isset && Z_TYPE_PP(value) == IS_NULL) { IS_NULL 107 ext/com_dotnet/com_variant.c case IS_NULL: IS_NULL 1060 ext/dba/dba.c if (Z_TYPE_P(zkey) == IS_NULL || (Z_TYPE_P(zkey) == IS_BOOL && !Z_LVAL_P(zkey))) { IS_NULL 424 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 326 ext/filter/filter.c ((flags & FILTER_NULL_ON_FAILURE && Z_TYPE_PP(value) == IS_NULL) || IS_NULL 78 ext/gd/gd_ctx.c if (argc >= 2 && Z_TYPE_PP(file) != IS_NULL) { IS_NULL 92 ext/gd/gd_ctx.c if (argc > 1 && (Z_TYPE_PP(file) != IS_NULL && ((argc == 2) || (argc > 2 && Z_STRLEN_PP(file))))) { IS_NULL 454 ext/interbase/ibase_query.c if (Z_TYPE_P(val) == IS_NULL) { IS_NULL 649 ext/interbase/ibase_query.c case IS_NULL: IS_NULL 320 ext/interbase/php_ibase_udf.c case IS_NULL: IS_NULL 763 ext/json/JSON_parser.c else if (type < IS_NULL && the_state == 19 && s == 9) IS_NULL 765 ext/json/JSON_parser.c type = IS_NULL; IS_NULL 339 ext/json/json.c case IS_NULL: IS_NULL 1778 ext/ldap/ldap.c if (Z_TYPE_PP(link) == IS_NULL) { IS_NULL 130 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(buf->p)) return(ONIGERR_MEMORY); IS_NULL 568 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(cc->mbuf)) { IS_NULL 599 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(cc->mbuf)) { IS_NULL 1795 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(bn->back_dynamic)) IS_NULL 2454 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(xc->mbuf) && !IS_CCLASS_NOT(xc)) { IS_NULL 2500 ext/mbstring/oniguruma/regcomp.c if ((IS_NULL(xc->mbuf) && !IS_CCLASS_NOT(xc)) || IS_NULL 2501 ext/mbstring/oniguruma/regcomp.c (IS_NULL(yc->mbuf) && !IS_CCLASS_NOT(yc))) IS_NULL 3063 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(cn->target)) { IS_NULL 3707 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(*int_skip)) { IS_NULL 3709 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(*int_skip)) return ONIGERR_MEMORY; IS_NULL 5064 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(reg->p)) goto mem_error; IS_NULL 5070 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(reg->exact)) goto mem_error; IS_NULL 5078 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(reg->int_map)) goto mem_error; IS_NULL 5085 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(reg->int_map_backward)) goto mem_error; IS_NULL 5330 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(*reg)) return ONIGERR_MEMORY; IS_NULL 5859 ext/mbstring/oniguruma/regcomp.c if (IS_NULL(node)) { IS_NULL 103 ext/mbstring/oniguruma/regexec.c if (IS_NULL(parent->childs)) { IS_NULL 139 ext/mbstring/oniguruma/regexec.c if (IS_NULL(child)) { IS_NULL 472 ext/mbstring/oniguruma/regexec.c if (stk_base == stk_alloc && IS_NULL(msa->stack_p)) { IS_NULL 474 ext/mbstring/oniguruma/regexec.c if (IS_NULL(x)) { IS_NULL 490 ext/mbstring/oniguruma/regexec.c if (IS_NULL(x)) { IS_NULL 1192 ext/mbstring/oniguruma/regexec.c if (! IS_NULL(ta->msa->stack_p) && ta->stk_base != ta->msa->stack_p) IS_NULL 1358 ext/mbstring/oniguruma/regexec.c if (IS_NULL(cc->mbuf)) { IS_NULL 1529 ext/mbstring/oniguruma/regexec.c if (IS_NULL(region->history_root)) { IS_NULL 2810 ext/mbstring/oniguruma/regexec.c if (IS_NULL(s)) goto fail; IS_NULL 2820 ext/mbstring/oniguruma/regexec.c if (IS_NULL(q)) { IS_NULL 3078 ext/mbstring/oniguruma/regexec.c if (IS_NULL(reg->int_map)) { IS_NULL 3127 ext/mbstring/oniguruma/regexec.c if (IS_NULL(reg->int_map)) { IS_NULL 3158 ext/mbstring/oniguruma/regexec.c if (IS_NULL(*skip)) { IS_NULL 3160 ext/mbstring/oniguruma/regexec.c if (IS_NULL(*skip)) return ONIGERR_MEMORY; IS_NULL 3386 ext/mbstring/oniguruma/regexec.c if (low_prev && IS_NULL(*low_prev)) IS_NULL 3443 ext/mbstring/oniguruma/regexec.c if (IS_NULL(reg->int_map_backward)) { IS_NULL 3478 ext/mbstring/oniguruma/regexec.c if (IS_NULL(prev)) goto fail; IS_NULL 3490 ext/mbstring/oniguruma/regexec.c if (IS_NULL(p)) goto fail; IS_NULL 254 ext/mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL IS_NULL 255 ext/mbstring/oniguruma/regint.h #define CHECK_NULL_RETURN_VAL(p,val) if (IS_NULL(p)) return (val) IS_NULL 461 ext/mbstring/oniguruma/regint.h if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\ IS_NULL 467 ext/mbstring/oniguruma/regint.h if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\ IS_NULL 475 ext/mbstring/oniguruma/regint.h if (IS_NULL((buf)->p)) return(ONIGERR_MEMORY);\ IS_NULL 729 ext/mbstring/oniguruma/regparse.c if (IS_NULL(e)) { IS_NULL 731 ext/mbstring/oniguruma/regparse.c if (IS_NULL(t)) { IS_NULL 739 ext/mbstring/oniguruma/regparse.c if (IS_NULL(e->name)) return ONIGERR_MEMORY; IS_NULL 750 ext/mbstring/oniguruma/regparse.c if (IS_NULL(t)) { IS_NULL 759 ext/mbstring/oniguruma/regparse.c if (IS_NULL(t->e)) { IS_NULL 832 ext/mbstring/oniguruma/regparse.c if (IS_NULL(e)) return ONIGERR_UNDEFINED_NAME_REFERENCE; IS_NULL 961 ext/mbstring/oniguruma/regparse.c if (IS_NULL(env->mem_nodes_dynamic)) { IS_NULL 1008 ext/mbstring/oniguruma/regparse.c if (IS_NULL(node)) return ; IS_NULL 1172 ext/mbstring/oniguruma/regparse.c if (IS_NULL(mbr)) { IS_NULL 1280 ext/mbstring/oniguruma/regparse.c IS_NULL(SCANENV_MEM_NODES(env)[backrefs[i]])) { IS_NULL 1292 ext/mbstring/oniguruma/regparse.c if (IS_NULL(p)) { IS_NULL 1655 ext/mbstring/oniguruma/regparse.c if (IS_NULL(*pbuf)) { IS_NULL 1738 ext/mbstring/oniguruma/regparse.c if (IS_NULL(bbuf)) { IS_NULL 1782 ext/mbstring/oniguruma/regparse.c if (IS_NULL(bbuf1) && IS_NULL(bbuf2)) { IS_NULL 1789 ext/mbstring/oniguruma/regparse.c if (IS_NULL(bbuf2)) IS_NULL 1792 ext/mbstring/oniguruma/regparse.c if (IS_NULL(bbuf1)) { IS_NULL 1878 ext/mbstring/oniguruma/regparse.c if (IS_NULL(bbuf1)) { IS_NULL 1883 ext/mbstring/oniguruma/regparse.c else if (IS_NULL(bbuf2)) { IS_NULL 3238 ext/mbstring/oniguruma/regparse.c if (num > env->num_mem || IS_NULL(SCANENV_MEM_NODES(env)[num])) IS_NULL 3308 ext/mbstring/oniguruma/regparse.c IS_NULL(SCANENV_MEM_NODES(env)[backs[i]])) IS_NULL 4365 ext/mbstring/oniguruma/regparse.c is_empty = (IS_NULL(cc->mbuf) ? 1 : 0); IS_NULL 4959 ext/mbstring/oniguruma/regparse.c if (IS_NULL(qend)) { IS_NULL 5004 ext/mbstring/oniguruma/regparse.c if (IS_NULL(OnigTypeCClassTable)) { IS_NULL 5007 ext/mbstring/oniguruma/regparse.c if (IS_NULL(OnigTypeCClassTable)) { IS_NULL 5021 ext/mbstring/oniguruma/regparse.c if (IS_NULL(*np)) { IS_NULL 5112 ext/mbstring/oniguruma/regparse.c if (IS_NULL(work)) { IS_NULL 146 ext/mbstring/oniguruma/regsyntax.c if (IS_NULL(syntax)) IS_NULL 1411 ext/mssql/php_mssql.c if (Z_TYPE(result->data[result->cur_row][i]) != IS_NULL) { IS_NULL 1842 ext/mysql/php_mysql.c Z_TYPE_P(return_value) = IS_NULL; IS_NULL 2011 ext/mysql/php_mysql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { IS_NULL 953 ext/mysqli/mysqli.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { IS_NULL 280 ext/mysqli/mysqli_api.c stmt->result.buf[ofs].type = IS_NULL; IS_NULL 598 ext/mysqli/mysqli_api.c if ( !(stmt->param.is_null[i] = (stmt->param.vars[i]->type == IS_NULL)) ) { IS_NULL 984 ext/oci8/oci8_statement.c if (Z_TYPE_P(var) != IS_NULL) { IS_NULL 1055 ext/odbc/php_odbc.c if (otype == IS_NULL) { IS_NULL 2109 ext/openssl/openssl.c if (Z_TYPE_P(out_pkey) != IS_NULL) { IS_NULL 2251 ext/openssl/openssl.c Z_TYPE(tmp) = IS_NULL; IS_NULL 442 ext/pdo/pdo_sql_parser.c case IS_NULL: IS_NULL 251 ext/pdo/pdo_stmt.c if (Z_TYPE(stmt->lazy_object_ref) == IS_NULL) { IS_NULL 652 ext/pdo/pdo_stmt.c if (Z_TYPE_P(dest) == IS_NULL && stmt->dbh->oracle_nulls == PDO_NULL_TO_STRING) { IS_NULL 989 ext/pdo/pdo_stmt.c if (Z_TYPE(val) != IS_NULL) { IS_NULL 1405 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { IS_NULL 1501 ext/pdo/pdo_stmt.c if (Z_TYPE_P(ctor_args) != IS_NULL && Z_TYPE_P(ctor_args) != IS_ARRAY) { IS_NULL 1978 ext/pdo/pdo_stmt.c if (Z_TYPE_PP(args[skip+2]) != IS_NULL && Z_TYPE_PP(args[skip+2]) != IS_ARRAY) { IS_NULL 588 ext/pdo_firebird/firebird_statement.c case IS_NULL: IS_NULL 329 ext/pdo_mysql/mysql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { IS_NULL 362 ext/pdo_oci/oci_statement.c if (Z_TYPE_P(param->parameter) == IS_NULL) { IS_NULL 307 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 309 ext/pdo_pgsql/pgsql_statement.c Z_TYPE_P(param->parameter) == IS_NULL) { IS_NULL 392 ext/pdo_sqlite/sqlite_driver.c case IS_NULL: IS_NULL 125 ext/pdo_sqlite/sqlite_statement.c if (Z_TYPE_P(param->parameter) == IS_NULL) { IS_NULL 1287 ext/pgsql/pgsql.c if (otype == IS_NULL) { IS_NULL 1512 ext/pgsql/pgsql.c if (otype == IS_NULL) { IS_NULL 1980 ext/pgsql/pgsql.c Z_TYPE_P(return_value) = IS_NULL; IS_NULL 2113 ext/pgsql/pgsql.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { IS_NULL 4109 ext/pgsql/pgsql.c if (otype == IS_NULL) { IS_NULL 4252 ext/pgsql/pgsql.c if (otype == IS_NULL) { IS_NULL 4774 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 4816 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 4857 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 4908 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 4950 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 4982 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 5015 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 5046 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 5077 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 5156 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 5203 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 5234 ext/pgsql/pgsql.c case IS_NULL: IS_NULL 644 ext/reflection/php_reflection.c } else if (Z_TYPE_P(zv) == IS_NULL) { IS_NULL 422 ext/session/session.c && Z_TYPE_PP(*state_var) == IS_NULL) { IS_NULL 870 ext/session/session.c && val && Z_TYPE_PP(val) != IS_NULL) { IS_NULL 901 ext/session/session.c if (Z_TYPE_PP(val) == IS_NULL) { IS_NULL 374 ext/simplexml/simplexml.c if (Z_TYPE_P(return_value) == IS_NULL) { IS_NULL 416 ext/simplexml/simplexml.c case IS_NULL: IS_NULL 529 ext/simplexml/simplexml.c case IS_NULL: IS_NULL 118 ext/soap/php_encoding.c if (!zval || Z_TYPE_P(zval) == IS_NULL) { \ IS_NULL 129 ext/soap/php_encoding.c {{IS_NULL, "nil", XSI_NAMESPACE, NULL}, to_zval_null, to_xml_null}, IS_NULL 1358 ext/soap/php_encoding.c } else if ((Z_TYPE_P(val) != IS_NULL || !model->u.element->nillable) && IS_NULL 1628 ext/soap/php_encoding.c if (Z_TYPE_PP(val) == IS_NULL && model->u.element->nillable) { IS_NULL 1649 ext/soap/php_encoding.c if (Z_TYPE_P(data) == IS_NULL && model->u.element->nillable) { IS_NULL 1653 ext/soap/php_encoding.c } else if (Z_TYPE_P(data) == IS_NULL && model->min_occurs == 0) { IS_NULL 1807 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { IS_NULL 1892 ext/soap/php_encoding.c if (Z_TYPE_PP(val) == IS_NULL && array_el->nillable) { IS_NULL 2013 ext/soap/php_encoding.c enc = get_conversion(IS_NULL); IS_NULL 2211 ext/soap/php_encoding.c if (!data || Z_TYPE_P(data) == IS_NULL) { IS_NULL 2641 ext/soap/php_encoding.c if (Z_TYPE_PP(temp_data) != IS_NULL) { IS_NULL 2730 ext/soap/php_encoding.c enc = get_conversion(IS_NULL); IS_NULL 2752 ext/soap/php_encoding.c enc = get_conversion(IS_NULL); IS_NULL 2754 ext/soap/php_encoding.c enc = get_conversion(IS_NULL); IS_NULL 777 ext/soap/soap.c if (Z_TYPE_P(code) == IS_NULL) { IS_NULL 870 ext/soap/soap.c if (Z_TYPE_P(type) == IS_NULL) { IS_NULL 935 ext/soap/soap.c } else if (Z_TYPE_PP(tmp) != IS_NULL) { IS_NULL 941 ext/soap/soap.c } else if (Z_TYPE_PP(tmp) != IS_NULL) { IS_NULL 1037 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) == IS_NULL) { IS_NULL 1733 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { IS_NULL 1749 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { IS_NULL 2312 ext/soap/soap.c } else if (Z_TYPE_P(wsdl) != IS_NULL ) { IS_NULL 2850 ext/soap/soap.c } else if (Z_TYPE_P(options) != IS_NULL) { IS_NULL 2855 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { IS_NULL 3116 ext/soap/soap.c if (headers == NULL || Z_TYPE_P(headers) == IS_NULL) { IS_NULL 3978 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { IS_NULL 4023 ext/soap/soap.c Z_TYPE_PP(tmp) != IS_NULL) { IS_NULL 4034 ext/soap/soap.c if (Z_TYPE(h->retval) != IS_NULL) { IS_NULL 1320 ext/sockets/sockets.c Z_TYPE_P(buf) = IS_NULL; IS_NULL 391 ext/spl/spl_array.c case IS_NULL: IS_NULL 430 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; IS_NULL 437 ext/spl/spl_directory.c Z_TYPE_P(return_value) = IS_NULL; IS_NULL 1613 ext/spl/spl_directory.c if (Z_TYPE_P(return_value) != IS_NULL) { IS_NULL 1679 ext/spl/spl_directory.c case IS_NULL: IS_NULL 499 ext/sqlite/sqlite.c case IS_NULL: IS_NULL 580 ext/sqlite/sqlite.c case IS_NULL: IS_NULL 632 ext/sqlite/sqlite.c Z_TYPE_PP(context_p) = IS_NULL; IS_NULL 714 ext/sqlite/sqlite.c case IS_NULL: IS_NULL 2083 ext/sqlite/sqlite.c if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { IS_NULL 2126 ext/sqlite/sqlite.c } else if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { IS_NULL 320 ext/standard/array.c case IS_NULL: IS_NULL 2233 ext/standard/array.c if (ZEND_NUM_ARGS() < 3 || Z_TYPE_PP(z_length) == IS_NULL) { IS_NULL 2315 ext/standard/array.c if (Z_TYPE_PP(dest_entry) == IS_NULL) { IS_NULL 2321 ext/standard/array.c if (Z_TYPE_PP(src_entry) == IS_NULL) { IS_NULL 4508 ext/standard/array.c if (Z_TYPE_P(callback) != IS_NULL) { IS_NULL 4543 ext/standard/array.c if (Z_TYPE_P(callback) == IS_NULL && ZEND_NUM_ARGS() == 2) { IS_NULL 4567 ext/standard/array.c if (Z_TYPE_P(callback) == IS_NULL) { IS_NULL 4593 ext/standard/array.c if (Z_TYPE_P(callback) == IS_NULL) { IS_NULL 4599 ext/standard/array.c if (Z_TYPE_P(callback) != IS_NULL) { IS_NULL 4671 ext/standard/array.c case IS_NULL: IS_NULL 301 ext/standard/browscap.c if (agent_name == NULL || Z_TYPE_PP(agent_name) == IS_NULL) { IS_NULL 633 ext/standard/file.c case IS_NULL: IS_NULL 2078 ext/standard/file.c if (len_zv != NULL && Z_TYPE_PP(len_zv) != IS_NULL) { IS_NULL 138 ext/standard/http.c } else if (Z_TYPE_PP(zdata) == IS_NULL || Z_TYPE_PP(zdata) == IS_RESOURCE) { IS_NULL 1094 ext/standard/math.c if (Z_TYPE_PP(d_p) != IS_NULL) { IS_NULL 1102 ext/standard/math.c if (Z_TYPE_PP(t_s) != IS_NULL) { IS_NULL 1095 ext/standard/string.c case IS_NULL: IS_NULL 35 ext/standard/type.c case IS_NULL: IS_NULL 242 ext/standard/type.c php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_NULL); IS_NULL 111 ext/standard/var.c case IS_NULL: IS_NULL 265 ext/standard/var.c case IS_NULL: IS_NULL 403 ext/standard/var.c case IS_NULL: IS_NULL 675 ext/standard/var.c case IS_NULL: IS_NULL 1834 ext/sybase_ct/php_sybase_ct.c case IS_NULL: IS_NULL 2227 ext/sybase_ct/php_sybase_ct.c case IS_NULL: IS_NULL 196 ext/tokenizer/tokenizer.c if (destroy && Z_TYPE(token) != IS_NULL) { IS_NULL 622 ext/wddx/wddx.c case IS_NULL: IS_NULL 473 ext/xmlrpc/xmlrpc-epi-php.c if(Z_TYPE_P(val) == IS_NULL) { IS_NULL 571 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(elem) = IS_NULL; IS_NULL 648 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(method) == IS_NULL) { IS_NULL 655 ext/xmlrpc/xmlrpc-epi-php.c if (Z_TYPE_PP(vals) != IS_NULL) { IS_NULL 893 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(retval_ptr) = IS_NULL; IS_NULL 1055 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 1056 ext/xmlrpc/xmlrpc-epi-php.c Z_TYPE_P(data.xmlrpc_method) = IS_NULL; IS_NULL 1353 ext/xmlrpc/xmlrpc-epi-php.c case IS_NULL: IS_NULL 1400 ext/xmlrpc/xmlrpc-epi-php.c if ((type == xmlrpc_base64 && Z_TYPE_P(value) != IS_NULL) || type == xmlrpc_datetime) { IS_NULL 431 ext/xsl/xsltprocessor.c if (Z_TYPE_P(cloneDocu) != IS_NULL) { IS_NULL 516 ext/xsl/xsltprocessor.c if (Z_TYPE_P(doXInclude) != IS_NULL) { IS_NULL 486 ext/zip/php_zip.c retval = (Z_TYPE_P(tmp) != IS_NULL);