Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 25 of 27) sorted by relevance

12

/PHP-5.5/ext/standard/tests/strings/
H A Dstrtok_variation2.phpt16 $str = 'this testcase test strtok() function ';
111 string(37) "this testcase test strtok() function "
113 string(37) "this testcase test strtok() function "
115 string(37) "this testcase test strtok() function "
117 string(37) "this testcase test strtok() function "
119 string(37) "this testcase test strtok() function "
121 string(37) "this testcase test strtok() function "
123 string(37) "this testcase test strtok() function "
125 string(37) "this testcase test strtok() function "
127 string(37) "this testcase test strtok() function "
[all …]
H A Dstrtok_basic.phpt17 $str = 'This testcase test strtok() function.';
38 "This testcase test strtok() function."
47 string(8) "testcase"
H A Daddslashes_variation2.phpt51 'c:\php\testcase\addslashes',
141 string(29) "c:\\php\\testcase\\addslashes"
H A Dstr_shuffle_basic.phpt17 $str = 'This testcase tests the str_shuffle() function.';
H A Dstr_split_error.phpt21 $str = 'This is error testcase';
H A Dstr_split_basic.phpt16 $str = 'This is basic testcase';
H A Dstripslashes_variation2.phpt63 'c:\php\testcase\stripslashes',
220 string(31) "c:\\php\\testcase\\stripslashes"
222 string(28) "c:\php\testcase\stripslashes"
H A Dstr_ireplace.phpt39 /* separate testcase for str_ireplace() off-by-one */
/PHP-5.5/ext/xml/tests/
H A Dbug32001.phpt10 class testcase {
131 new testcase("UTF-8", 0, 0, 0),
132 new testcase("UTF-8", 0, 0, 1),
133 new testcase("UTF-8", 0, 1, 0),
134 new testcase("UTF-8", 0, 1, 1),
135 new testcase("UTF-16BE", 0, 0, 0),
136 new testcase("UTF-16BE", 0, 1, 0),
137 new testcase("UTF-16BE", 0, 1, 1),
138 new testcase("UTF-16LE", 0, 0, 0),
159 foreach ($suite as $testcase) {
[all …]
H A Dbug32001b.phpt13 class testcase {
20 function testcase($enc, $chunk_size = 0, $bom = 0, $omit_prologue = 0) {
89 new testcase("EUC-JP" , 0),
90 new testcase("EUC-JP" , 1),
91 new testcase("Shift_JIS", 0),
92 new testcase("Shift_JIS", 1),
93 new testcase("GB2312", 0),
94 new testcase("GB2312", 1),
103 foreach ($suite as $testcase) {
104 $testcase->run();
H A Dxml_parser_set_option_basic.phpt17 echo "Simple testcase for xml_parser_get_option() function\n";
44 Simple testcase for xml_parser_get_option() function
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgetmypid_basic.phpt11 echo "Simple testcase for getmypid() function\n";
18 Simple testcase for getmypid() function
H A Dget_extension_funcs_basic.phpt11 echo "Simple testcase for get_extension_funcs() function\n";
20 Simple testcase for get_extension_funcs() function
H A Dget_magic_quotes_gpc.phpt9 echo "Simple testcase for get_magic_quotes_gpc() function\n";
19 Simple testcase for get_magic_quotes_gpc() function
H A Dget_magic_quotes_runtime.phpt9 echo "Simple testcase for get_magic_quotes_runtime() function\n";
20 Simple testcase for get_magic_quotes_runtime() function
H A Descapeshellarg_basic.phpt16 echo "Simple testcase for escapeshellarg() function\n";
26 Simple testcase for escapeshellarg() function
H A Descapeshellarg_basic-win32.phpt16 echo "Simple testcase for escapeshellarg() function\n";
27 Simple testcase for escapeshellarg() function
H A Dgetrusage_basic.phpt16 echo "Simple testcase for getrusage() function\n";
30 Simple testcase for getrusage() function
H A Dset_magic_quotes_runtime_error.phpt9 echo "Simple testcase for set_magic_quotes_runtime() - error test\n";
22 Simple testcase for set_magic_quotes_runtime() - error test
H A Dset_magic_quotes_runtime_basic.phpt11 echo "Simple testcase for set_magic_quotes_runtime() function - basic test\n";
29 Simple testcase for set_magic_quotes_runtime() function - basic test
H A Dget_defined_vars_basic.phpt11 echo "Simple testcase for get_defined_vars() function\n\n";
68 Simple testcase for get_defined_vars() function
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10testcase/gtVariationContainerMethod.php3����J3���x�������"���testcase/gtBasicTestCaseMethod.…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c23520 testcase( rc );
24625 testcase( iA==0 ); testcase( iA==1 );
24626 testcase( iB==-1 ); testcase( iB==0 );
24642 testcase( (*pA)==(-1) ); testcase( (*pA)==0 );
127355 testcase( z[0]=='0' ); testcase( z[0]=='1' ); testcase( z[0]=='2' );
127356 testcase( z[0]=='3' ); testcase( z[0]=='4' ); testcase( z[0]=='5' );
127357 testcase( z[0]=='6' ); testcase( z[0]=='7' ); testcase( z[0]=='8' );
127406 testcase( z[0]=='$' ); testcase( z[0]=='@' );
127407 testcase( z[0]==':' ); testcase( z[0]=='#' );
127435 testcase( z[0]=='x' ); testcase( z[0]=='X' );
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_variation2.phpt43 //Deleting the temporary files and directory used in the testcase
/PHP-5.5/ext/standard/tests/array/
H A Duasort_object2.phpt11 * This testcase tests uasort() functionality with different objects

Completed in 433 milliseconds

12