Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.c134 #define HT_WATCH_HT(watch) HT_PTR_HT((watch)->addr.ptr) argument
234 return watch; in phpdbg_check_for_watchpoint()
374 memcpy(&watch->backup, watch->addr.ptr, watch->size);
384 memcpy((char *) &watch->backup + HT_WATCH_OFFSET, watch->addr.ptr, watch->size);
423 if (Z_COUNTED_P(watch->addr.zv) == watch->ref) {
431 watch->ref = Z_COUNTED_P(watch->addr.zv);
507 *mem = *watch;
508 watch = mem;
526 element->watch = watch;
970 efree(watch);
[all …]
H A Dphpdbg_watch.h91 phpdbg_watchpoint_t *watch; member
128 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch);
129 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch);
H A Dphpdbg_prompt.h59 PHPDBG_COMMAND(watch);
H A Dphpdbg_prompt.c89 …PHPDBG_COMMAND_D(watch, "set watchpoint", 'w', phpdbg_watch_commands…
1511 PHPDBG_COMMAND(watch) /* {{{ */ in PHPDBG_COMMAND() argument
/PHP-8.3/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-8.3/ext/standard/tests/strings/
H A Dstr_ireplace.phpt38 $Data = "Change tracking and management software designed to watch
85 string(149) "Change tracking and management software designed to watch
89 string(158) "Change tracking and management software designed to watch<br> for abnormal system b…
/PHP-8.3/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-8.3/ext/standard/tests/file/
H A Duserwrapper.phpt40 /* We *want* this to fail and thus not output the watch statement */
/PHP-8.3/ext/hash/tests/
H A Dcrc32.phpt73 echo hash('crc32c', "The days of the digital watch are numbered. -Tom Stoppard"), "\n";
84 echo hash('crc32c', "You remind me of a TV show, but that's all right: I watch it anyway."), "\n";
/PHP-8.3/ext/zlib/tests/
H A Ddata.inc72 Whose howl's his watch, thus with his stealthy pace.

Completed in 44 milliseconds