]> granicus.if.org Git - php/commit
Display types in stubs more uniformly
authorMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 16 Sep 2020 19:19:36 +0000 (21:19 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Wed, 16 Sep 2020 19:19:36 +0000 (21:19 +0200)
commitc76910cd967f498065f50f17dcaad941792e8430
treeadc49e15035601cf65dc2211f43cb4094eead12d
parent0286decdb4acdfedd6365ed46f06e43cfdbf3673
Display types in stubs more uniformly

In preparation for generating method signatures for the manual.

This change gets rid of bogus false|null return types, a few unnecessary trailing backslashes, and settles on using ? when possible for nullable types.
18 files changed:
ext/dom/php_dom.stub.php
ext/dom/php_dom_arginfo.h
ext/imap/php_imap.stub.php
ext/imap/php_imap_arginfo.h
ext/intl/php_intl.stub.php
ext/intl/php_intl_arginfo.h
ext/oci8/oci8.stub.php
ext/oci8/oci8_arginfo.h
ext/pdo/pdo_stmt.stub.php
ext/pdo/pdo_stmt_arginfo.h
ext/sockets/sockets.stub.php
ext/sockets/sockets_arginfo.h
ext/spl/spl_directory.stub.php
ext/spl/spl_directory_arginfo.h
ext/standard/basic_functions.stub.php
ext/standard/basic_functions_arginfo.h
ext/zip/php_zip.stub.php
ext/zip/php_zip_arginfo.h