Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c765 if (T->str_offset.offset >= Z_STRLEN_P(T->str_offset.str)) { in zend_assign_to_string_offset()
769 memcpy(tmp, Z_STRVAL_P(T->str_offset.str), Z_STRLEN_P(T->str_offset.str)+1); in zend_assign_to_string_offset()
772 …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()
774 memset(Z_STRVAL_P(T->str_offset.str) + Z_STRLEN_P(T->str_offset.str), in zend_assign_to_string_offset()
776 T->str_offset.offset - Z_STRLEN_P(T->str_offset.str)); in zend_assign_to_string_offset()
777 Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset+1] = 0; in zend_assign_to_string_offset()
778 Z_STRLEN_P(T->str_offset.str) = T->str_offset.offset+1; in zend_assign_to_string_offset()
782 memcpy(tmp, Z_STRVAL_P(T->str_offset.str), Z_STRLEN_P(T->str_offset.str) + 1); in zend_assign_to_string_offset()
794 Z_STRVAL_P(T->str_offset.str)[T->str_offset.offset] = Z_STRVAL(tmp)[0]; in zend_assign_to_string_offset()
797 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.h15224 …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()
15280 …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()
17581 …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()
17637 …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()
19844 …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()
19900 …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()
23374 …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()
32809 …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()
34933 …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()
37060 …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.h1679 …INGL(retval, Z_STRVAL_P(EX_T((opline+1)->op2.var).str_offset.str)+EX_T((opline+1)->op2.var).str_of…
1735 …AL_STRINGL(retval, Z_STRVAL_P(EX_T(opline->op1.var).str_offset.str)+EX_T(opline->op1.var).str_offs…

Completed in 114 milliseconds