Searched refs:watch (Results 1 – 13 of 13) sorted by relevance
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 135 #define HT_WATCH_HT(watch) HT_PTR_HT((watch)->addr.ptr) argument 235 return watch; in phpdbg_check_for_watchpoint() 377 memcpy(&watch->backup, watch->addr.ptr, watch->size); 387 memcpy((char *) &watch->backup + HT_WATCH_OFFSET, watch->addr.ptr, watch->size); 426 if (Z_COUNTED_P(watch->addr.zv) == watch->ref) { 434 watch->ref = Z_COUNTED_P(watch->addr.zv); 510 *mem = *watch; 511 watch = mem; 529 element->watch = watch; 967 efree(watch); [all …]
|
H A D | phpdbg_watch.h | 91 phpdbg_watchpoint_t *watch; member 123 void phpdbg_create_addr_watchpoint(void *addr, size_t size, phpdbg_watchpoint_t *watch); 124 void phpdbg_create_zval_watchpoint(zval *zv, phpdbg_watchpoint_t *watch);
|
H A D | phpdbg_prompt.h | 59 PHPDBG_COMMAND(watch);
|
H A D | phpdbg_prompt.c | 89 …PHPDBG_COMMAND_D(watch, "set watchpoint", 'w', phpdbg_watch_commands… 1507 PHPDBG_COMMAND(watch) /* {{{ */ in PHPDBG_COMMAND() argument
|
/php-src/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-src/ext/standard/tests/strings/ |
H A D | str_ireplace.phpt | 38 $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-src/sapi/phpdbg/tests/ |
H A D | watch_004.phpt | 2 Test detection of inline string manipulations on zval watch
|
H A D | bug73927.phpt | 2 Bug #73927 (phpdbg fails with windows error prompt at "watch array")
|
H A D | watch_005.phpt | 2 Test proper watch comparisons when having multiple levels of indirection from a zval to its value
|
H A D | watch_006.phpt | 2 Test multiple watch elements pointing to the same watchpoint
|
/php-src/ext/standard/tests/file/ |
H A D | userwrapper.phpt | 40 /* We *want* this to fail and thus not output the watch statement */
|
/php-src/ext/hash/tests/ |
H A D | crc32.phpt | 73 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-src/ext/zlib/tests/ |
H A D | data.inc | 72 Whose howl's his watch, thus with his stealthy pace.
|
Completed in 36 milliseconds