Home
last modified time | relevance | path

Searched refs:add (Results 226 – 250 of 311) sorted by relevance

12345678910>>...13

/php-src/
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)
275 Update any open bugs and add a link to the source of your change. Send the patch
/php-src/ext/opcache/jit/
H A DREADME.md60 sudo dpkg --add-architecture i386
/php-src/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-src/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-src/ext/date/tests/
H A DDateTime_uninitialised_exceptions.phpt35 check(fn() => $mdt->add($di));
/php-src/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-src/build/
H A Dphp.m4342 dnl Use this macro, if you need to add libraries and or library search paths to
372 dnl Use this macro, if you need to add header search paths to the PHP build
447 dnl Add an include path. If before is 1, add in the beginning of INCLUDES.
1809 dnl PHP_SETUP_ICU([shared-add])
1828 dnl PHP_SETUP_OPENSSL(shared-add [, action-found [, action-not-found]])
1846 dnl PHP_SETUP_ICONV(shared-add [, action-found [, action-not-found]])
1923 dnl PHP_SETUP_LIBXML(shared-add [, action-found])
1939 dnl PHP_SETUP_EXPAT([shared-add])
/php-src/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-src/ext/dom/
H A Dconfig.m410 AC_MSG_ERROR([DOM extension requires LIBXML extension, add --with-libxml])
/php-src/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-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc139 echo 'Unexpected: Failed to add a new data entry', \PHP_EOL;
/php-src/Zend/
H A DZend.m4213 dnl Check for support for implicit fallthrough level 1, also add after previous CFLAGS as level 3 i…
/php-src/.github/workflows/
H A Dpush.yml305 git add .
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua1799 for name,n in pairs{ add = 0, ["or"] = 1, adc = 2, sbb = 3,
1821 for name,n in pairs{ add = 0, mul = 1, com = 2, comp = 3,
1845 for name,n in pairs{ sqrt = 1, add = 8, mul = 9,
/php-src/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc44 * @var string Optional comment to add to the zip
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst119 example, they may add two numbers, load some memory from RAM, jump to an instruction under a certain
/php-src/ext/standard/
H A Durl_scanner_ex.re228 * When URL does not have path and query string add "/?".
229 * i.e. If URL is only "?foo=bar", should not add "/?".
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt215 /* TODO: add proper codes */
/php-src/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 .
/php-src/ext/date/
H A Dphp_date_arginfo.h586 ZEND_METHOD(DateTimeImmutable, add);
729 ZEND_ME(DateTimeImmutable, add, arginfo_class_DateTimeImmutable_add, ZEND_ACC_PUBLIC)
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation1.phpt39 // create the file and add the content with has csv fields

Completed in 54 milliseconds

12345678910>>...13