Lines Matching refs:array
2046 | LOAD_ADDR CARG2, "Undefined array key " ZEND_LONG_FMT
2095 | LOAD_ADDR CARG2, "Undefined array key \"%s\""
2135 | LOAD_ADDR CARG2, "Cannot add element to the array as the next element is already occupied"
5167 /* don't generate "fast" code for packed array */
5310 | // zend_error(E_WARNING,"Undefined array key " ZEND_LONG_FMT, hval);
5450 // zend_error(E_WARNING, "Undefined array key \"%s\"", ZSTR_VAL(offset_key));
6108 …| // zend_throw_error(NULL, "Cannot add element to the array as the next element is already occupi…
6324 …| // zend_throw_error(NULL, "Cannot add element to the array as the next element is already occupi…
11640 …| // zend_throw_error(NULL, "Cannot add element to the array as the next element is already occupi…
14556 /* empty array */
14567 | // array = EX_VAR(opline->op1.var);
14568 | // fe_ht = Z_ARRVAL_P(array);
14570 | // pos = Z_FE_POS_P(array);
14611 | // Z_FE_POS_P(array) = pos + 1;