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.c95 zend_class_entry *token_class; in PHP_METHOD() local
103 token_class = zend_get_called_scope(execute_data); in PHP_METHOD()
287 if (token_class) { in add_token()
288 zend_object *obj = zend_objects_new(token_class); in add_token()
299 zval *end = token_class->default_properties_table in add_token()
300 + token_class->default_properties_count; in add_token()
346 token_class, &interned_strings); in tokenize()
363 token_line, token_class, &interned_strings); in tokenize()
388 zend_class_entry *token_class; member
448 ctx->token_class, NULL); in on_event()
[all …]

Completed in 5 milliseconds