Z_ISUNDEF_P       474 Zend/zend_builtin_functions.c 	if (EXPECTED(!Z_ISUNDEF_P(arg))) {
Z_ISUNDEF_P       564 Zend/zend_generators.c 		} while (Z_ISUNDEF_P(value));
Z_ISUNDEF_P       291 ext/libxml/libxml.c 	if (!Z_ISUNDEF_P(object)) {
Z_ISUNDEF_P       777 ext/mysqlnd/mysqlnd_ps_codec.c 		if (!Z_ISUNDEF_P(parameter) && Z_TYPE_P(data) == IS_NULL) {
Z_ISUNDEF_P       404 ext/pdo/pdo_dbh.c 	if (!Z_ISUNDEF_P(ctor_args)) {
Z_ISUNDEF_P      1713 ext/reflection/php_reflection.c 		if (!Z_ISUNDEF_P(closure_this)) {
Z_ISUNDEF_P        36 ext/session/mod_user.c 	} else if (Z_ISUNDEF_P(retval)) {
Z_ISUNDEF_P       362 ext/simplexml/simplexml.c 	if (Z_ISUNDEF_P(rv)) {
Z_ISUNDEF_P      1521 ext/sockets/conversions.c 	return Z_ISUNDEF_P(zv)? NULL : zv;
Z_ISUNDEF_P       286 ext/spl/spl_array.c 	if (!offset || Z_ISUNDEF_P(offset)) {
Z_ISUNDEF_P       402 ext/spl/spl_array.c 			if (!Z_ISUNDEF_P(rv)) {
Z_ISUNDEF_P       611 ext/spl/spl_dllist.c 	if (Z_ISUNDEF_P(return_value)) {
Z_ISUNDEF_P       631 ext/spl/spl_dllist.c 	if (Z_ISUNDEF_P(return_value)) {
Z_ISUNDEF_P       652 ext/spl/spl_dllist.c 	if (value == NULL || Z_ISUNDEF_P(value)) {
Z_ISUNDEF_P       676 ext/spl/spl_dllist.c 	if (value == NULL || Z_ISUNDEF_P(value)) {
Z_ISUNDEF_P       371 ext/spl/spl_fixedarray.c 		if (!Z_ISUNDEF_P(rv)) {
Z_ISUNDEF_P        93 ext/spl/spl_heap.c 	if (!Z_ISUNDEF_P(elem)) {
Z_ISUNDEF_P       620 ext/spl/spl_heap.c 	if (Z_ISUNDEF_P(return_value)) {
Z_ISUNDEF_P       907 ext/spl/spl_heap.c 	if (object->heap->count == 0 || Z_ISUNDEF_P(element)) {
Z_ISUNDEF_P       925 ext/spl/spl_heap.c 	if (object->heap->count == 0 || Z_ISUNDEF_P(element)) {
Z_ISUNDEF_P      1029 ext/spl/spl_heap.c 	if (!intern->heap->count || Z_ISUNDEF_P(element)) {
Z_ISUNDEF_P      1049 ext/spl/spl_heap.c 	if (!intern->heap->count || Z_ISUNDEF_P(element)) {
Z_ISUNDEF_P       736 ext/standard/var.c 								if (Z_ISUNDEF_P(d)) {
Z_ISUNDEF_P       371 ext/standard/var_unserializer.c 		if (UNEXPECTED(Z_ISUNDEF_P(data))) {
Z_ISUNDEF_P      1236 ext/standard/var_unserializer.c 	if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {
Z_ISUNDEF_P      1279 ext/standard/var_unserializer.c 	if (Z_ISUNDEF_P(rval_ref) || (Z_ISREF_P(rval_ref) && Z_ISUNDEF_P(Z_REFVAL_P(rval_ref)))) {