Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_utils.h86 char *phpdbg_get_property_key(char *key);
H A Dphpdbg_utils.c415 char *phpdbg_get_property_key(char *key) { in phpdbg_get_property_key() function
489 propkey = phpdbg_get_property_key(key); in phpdbg_parse_variable_with_arg()
H A Dphpdbg_watch.c474 …L(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", phpdbg_get_property_key(ZSTR_VAL(… in phpdbg_create_recursive_ht_watch()
574 …L(watch->str), (watch->flags & PHPDBG_WATCH_ARRAY) ? "[" : "->", phpdbg_get_property_key(ZSTR_VAL(… in phpdbg_delete_ht_watchpoints_recursive()

Completed in 18 milliseconds