0
Validation results

Jupiter

Jupiter

WordPress 6.5.2 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Security breaches : Use of PHP sytem calls Found exec in file bootstrap-server.php.
    Ligne19: exec($command, $output, $exit_code);
    Found @shell_exec in file db-management.php.
    Ligne406: if ( ! @shell_exec( 'echo MK Backup' ) ) {
    Ligne420: if ( is_null( shell_exec( 'hash mysqldump 2>&1' ) ) ) {
    Ligne545: $stderr = shell_exec( $cmd );
  2. Security breaches : Modification of PHP server settings Found ini_set in file template-management.php.
    Ligne3: // ini_set( 'display_errors', 1 );
    Ligne182: @ini_set( 'max_execution_time', 0 );
    Ligne183: @ini_set( 'memory_limit', '256M' );
  3. Security breaches : Use of base64_decode() Found base64_decode in file wp_footer.php.
    Ligne28: $styles =  unserialize(base64_decode(get_post_meta($post_id, '_dynamic_styles', true)));
    Found base64_decode in file load-more.php.
    Ligne37: $query = isset($_REQUEST['query']) ? json_decode(base64_decode($_REQUEST['query']), true) : false;
    Ligne38: $atts = isset($_REQUEST['atts']) ? json_decode(base64_decode($_REQUEST['atts']), true) : false;
    Found base64_decode in file dynamic-styles.php.
    Ligne836: $styles = unserialize(base64_decode(get_post_meta($post_id, '_dynamic_styles', true)));
    Ligne920: $styles = unserialize(base64_decode(get_post_meta($id, '_dynamic_styles', true)));
    Found base64_decode in file gmap_iterator.php.
    Ligne31: if ( base64_decode($value, true) === false ) {
    Ligne34: $locations = (!empty($value)) ? json_decode( urldecode( base64_decode($value) ), true) : [];
    Found base64_decode in file template-importer.php.
    Ligne219: $data = unserialize(base64_decode($import_data));
    Found base64_decode in file template-management.php.
    Ligne606: $data = unserialize( base64_decode( $import_data ) );
    Found base64_decode in file options-save.php.
    Ligne99: $import_data             = base64_decode( $import_data );
    Ligne179: $theme_option_data = unserialize( base64_decode( $db_response->val ) );
    Found base64_decode in file mk_advanced_gmaps.php.
    Ligne60: if ( base64_decode($additional_markers, true) === false ) {
    Ligne63: $additional_markers = json_decode( urldecode( base64_decode($additional_markers) ), true);
    Ligne113: $json['style'] = json_decode( urldecode(base64_decode($map_json)), true );
  4. Security breaches : Use of base64_encode() Found base64_encode in file CsvHandler.php.
     $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');
    Found base64_encode in file widgets-twitter-feeds.php.
     $toSend = base64_encode($credentials);
    Found base64_encode in file wp_footer.php.
     update_post_meta($post_id, '_dynamic_styles', base64_encode(serialize(($app_dynamic_styles))));
    Found base64_encode in file dynamic-styles.php.
     update_post_meta($post_id, '_dynamic_styles', base64_encode(serialize(($app_dynamic_styles))));
    Found base64_encode in file CSS.php.
     $importContent = base64_encode($importContent);
    Found base64_encode in file field_export.php.
     $output.= base64_encode(serialize(get_option(THEME_OPTIONS)));
    Found base64_encode in file options-save.php.
     $theme_options_data = base64_encode( serialize( $theme_options_data ) );
    Found base64_encode in file vc_twitter.php.
     $toSend = base64_encode($credentials);
    Found base64_encode in file mk_blog.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    Found base64_encode in file tweet-status.php.
     $toSend = base64_encode($credentials);
    Found base64_encode in file mk_portfolio.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    Found base64_encode in file mk_gallery.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    Found base64_encode in file mk_news.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    Found base64_encode in file mk_photo_album.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
  5. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="//player.vimeo.com/video/'.$video_id.'?title=0&amp;byline=0&amp;portrait=0&amp;color='.str_replace( "#", "", $skin_color ).'" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen> in file portfolio-single-featured.php.
    Ligne49: echo '<iframe src='//player.vimeo.com/video/'.$video_id.'?title=0&amp;byline=0&am
    Found <iframe src="http'.((is_ssl())? 's' : '').'://player.vimeo.com/video/'.$clip_id.'?title=0&amp;byline=0&amp;portrait=0&amp;color=00c65d" width="'.$width.'" height="'.$height.'" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen> in file widgets-video.php.
    Ligne34: echo '<div class='mk-video-container'><iframe src='http'.((is_ssl())? 's' : '').'://player.vimeo.com/video/'.$cli
    Found <iframe src="http' . ((is_ssl()) ? 's' : '') . '://player.vimeo.com/video/' . $video_id . '?title=0&amp;byline=0&amp;portrait=0" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen> in file featured-media.php.
    Ligne65: echo '<div class='mk-video-wrapper'><div class='mk-video-container'><iframe src='http' . ((is_ssl()) ? 's' : '') . '://player.vimeo.com/video/'
    Found <iframe src="//player.vimeo.com/video/<?php echo $video_id; ?> in file ajax.php.
    Ligne157: <iframe src='//player.vimeo.com/video/<?php echo $video_id; ?>?title=0&amp;
    Found <iframe width="560" height="315" src="//www.youtube.com/embed/<?php echo $stream_video_id; ?> in file mk_theatre_slider.php.
    Ligne42: <iframe width='560' height='315' src='//www.youtube.com/embed/<?php echo $s
    Found <iframe src="https://www.youtube.com/embed/<?php echo $view_params['stream_video_id']; ?> in file video-background.php.
    Ligne50: <iframe src='https://www.youtube.com/embed/<?php echo $view_params['stream_
  6. Malware : Operations on file system file_get_contents was found in the file bootstrap-server.php
    Ligne26: $server_logs = file_get_contents('./server.log');
    fopen was found in the file CsvHandler.php
    Ligne22: $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');
    Ligne38: $fp = fopen('php://temp/maxmemory:'. (6*1024*1024), 'r+');
    fopen was found in the file CsvHandler.php
    Ligne22: $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');
    Ligne38: $fp = fopen('php://temp/maxmemory:'. (6*1024*1024), 'r+');
    fclose was found in the file CsvHandler.php
    Ligne48: fclose($fp);
    file_put_contents was found in the file vfsStreamUmaskTestCase.php
    Ligne106: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');
    Ligne117: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');
    file_put_contents was found in the file vfsStreamUmaskTestCase.php
    Ligne106: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');
    Ligne117: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');
    file_put_contents was found in the file vfsStreamExLockTestCase.php
    Ligne12: * Test for LOCK_EX behaviour related to file_put_contents().
    Ligne31: * with file_put_contents() and LOCK_EX. The test is intended to break once
    Ligne38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX
    Ligne40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $p
    file_put_contents was found in the file vfsStreamExLockTestCase.php
    Ligne12: * Test for LOCK_EX behaviour related to file_put_contents().
    Ligne31: * with file_put_contents() and LOCK_EX. The test is intended to break once
    Ligne38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX
    Ligne40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $p
    file_put_contents was found in the file vfsStreamExLockTestCase.php
    Ligne12: * Test for LOCK_EX behaviour related to file_put_contents().
    Ligne31: * with file_put_contents() and LOCK_EX. The test is intended to break once
    Ligne38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX
    Ligne40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $p
    file_put_contents was found in the file vfsStreamExLockTestCase.php
    Ligne12: * Test for LOCK_EX behaviour related to file_put_contents().
    Ligne31: * with file_put_contents() and LOCK_EX. The test is intended to break once
    Ligne38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX
    Ligne40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $p
    fopen was found in the file vfsStreamExLockTestCase.php
    Ligne48: $fp = fopen(vfsStream::url('root/testfile'), 'w');
    fwrite was found in the file vfsStreamExLockTestCase.php
    Ligne50: fwrite($fp, 'another string\n');
    fclose was found in the file vfsStreamExLockTestCase.php
    Ligne52: fclose($fp);
    file_get_contents was found in the file vfsStreamExLockTestCase.php
    Ligne53: $this->assertEquals('another string\n', file_get_contents(vfsStream::url('root/testfile')));
    fopen was found in the file vfsStreamPrintVisitorTestCase.php
    Ligne48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    fopen was found in the file vfsStreamPrintVisitorTestCase.php
    Ligne48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    fopen was found in the file vfsStreamPrintVisitorTestCase.php
    Ligne48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    fopen was found in the file vfsStreamPrintVisitorTestCase.php
    Ligne48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    Ligne96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));
    file_get_contents was found in the file vfsStreamPrintVisitorTestCase.php
    Ligne100: $this->assertEquals('- root\n  - test\n    - foo\n      - test.txt\n    - baz.txt\n  - foo.txt\n', file_get_contents('vfs://root/foo.txt'));
    file_put_contents was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));
    Ligne48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));
    Ligne58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk
    Ligne79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne81: $this->assertEquals('file_put_contents(): Only 7 of 11 bytes written, possibly out of free disk 
    file_put_contents was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));
    Ligne48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));
    Ligne58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk
    Ligne79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne81: $this->assertEquals('file_put_contents(): Only 7 of 11 bytes written, possibly out of free disk 
    file_put_contents was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));
    Ligne48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));
    Ligne58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk
    Ligne79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne81: $this->assertEquals('file_put_contents(): Only 7 of 11 bytes written, possibly out of free disk 
    file_put_contents was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));
    Ligne48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));
    Ligne58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk
    Ligne79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne81: $this->assertEquals('file_put_contents(): Only 7 of 11 bytes written, possibly out of free disk 
    file_put_contents was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));
    Ligne48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));
    Ligne58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk
    Ligne79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne81: $this->assertEquals('file_put_contents(): Only 7 of 11 bytes written, possibly out of free disk 
    file_put_contents was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));
    Ligne48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));
    Ligne58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk
    Ligne79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');
    Ligne81: $this->assertEquals('file_put_contents(): Only 7 of 11 bytes written, possibly out of free disk 
    fopen was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    fclose was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne105: fclose($fp);
    Ligne130: fclose($fp);
    Ligne155: fclose($fp);
    Ligne185: fclose($fp);
    Ligne215: fclose($fp);
    fopen was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    fclose was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne105: fclose($fp);
    Ligne130: fclose($fp);
    Ligne155: fclose($fp);
    Ligne185: fclose($fp);
    Ligne215: fclose($fp);
    fopen was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    fclose was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne105: fclose($fp);
    Ligne130: fclose($fp);
    Ligne155: fclose($fp);
    Ligne185: fclose($fp);
    Ligne215: fclose($fp);
    fopen was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    fclose was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne105: fclose($fp);
    Ligne130: fclose($fp);
    Ligne155: fclose($fp);
    Ligne185: fclose($fp);
    Ligne215: fclose($fp);
    fopen was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    Ligne213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');
    fclose was found in the file vfsStreamWrapperQuotaTestCase.php
    Ligne105: fclose($fp);
    Ligne130: fclose($fp);
    Ligne155: fclose($fp);
    Ligne185: fclose($fp);
    Ligne215: fclose($fp);
    fopen was found in the file vfsStreamWrapperTestCase.php
    Ligne493: $fp = fopen($this->baz2URL, 'r');
    Ligne632: $handle = fopen($this->baz1URL, 'r+');
    Ligne651: $handle = fopen($this->baz1URL, 'r+');
    fclose was found in the file vfsStreamWrapperTestCase.php
    Ligne497: fclose($fp);
    Ligne636: fclose($handle);
    Ligne656: fclose($handle);
    file_get_contents was found in the file vfsStreamWrapperTestCase.php
    Ligne617: $this->assertFalse(file_get_contents(vfsStream::url('file.txt')));
    Ligne635: $this->assertEquals('', file_get_contents($this->baz1URL));
    Ligne655: file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperTestCase.php
    Ligne493: $fp = fopen($this->baz2URL, 'r');
    Ligne632: $handle = fopen($this->baz1URL, 'r+');
    Ligne651: $handle = fopen($this->baz1URL, 'r+');
    file_get_contents was found in the file vfsStreamWrapperTestCase.php
    Ligne617: $this->assertFalse(file_get_contents(vfsStream::url('file.txt')));
    Ligne635: $this->assertEquals('', file_get_contents($this->baz1URL));
    Ligne655: file_get_contents($this->baz1URL));
    fclose was found in the file vfsStreamWrapperTestCase.php
    Ligne497: fclose($fp);
    Ligne636: fclose($handle);
    Ligne656: fclose($handle);
    fopen was found in the file vfsStreamWrapperTestCase.php
    Ligne493: $fp = fopen($this->baz2URL, 'r');
    Ligne632: $handle = fopen($this->baz1URL, 'r+');
    Ligne651: $handle = fopen($this->baz1URL, 'r+');
    file_get_contents was found in the file vfsStreamWrapperTestCase.php
    Ligne617: $this->assertFalse(file_get_contents(vfsStream::url('file.txt')));
    Ligne635: $this->assertEquals('', file_get_contents($this->baz1URL));
    Ligne655: file_get_contents($this->baz1URL));
    fclose was found in the file vfsStreamWrapperTestCase.php
    Ligne497: fclose($fp);
    Ligne636: fclose($handle);
    Ligne656: fclose($handle);
    fopen was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne43: fclose($fp);
    Ligne53: fclose($fp);
    Ligne63: fclose($fp);
    Ligne73: fclose($fp);
    fopen was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne43: fclose($fp);
    Ligne53: fclose($fp);
    Ligne63: fclose($fp);
    Ligne73: fclose($fp);
    fopen was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne43: fclose($fp);
    Ligne53: fclose($fp);
    Ligne63: fclose($fp);
    Ligne73: fclose($fp);
    fopen was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperSetOptionTestCase.php
    Ligne43: fclose($fp);
    Ligne53: fclose($fp);
    Ligne63: fclose($fp);
    Ligne73: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fread was found in the file vfsStreamWrapperFileTestCase.php
    Ligne134: $this->assertEquals('z', fread($fp, 1));
    Ligne136: $this->assertEquals(' 1', fread($fp, 8092));
    Ligne249: $this->assertEquals('baz2', fread($fp, 4096));
    Ligne263: $this->assertEquals('', fread($fp, 4096));
    Ligne266: $this->assertEquals('', fread($fp, 4096));
    Ligne279: $this->assertEquals('', fread($fp, 4096));
    Ligne282: $this->assertEquals('', fread($fp, 4096));
    Ligne296: $this->assertEquals('', fread($fp, 4096));
    Ligne299: $this->assertEquals('', fread($fp, 4096));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fwrite was found in the file vfsStreamWrapperFileTestCase.php
    Ligne179: fwrite($fp, 'd');
    Ligne193: fwrite($fp, 'test');
    Ligne250: $this->assertEquals(0, fwrite($fp, 'foo'));
    Ligne264: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne280: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne297: $this->assertEquals(3, fwrite($fp, 'foo'));
    Ligne339: fwrite($fp, 'some content');
    Ligne353: fwrite($fp, 'some content');
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    file_put_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne44: * assert that file_put_contents() delivers correct file contents
    Ligne48: public function file_put_contentsExistingFile()
    Ligne50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));
    Ligne52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));
    Ligne54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));
    Ligne55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));
    Ligne63: public function file_put_contentsExistingFileNonWritableDirectory()
    Ligne68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));
    Ligne78: public function file_put_contentsExistingNonWritableFile()
    Ligne83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne88: * assert that file_put_contents() delivers correct file contents
    Ligne92: public function file_put_contentsNonExistingFile()
    Ligne94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));
    Ligne96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));
    Ligne105: public function file_put_contentsNonExistingFileNonWritableDirectory()
    Ligne109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));
    Ligne164: file_put_contents($vfsFile, 'test');
    Ligne165: file_put_contents($vfsFile, 'd');
    Ligne177: file_put_contents($vfsFile, 'test');
    Ligne206: file_put_contents($vfsFile, 'test');
    Ligne325: file_put_contents($vfsFile, 'test');
    Ligne366: file_put_contents($vfsFile, 'test');
    Ligne379: file_put_contents($vfsFile, 'test');
    Ligne392: file_put_contents($vfsFile, 'test');
    Ligne405: file_put_contents($vfsFile, 'test');
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fclose was found in the file vfsStreamWrapperFileTestCase.php
    Ligne138: $this->assertTrue(fclose($fp));
    Ligne180: fclose($fp);
    Ligne194: fclose($fp);
    Ligne251: fclose($fp);
    Ligne267: fclose($fp);
    Ligne283: fclose($fp);
    Ligne300: fclose($fp);
    Ligne328: fclose($fp);
    Ligne341: fclose($fp);
    Ligne355: fclose($fp);
    Ligne369: fclose($fp);
    Ligne382: fclose($fp);
    Ligne395: fclose($fp);
    Ligne408: fclose($fp);
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    fopen was found in the file vfsStreamWrapperFileTestCase.php
    Ligne121: $fp = fopen($this->baz1URL, 'r');
    Ligne174: fOpenedWithModeA()
    Ligne178: $fp = fopen($vfsFile, 'ab');
    Ligne192: $fp = fopen($vfsFile, 'xb');
    Ligne207: $this->assertFalse(@fopen($vfsFile, 'xb'));
    Ligne218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));
    Ligne228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));
    Ligne238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));
    Ligne248: $fp = fopen($this->baz2URL, 'rb');
    Ligne262: $fp = fopen($this->baz2URL, 'wb');
    Ligne278: $fp = fopen($this->baz2URL, 'ab');
    Ligne295: $fp = fopen($vfsFile, 'xb');
    Ligne326: $fp = fopen($vfsFile, 'wb');
    Ligne338: $fp = fopen($vfsFile, 'cb');
    Ligne352: $fp = fopen($vfsFile, 'cb+');
    Ligne367: $fp = fopen($vfsFile, 'cb');
    Ligne380: $fp = fopen($vfsFile, 'cb');
    Ligne393: $fp = fopen($vfsFile, 'cb+');
    Ligne406: $fp = fopen($vfsFile, 'cb+');
    Ligne417: $this->assertFalse(@fopen($this->baz1URL, 'a'));
    Ligne426: $this->assertFalse(@fopen($this->baz1URL, 'w'));
    Ligne435: $this->assertFalse(@fopen($this->baz1URL, 'r'));
    file_get_contents was found in the file vfsStreamWrapperFileTestCase.php
    Ligne18: * assert that file_get_contents() delivers correct file contents
    Ligne22: public function file_get_contents()
    Ligne24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));
    Ligne26: $this->assertFalse(@file_get_contents($this->barURL));
    Ligne27: $this->assertFalse(@file_get_contents($this->fooURL));
    Ligne35: public function file_get_contentsNonReadableFile()
    Ligne40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));
    Ligne69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));
    Ligne166: $this->assertEquals('d', file_get_contents($vfsFile));
    Ligne181: $this->assertEquals('testd', file_get_contents($vfsFile));
    Ligne195: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne208: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));
    Ligne268: $this->assertEquals('foo', file_get_contents($this->baz2URL));
    Ligne284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));
    Ligne301: $this->assertEquals('foo', file_get_contents($vfsFile));
    Ligne327: $this->assertEquals('', file_get_contents($vfsFile));
    Ligne342: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne356: $this->assertEquals('some content', file_get_contents($vfsFile));
    Ligne368: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne394: $this->assertEquals('test', file_get_contents($vfsFile));
    Ligne455: $this->assertFalse(@file_get_contents($this->baz1URL));
    fopen was found in the file vfsStreamWrapperStreamSelectTestCase.php
    Ligne28: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    file_get_contents was found in the file vfsStreamWrapperDirSeparatorTestCase.php
    Ligne42: $this->assertEquals('test', file_get_contents('vfs://root/foo\bar\baz.txt'));
    file_get_contents was found in the file Issue104TestCase.php
    Ligne49: file_get_contents(vfsStream::url('root/foo bar/schema.xsd'))
    fopen was found in the file vfsStreamWrapperLargeFileTestCase.php
    Ligne56: $fp = fopen($this->largeFile->url(), 'rb');
    Ligne67: $fp = fopen($this->largeFile->url(), 'rb+');
    fread was found in the file vfsStreamWrapperLargeFileTestCase.php
    Ligne57: $data = fread($fp, 15);
    fclose was found in the file vfsStreamWrapperLargeFileTestCase.php
    Ligne58: fclose($fp);
    Ligne70: fclose($fp);
    fopen was found in the file vfsStreamWrapperLargeFileTestCase.php
    Ligne56: $fp = fopen($this->largeFile->url(), 'rb');
    Ligne67: $fp = fopen($this->largeFile->url(), 'rb+');
    fwrite was found in the file vfsStreamWrapperLargeFileTestCase.php
    Ligne69: fwrite($fp, 'foobarbaz');
    fclose was found in the file vfsStreamWrapperLargeFileTestCase.php
    Ligne58: fclose($fp);
    Ligne70: fclose($fp);
    fopen was found in the file vfsStreamWrapperWithoutRootTestCase.php
    Ligne51: $this->assertFalse(@fopen(vfsStream::url('foo'), 'r'));
    fclose was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne77: fclose(fopen($this->fooUrl, 'rb'));
    Ligne119: fclose(fopen($this->fooUrl, 'wb'));
    Ligne144: fclose($fp);
    Ligne166: fclose($fp);
    file_get_contents was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne98: file_get_contents($this->fooUrl);
    fclose was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne77: fclose(fopen($this->fooUrl, 'rb'));
    Ligne119: fclose(fopen($this->fooUrl, 'wb'));
    Ligne144: fclose($fp);
    Ligne166: fclose($fp);
    fopen was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne77: fclose(fopen($this->fooUrl, 'rb'));
    Ligne119: fclose(fopen($this->fooUrl, 'wb'));
    Ligne140: $fp = fopen($this->fooUrl, 'rb');
    Ligne162: $fp = fopen($this->fooUrl, 'wb');
    fread was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne143: fread($fp, 1024);
    fclose was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne77: fclose(fopen($this->fooUrl, 'rb'));
    Ligne119: fclose(fopen($this->fooUrl, 'wb'));
    Ligne144: fclose($fp);
    Ligne166: fclose($fp);
    fopen was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne77: fclose(fopen($this->fooUrl, 'rb'));
    Ligne119: fclose(fopen($this->fooUrl, 'wb'));
    Ligne140: $fp = fopen($this->fooUrl, 'rb');
    Ligne162: $fp = fopen($this->fooUrl, 'wb');
    fwrite was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne165: fwrite($fp, 'test');
    fclose was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne77: fclose(fopen($this->fooUrl, 'rb'));
    Ligne119: fclose(fopen($this->fooUrl, 'wb'));
    Ligne144: fclose($fp);
    Ligne166: fclose($fp);
    file_put_contents was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne180: file_put_contents($this->fooUrl, 'test');
    Ligne198: file_put_contents($this->bazUrl, 'test');
    file_put_contents was found in the file vfsStreamWrapperFileTimesTestCase.php
    Ligne180: file_put_contents($this->fooUrl, 'test');
    Ligne198: file_put_contents($this->bazUrl, 'test');
    file_put_contents was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne50: file_put_contents(vfsStream::url('root/foo.txt'), 'content');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fopen was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne60: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne75: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne90: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne104: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne118: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne135: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne153: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne154: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne173: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne174: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne192: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne193: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne209: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne226: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne227: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne247: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne264: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne265: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne283: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne300: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne301: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne319: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne336: $fp   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne353: $fp1   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne354: $fp2   = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    Ligne430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    fclose was found in the file vfsStreamWrapperFlockTestCase.php
    Ligne65: fclose($fp);
    Ligne80: fclose($fp);
    Ligne95: fclose($fp);
    Ligne109: fclose($fp);
    Ligne124: fclose($fp);
    Ligne142: fclose($fp);
    Ligne161: fclose($fp1);
    Ligne162: fclose($fp2);
    Ligne180: fclose($fp1);
    Ligne181: fclose($fp2);
    Ligne199: fclose($fp1);
    Ligne200: fclose($fp2);
    Ligne215: fclose($fp);
    Ligne235: fclose($fp1);
    Ligne236: fclose($fp2);
    Ligne253: fclose($fp);
    Ligne271: fclose($fp1);
    Ligne272: fclose($fp2);
    Ligne289: fclose($fp);
    Ligne307: fclose($fp1);
    Ligne308: fclose($fp2);
    Ligne325: fclose($fp);
    Ligne342: fclose($fp);
    Ligne362: fclose($fp1);
    Ligne363: fclose($fp2);
    Ligne378: fclose($fp);
    Ligne396: fclose($fp);
    Ligne413: fclose($fp1);
    Ligne418: fclose($fp2);
    Ligne432: fclose($fp1);
    Ligne437: fclose($fp2);
    file_put_contents was found in the file vfsStreamResolveIncludePathTestCase.php
    Ligne50: file_put_contents('vfs://root/a/path/knownFile.php', '<?php ?>');
    file_get_contents was found in the file vfsStreamWrapperDirTestCase.php
    Ligne411: file_get_contents(vfsStream::url('foo/bar/../baz2'))
    Ligne422: file_get_contents(vfsStream::url('foo/../../../../bar/../baz2'))
    file_get_contents was found in the file vfsStreamWrapperDirTestCase.php
    Ligne411: file_get_contents(vfsStream::url('foo/bar/../baz2'))
    Ligne422: file_get_contents(vfsStream::url('foo/../../../../bar/../baz2'))
    file_get_contents was found in the file vfsStream.php
    Ligne285: $content = file_get_contents($fileinfo->getPathname());
    fwrite was found in the file vfsStreamPrintVisitor.php
    Ligne105: fwrite($this->out, str_repeat('  ', $this->depth) . '- ' . $name . '\n');
    file_put_contents was found in the file db-management.php
    Ligne113: if ( file_put_contents( $db_sql_file_path, '' ) === false ) {
    Ligne316: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . 'index.php', '<?
    Ligne321: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . '.htaccess', $ht
    Ligne616: $response = file_put_contents( $db_file_path, $output );
    file_put_contents was found in the file db-management.php
    Ligne113: if ( file_put_contents( $db_sql_file_path, '' ) === false ) {
    Ligne316: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . 'index.php', '<?
    Ligne321: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . '.htaccess', $ht
    Ligne616: $response = file_put_contents( $db_file_path, $output );
    file_put_contents was found in the file db-management.php
    Ligne113: if ( file_put_contents( $db_sql_file_path, '' ) === false ) {
    Ligne316: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . 'index.php', '<?
    Ligne321: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . '.htaccess', $ht
    Ligne616: $response = file_put_contents( $db_file_path, $output );
    file_put_contents was found in the file db-management.php
    Ligne113: if ( file_put_contents( $db_sql_file_path, '' ) === false ) {
    Ligne316: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . 'index.php', '<?
    Ligne321: if ( ! file_put_contents( $directory_path . DIRECTORY_SEPARATOR . '.htaccess', $ht
    Ligne616: $response = file_put_contents( $db_file_path, $output );
    fopen was found in the file logic-helpers.php
    Ligne121: $fp = @fopen( $dest_directory . $file_name, 'w+' );
    fclose was found in the file logic-helpers.php
    Ligne140: fclose( $fp );
    file_put_contents was found in the file logic-helpers.php
    Ligne144: $response = @file_put_contents( $dest_directory . $file_name, file_get_contents( $url ) 
    Ligne166: @file_put_contents( realpath( $path ) . '/testFile', 'test' );
    file_get_contents was found in the file logic-helpers.php
    Ligne144: $response = @file_put_contents( $dest_directory . $file_name, file_get_contents( $url ) );
    file_put_contents was found in the file logic-helpers.php
    Ligne144: $response = @file_put_contents( $dest_directory . $file_name, file_get_contents( $url ) 
    Ligne166: @file_put_contents( realpath( $path ) . '/testFile', 'test' );
    file_put_contents was found in the file logger.php
    Ligne282: file_put_contents($this->logFilePath(), $message, FILE_APPEND | LOCK_EX);
    Ligne296: $response = file_put_contents($log_path, '');
    file_put_contents was found in the file logger.php
    Ligne282: file_put_contents($this->logFilePath(), $message, FILE_APPEND | LOCK_EX);
    Ligne296: $response = file_put_contents($log_path, '');
    file_put_contents was found in the file phpQuery.php
    Ligne1402: //		file_put_contents(dirname(__FILE__).'/phpQuery.log', print_r($in, true).'\n
    file_get_contents was found in the file phpQuery.php
    Ligne4773: file_get_contents($file), $contentType
    Ligne4824: return self::newDocumentPHP(file_get_contents($file), $contentType);
    file_get_contents was found in the file phpQuery.php
    Ligne4773: file_get_contents($file), $contentType
    Ligne4824: return self::newDocumentPHP(file_get_contents($file), $contentType);
    file_get_contents was found in the file Minify.php
    Ligne90: $data = file_get_contents($data);
    fopen was found in the file Minify.php
    Ligne112: if (($handler = @fopen($path, 'w')) === false) {
    fwrite was found in the file Minify.php
    Ligne117: if (@fwrite($handler, $content) === false) {
    fclose was found in the file Minify.php
    Ligne122: @fclose($handler);
    file_get_contents was found in the file parsers.php
    Ligne66: $success = $dom->loadXML( file_get_contents( $file ) );
    Ligne296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    file_get_contents was found in the file parsers.php
    Ligne66: $success = $dom->loadXML( file_get_contents( $file ) );
    Ligne296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
    fopen was found in the file parsers.php
    Ligne442: $fp = $this->fopen( $file, 'r' );
    Ligne668: function fopen( $filename, $mode = 'r' ) {
    Ligne671: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne491: $this->fclose($fp);
    Ligne686: function fclose( $fp ) {
    Ligne689: return fclose( $fp );
    fopen was found in the file parsers.php
    Ligne442: $fp = $this->fopen( $file, 'r' );
    Ligne668: function fopen( $filename, $mode = 'r' ) {
    Ligne671: return fopen( $filename, $mode );
    fopen was found in the file parsers.php
    Ligne442: $fp = $this->fopen( $file, 'r' );
    Ligne668: function fopen( $filename, $mode = 'r' ) {
    Ligne671: return fopen( $filename, $mode );
    fclose was found in the file parsers.php
    Ligne491: $this->fclose($fp);
    Ligne686: function fclose( $fp ) {
    Ligne689: return fclose( $fp );
    fclose was found in the file parsers.php
    Ligne491: $this->fclose($fp);
    Ligne686: function fclose( $fp ) {
    Ligne689: return fclose( $fp );
    file_get_contents was found in the file addon-management.php
    Ligne425: $addon_data      = @json_decode( file_get_contents( $value ), true );
    file_get_contents was found in the file mk_banner_builder.php
    Ligne7: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_category.php
    Ligne8: $html = file_get_contents($path . '/template.php');
    file_get_contents was found in the file mk_ornamental_title.php
    Ligne7: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_font_icons.php
    Ligne6: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file vc_twitter.php
    Ligne7: $html = file_get_contents($path . '/template.php');
    file_get_contents was found in the file mk_custom_box.php
    Ligne7: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_chart.php
    Ligne8: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_image_switch.php
    Ligne6: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_icon_box_gradient.php
    Ligne7: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_circle_image.php
    Ligne5: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_subscribe.php
    Ligne14: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_button_gradient.php
    Ligne8: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_audio.php
    Ligne7: $html = file_get_contents( $path . '/template.php' );
    file_get_contents was found in the file mk_blockquote.php
    Ligne6: $html = file_get_contents( $path . '/template.php' );
  7. Malware : Network operations curl_exec was found in the file Request.php
    Ligne202: $result = curl_exec($this->_ch);
    curl_init was found in the file Request.php
    Ligne843: $ch = curl_init($this->uri);
    curl_init was found in the file MailChimpApi.php
    Ligne54: if (!function_exists('curl_init')) {
    Ligne69: $ch = curl_init();
    curl_exec was found in the file MailChimpApi.php
    Ligne82: $result = curl_exec($ch);
    curl_init was found in the file global.php
    Ligne581: $curl = curl_init($url);
    Ligne695: if(is_callable('curl_init')){
    curl_exec was found in the file global.php
    Ligne586: $data = curl_exec($curl);
    curl_init was found in the file logic-helpers.php
    Ligne127: $ch = curl_init( $url );
    curl_exec was found in the file logic-helpers.php
    Ligne134: $data = curl_exec( $ch );
  8. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-tgm-plugin-activation.php :
    Ligne731: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
    File functions.php :
    Ligne315: add_menu_page(THEME_NAME, THEME_NAME, 'edit_posts', THEME_NAME, array(&$thi
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
    File functions.php :
    Ligne318: add_submenu_page(THEME_NAME, __('Register Product', 'mk_framework'), __('Re
    Ligne321: add_submenu_page(THEME_NAME, __('Support', 'mk_framework'), __('Support', '
    Ligne327: add_submenu_page(THEME_NAME, __('Install Plugins', 'mk_framework'), __('Ins
    Ligne333: add_submenu_page(THEME_NAME, __('Install Add-Ons', 'mk_framework'), __('Ins
    Ligne338: add_submenu_page(THEME_NAME, __('Install Templates', 'mk_framework'), __('I
    Ligne342: add_submenu_page(THEME_NAME, __('Image Sizes', 'mk_framework'), __('Image S
    Ligne345: add_submenu_page(THEME_NAME, __('System Status', 'mk_framework'), __('Syste
    Ligne348: add_submenu_page(THEME_NAME, __('Icon Library', 'mk_framework'), __('Icon L
    Ligne351: add_submenu_page(THEME_NAME, __('Updates', 'mk_framework'), __('Updates', '
    Ligne354: add_submenu_page(THEME_NAME, __('Announcements', 'mk_framework'), __('Annou
    Ligne357: add_submenu_page(THEME_NAME, __('Theme Options', 'mk_framework'), __($theme
    Ligne362: add_submenu_page(null, __('Theme Options', 'mk_framework'), __($theme_optio
  9. Inapropriate constants : Use of TEMPLATEPATH Constant TEMPLATEPATH was found in the file general-functions.php. get_template_directory() should be used instead.
    Ligne70: $theme_data = get_theme_data( TEMPLATEPATH . '/style.css');
    Constant TEMPLATEPATH was found in the file updates-class.php. get_template_directory() should be used instead.
    Ligne68: $theme_data = get_theme_data( TEMPLATEPATH . '/style.css');
  10. Deprecated functions : screen_icon screen_icon found in file wordpress-importer.php. Deprecated since version 3.8.
    Ligne1118: screen_icon();
  11. Deprecated functions : wp_get_http wp_get_http found in file wordpress-importer.php. Deprecated since version 4.4. Use WP_Http instead.
    Ligne991: $headers = wp_get_http( $url, $upload['file'] );
  12. Deprecated functions : get_bloginfo get_bloginfo('url') was found in the file functions.php. Use home_url() instead.
    Ligne419: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url'),
    get_bloginfo('url') was found in the file updates-class.php. Use home_url() instead.
    Ligne110: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')
    Ligne159: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')
    Ligne230: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')
    Ligne328: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')
  13. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was documentation.zip jupiter 90 templates.zip patterns.zip jupiter-child.zip.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'mk_framework' in file shipping-calculator.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'mk_framework' in file title.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'URL slug', 'mk_framework' in file config.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'URL slug', 'mk_framework' in file config.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'URL slug', 'mk_framework' in file config.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file metabox-timeline.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, 'nav-menus.php' in file metabox-pages.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>" in file metabox-pages.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>", "mk_framework" in file metabox-pages.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme)., "mk_framework" in file metabox-tab-slider.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file metabox-animated-columns.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, 'nav-menus.php' in file metabox-employee.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>" in file metabox-employee.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>", 'mk_framework' in file metabox-employee.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, 'nav-menus.php' in file metabox-posts.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>" in file metabox-posts.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>", "mk_framework" in file metabox-posts.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, 'nav-menus.php' in file metabox-portfolios.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>" in file metabox-portfolios.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "Choose which menu location to be used in this page. If left blank, Primary Menu will be used. You should first <a target='_blank' href='", >create menu</a> and then <a target=_blank href=, "?action=locations'>assign to menu locations</a>", "mk_framework" in file metabox-portfolios.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove Image' in file Tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload Image' in file Tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'mk_framework' in file template-importer.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'mk_framework' in file validator-class.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), 'mk_framework' in file fields.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'mk_framework' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'mk_framework' in file functions.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "In grid style you will need to set column and image heights. For Mansory Styles Structure see below image :</br><img src='", /images/gallery-mansory-styles.png /><br>, 'mk_framework' in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the class name or icon Character code., "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'mk_framework' in file mk_portfolio_carousel.php.Found a translation function that has an incorrect number of arguments. Function __, with the arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" in file vc_map.php.More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are mk_framework, woocommerce, artbees, admin.php?page=icon-library, >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), nav-menus.php, >create menu</a> and then <a target=_blank href=, >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme)., default, js_composer, tools.php?page=icon-library, /images/gallery-mansory-styles.png /><br>, >Click here</a> to get the class name or icon Character code..
  3. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
  4. Unwanted files : hidden file(s) or folder(s).ds_store was found.
  5. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file core-styles.css.
  6. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  7. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  8. Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8.
    Ligne1118: screen_icon();
  9. Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  10. I18N implementation : Proper use of _e(Possible variable $view_params found in translation function in sortable.php. Translation function calls should not contain PHP variables. Possible variable $view_params found in translation function in button.php. Translation function calls should not contain PHP variables. Possible variable $view_all_text found in translation function in mk_portfolio_carousel.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of ___all(Possible variable $cvalue found in translation function in shipping-calculator.php. Translation function calls should not contain PHP variables. Possible variable $custom_archive_title found in translation function in title.php. Translation function calls should not contain PHP variables. Possible variable $e found in translation function in template-importer.php. Translation function calls should not contain PHP variables. Possible variable $message found in translation function in validator-class.php. Translation function calls should not contain PHP variables. Possible variable $theme_options_menu_text found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $theme_options_menu_text found in translation function in functions.php. Translation function calls should not contain PHP variables. Possible variable $captcha_plugin_status found in translation function in vc_map.php. Translation function calls should not contain PHP variables.
  12. I18N implementation : Proper use of _x(Possible variable $news_slug found in translation function in config.php. Translation function calls should not contain PHP variables. Possible variable $portfolio_slug found in translation function in config.php. Translation function calls should not contain PHP variables. Possible variable $portfolio_cat_slug found in translation function in config.php. Translation function calls should not contain PHP variables.
  13. Screenshot : Screenshot fileScreenshot size is 600x450px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual PNG file. Detected type was : "image/jpeg".
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in wp_head.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  6. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  7. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  8. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : bootstrap.php
    Ligne3: require(__DIR__ . '/src/Httpful/Bootstrap.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : HttpfulTest.php
    Ligne12: require(dirname(dirname(dirname(__FILE__))) . '/bootstrap.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : Bootstrap.php
    Ligne67: require_once($path);
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : override.php
    Ligne2: require(__DIR__ . '/../bootstrap.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : github.php
    Ligne3: require(__DIR__ . '/../bootstrap.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : showclix.php
    Ligne3: require(__DIR__ . '/../bootstrap.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : freebase.php
    Ligne5: require(__DIR__ . '/../bootstrap.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : archive-news.php
    Ligne2: include('taxonomy-news_category.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : svg-icons.php
    Ligne404: require_once(ABSPATH . '/wp-admin/includes/file.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : global.php
    Ligne490: require_once(ABSPATH . '/wp-admin/includes/file.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : image-resize.php
    Ligne23: require_once(THEME_INCLUDES . '/bfi_thumb.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : template-part-helpers.php
    Ligne150: $return = require ($file);
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : wp_head.php
    Ligne691: require_once(ABSPATH . '/wp-admin/includes/file.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : general-functions.php
    Ligne21: $page = include (THEME_ADMIN . '/theme-options/masterkey.php');
    Ligne928: require_once (ABSPATH . '/wp-admin/includes/file.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : dynamic-styles.php
    Ligne151: include_once ($style);
    Ligne230: require_once (ABSPATH . '/wp-admin/includes/file.php');
    Ligne266: require_once (ABSPATH . '/wp-admin/includes/file.php');
    Ligne297: require_once (ABSPATH . '/wp-admin/includes/file.php');
    Ligne398: require_once (ABSPATH . '/wp-admin/includes/file.php');
    Ligne748: require_once(ABSPATH . '/wp-admin/includes/file.php');
    Ligne1128: require_once (ABSPATH . '/wp-admin/includes/file.php');
    Ligne1486: require_once (ABSPATH . '/wp-admin/includes/file.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : metabox-tax.php
    Ligne4: require_once (THEME_INCLUDES . '/Tax-meta-class/Tax-meta-class.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : init.php
    Ligne41: require_once (THEME_INCLUDES . '/woocommerce-quantity-increment/woocommerce
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : init.php
    Ligne38: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/autocomplete.
    Ligne39: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/group_heading
    Ligne40: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/hidden_input.
    Ligne41: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/item_id.php')
    Ligne42: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/multiselect.p
    Ligne43: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/range.php');
    Ligne44: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/theme_fonts.p
    Ligne45: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/toggle.php');
    Ligne46: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/upload.php');
    Ligne47: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/visual_select
    Ligne48: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/gmap_iterator
    Ligne49: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/icon_selector
    Ligne104: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/global-params.php');
    Ligne117: include_once(get_stylesheet_directory() . '/components/shortcodes/'.$shortc
    Ligne119: include_once ($shortcode);
    Ligne137: include_once(get_stylesheet_directory() . '/components/shortcodes/'.$shortc
    Ligne147: require_once (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/page-section.ph
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : phpQuery.php
    Ligne4928: require_once($file);
    Ligne5055: require_once('Zend/Http/Client.php');
    Ligne5299: require_once('Zend/Json/Encoder.php');
    Ligne5316: require_once('Zend/Json/Decoder.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : woocommerce-quantity-increment.php
    Ligne98: require_once 'includes/class-wc-quantity-increment.php';
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : metabox-generator.php
    Ligne1088: include_once($chid_theme_metabox_path.$metabox_name);
    Ligne1090: include_once ($metabox);
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : framework.php
    Ligne158: require_once ($class_file);
    Ligne190: require_once ($class_file);
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : tracking.php
    Ligne266: require_once( ABSPATH . 'wp-admin/includes/admin.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : template-management.php
    Ligne1133: $page = include( THEME_ADMIN . '/theme-options/masterkey.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : framework.php
    Ligne306: require_once ($class_file);
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : archive-portfolio.php
    Ligne2: include('taxonomy-portfolio_category.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_layerslider.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_flipbox.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_banner_builder.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_milestone.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_faq.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_products.php
    Ligne14: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_advanced_gmaps.php
    Ligne7: include( $path . '/config.php' );
    Ligne153: include( $path . '/template.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_pricing_table_2.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_countdown.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_clients.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_toggle.php
    Ligne4: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_padding_divider.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_row_inner.php
    Ligne5: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_icon_box.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_column_text.php
    Ligne4: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_mini_callout.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_accordion_tab.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_video.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_category.php
    Ligne6: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_ornamental_title.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_image_slideshow.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_font_icons.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_lcd_slideshow.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_twitter.php
    Ligne5: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_row.php
    Ligne5: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_woocommerce_recent_carousel.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_contact_form.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_skill_meter.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_tabs.php
    Ligne4: include( $path . '/config.php' );
    Ligne94: include( $path . '/template.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_icon_box2.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_header.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_tab_slider.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_animated_columns.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_blog.php
    Ligne4: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_portfolio.php
    Ligne5: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_contact_info.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_slideshow_box.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_revslider.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_gallery.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_custom_box.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_custom_list.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_pricing_table.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_chart.php
    Ligne6: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_image_switch.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_steps.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_divider.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_icon_box_gradient.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_edge_one_pager.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_message_box.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_page_title_box.php
    Ligne5: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_tab.php
    Ligne5: include( $path . '/config.php' );
    Ligne9: include( $path . '/template.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_highlight.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_dropcaps.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_content_box.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_tooltip.php
    Ligne4: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_circle_image.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_theatre_slider.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_portfolio_carousel.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_custom_sidebar.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_news_tab.php
    Ligne11: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_swipe_slideshow.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_employees.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_subscribe.php
    Ligne6: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_button_gradient.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_fullwidth_slideshow.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_image.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_title_box.php
    Ligne4: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_moving_image.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_edge_slider.php
    Ligne9: include( $path . '/config.php' );
    Ligne71: include( $path . '/vars_loop.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_imagebox_item.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_page_section.php
    Ligne7: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_laptop_slideshow.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_audio.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_news.php
    Ligne4: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_skill_meter_chart.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_imagebox.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_table.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_social_networks.php
    Ligne3: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_blog_carousel.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_blog_teaser.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_flexslider.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_button.php
    Ligne6: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_photo_album.php
    Ligne4: include ($path . '/config.php');
    Ligne113: <?php include ($path . '/tpl-photo-album.php'); ?>
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_blog_showcase.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_testimonials.php
    Ligne4: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_fancy_title.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : mk_blockquote.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_column.php
    Ligne4: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_accordions.php
    Ligne5: include( $path . '/config.php' );
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
    The theme appears to use include or require : vc_flickr.php
    Ligne5: include ($path . '/config.php');
    If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
Other checked themes