Searched refs:watch (Results 1 – 9 of 9) sorted by relevance
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 97 #define HT_WATCH_HT(watch) HT_PTR_HT((watch)->addr.ptr) argument 126 return watch; in phpdbg_check_for_watchpoint() 191 return watch; in phpdbg_create_refcounted_watchpoint() 231 watch = old; in phpdbg_add_watch_collision() 241 coll.watch = watch; in phpdbg_add_watch_collision() 253 cur->watch = watch; in phpdbg_add_watch_collision() 336 if (!watch->parent || watch->parent->type != WATCH_ON_ZVAL || watch->type == WATCH_ON_HASHTABLE) { in phpdbg_create_watchpoint() 375 …if (watch->parent && watch->parent->type == WATCH_ON_ZVAL && Z_REFCOUNTED_P(watch->parent->addr.zv… in phpdbg_create_watchpoint() 448 watch = phpdbg_create_watchpoint(watch); in phpdbg_create_recursive_watchpoint() 874 efree(watch); [all …]
|
H A D | phpdbg_watch.h | 80 phpdbg_watchpoint_t *watch; member 99 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch); 100 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch);
|
H A D | phpdbg_prompt.h | 60 PHPDBG_COMMAND(watch);
|
H A D | xml.md | 494 watch section 498 - <watch variable="" />, <watchrecursive variable="" /> and <watcharray variable="" /> (no… 499 - <watch> if error, by type: 503 - <watchdelete variable="" />: when "watch delete" was used on a watchpoint 505 - for hit watchpoints etc., see Other tags, <watch*> 506 - when using watch list, <watchvariable> elements are wrapped in a <watchlist> container 628 <watch*> 636 - each of these <watch*> tags conatins a type attribute whose value is either "old" or "new")
|
H A D | phpdbg_prompt.c | 97 …PHPDBG_COMMAND_D(watch, "set watchpoint", 'w', phpdbg_watch_commands, … 1538 PHPDBG_COMMAND(watch) /* {{{ */ in PHPDBG_COMMAND() argument
|
/PHP-7.0/ext/dom/tests/ |
H A D | bug46185.phpt | 14 <ns1:ok xmlns:ns1="urn::ns" xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok>'); 23 <ns1:a xmlns:ns1="urn::ns"><ns1:ok xmlns="urn::REAL"><watch-me xmlns:default="urn::BOGUS"/></ns1:ok…
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | str_ireplace.phpt | 41 $Data = "Change tracking and management software designed to watch 96 string(143) "Change tracking and management software designed to watch 100 string(152) "Change tracking and management software designed to watch<br> for abnormal system beha…
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | userwrapper.phpt | 38 /* We *want* this to fail and thus not output the watch statement */
|
/PHP-7.0/ext/zlib/tests/ |
H A D | data.inc | 73 Whose howl's his watch, thus with his stealthy pace.
|
Completed in 22 milliseconds