]> granicus.if.org Git - php/commit
Do not include the same stub multiple times
authorMáté Kocsis <kocsismate@woohoolabs.com>
Sun, 29 Mar 2020 18:24:16 +0000 (20:24 +0200)
committerMáté Kocsis <kocsismate@woohoolabs.com>
Fri, 3 Apr 2020 12:23:54 +0000 (14:23 +0200)
commit305b17e85f3bb4836fd08f22c3a19c386478cdf4
treedd890507687ab62038aad72f88d1bcfaa3614c89
parent17d4e66204466cb5e3c0eb32aa18b8dbd9774ce3
Do not include the same stub multiple times

Closes GH-5322
105 files changed:
Zend/zend_builtin_functions_arginfo.h
ext/curl/curl_file.c
ext/curl/curl_file.stub.php
ext/dom/attr.c
ext/dom/attr.stub.php [new file with mode: 0644]
ext/dom/attr_arginfo.h [new file with mode: 0644]
ext/dom/cdatasection.c
ext/dom/cdatasection.stub.php [new file with mode: 0644]
ext/dom/cdatasection_arginfo.h [new file with mode: 0644]
ext/dom/characterdata.c
ext/dom/characterdata.stub.php [new file with mode: 0644]
ext/dom/characterdata_arginfo.h [new file with mode: 0644]
ext/dom/comment.c
ext/dom/comment.stub.php [new file with mode: 0644]
ext/dom/comment_arginfo.h [new file with mode: 0644]
ext/dom/document.c
ext/dom/document.stub.php [new file with mode: 0644]
ext/dom/document_arginfo.h [new file with mode: 0644]
ext/dom/documentfragment.c
ext/dom/documentfragment.stub.php [new file with mode: 0644]
ext/dom/documentfragment_arginfo.h [new file with mode: 0644]
ext/dom/dom.stub.php
ext/dom/dom_arginfo.h
ext/dom/domimplementation.c
ext/dom/domimplementation.stub.php [new file with mode: 0644]
ext/dom/domimplementation_arginfo.h [new file with mode: 0644]
ext/dom/element.c
ext/dom/element.stub.php [new file with mode: 0644]
ext/dom/element_arginfo.h [new file with mode: 0644]
ext/dom/entityreference.c
ext/dom/entityreference.stub.php [new file with mode: 0644]
ext/dom/entityreference_arginfo.h [new file with mode: 0644]
ext/dom/namednodemap.c
ext/dom/namednodemap.stub.php [new file with mode: 0644]
ext/dom/namednodemap_arginfo.h [new file with mode: 0644]
ext/dom/node.c
ext/dom/node.stub.php [new file with mode: 0644]
ext/dom/node_arginfo.h [new file with mode: 0644]
ext/dom/nodelist.c
ext/dom/nodelist.stub.php [new file with mode: 0644]
ext/dom/nodelist_arginfo.h [new file with mode: 0644]
ext/dom/parentnode.c
ext/dom/parentnode.stub.php [new file with mode: 0644]
ext/dom/parentnode_arginfo.h [new file with mode: 0644]
ext/dom/processinginstruction.c
ext/dom/processinginstruction.stub.php [new file with mode: 0644]
ext/dom/processinginstruction_arginfo.h [new file with mode: 0644]
ext/dom/text.c
ext/dom/text.stub.php [new file with mode: 0644]
ext/dom/text_arginfo.h [new file with mode: 0644]
ext/dom/xpath.c
ext/dom/xpath.stub.php [new file with mode: 0644]
ext/dom/xpath_arginfo.h [new file with mode: 0644]
ext/intl/calendar/calendar.stub.php
ext/intl/calendar/calendar_arginfo.h
ext/intl/collator/collator.stub.php
ext/intl/collator/collator_arginfo.h
ext/intl/collator/collator_functions_arginfo.h [new file with mode: 0644]
ext/intl/common/common.stub.php
ext/intl/common/common_arginfo.h
ext/intl/dateformat/dateformat.stub.php
ext/intl/dateformat/dateformat_arginfo.h
ext/intl/formatter/formatter.stub.php
ext/intl/formatter/formatter_arginfo.h
ext/intl/formatter/formatter_functions_arginfo.h [new file with mode: 0644]
ext/intl/grapheme/grapheme.stub.php [deleted file]
ext/intl/grapheme/grapheme_arginfo.h [deleted file]
ext/intl/idn/idn.stub.php [deleted file]
ext/intl/idn/idn_arginfo.h [deleted file]
ext/intl/locale/locale.stub.php
ext/intl/locale/locale_arginfo.h
ext/intl/msgformat/msgformat.stub.php
ext/intl/msgformat/msgformat_arginfo.h
ext/intl/normalizer/normalizer.stub.php
ext/intl/normalizer/normalizer_arginfo.h
ext/intl/php_intl.c
ext/intl/php_intl.stub.php [new file with mode: 0644]
ext/intl/php_intl_arginfo.h [new file with mode: 0644]
ext/intl/resourcebundle/resourcebundle.stub.php
ext/intl/resourcebundle/resourcebundle_arginfo.h
ext/intl/timezone/timezone.stub.php
ext/intl/timezone/timezone_arginfo.h
ext/intl/transliterator/transliterator.stub.php
ext/intl/transliterator/transliterator_arginfo.h
ext/mysqli/mysqli.stub.php
ext/mysqli/mysqli_arginfo.h
ext/mysqli/mysqli_warning.c
ext/mysqli/mysqli_warning.stub.php [new file with mode: 0644]
ext/mysqli/mysqli_warning_arginfo.h [new file with mode: 0644]
ext/pdo/pdo.stub.php
ext/pdo/pdo_arginfo.h
ext/pdo/pdo_dbh.c
ext/pdo/pdo_dbh.stub.php [new file with mode: 0644]
ext/pdo/pdo_dbh_arginfo.h [new file with mode: 0644]
ext/pdo/pdo_stmt.c
ext/pdo/pdo_stmt.stub.php [new file with mode: 0644]
ext/pdo/pdo_stmt_arginfo.h [new file with mode: 0644]
ext/standard/basic_functions.stub.php
ext/standard/basic_functions_arginfo.h
ext/standard/dir.c
ext/standard/dir.stub.php [new file with mode: 0755]
ext/standard/dir_arginfo.h [new file with mode: 0644]
ext/standard/user_filters.c
ext/standard/user_filters.stub.php [new file with mode: 0755]
ext/standard/user_filters_arginfo.h [new file with mode: 0644]