Lines Matching refs:PHP_ME

464 	PHP_ME(DateTime,			__construct,		arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
465 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
466 PHP_ME(DateTime, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
486 PHP_ME(DateTimeImmutable, __construct, arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
487 PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
488 PHP_ME(DateTimeImmutable, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
496 PHP_ME(DateTimeImmutable, modify, arginfo_date_method_modify, 0)
497 PHP_ME(DateTimeImmutable, add, arginfo_date_method_add, 0)
498 PHP_ME(DateTimeImmutable, sub, arginfo_date_method_sub, 0)
499 PHP_ME(DateTimeImmutable, setTimezone, arginfo_date_method_timezone_set, 0)
500 PHP_ME(DateTimeImmutable, setTime, arginfo_date_method_time_set, 0)
501 PHP_ME(DateTimeImmutable, setDate, arginfo_date_method_date_set, 0)
502 PHP_ME(DateTimeImmutable, setISODate, arginfo_date_method_isodate_set, 0)
503 PHP_ME(DateTimeImmutable, setTimestamp, arginfo_date_method_timestamp_set, 0)
508PHP_ME(DateTimeZone, __construct, arginfo_timezone_open, ZEND_ACC_CTO…
509 PHP_ME(DateTimeZone, __wakeup, NULL, ZEND_ACC_PUBLIC)
510PHP_ME(DateTimeZone, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STAT…
521PHP_ME(DateInterval, __construct, arginfo_date_interval_construct, ZE…
522 PHP_ME(DateInterval, __wakeup, NULL, ZEND_ACC_PUBLIC)
523PHP_ME(DateInterval, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STAT…
530PHP_ME(DatePeriod, __construct, arginfo_date_period_construct, ZEND…
531 PHP_ME(DatePeriod, __wakeup, NULL, ZEND_ACC_PUBLIC)
532PHP_ME(DatePeriod, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STAT…