Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 70) sorted by last modified time

123

/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/tests/classes/
H A Dobject_reference_001.phpt21 // In ZE1, we would expect "I'm Foo!"
/PHP-5.5/sapi/roxen/
H A DREADME1 Roxen PHP support. Early version. Don't expect to be able to get it to
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt44 supply the path to the parent of the "tests" directory (expect a couple
H A Dstresstest.cpp306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enumerator
332 parsestate = expect; in ParseTestFile()
353 case expect: in ParseTestFile()
/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/sapi/apache_hooks/
H A DapMakefile.tmpl56 # We really don't expect end users to use this rule. It works only with
/PHP-5.5/sapi/apache/
H A DapMakefile.tmpl56 # We really don't expect end users to use this rule. It works only with
/PHP-5.5/ext/zip/tests/
H A Dbug7658.phpt10 $expect = array(
47 $ar = array_diff($found, $expect);
/PHP-5.5/ext/xml/tests/
H A Dbug26614.phpt17 on context and in opposition to what one would expect to
H A Dbug26614_libxml.phpt17 on context and in opposition to what one would expect to
/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/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
H A Dstrncmp_variation7.phpt14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
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/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/standard/tests/file/
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
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 Dfopencookie.phpt14 * you can expect this test to segfault.
H A Dfgetss_error.phpt28 var_dump( fgetss($fp, $len, $allowable_tags) ); // return length - 1 always, expect false
H A Dfgets_error.phpt27 var_dump( fgets($fp, $len) ); // return length - 1 always, expect false
H A D007_basic.phpt54 // confirm the closure, using ftell() and feof(), expect, false
81 // confirm the closure, using ftell() and feof(), expect, false
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation8.phpt13 * (e.g. working with linked node trees), beware that array_shift() may not work as you expect:
/PHP-5.5/ext/spl/
H A Dspl_observer.c1128 long expect, valid; in SPL_METHOD() local
1140 expect = (intern->flags & MIT_NEED_ALL) ? 1 : 0; in SPL_METHOD()
1154 if (expect != valid) { in SPL_METHOD()
1155 RETURN_BOOL(!expect); in SPL_METHOD()
1161 RETURN_BOOL(expect); in SPL_METHOD()
/PHP-5.5/ext/spl/internal/
H A Diteratoriterator.inc20 * prevent missuse. If you do not you must expect exceptions or fatal errors.

Completed in 41 milliseconds

123