Lines Matching refs:tmp
719 zval tmp; in ast_name_to_zval() local
720 ZVAL_COPY_VALUE(&tmp, child_zv); in ast_name_to_zval()
722 child_zv, AST_NULLABLE_TYPE, 0, zend_ast_get_lineno(child), state, 1, &tmp); in ast_name_to_zval()
819 zval tmp; in ast_fill_children_ht() local
820 ast_to_zval(&tmp, child, state); in ast_fill_children_ht()
822 &child_zv, ZEND_AST_STMT_LIST, 0, zend_ast_get_lineno(child), state, 1, &tmp); in ast_fill_children_ht()
848 zval tmp; in ast_fill_children_ht() local
849 ZVAL_COPY_VALUE(&tmp, &child_zv); in ast_fill_children_ht()
851 &child_zv, ZEND_AST_RETURN, 0, zend_ast_get_lineno(child), state, 1, &tmp); in ast_fill_children_ht()
864 zval tmp; in ast_fill_children_ht() local
865 ZVAL_NULL(&tmp); in ast_fill_children_ht()
866 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
867 zend_hash_add_new(ht, AST_STR(str_docComment), &tmp); in ast_fill_children_ht()
870 zval tmp; in ast_fill_children_ht() local
871 ZVAL_NULL(&tmp); in ast_fill_children_ht()
872 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
881 zval tmp; in ast_fill_children_ht() local
882 ZVAL_NULL(&tmp); in ast_fill_children_ht()
883 zend_hash_add_new(ht, AST_STR(str_hooks), &tmp); in ast_fill_children_ht()
893 zval tmp; in ast_fill_children_ht() local
894 ZVAL_NULL(&tmp); in ast_fill_children_ht()
895 zend_hash_add_new(ht, AST_STR(str_attributes), &tmp); in ast_fill_children_ht()
902 zval tmp; in ast_fill_children_ht() local
903 ZVAL_NULL(&tmp); in ast_fill_children_ht()
904 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()
911 zval tmp; in ast_fill_children_ht() local
912 ZVAL_NULL(&tmp); in ast_fill_children_ht()
913 zend_hash_add_new(ht, AST_STR(str_type), &tmp); in ast_fill_children_ht()