Home
last modified time | relevance | path

Searched refs:str_offset (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/Zend/
H A Dzend_execute.c763 if (T->str_offset.offset >= Z_STRLEN_P(T->str_offset.str)) { in zend_assign_to_string_offset()
767 memcpy(tmp, Z_STRVAL_P(T->str_offset.str), Z_STRLEN_P(T->str_offset.str)+1); in zend_assign_to_string_offset()
770 …Z_STRVAL_P(T->str_offset.str) = (char *) erealloc(Z_STRVAL_P(T->str_offset.str), T->str_offset.off… in zend_assign_to_string_offset()
772 memset(Z_STRVAL_P(T->str_offset.str) + Z_STRLEN_P(T->str_offset.str), in zend_assign_to_string_offset()
774 T->str_offset.offset - Z_STRLEN_P(T->str_offset.str)); in zend_assign_to_string_offset()
775 Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset+1] = 0; in zend_assign_to_string_offset()
776 Z_STRLEN_P(T->str_offset.str) = T->str_offset.offset+1; in zend_assign_to_string_offset()
780 memcpy(tmp, Z_STRVAL_P(T->str_offset.str), Z_STRLEN_P(T->str_offset.str) + 1); in zend_assign_to_string_offset()
792 Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset] = Z_STRVAL(tmp)[0]; in zend_assign_to_string_offset()
795 Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset] = Z_STRVAL_P(value)[0]; in zend_assign_to_string_offset()
[all …]
H A Dzend_execute.h41 } str_offset; member
H A Dzend_vm_execute.h13365 …INGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_of… in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_HANDLER()
13421 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs… in ZEND_ASSIGN_SPEC_VAR_CONST_HANDLER()
15542 …INGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_of… in ZEND_ASSIGN_DIM_SPEC_VAR_TMP_HANDLER()
15598 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs… in ZEND_ASSIGN_SPEC_VAR_TMP_HANDLER()
17628 …INGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_of… in ZEND_ASSIGN_DIM_SPEC_VAR_VAR_HANDLER()
17684 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs… in ZEND_ASSIGN_SPEC_VAR_VAR_HANDLER()
20814 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs… in ZEND_ASSIGN_SPEC_VAR_CV_HANDLER()
29246 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs… in ZEND_ASSIGN_SPEC_CV_CONST_HANDLER()
31198 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs… in ZEND_ASSIGN_SPEC_CV_TMP_HANDLER()
33153 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs… in ZEND_ASSIGN_SPEC_CV_VAR_HANDLER()
[all …]
H A Dzend_vm_def.h1675 …INGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_of…
1731 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs…

Completed in 140 milliseconds