Searched refs:PHP_VERSION_ID (Results 1 – 8 of 8) sorted by relevance
8 #define PHP_VERSION_ID 80315 macro
36 const PHP_VERSION_ID = UNKNOWN; define
13 REGISTER_LONG_CONSTANT("PHP_VERSION_ID", PHP_VERSION_ID, CONST_PERSISTENT); in register_main_symbols()
106 return PHP_VERSION_ID; in php_version_id()
11 if (PHP_VERSION_ID >= 70000) {
229 #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)
23 #define MYSQLND_VERSION_ID PHP_VERSION_ID
71 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.new1584 PHP_SUBST_OLD(PHP_VERSION_ID)
Completed in 30 milliseconds