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 80313 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.h223 #if (PHP_VERSION_ID >= 80100)
554 #if (PHP_VERSION_ID >= 80300) in register_class__ZendTestClass()
564 #if (PHP_VERSION_ID >= 80300) in register_class__ZendTestClass()
574 #if (PHP_VERSION_ID >= 80300) in register_class__ZendTestClass()
635 #if (PHP_VERSION_ID >= 80100) in register_class__ZendTestClass()
637 #elif (PHP_VERSION_ID >= 80000) in register_class__ZendTestClass()
906 #if (PHP_VERSION_ID >= 80100)
919 #if (PHP_VERSION_ID >= 80100)
948 #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 39 milliseconds