Home
last modified time | relevance | path

Searched refs:at (Results 226 – 250 of 1031) sorted by relevance

12345678910>>...42

/PHP-5.3/ext/standard/tests/file/
H A D007_variation15.phpt31 var_dump( ftell($file_handle) ); //Initial file pointer position, expected at the begining of the …
33 var_dump( ftell($file_handle) ); //File pointer position after write operation, expected at the en…
36 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the beg…
H A Dfgetss_variation5-win32.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
62 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
63 var_dump( ftell($file_handle) ); //ensure file pointer at end
66 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
68 // now file is at the end try reading with length and allowable tags,expecting false
71 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
H A Dfgetss_variation5.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
59 var_dump( fseek($file_handle,0,SEEK_END) ); // now file pointer at end
60 var_dump( ftell($file_handle) ); //ensure file pointer at end
63 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
65 // now file is at the end try reading with length and allowable tags,expecting false
68 var_dump( feof($file_handle) ); // ensure that file pointer is at eof
/PHP-5.3/ext/xml/tests/
H A Dbug32001b.phpt78 echo "Chunk size: ".($this->chunk_size ? "$this->chunk_size byte(s)\n": "all data at once\n");
113 Chunk size: all data at once
137 Chunk size: all data at once
161 Chunk size: all data at once
H A Dxml_parse_into_struct_error.phpt41 Warning: xml_parse_into_struct() expects at most 4 parameters, 5 given in %s on line %d
46 Warning: xml_parse_into_struct() expects at least 3 parameters, 2 given in %s on line %d
/PHP-5.3/ext/standard/tests/strings/
H A Dsubstr.phpt86 Warning: substr() expects at least 2 parameters, 0 given in %s on line %d
89 Warning: substr() expects at least 2 parameters, 1 given in %s on line %d
92 Warning: substr() expects at least 2 parameters, 1 given in %s on line %d
95 Warning: substr() expects at least 2 parameters, 1 given in %s on line %d
98 Warning: substr() expects at most 3 parameters, 4 given in %s on line %d
H A Dtrim_basic.phpt26 echo "\n-- Trim the ASCII control characters at the beginning of a string --\n";
43 -- Trim the ASCII control characters at the beginning of a string --
H A Djoin_error.phpt38 Warning: join() expects at least 1 parameter, 0 given in %s on line %d
43 Warning: join() expects at most 2 parameters, 3 given in %s on line %d
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dgrepoutput2 PATTERN at the start of a line.
7 PATTERN at the start of a line.
10 7:PATTERN at the start of a line.
19 ./testdata/grepinput:7:PATTERN at the start of a line.
28 7:PATTERN at the start of a line.
322 ./testdata/grepinput:7:PATTERN at the start of a line.
344 ./testdata/grepinput:7:PATTERN at the start of a line.
493 PATTERN at the start of a line.
498 PATTERN at the start of a line.
503 PATTERN at the start of a line.
[all …]
/PHP-5.3/ext/dom/
H A DTODO3 2) look at auto encoding support for in/output
/PHP-5.3/ext/spl/tests/
H A Dfileobject_getbasename_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
H A Dfileobject_getmaxlinelen_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
H A Dfileobject_setmaxlinelen_basic.phpt4 H�vard Eide <nucleuz at gmail.com>
/PHP-5.3/ext/date/tests/
H A Dbug43960.phpt6 var_dump(strtotime('i like to eat slices at work'));
/PHP-5.3/Zend/tests/
H A Dgc_026.phpt2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)
/PHP-5.3/ext/bcmath/tests/
H A Dbcadd_error1.phpt12 Warning: bcadd() expects at least 2 parameters, 0 given in %s on line %d
H A Dbcmul_error1.phpt12 Warning: bcmul() expects at least 2 parameters, 0 given in %s on line %d
H A Dbcpow_error3.phpt12 Warning: bcpow() expects at least 2 parameters, 0 given in %s on line %d
H A Dbcsqrt_error2.phpt12 Warning: bcsqrt() expects at least 1 parameter, 0 given in %s on line %d
H A Dbcsub_error1.phpt12 Warning: bcsub() expects at least 2 parameters, 0 given in %s on line %d
/PHP-5.3/ext/mbstring/tests/
H A Dmb_strtoupper_error1.phpt40 Warning: mb_strtoupper() expects at most 2 parameters, 3 given in %s on line %d
45 Warning: mb_strtoupper() expects at least 1 parameter, 0 given in %s on line %d
H A Dmb_strtolower_error1.phpt39 Warning: mb_strtolower() expects at most 2 parameters, 3 given in %s on line %d
44 Warning: mb_strtolower() expects at least 1 parameter, 0 given in %s on line %d
/PHP-5.3/ext/fileinfo/tests/
H A Dfinfo_buffer_error.phpt38 Warning: finfo_buffer() expects at most 4 parameters, 5 given in %s on line %d
43 Warning: finfo_buffer() expects at least 2 parameters, 1 given in %s on line %d
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_error.phpt37 Warning: mail() expects at most 5 parameters, 6 given in %s on line %d
42 Warning: mail() expects at least 3 parameters, 2 given in %s on line %d
/PHP-5.3/ext/standard/tests/array/
H A Darray_slice_error.phpt36 Warning: array_slice() expects at most 4 parameters, 5 given in %s on line %d
41 Warning: array_slice() expects at least 2 parameters, 1 given in %s on line %d

Completed in 173 milliseconds

12345678910>>...42