Searched refs:targetObject (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/Zend/tests/parameter_default_values/ |
H A D | internal_declaration_error_false.phpt | 12 …() must be compatible with DateTimeInterface::diff(DateTimeInterface $targetObject, bool $absolute…
|
/PHP-8.0/ext/date/ |
H A D | php_date.stub.php | 65 …DateTimeInterface $baseObject, DateTimeInterface $targetObject, bool $absolute = false): DateInter… argument 135 public function diff(DateTimeInterface $targetObject, bool $absolute = false); argument 244 public function diff(DateTimeInterface $targetObject, bool $absolute = false) {} argument 297 public function diff(DateTimeInterface $targetObject, bool $absolute = false) {} argument
|
H A D | php_date_arginfo.h | 123 ZEND_ARG_OBJ_INFO(0, targetObject, DateTimeInterface, 0) 240 ZEND_ARG_OBJ_INFO(0, targetObject, DateTimeInterface, 0)
|
Completed in 9 milliseconds