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 @@ -4736,20 +4736,20 @@ PHP_METHOD(DatePeriod, getDateInterval)
4736
4736
*/
4737
4737
PHP_METHOD (DatePeriod , getRecurrences )
4738
4738
{
4739
- php_period_obj * dpobj ;
4740
- php_date_obj * dateobj ;
4739
+ php_period_obj * dpobj ;
4740
+ php_date_obj * dateobj ;
4741
4741
4742
- if (zend_parse_parameters_none () == FAILURE ) {
4743
- return ;
4744
- }
4742
+ if (zend_parse_parameters_none () == FAILURE ) {
4743
+ return ;
4744
+ }
4745
4745
4746
- dpobj = Z_PHPPERIOD_P (ZEND_THIS );
4746
+ dpobj = Z_PHPPERIOD_P (getThis () );
4747
4747
4748
- if (0 == dpobj -> recurrences - dpobj -> include_start_date ) {
4749
- return ;
4750
- }
4748
+ if (0 == dpobj -> recurrences - dpobj -> include_start_date ) {
4749
+ return ;
4750
+ }
4751
4751
4752
- RETURN_LONG (dpobj -> recurrences - dpobj -> include_start_date );
4752
+ RETURN_LONG (dpobj -> recurrences - dpobj -> include_start_date );
4753
4753
}
4754
4754
/* }}} */
4755
4755
You can’t perform that action at this time.
0 commit comments