Home
last modified time | relevance | path

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

/php-src/ext/tokenizer/
H A Dtokenizer.c94 zend_class_entry *token_class; in PHP_METHOD() local
102 token_class = zend_get_called_scope(execute_data); in PHP_METHOD()
286 if (token_class) { in add_token()
287 zend_object *obj = zend_objects_new(token_class); in add_token()
298 zval *end = token_class->default_properties_table in add_token()
299 + token_class->default_properties_count; in add_token()
345 token_class, &interned_strings); in tokenize()
362 token_line, token_class, &interned_strings); in tokenize()
387 zend_class_entry *token_class; member
447 ctx->token_class, NULL); in on_event()
[all …]

Completed in 5 milliseconds