Home
last modified time | relevance | path

Searched refs:PHP_ZTS (Results 1 – 15 of 15) sorted by relevance

/PHP-8.3/main/
H A Dphp_main.h66 #define PHP_ZTS 1 macro
68 #define PHP_ZTS 0 macro
H A Dmain.stub.php41 const PHP_ZTS = UNKNOWN; define
H A Dmain_arginfo.h14 REGISTER_LONG_CONSTANT("PHP_ZTS", PHP_ZTS, CONST_PERSISTENT); in register_main_symbols()
/PHP-8.3/sapi/apache2handler/
H A Dconfig.w326 if (PHP_ZTS == "no") {
24 if (PHP_ZTS == "no") {
42 if (PHP_ZTS == "no") {
/PHP-8.3/ext/zip/tests/
H A Dbug72660.phpt7 if(PHP_ZTS == 0) { die('skip ZTS required'); }
/PHP-8.3/ext/curl/tests/
H A Dbug71144.phpt6 <?php if (!PHP_ZTS) { print "skip only for zts build"; } ?>
/PHP-8.3/ext/ffi/tests/
H A Dutils.inc15 … return "php" . PHP_MAJOR_VERSION . (PHP_ZTS ? "ts" : "") . (PHP_DEBUG ? "_debug" : "") . ".dll";
/PHP-8.3/Zend/tests/
H A Dbug74093.phpt6 if (PHP_ZTS) die("skip only for no-zts build");
/PHP-8.3/tests/lang/
H A D045.phpt6 if (PHP_ZTS) die("skip hard_timeout works only on no-zts builds");
/PHP-8.3/ext/standard/tests/file/
H A Drealpath_bug77484.phpt8 if (PHP_ZTS) {
H A Dsymlink_link_linkinfo_is_link_error2.phpt5 if (PHP_OS_FAMILY === 'Windows' && PHP_ZTS) {
/PHP-8.3/ext/gettext/tests/
H A Dbug66267.phpt8 if (PHP_ZTS) {
/PHP-8.3/ext/opcache/
H A Dconfig.w3224 if (PHP_ZTS == "yes") {
/PHP-8.3/win32/build/
H A Dconfutils.js1964 ar[k++] = ['Thread Safety', PHP_ZTS == "yes" ? "Yes" : "No"];
2013 …var ini_dir = PHP_OBJECT_OUT_DIR + ("yes" == PHP_DEBUG ? "Debug" : "Release") + ("yes" == PHP_ZTS
2341 MF.WriteLine("var PHP_ZTS=" + '"' + (PHP_ZTS.toLowerCase() == "yes" ? "Yes" : "No") + '"');
2370 CJ.WriteLine("var PHP_ZTS =" + '"' + PHP_ZTS + '"');
3505 if (PHP_ZTS == "yes") {
3512 DEFINE("PHP_ZTS_ARCHIVE_POSTFIX", PHP_ZTS == "yes" ? '' : "-nts");
3515 if (PHP_DEBUG == "yes" && PHP_ZTS == "yes") {
3521 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {
3527 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {
3533 } else if (PHP_DEBUG == "no" && PHP_ZTS == "no") {
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt4 <?php if (PHP_ZTS) { print "skip only for no-zts build"; }

Completed in 24 milliseconds