Skip to content

Commit

Permalink
add missing constants
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Oct 27, 2024
1 parent 0b18d9e commit 65e8717
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class ReflectionProperty implements Reflector
*/
public const IS_ABSTRACT = 64;

/**
* @since 8.4
*/
public const IS_VIRTUAL = 512;
/**
* @var string Name of the property, same as calling the {@see ReflectionProperty::getName()} method
*/
Expand Down
4 changes: 4 additions & 0 deletions curl/curl_d.php
Original file line number Diff line number Diff line change
Expand Up @@ -4396,3 +4396,7 @@
* @since 8.4
*/
define('CURLINFO_SSL_DATA_IN', 1);
/**
* @since 8.4
*/
define('CURLINFO_POSTTRANSFER_TIME_T', 6291523);

0 comments on commit 65e8717

Please sign in to comment.