Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 70) sorted by relevance

123

/PHP-5.5/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp11 expect {
15 expect {
19 expect {
23 expect {
27 expect {
31 expect {
35 expect {
39 expect {
43 expect {
47 expect {
[all …]
/PHP-5.5/ext/mbstring/libmbfl/tests/strcut.tests/
H A Diso2022jp.exp19 expect {
26 expect {
35 expect {
42 expect {
51 expect {
58 expect {
67 expect {
75 expect {
84 expect {
91 expect {
[all …]
H A Dujis.exp19 expect {
25 expect {
34 expect {
40 expect {
49 expect {
55 expect {
64 expect {
70 expect {
79 expect {
85 expect {
H A Dutf8.exp19 expect {
25 expect {
34 expect {
40 expect {
49 expect {
55 expect {
64 expect {
70 expect {
79 expect {
85 expect {
/PHP-5.5/ext/mbstring/libmbfl/tests/strwidth.tests/
H A Dstrwidth.exp11 expect {
17 expect {
23 expect {
29 expect {
35 expect {
41 expect {
/PHP-5.5/ext/mbstring/libmbfl/tests/conv_encoding.tests/
H A Dyensign.exp11 expect {
23 expect {
35 expect {
47 expect {
59 expect {
71 expect {
83 expect {
95 expect {
H A Dcp51932_cp50220raw.exp11 expect {
18 expect {
24 expect {
30 expect {
H A Dujis_sjis.exp11 expect {
18 expect {
24 expect {
30 expect {
H A Dutf8_sjis.exp11 expect {
18 expect {
24 expect {
30 expect {
/PHP-5.5/sapi/cli/tests/
H A Dbug64529.phpt8 exec('which expect', $output, $ret);
10 die("skip no expect installed");
15 $expect_executable = trim(`which expect`);
17 $script = __DIR__ . "/expect.sh";
26 expect "php >"
31 expect eof
44 expect "Interactive mode enabled"
49 expect eof
/PHP-5.5/ext/pgsql/tests/
H A D08escape.phpt13 $expect = "ABC\\\\ABC\\'";
23 var_dump($expect);
28 $expect = "ABC\\\\\\\\ABC";
30 if ($expect === $after) {
37 var_dump($expect);
73 $expect = " E'ABC\\\\ABC\\\\'''";
75 if ($expect === $after) {
82 var_dump($expect);
86 $expect = "\"ABC\ABC\'\"";
88 if ($expect === $after) {
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_appname.phpt14 // {{{ bool compare_string(string expect, string actual)
15 // Compares expect to a trimmed version of actual
16 function compare_string($expect, $actual) {
18 return (0 == strncmp($expect, $trimmed, strlen($trimmed)));
/PHP-5.5/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt30 // expect 30,30
46 // list of lists with just variable assignments - expect 100,200,300
53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
58 // list of lists with blanks and nulls expect 10 20 40 50 60 70 80
68 // expect y and z to be undefined
72 // expect h to be defined and be 10
76 // expect cc and dd to be 10 and 30
80 // expect the inner array to be defined
/PHP-5.5/ext/mysql/tests/
H A Dmysql_set_charset.phpt42 $expect = false;
44 $expect = true;
51 if ($expect !== ($tmp = @mysql_set_charset($charset, $link)))
53 gettype($expect), $expect,
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt15 function fetch($offset, &$db, $query, $expect = null) {
34 if (!is_null($expect) && ($expect != $both)) {
36 var_dump($expect);
/PHP-5.5/ext/standard/tests/general_functions/
H A D003.phpt6 function test_me($title,$expect,$text1,$text2,$cost1=0,$cost2=0,$cost3=0) {
13 if($result==$expect) return 0;
15 echo "$title: result is $result instead of $expect ";
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62593.phpt50 $expect = 'No errors found';
56 $expect = 'Invalid boolean found';
59 echo $expect;
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_basic.phpt61 var_dump( compare_self_stat($file_stat) ); //expect true
62 var_dump( compare_self_stat($dir_stat) ); //expect true
63 var_dump( compare_self_stat($link_stat) ); // expect true
66 var_dump( compare_self_stat($new_file_stat) ); //expect true
67 var_dump( compare_self_stat($new_dir_stat) ); // expect true
74 var_dump( compare_stats($dir_stat, $new_dir_stat, $affected_elements, '!=', true) ); // expect true
77 var_dump( compare_stats($file_stat, $new_file_stat, $all_stat_keys, "==", true) ); // expect true
H A Dstat_basic-win32.phpt47 var_dump( compare_self_stat($file_stat) ); //expect true
48 var_dump( compare_self_stat($dir_stat) ); //expect true
51 var_dump( compare_self_stat($new_dir_stat) ); // expect true
58 var_dump( compare_stats($dir_stat, $new_dir_stat, $affected_elements, '!=', true) ); // expect true
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt10 $expect = array(
47 $ar = array_diff($found, $expect);
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_params.php324 $expect = array( variable
334 )), $expect);
341 ), SOAP_ENC_OBJECT, "SOAPStruct","http://soapinterop.org/xsd")), $expect);
346 $expect = variable
357 ), $expect);
363 ), $expect);
/PHP-5.5/ext/standard/tests/strings/
H A Dlevenshtein.phpt6 function test_me($title,$expect,$text1,$text2,$cost1="",$cost2="",$cost3="") {
17 if($result==$expect) return 0;
19 echo "$title: result is $result instead of $expect ";
/PHP-5.5/ext/spl/internal/
H A Dmultipleiterator.inc117 * In mode MIT_NEED_ALL we expect all sub iterators to be valid and
129 $expect = $this->flags & self::MIT_NEED_ALL ? true : false;
132 if ($expect != $iter->valid())
134 return !$expect;
137 return $expect;
/PHP-5.5/ext/filter/tests/
H A D034.phpt27 echo "$val failed,'$exp' expect, '$res' received.\n";
/PHP-5.5/tests/classes/
H A Dobject_reference_001.phpt21 // In ZE1, we would expect "I'm Foo!"

Completed in 66 milliseconds

123