Home
last modified time | relevance | path

Searched refs:PHP_VERSION_ID (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/zend_test/
H A Dtest_arginfo.h218 #if (PHP_VERSION_ID >= 80100)
309 #if (PHP_VERSION_ID >= 80400)
312 #if (PHP_VERSION_ID >= 80200)
320 #if (PHP_VERSION_ID >= 80400)
325 #if (PHP_VERSION_ID >= 80400)
330 #if (PHP_VERSION_ID >= 80400)
375 #if (PHP_VERSION_ID >= 80400)
380 #if (PHP_VERSION_ID >= 80400)
385 #if (PHP_VERSION_ID >= 80400)
390 #if (PHP_VERSION_ID >= 80400)
[all …]
/php-src/main/
H A Dphp_version.h8 #define PHP_VERSION_ID 80400 macro
H A Dmain.stub.php36 const PHP_VERSION_ID = UNKNOWN; define
H A Dmain_arginfo.h11 REGISTER_LONG_CONSTANT("PHP_VERSION_ID", PHP_VERSION_ID, CONST_PERSISTENT); in register_main_symbols()
H A Dmain.c106 return PHP_VERSION_ID; in php_version_id()
/php-src/ext/opcache/tests/
H A Dbug76275.phpt11 if (PHP_VERSION_ID >= 70000) {
/php-src/ext/mysqlnd/
H A Dmysqlnd.h23 #define MYSQLND_VERSION_ID PHP_VERSION_ID
/php-src/
H A Dconfigure.ac71 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_V…
95 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
1564 PHP_SUBST_OLD(PHP_VERSION_ID)

Completed in 35 milliseconds