Home
last modified time | relevance | path

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

/web-php/tests/
H A Dserver8 PORT=8080
16 PHP builtin server manager on port $PORT
22 …rt Starts PHP built-in web server server on specified hostname:port, default is localhost:$PORT
72 PORT=${hostport[1]}
110 printf "${GREEN}"$NAME" started on $HOST:$PORT${NORMAL}\n"
112 php -S "$HOST":"$PORT" -c tests/php.ini >> "$LOGFILE" 2>&1 &
114 echo "$HOST":"$PORT":$! > $PIDFILE
122 IFS=: read HOST PORT PID <<< "$PIDFILECONTENT:"
143 printf "${BLUE}"$NAME" is running on ${HOST}:${PORT}${NORMAL}\n"

Completed in 5 milliseconds