mirror of
https://github.com/php/php-src.git
synced 2024-11-29 21:04:10 +08:00
This test should be skipped if(!cgi)
This commit is contained in:
parent
df82b2ec75
commit
fa8e2db095
@ -1,7 +1,12 @@
|
||||
--TEST--
|
||||
mb_http_input()
|
||||
--SKIPIF--
|
||||
<?php include('skipif.inc'); ?>
|
||||
<?php
|
||||
include('skipif.inc');
|
||||
if(php_sapi_name()!='cgi') {
|
||||
die("skip\n");
|
||||
}
|
||||
?>
|
||||
--POST--
|
||||
a=日本語0123456789日本語カタカナひらがな
|
||||
--GET--
|
||||
|
Loading…
Reference in New Issue
Block a user