Skip to content

Commit f65b3d3

Browse files
author
phalcon
committed
Regenerating build for 64bits [ci skip]
1 parent b029722 commit f65b3d3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build/64bits/phalcon.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73532,7 +73532,7 @@ PHP_METHOD(Phalcon_Mvc_View, pick){
7353273532
PHP_METHOD(Phalcon_Mvc_View, partial){
7353373533

7353473534
zval *partial_path, *zfalse, *partials_dir, *real_path;
73535-
zval *engines, *content;
73535+
zval *engines;
7353673536

7353773537
PHALCON_MM_GROW();
7353873538

@@ -73548,15 +73548,12 @@ PHP_METHOD(Phalcon_Mvc_View, partial){
7354873548

7354973549
PHALCON_INIT_VAR(real_path);
7355073550
PHALCON_CONCAT_VV(real_path, partials_dir, partial_path);
73551-
phalcon_update_property_null(this_ptr, SL("_content") TSRMLS_CC);
7355273551

7355373552
PHALCON_INIT_VAR(engines);
7355473553
PHALCON_CALL_METHOD(engines, this_ptr, "_loadtemplateengines");
7355573554
PHALCON_CALL_METHOD_PARAMS_5_NORETURN(this_ptr, "_enginerender", engines, real_path, zfalse, zfalse, zfalse);
7355673555

73557-
PHALCON_OBS_VAR(content);
73558-
phalcon_read_property(&content, this_ptr, SL("_content"), PH_NOISY_CC);
73559-
RETURN_CCTOR(content);
73556+
PHALCON_MM_RESTORE();
7356073557
}
7356173558

7356273559
PHP_METHOD(Phalcon_Mvc_View, getRender){

0 commit comments

Comments
 (0)