mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
23 lines
537 B
Text
23 lines
537 B
Text
#################################################
|
|
# name: set
|
|
# purpose: tests for set commands
|
|
# expect: TEST::CISTRING
|
|
# options: -rr
|
|
#################################################
|
|
# setting prompt color
|
|
# setting error color
|
|
# setting notice color
|
|
# Failed to find breakpoint #0
|
|
# oplog disabled
|
|
# not enabled
|
|
# opened oplog test.log
|
|
# nothing
|
|
#################################################
|
|
set color prompt none
|
|
set color error none
|
|
set color notice none
|
|
set prompt promot>
|
|
set break 0
|
|
set oplog
|
|
set oplog 0
|
|
set oplog test.log
|