Home
last modified time | relevance | path

Searched refs:open (Results 76 – 100 of 691) sorted by relevance

12345678910>>...28

/PHP-5.5/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt99 Warning: file_get_contents(test1://hello): failed to open stream: no suitable wrapper could be foun…
104 Warning: include(test1://hello): failed to open stream: no suitable wrapper could be found in %sinc…
110 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
112 Warning: file_get_contents(test2://hello): failed to open stream: "test::stream_open" call failed i…
117 Warning: fopen(test1://hello): failed to open stream: no suitable wrapper could be found in %sinclu…
119 Warning: include(test2://hello): failed to open stream: "test::stream_open" call failed in %sinclud…
H A Dfopen_variation15-win32.phpt112 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
117 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
122 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
127 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
132 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
137 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
142 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
147 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
164 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
169 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
[all …]
/PHP-5.5/ext/gd/libgd/
H A Dgd_png.c133 int i, j, *open = NULL; in gdImageCreateFromPngCtx() local
338 open = im->open; in gdImageCreateFromPngCtx()
343 open[i] = 1; in gdImageCreateFromPngCtx()
346 open[i] = 1; in gdImageCreateFromPngCtx()
397 open[idx] = 0; in gdImageCreateFromPngCtx()
404 if (!open[i]) { in gdImageCreateFromPngCtx()
470 int *open = im->open; in gdImagePngCtxEx() local
536 if (transparent >= im->colorsTotal || (transparent >= 0 && open[transparent])) { in gdImagePngCtxEx()
547 if (!open[i]) { in gdImagePngCtxEx()
605 if ((!im->open[i]) && (im->alpha[i] != gdAlphaOpaque)) { in gdImagePngCtxEx()
[all …]
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_15_open_error.phpt2 SQLite3::open error test
27 exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error.php:%d
/PHP-5.5/ext/session/tests/
H A Dsession_module_name_variation2.phpt18 function open($save_path, $session_name) { }
26 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_variation3.phpt13 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
23 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dsession_set_save_handler_variation2.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
22 var_dump(session_set_save_handler("open", "close", "read", "write", "destroy", "gc"));
H A Dbug60634.phpt13 function open($save_path, $session_name) {
37 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_set_save_handler_variation4.phpt17 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
32 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
42 session_set_save_handler("open", "close", "read", "write", "destroy", "noisy_gc");
H A Dbug60634_error_3.phpt13 function open($save_path, $session_name) {
39 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dbug60634_error_5.phpt13 function open($save_path, $session_name) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
/PHP-5.5/ext/imap/tests/
H A Dimap_open_error.phpt41 Warning: imap_open(): Couldn't open stream in %s on line %d
43 Warning: imap_open(): Couldn't open stream in %s on line %d
47 Notice: Unknown: Can't open mailbox : no such mailbox (errflg=2) in Unknown on line 0
/PHP-5.5/ext/dba/tests/
H A Ddba_db4_016.phpt33 var_dump(dba_insert("key1", "second open test", $db_file));
34 var_dump(dba_insert("key2", "second open test row 2", $db_file));
59 second open test row 2
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation9.phpt39 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
47 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
52 Warning: gzopen(%s/004.txt.gz): failed to open stream: %s in %s on line %d
/PHP-5.5/ext/zip/tests/
H A Dbug14962.phpt15 $za->open($dir . '/__14962.zip', ZIPARCHIVE::CREATE);
23 $za->open($dir . '/__14962.zip');
H A Dbug70350.phpt13 $archive->open("$dir/a.zip",ZipArchive::CREATE);
18 $archive2->open("$dir/a.zip");
H A Dbug53579.phpt14 if (!$zip->open($file)) {
30 exit("cannot open\n");
H A Dbug64342_0.phpt11 $res = $zip->open(dirname(__FILE__) . '/bug64342.zip', ZipArchive::CREATE);
28 echo "open failed\n";
H A Doo_stream.phpt14 if (!$zip->open($file)) {
33 exit("cannot open\n");
H A Doo_getnameindex.phpt17 if (!$zip->open($file, ZIPARCHIVE::CREATE)) {
30 if (!$zip->open($file)) {
/PHP-5.5/ext/pgsql/tests/
H A D05large_object.phpt22 echo "open/read/tell/seek/close LO\n";
31 echo "open/read_all/close LO\n";
75 open/read/tell/seek/close LO
76 open/read_all/close LO
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt26 // test open for write with new phar
29 // test open for write with corrupted phar
75 Warning: fopen(phar://%sfopen_edgecases.phar.php/b/c.php): failed to open stream: phar error: open
77 Warning: fopen(phar://%sfopen_edgecases.phar.php.phar.gz): failed to open stream: phar error: inval…
80 Warning: fopen(phar://%sfopen_edgecases.2.phar.php/hi): failed to open stream: internal corruption …
82 Warning: fopen(phar://): failed to open stream: phar error: no directory in "phar://", must have at…
84 Warning: fopen(phar://foo.phar): failed to open stream: %s in %sfopen_edgecases.php on line %d
122 Warning: fopen(./notfound.php): failed to open stream: No such file or directory in phar://%sfopen_…
H A Dphar_gobyebye-win32.phpt32 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb…
34 Warning: fopen(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyebye-…
36 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
47 Warning: opendir(foo/hi): failed to open dir: No such file or directory in phar://%sphar_gobyebye-w…
/PHP-5.5/ext/standard/tests/streams/
H A Dbug49936_win32.phpt23 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
29 Warning: opendir(ftp://...@localhost/): failed to open dir: operation failed in %s on line %d
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_create_error.phpt16 Warning: Transliterator::create(): transliterator_create: unable to open ICU transliterator with id…
17 transliterator_create: unable to open ICU transliterator with id "inexistent id": U_INVALID_ID

Completed in 39 milliseconds

12345678910>>...28