Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_version.h8 #define PHP_VERSION_ID 80030 macro
H A Dmain.c2134 REGISTER_MAIN_LONG_CONSTANT("PHP_VERSION_ID", PHP_VERSION_ID, CONST_PERSISTENT | CONST_CS); in php_module_startup()
/PHP-8.0/ext/opcache/tests/
H A Dbug76275.phpt11 if (PHP_VERSION_ID >= 70000) {
/PHP-8.0/
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
1371 PHP_SUBST_OLD(PHP_VERSION_ID)
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_disasm_x86.c496 #if (PHP_VERSION_ID <= 80100) && (SIZEOF_SIZE_T == 4) in zend_jit_disasm_init()
H A Dzend_jit_helpers.c2920 #if (PHP_VERSION_ID <= 80100) && (SIZEOF_SIZE_T == 4)
H A Dzend_jit_x86.dasc12935 ||#if (PHP_VERSION_ID < 80100) && (SIZEOF_SIZE_T == 4)
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h23 #define MYSQLND_VERSION_ID PHP_VERSION_ID

Completed in 60 milliseconds