Lines Matching refs:IS_UNDEF

804 				if (Z_TYPE(retval) != IS_UNDEF) {  in PHP_FUNCTION()
971 …ion(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_array_user_compare()
1092 …ion(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { in php_array_user_key_compare()
1384 if (Z_TYPE_P(zv) == IS_UNDEF) { in php_array_walk()
1458 if (Z_TYPE(args[1]) != IS_UNDEF) { in php_array_walk()
1760 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
1803 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
1933 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
1989 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
2043 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
2117 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
2390 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
2435 if (Z_TYPE_P(orig_var) == IS_UNDEF) {
2980 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3001 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3089 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3112 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3133 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3156 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3252 if (Z_TYPE_P(val) != IS_UNDEF) {
3301 if (Z_TYPE_P(val) != IS_UNDEF) {
3322 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3337 if (Z_TYPE(p->val) == IS_UNDEF) continue;
3360 if (Z_TYPE(p->val) == IS_UNDEF) continue;
4612 if (Z_TYPE(p->val) == IS_UNDEF) continue;
4613 if (Z_TYPE(p->val) == IS_INDIRECT && Z_TYPE_P(Z_INDIRECT(p->val)) == IS_UNDEF) continue;
4623 for (cmpdata = arTmp + 1; Z_TYPE(cmpdata->b.val) != IS_UNDEF; cmpdata++) {
4667 …ion(&BG(user_compare_fci), &BG(user_compare_fci_cache)) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
4728 if (Z_TYPE_P(val) == IS_UNDEF) continue;
4731 if (Z_TYPE_P(val) == IS_UNDEF) continue;
4899 if (Z_TYPE(p->val) == IS_UNDEF) continue;
4918 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
4927 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_data_compare_func(ptrs[0], ptrs[i])…
4931 …while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = intersect_key_compare_func(ptrs[0], ptrs[i]))…
4934 …if ((!c && Z_TYPE(ptrs[i]->val) != IS_UNDEF) && (behavior == INTERSECT_ASSOC)) { /* only when INTE…
4956 if (Z_TYPE(ptrs[i]->val) == IS_UNDEF) {
4962 if (Z_TYPE(p->val) == IS_UNDEF) {
4986 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5002 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5139 if (Z_TYPE_P(val) == IS_UNDEF) continue;
5142 if (Z_TYPE_P(val) == IS_UNDEF) continue;
5310 if (Z_TYPE(p->val) == IS_UNDEF) continue;
5329 while (Z_TYPE(ptrs[0]->val) != IS_UNDEF) {
5341 … while (Z_TYPE(ptrs[i]->val) != IS_UNDEF && (0 < (c = diff_data_compare_func(ptrs[0], ptrs[i])))) {
5345 while (Z_TYPE(ptr->val) != IS_UNDEF && (0 != (c = diff_key_compare_func(ptrs[0], ptr)))) {
5351 if (Z_TYPE(ptrs[i]->val) != IS_UNDEF) {
5358 if (Z_TYPE(ptr->val) != IS_UNDEF) {
5395 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5411 if (Z_TYPE((++ptrs[0])->val) == IS_UNDEF) {
5642 } while (Z_TYPE(ab[r].val) != IS_UNDEF);
5791 if (Z_TYPE(p->val) == IS_UNDEF) continue;
6062 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
6220 if (ret != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
6266 } else if (Z_TYPE(Z_ARRVAL(arrays[i])->arData[pos].val) != IS_UNDEF) {
6292 } else if (Z_TYPE(Z_ARRVAL(arrays[i])->arData[pos].val) != IS_UNDEF) {
6306 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {
6412 if (Z_TYPE(chunk) == IS_UNDEF) {
6437 if (Z_TYPE(chunk) != IS_UNDEF) {
6474 } else if (Z_TYPE(values->arData[pos_values].val) != IS_UNDEF) {