Home
last modified time | relevance | path

Searched refs:filename (Results 101 – 125 of 1055) sorted by path

12345678910>>...43

/PHP-5.5/ext/gd/tests/
H A Djpeg2wbmp_error2.phpt2 Test jpeg2wbmp() function : wrong origin filename param
H A Djpeg2wbmp_error3.phpt2 Test jpeg2wbmp() function : wrong destination filename param
H A Dpng2wbmp_error2.phpt2 Test png2wbmp() function : wrong origin filename param
H A Dpng2wbmp_error3.phpt2 Test png2wbmp() function : wrong destination filename param
/PHP-5.5/ext/hash/
H A DREADME6 $digest = hash_file($algoname, $filename);
H A Dhash.c467 char *filename, buf[1024]; in PHP_FUNCTION() local
470 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rp|r", &zhash, &filename, &filename_len, &zc… in PHP_FUNCTION()
477 stream = php_stream_open_wrapper_ex(filename, "rb", REPORT_ERRORS, NULL, context); in PHP_FUNCTION()
1070 ZEND_ARG_INFO(0, filename)
1082 ZEND_ARG_INFO(0, filename)
1095 ZEND_ARG_INFO(0, filename)
1108 ZEND_ARG_INFO(0, filename)
1132 ZEND_ARG_INFO(0, filename)
/PHP-5.5/ext/hash/tests/
H A Dhash_file_basic.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
18 $filename = 'hash_file_example.txt';
19 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );
21 var_dump( hash_file( 'md5', $filename ) );
22 var_dump( hash_file( 'sha1', $filename ) );
23 var_dump( hash_file( 'sha256', $filename ) );
24 var_dump( hash_file( 'sha512', $filename ) );
26 var_dump( base64_encode( hash_file( 'md5', $filename, true ) ) );
33 $filename = 'hash_file_example.txt';
34 unlink( $filename );
H A Dhash_file_basic1.phpt8 /* Prototype : string hash_file ( string algo, string filename [, bool raw_output] )
H A Dhash_file_error.phpt9 /* Prototype : string hash_file(string algo, string filename[, bool raw_output = false])
18 $filename = 'hash_file_example.txt';
19 file_put_contents( $filename, 'The quick brown fox jumped over the lazy dog.' );
24 var_dump( hash_file( 'foobar', $filename ) );
34 var_dump( hash_file( 'md5', $filename, false, $extra_arg ) );
41 $filename = 'hash_file_example.txt';
42 unlink( $filename );
H A Dhash_hmac_file_basic.phpt9 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
H A Dhash_hmac_file_error.phpt8 /* Prototype : string hash_hmac_file ( string algo, string filename, string key [, bool raw_output…
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
H A Diconv_mime_encode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
H A Diconv_strpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
H A Diconv_strrpos.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt69 $part4['disposition'] = array ('filename' => 'Test');
/PHP-5.5/ext/libxml/
H A Dlibxml.c291 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper() argument
303 uri = xmlParseURI(filename); in php_libxml_streams_IO_open_wrapper()
306 resolved_path = xmlURIUnescapeString(filename, 0, NULL); in php_libxml_streams_IO_open_wrapper()
324 resolved_path = (char *)filename; in php_libxml_streams_IO_open_wrapper()
360 static void *php_libxml_streams_IO_open_read_wrapper(const char *filename) in php_libxml_streams_IO_open_read_wrapper() argument
362 return php_libxml_streams_IO_open_wrapper(filename, "rb", 1); in php_libxml_streams_IO_open_read_wrapper()
365 static void *php_libxml_streams_IO_open_write_wrapper(const char *filename) in php_libxml_streams_IO_open_write_wrapper() argument
367 return php_libxml_streams_IO_open_wrapper(filename, "wb", 0); in php_libxml_streams_IO_open_write_wrapper()
512 if (parser->input->filename) { in php_libxml_ctx_error_level()
513 …php_error_docref(NULL TSRMLS_CC, level, "%s in %s, line: %d", msg, parser->input->filename, parser… in php_libxml_ctx_error_level()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1155 static char *php_mb_rfc1867_basename(const zend_encoding *encoding, char *filename TSRMLS_DC) /* {{… in php_mb_rfc1867_basename()
1158 const size_t filename_len = strlen(filename); in php_mb_rfc1867_basename()
1165 s = php_mb_safe_strrchr_ex(filename, '\\', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
1166 s2 = php_mb_safe_strrchr_ex(filename, '/', filename_len, (const mbfl_encoding *)encoding); in php_mb_rfc1867_basename()
1179 return filename; in php_mb_rfc1867_basename()
/PHP-5.5/ext/mbstring/tests/
H A Dcommon.inc7 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmb_decode_mimeheader_variation1.phpt21 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
24 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dmb_stristr_variation1.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
22 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dmb_stristr_variation2.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
22 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dmb_stristr_variation3.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
22 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dmb_stristr_variation4.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
22 echo "Error: $err_no - $err_msg, $filename($linenum)\n";
H A Dmb_strrchr_variation1.phpt19 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
22 echo "Error: $err_no - $err_msg, $filename($linenum)\n";

Completed in 139 milliseconds

12345678910>>...43