Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c129 #define HT_WATCH_HT(watch) HT_PTR_HT((watch)->addr.ptr) argument
238 return watch; in phpdbg_check_for_watchpoint()
322 memcpy(&watch->backup, watch->addr.ptr, watch->size);
332 memcpy((char *) &watch->backup + HT_WATCH_OFFSET, watch->addr.ptr, watch->size);
371 if (Z_COUNTED_P(watch->addr.zv) == watch->ref) {
379 watch->ref = Z_COUNTED_P(watch->addr.zv);
455 *mem = *watch;
456 watch = mem;
472 element->watch = watch;
916 efree(watch);
[all …]
H A Dphpdbg_watch.h93 phpdbg_watchpoint_t *watch; member
130 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);
131 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch);
H A Dphpdbg_prompt.h61 PHPDBG_COMMAND(watch);
H A Dxml.md494 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 contains a type attribute whose value is either "old" or "new")
H A Dphpdbg_prompt.c95 …PHPDBG_COMMAND_D(watch, "set watchpoint", 'w', phpdbg_watch_commands…
1546 PHPDBG_COMMAND(watch) /* {{{ */ in PHPDBG_COMMAND() argument
/PHP-7.4/ext/dom/tests/
H A Dbug46185.phpt14 <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.4/ext/standard/tests/strings/
H A Dstr_ireplace.phpt41 $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.4/sapi/phpdbg/tests/
H A Dwatch_004.phpt2 Test detection of inline string manipulations on zval watch
H A Dbug73927.phpt2 Bug #73927 (phpdbg fails with windows error prompt at "watch array")
H A Dwatch_005.phpt2 Test proper watch comparisons when having multiple levels of indirection from a zval to its value
H A Dwatch_006.phpt2 Test multiple watch elements pointing to the same watchpoint
/PHP-7.4/ext/standard/tests/file/
H A Duserwrapper.phpt38 /* We *want* this to fail and thus not output the watch statement */
/PHP-7.4/ext/hash/tests/
H A Dcrc32.phpt45 echo hash('crc32c', "The days of the digital watch are numbered. -Tom Stoppard"), "\n";
56 echo hash('crc32c', "You remind me of a TV show, but that's all right: I watch it anyway."), "\n";
/PHP-7.4/ext/zlib/tests/
H A Ddata.inc72 Whose howl's his watch, thus with his stealthy pace.
/PHP-7.4/
H A DNEWS853 . Fixed bug #73927 (phpdbg fails with windows error prompt at "watch array").

Completed in 45 milliseconds