363d1bb20f
This change is mostly for FB internal organizational reasons. Building is not effected beyond the fact that the target now lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
23 linhas
1.5 KiB
PHP
23 linhas
1.5 KiB
PHP
<?php
|
|
// @generated by gen_constants. Do NOT edit.
|
|
|
|
if (!defined('CLOCK_MONOTONIC')) {define('CLOCK_MONOTONIC', 1);}
|
|
if (!defined('CLOCK_PROCESS_CPUTIME_ID')) {define('CLOCK_PROCESS_CPUTIME_ID', 2);}
|
|
if (!defined('CLOCK_REALTIME')) {define('CLOCK_REALTIME', 0);}
|
|
if (!defined('CLOCK_THREAD_CPUTIME_ID')) {define('CLOCK_THREAD_CPUTIME_ID', 3);}
|
|
if (!defined('GLOBAL_STATE_IGNORE')) {define('GLOBAL_STATE_IGNORE', 0);}
|
|
if (!defined('GLOBAL_STATE_OVERWRITE')) {define('GLOBAL_STATE_OVERWRITE', 1);}
|
|
if (!defined('GLOBAL_STATE_SKIP')) {define('GLOBAL_STATE_SKIP', 2);}
|
|
if (!defined('GLOBAL_SYMBOL_CLASS_STATIC')) {define('GLOBAL_SYMBOL_CLASS_STATIC', 2);}
|
|
if (!defined('GLOBAL_SYMBOL_DYNAMIC_CONSTANT')) {define('GLOBAL_SYMBOL_DYNAMIC_CONSTANT', 3);}
|
|
if (!defined('GLOBAL_SYMBOL_FILE_INCLUDE')) {define('GLOBAL_SYMBOL_FILE_INCLUDE', 4);}
|
|
if (!defined('GLOBAL_SYMBOL_GLOBAL_VARIABLE')) {define('GLOBAL_SYMBOL_GLOBAL_VARIABLE', 0);}
|
|
if (!defined('GLOBAL_SYMBOL_REDECLARED_CLASS')) {define('GLOBAL_SYMBOL_REDECLARED_CLASS', 6);}
|
|
if (!defined('GLOBAL_SYMBOL_REDECLARED_FUNCTION')) {define('GLOBAL_SYMBOL_REDECLARED_FUNCTION', 5);}
|
|
if (!defined('GLOBAL_SYMBOL_STATIC_VARIABLE')) {define('GLOBAL_SYMBOL_STATIC_VARIABLE', 1);}
|
|
if (!defined('HPHP_TRIM_CHARLIST')) {define('HPHP_TRIM_CHARLIST', ' \n\r\t\v' . "\0" . '');}
|
|
if (!defined('HPHP_VERSION')) {define('HPHP_VERSION', '1.0.0');}
|
|
if (!defined('INI_SCANNER_NORMAL')) {define('INI_SCANNER_NORMAL', 0);}
|
|
if (!defined('INI_SCANNER_RAW')) {define('INI_SCANNER_RAW', 1);}
|
|
if (!defined('PHP_VERSION')) {define('PHP_VERSION', '5.3.3.hiphop');}
|