File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -4742,20 +4742,20 @@ PHP_METHOD(DatePeriod, getDateInterval)
4742
4742
*/
4743
4743
PHP_METHOD (DatePeriod , getRecurrences )
4744
4744
{
4745
- php_period_obj * dpobj ;
4746
- php_date_obj * dateobj ;
4745
+ php_period_obj * dpobj ;
4746
+ php_date_obj * dateobj ;
4747
4747
4748
- if (zend_parse_parameters_none () == FAILURE ) {
4749
- return ;
4750
- }
4748
+ if (zend_parse_parameters_none () == FAILURE ) {
4749
+ return ;
4750
+ }
4751
4751
4752
- dpobj = Z_PHPPERIOD_P (ZEND_THIS );
4752
+ dpobj = Z_PHPPERIOD_P (getThis () );
4753
4753
4754
- if (0 == dpobj -> recurrences - dpobj -> include_start_date ) {
4755
- return ;
4756
- }
4754
+ if (0 == dpobj -> recurrences - dpobj -> include_start_date ) {
4755
+ return ;
4756
+ }
4757
4757
4758
- RETURN_LONG (dpobj -> recurrences - dpobj -> include_start_date );
4758
+ RETURN_LONG (dpobj -> recurrences - dpobj -> include_start_date );
4759
4759
}
4760
4760
/* }}} */
4761
4761
You can’t perform that action at this time.
0 commit comments