Searched refs:constant_declaration (Results 1 - 1 of 1) sorted by relevance

/PHP_5_4/Zend/
H A Dzend_language_parser.y238 | constant_declaration ';' { zend_verify_namespace(TSRMLS_C); }
253 constant_declaration: label
254 constant_declaration ',' T_STRING '=' static_scalar { zend_do_declare_constant(&$3, &$5 TSRMLS_CC); }

Completed in 4 milliseconds