Searched refs:getRecurrences (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/date/tests/ |
H A D | bug78055.phpt | 2 Bug #78055 (DatePeriod's getRecurrences and ->recurrences don't match) 11 echo $period->getRecurrences(), " ", $period->recurrences, "\n"; 14 echo $period->getRecurrences(), " ", $period->recurrences, "\n"; 17 echo $period->getRecurrences(), " ", $period->recurrences, "\n"; 20 echo $period->getRecurrences(), " ", $period->recurrences, "\n";
|
H A D | DatePeriod_getter.phpt | 20 var_dump($period->getRecurrences()); 24 var_dump($periodWithRecurrences->getRecurrences()); 29 var_dump($periodWithRecurrences->getRecurrences());
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 419 public function getRecurrences() {} function in DatePeriod
|
H A D | php_date_arginfo.h | 505 ZEND_METHOD(DatePeriod, getRecurrences); 654 ZEND_ME(DatePeriod, getRecurrences, arginfo_class_DatePeriod_getRecurrences, ZEND_ACC_PUBLIC)
|
H A D | php_date.c | 4361 PHP_METHOD(DatePeriod, getRecurrences) in PHP_METHOD() argument
|
Completed in 26 milliseconds