Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_watch.c915 void *curTest; local
931 if ((curTest = zend_symtable_find(watch->parent_container, watch->name_in_parent))) {
932 while (Z_TYPE_P((zval *) curTest) == IS_INDIRECT) {
933 curTest = Z_INDIRECT_P((zval *) curTest);
937 switch (Z_TYPE_P((zval *) curTest)) {
939 curTest = (void *) Z_ARRVAL_P((zval *) curTest);
942 curTest = (void *) Z_OBJPROP_P((zval *) curTest);
947 if (curTest != watch->addr.ptr) {
950 watch->addr.ptr = curTest;

Completed in 10 milliseconds