Home
last modified time | relevance | path

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

/php-src/ext/zend_test/
H A Dtest_arginfo.h234 #if (PHP_VERSION_ID >= 80100)
329 #if (PHP_VERSION_ID >= 80400)
332 #if (PHP_VERSION_ID >= 80200)
340 #if (PHP_VERSION_ID >= 80400)
345 #if (PHP_VERSION_ID >= 80400)
350 #if (PHP_VERSION_ID >= 80400)
355 #if (PHP_VERSION_ID >= 80400)
402 #if (PHP_VERSION_ID >= 80400)
407 #if (PHP_VERSION_ID >= 80400)
412 #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.c107 return PHP_VERSION_ID; in php_version_id()
/php-src/ext/opcache/tests/
H A Dbug76275.phpt11 if (PHP_VERSION_ID >= 70000) {
/php-src/docs/source/miscellaneous/
H A Dstubs.rst483 #if (PHP_VERSION_ID >= 80000)
524 Then notice the ``#if (PHP_VERSION_ID >= ...)`` conditions in the generated arginfo file:
530 #if (PHP_VERSION_ID >= 80100)
547 #if (PHP_VERSION_ID >= 80100)
549 #elif (PHP_VERSION_ID >= 80000)
556 #if (PHP_VERSION_ID >= 80300)
566 #if (PHP_VERSION_ID >= 80100)
568 #elif (PHP_VERSION_ID >= 80000)
/php-src/ext/mysqlnd/
H A Dmysqlnd.h23 #define MYSQLND_VERSION_ID PHP_VERSION_ID
/php-src/
H A Dconfigure.ac72 PHP_VERSION_ID=$(expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_…
90 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
1382 AC_SUBST([PHP_VERSION_ID]) subst

Completed in 80 milliseconds