Searched refs:PHP_VERSION_ID (Results 1 – 9 of 9) sorted by relevance
8 #define PHP_VERSION_ID 80227 macro
2164 REGISTER_MAIN_LONG_CONSTANT("PHP_VERSION_ID", PHP_VERSION_ID, CONST_PERSISTENT | CONST_CS); in php_module_startup()
11 if (PHP_VERSION_ID >= 70000) {
191 #if (PHP_VERSION_ID >= 80100)530 #if (PHP_VERSION_ID >= 80100) in register_class__ZendTestClass()532 #elif (PHP_VERSION_ID >= 80000) in register_class__ZendTestClass()608 #if (PHP_VERSION_ID >= 80200) in register_class_ZendTestAttribute()634 #if (PHP_VERSION_ID >= 80200) in register_class_ZendTestParameterAttribute()660 #if (PHP_VERSION_ID >= 80200) in register_class_ZendTestPropertyAttribute()703 #if (PHP_VERSION_ID >= 80100)716 #if (PHP_VERSION_ID >= 80100)745 #if (PHP_VERSION_ID >= 80100)
23 #define MYSQLND_VERSION_ID PHP_VERSION_ID
69 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.new1545 PHP_SUBST_OLD(PHP_VERSION_ID)
702 #if (PHP_VERSION_ID <= 80100) && (SIZEOF_SIZE_T == 4)
3061 #if (PHP_VERSION_ID <= 80100) && (SIZEOF_SIZE_T == 4)
12794 ||#if (PHP_VERSION_ID < 80100) && (SIZEOF_SIZE_T == 4)
Completed in 55 milliseconds