Skip to content

Commit 693817d

Browse files
committed
Update stubs
1 parent 02c53c5 commit 693817d

File tree

178 files changed

+35
-559
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+35
-559
lines changed

stubs/Zend/debug_backtrace.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function debug_backtrace(int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT, int $limit = 0): array
74
{
85
}

stubs/Zend/gc_status.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function gc_status(): array
74
{
85
}

stubs/Zend/get_class_methods.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_class_methods(object|string $object_or_class): array
74
{
85
}

stubs/Zend/get_class_vars.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_class_vars(string $class): array
74
{
85
}

stubs/Zend/get_declared_classes.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_declared_classes(): array
74
{
85
}
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_declared_interfaces(): array
74
{
85
}

stubs/Zend/get_declared_traits.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_declared_traits(): array
74
{
85
}

stubs/Zend/get_defined_constants.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_defined_constants(bool $categorize = false): array
74
{
85
}

stubs/Zend/get_defined_functions.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_defined_functions(bool $exclude_disabled = true): array
74
{
85
}

stubs/Zend/get_defined_vars.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<?php
22

3-
/**
4-
* @refcount 1
5-
*/
63
function get_defined_vars(): array
74
{
85
}

0 commit comments

Comments
 (0)