⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 run.cvs

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 CVS
字号:
#! /bin/sh# $Id: run.cvs,v 1.2 2004/02/20 18:57:52 danielc Exp $# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv# PEAR DB TEST STARTER##   To run all tests:  ./run#   To run one test:   ./run <test file name>#   Example:           ./run db_parsedsn.phpt## Before running the tests you must adjust the# following three variables:#   The full path to your PHP directory:    DB_TEST_PHP_PATH=c:/progra~1/php#   The name of your PHP CLI executable#   (examples php.exe, php-cli.exe, cli/php.exe):    DB_TEST_PHP_CLI=php.exe#   The full path to the present directory#   (not using $PWD due to Cygwin):    DB_TEST_DIR=d:/peartest/pear/DB/tests/driver# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^TEST_PHP_EXECUTABLE=$DB_TEST_PHP_PATH/$DB_TEST_PHP_CLIexport TEST_PHP_EXECUTABLEif [ $# -gt 0 ]then    test=$1else    test=*.phptfi$TEST_PHP_EXECUTABLE $DB_TEST_PHP_PATH/run-tests.php $DB_TEST_DIR/${test}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -