Home
last modified time | relevance | path

Searched refs:tmp_offset (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_object_handlers.c791 zval tmp_offset, tmp_object; in zend_std_read_dimension() local
796 ZVAL_NULL(&tmp_offset); in zend_std_read_dimension()
807 zval_ptr_dtor(&tmp_offset); in zend_std_read_dimension()
812 zval_ptr_dtor(&tmp_offset); in zend_std_read_dimension()
822 zval_ptr_dtor(&tmp_offset); in zend_std_read_dimension()
841 zval tmp_offset, tmp_object; in zend_std_write_dimension() local
845 ZVAL_NULL(&tmp_offset); in zend_std_write_dimension()
853 zval_ptr_dtor(&tmp_offset); in zend_std_write_dimension()
885 zval_ptr_dtor(&tmp_offset); in zend_std_has_dimension()
1042 zval tmp_offset, tmp_object; in zend_std_unset_dimension() local
[all …]
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7918 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local
7947 tmp_offset = 0; in compile_iterator_matchingpath()
7959 tmp_offset = POSSESSIVE0; in compile_iterator_matchingpath()
8078 OP2(SLJIT_SUB | SLJIT_SET_E, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8089 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8092 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8101 OP1(SLJIT_MOV, STR_PTR, 0, tmp_base, tmp_offset); in compile_iterator_matchingpath()
8105 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8107 OP1(SLJIT_MOV, tmp_base, tmp_offset, STR_PTR, 0); in compile_iterator_matchingpath()
8109 OP1(SLJIT_MOV, STR_PTR, 0, tmp_base, tmp_offset); in compile_iterator_matchingpath()
[all …]

Completed in 33 milliseconds