Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Dphp_version.h8 #define PHP_VERSION_ID 80315 macro
H A Dmain.stub.php36 const PHP_VERSION_ID = UNKNOWN; define
H A Dmain_arginfo.h13 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-8.3/ext/opcache/tests/
H A Dbug76275.phpt11 if (PHP_VERSION_ID >= 70000) {
/PHP-8.3/ext/zend_test/
H A Dtest_arginfo.h229 #if (PHP_VERSION_ID >= 80100)
569 #if (PHP_VERSION_ID >= 80300) in register_class__ZendTestClass()
579 #if (PHP_VERSION_ID >= 80300) in register_class__ZendTestClass()
589 #if (PHP_VERSION_ID >= 80300) in register_class__ZendTestClass()
650 #if (PHP_VERSION_ID >= 80100) in register_class__ZendTestClass()
652 #elif (PHP_VERSION_ID >= 80000) in register_class__ZendTestClass()
931 #if (PHP_VERSION_ID >= 80100)
944 #if (PHP_VERSION_ID >= 80100)
973 #if (PHP_VERSION_ID >= 80100)
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd.h23 #define MYSQLND_VERSION_ID PHP_VERSION_ID
/PHP-8.3/
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
1584 PHP_SUBST_OLD(PHP_VERSION_ID)

Completed in 30 milliseconds