Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dphp_version.h8 #define PHP_VERSION_ID 80129 macro
H A Dmain.c2139 REGISTER_MAIN_LONG_CONSTANT("PHP_VERSION_ID", PHP_VERSION_ID, CONST_PERSISTENT | CONST_CS); in php_module_startup()
/PHP-8.1/ext/opcache/tests/
H A Dbug76275.phpt11 if (PHP_VERSION_ID >= 70000) {
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h23 #define MYSQLND_VERSION_ID PHP_VERSION_ID
/PHP-8.1/
H A Dconfigure.ac69 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_V…
93 echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
1493 PHP_SUBST_OLD(PHP_VERSION_ID)
H A DUPGRADING422 PHP_VERSION_ID instead.
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_disasm.c700 #if (PHP_VERSION_ID <= 80100) && (SIZEOF_SIZE_T == 4)
H A Dzend_jit_helpers.c3055 #if (PHP_VERSION_ID <= 80100) && (SIZEOF_SIZE_T == 4)
H A Dzend_jit_x86.dasc12953 ||#if (PHP_VERSION_ID < 80100) && (SIZEOF_SIZE_T == 4)

Completed in 91 milliseconds