Skip to content

Commit 280ecbd

Browse files
committed
Update stubs
1 parent deade75 commit 280ecbd

38 files changed

+0
-115
lines changed

stubs/Zend/func_get_args.php

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

3-
/**
4-
*
5-
*/
63
function func_get_args() : array
74
{
85
}

stubs/Zend/restore_error_handler.php

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

3-
/**
4-
*
5-
*/
63
function restore_error_handler() : bool
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-
*
5-
*/
63
function restore_exception_handler() : bool
74
{
85
}

stubs/ext/dba/dba_key_split.php

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

3-
/**
4-
*
5-
*/
63
function dba_key_split(string|false|null $key) : array|false
74
{
85
}

stubs/ext/dba/dba_list.php

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

3-
/**
4-
*
5-
*/
63
function dba_list() : array
74
{
85
}

stubs/ext/gd/imagecolorset.php

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

3-
/**
4-
*
5-
*/
63
function imagecolorset(\GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0) : ?bool
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-
*
5-
*/
63
function libxml_get_errors() : array
74
{
85
}

stubs/ext/mysqli/mysqli_close.php

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

3-
/**
4-
*
5-
*/
63
function mysqli_close(\mysqli $mysql) : bool
74
{
85
}

stubs/ext/mysqli/mysqli_debug.php

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

3-
/**
4-
*
5-
*/
63
function mysqli_debug(string $options) : bool
74
{
85
}

stubs/ext/mysqli/mysqli_ssl_set.php

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

3-
/**
4-
*
5-
*/
63
function mysqli_ssl_set(\mysqli $mysql, ?string $key, ?string $certificate, ?string $ca_certificate, ?string $ca_path, ?string $cipher_algos) : bool
74
{
85
}

0 commit comments

Comments
 (0)