代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/321483/3535730
9uninit
DAPM 4/2004.
Test the appearance of variable names in "Use of uninitialized value"
warnings.
The following ops aren't tested, mainly because they do IO or non-portable
stuff:
send recv bind con
www.eeworm.com/read/321483/3535755
say
Check the lexical scoping of the say keyword.
(The actual behaviour is tested in t/op/say.t)
__END__
# No say; should be a syntax error.
use warnings;
say "Hello", "world";
EXPECT
Unquoted string "sa
www.eeworm.com/read/310422/3698280
phpt 004.phpt
--TEST--
XML Parser: error class
--SKIPIF--
--FILE--
www.eeworm.com/read/310422/3698287
phpt 003.phpt
--TEST--
XML Parser: parse from file resource
--SKIPIF--
--FILE--
www.eeworm.com/read/310422/3698289
phpt 002.phpt
--TEST--
XML Parser: parse from file
--SKIPIF--
--FILE--
www.eeworm.com/read/310422/3698319
phpt pear_error2.phpt
--TEST--
PEAR_Error: die mode
--SKIPIF--
--FILE--
www.eeworm.com/read/306549/3736775
c inp.c
/*
* inp.c -- read all the ports specified in hex on the command line
*
* Tested with 1.2 and 2.0 on the x86
* It won't run on other platforms.
*/
#ifndef __i386__
# error "This program can't
www.eeworm.com/read/306549/3736804
c mmap.c
/*
* mmap.c -- memory mapping for the scull-virtual char module
*
* Can't run with 1.2 or Sparc (unless you tweak it)
* Tested with 2.0 on the x86
*/
#ifndef __KERNEL__
# define __KERNEL__
#end
www.eeworm.com/read/306549/3736823
c inp.c
/*
* inp.c -- read all the ports specified in hex on the command line
*
* Tested with 1.2 and 2.0 on the x86
* It won't run on other platforms.
*/
#ifndef __i386__
# error "This program can't
www.eeworm.com/read/306549/3736926
c mmap.c
/*
* mmap.c -- memory mapping for the scull-page char module
*
* Can't run with 1.2 or Sparc (unless you tweak it)
* Tested with 2.0 on the x86
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif