Searched refs:PHP_VERSION_ID (Results 1 – 9 of 9) sorted by relevance
240 #if (PHP_VERSION_ID >= 80100)337 #if (PHP_VERSION_ID >= 80400)340 #if (PHP_VERSION_ID >= 80200)348 #if (PHP_VERSION_ID >= 80400)353 #if (PHP_VERSION_ID >= 80400)358 #if (PHP_VERSION_ID >= 80400)363 #if (PHP_VERSION_ID >= 80400)411 #if (PHP_VERSION_ID >= 80400)416 #if (PHP_VERSION_ID >= 80400)421 #if (PHP_VERSION_ID >= 80400)[all …]
8 #define PHP_VERSION_ID 80500 macro
36 const PHP_VERSION_ID = UNKNOWN; define
11 REGISTER_LONG_CONSTANT("PHP_VERSION_ID", PHP_VERSION_ID, CONST_PERSISTENT); in register_main_symbols()
107 return PHP_VERSION_ID; in php_version_id()
11 if (PHP_VERSION_ID >= 70000) {
483 #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)
23 #define MYSQLND_VERSION_ID PHP_VERSION_ID
72 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.new1388 AC_SUBST([PHP_VERSION_ID]) subst
Completed in 67 milliseconds