Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_watch.c591 void *curTest; local
605 …ch->parent_container, watch->name_in_parent, watch->name_in_parent_len + 1, &curTest) == SUCCESS) {
607 switch (Z_TYPE_PP((zval **)curTest)) {
609 curTest = (void *)Z_ARRVAL_PP((zval **)curTest);
612 curTest = (void *)Z_OBJPROP_PP((zval **)curTest);
616 curTest = *(void **)curTest;
619 if (curTest != watch->addr.ptr) {
622 watch->addr.ptr = curTest;

Completed in 6 milliseconds