Home
last modified time | relevance | path

Searched refs:add (Results 276 – 300 of 360) sorted by relevance

1...<<1112131415

/PHP-8.3/
H A DCONTRIBUTING.md32 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
40 you add a link to the PR in the bug on [the bug tracker](https://github.com/php/php-src/issues)
54 You can also add pull requests to [bug reports](https://github.com/php/php-src/issues)
272 Update any open bugs and add a link to the source of your change. Send the patch
H A DUPGRADING.INTERNALS27 implementation detail. Those extensions may need to add the missing
H A DNEWS556 . Fixed bug GH-12019 (add GDLIB_CFLAGS in feature tests). (Michael Orlitzky)
1219 . add new error macros (ER_DATA_LENGTH and ER_NOT_ALLOWED). (Remi)
1220 . add new archive global flags (ER_AFL_*). (Remi)
1221 . add ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods.
/PHP-8.3/ext/phar/tests/
H A Dphar_convert_again.phpt174 Unable to add newly converted phar "%sphar_convert_again.phar" to the list of phars, a phar with th…
/PHP-8.3/ext/standard/tests/array/
H A Darray_intersect_key_variation2.phpt35 // add arrays
H A Darray_intersect_uassoc_variation2.phpt43 // add arrays
H A Darray_intersect_key_variation1.phpt35 // add arrays
H A Darray_intersect_uassoc_variation1.phpt43 // add arrays
/PHP-8.3/ext/date/tests/
H A DDateTime_uninitialised_exceptions.phpt35 check(fn() => $mdt->add($di));
/PHP-8.3/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt118 do not modify the License. You may add Your own attribution
124 You may add Your own copyright statement to Your modifications and
/PHP-8.3/ext/date/
H A Dphp_date_arginfo.h565 ZEND_METHOD(DateTimeImmutable, add);
676 ZEND_ME_MAPPING(add, date_add, arginfo_class_DateTime_add, ZEND_ACC_PUBLIC)
705 ZEND_ME(DateTimeImmutable, add, arginfo_class_DateTimeImmutable_add, ZEND_ACC_PUBLIC)
/PHP-8.3/build/
H A Dphp.m4349 dnl Use this macro, if you need to add libraries and or library search paths to
379 dnl Use this macro, if you need to add header search paths to the PHP build
454 dnl Add an include path. If before is 1, add in the beginning of INCLUDES.
1907 dnl PHP_SETUP_ICU([shared-add])
1925 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]])
1943 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]])
2020 dnl PHP_SETUP_LIBXML(shared-add [, action-found])
2036 dnl PHP_SETUP_EXPAT([shared-add])
/PHP-8.3/ext/opcache/jit/
H A DREADME.md94 sudo dpkg --add-architecture i386
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt69 /* we should add ruled when to expect them */
H A Dmysqli_debug_mysqlnd_control_string.phpt72 // i - add PID of the current process
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc125 .'if necessary. And finally this switch will add the file phar.inc from '
677 * @param string $file The file to add to the archive
976 * Client comment add file information
1408 // @todo add error message here.
/PHP-8.3/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc139 echo 'Unexpected: Failed to add a new data entry', \PHP_EOL;
/PHP-8.3/Zend/
H A DZend.m4207 dnl Check for support for implicit fallthrough level 1, also add after previous CFLAGS as level 3 i…
/PHP-8.3/.github/workflows/
H A Dpush.yml324 git add .
/PHP-8.3/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua1795 for name,n in pairs{ add = 0, ["or"] = 1, adc = 2, sbb = 3,
1817 for name,n in pairs{ add = 0, mul = 1, com = 2, comp = 3,
1841 for name,n in pairs{ sqrt = 1, add = 8, mul = 9,
/PHP-8.3/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc44 * @var string Optional comment to add to the zip
/PHP-8.3/ext/standard/
H A Durl_scanner_ex.re227 * When URL does not have path and query string add "/?".
228 * i.e. If URL is only "?foo=bar", should not add "/?".
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_arginfo.h268 ZEND_ME_MAPPING(add, intlcal_add, arginfo_class_IntlCalendar_add, ZEND_ACC_PUBLIC)
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt221 /* TODO: add proper codes */
/PHP-8.3/ext/phar/tests/files/
H A Dpear2coverage.phar1357 throw new Exception('Unable to add file ' . $filepath . ' to database');
1380 throw new Exception('Unable to add file ' . $filepath . ' to database');
1488 throw new Exception('Cannot add coverage for test ' . $testpath .

Completed in 57 milliseconds

1...<<1112131415