Home
last modified time | relevance | path

Searched refs:shortName (Results 1 – 2 of 2) sorted by relevance

/php-ast/scripts/
H A Dgenerate_ast_data.php186 $shortName = str_replace('ZEND_', '', $name); variable
187 $data[$name] = $shortName;
190 $shortName = str_replace('ZEND_', '', $name); variable
191 $data[$name] = $shortName;
/php-ast/
H A Dutil.php21 $shortName = substr($fullName, strrpos($fullName, '\\') + 1);
22 $flagMap[constant($fullName)] = $shortName;

Completed in 4 milliseconds