0
Validation results

Jupiter

Jupiter

WordPress 6.4.3 theme
0
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Customizer : Sanitization of Customizer settings Found a Customizer setting that did not have a sanitization callback function in file sections.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-glb-sty-title.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-glb-sty-boxes.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-glb-sty-divider.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file sections.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-sale-badge.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-add-to-cart-button.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-variations.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-description.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-quantity.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-category.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-regular-price.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-sku.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-settings.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-name.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-tags.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-rating.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-image.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-social-share.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-sale-price.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-outofstock-badge.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-sale-badge.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-add-to-cart-button.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-box.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-regular-price.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-settings.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-name.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-rating.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-sale-price.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-outofstock-badge.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-boxes.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-button.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-back-button.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-thumbnail.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-field-label.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-field.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-small-heading.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-big-heading.php. Every call to the add_setting() method needs to have a sanitization callback function passed.Found a Customizer setting that did not have a sanitization callback function in file dlg-sty-steps.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
  2. Title : Title The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  3. Security breaches : Use of PHP sytem calls Found ->exec in file SCP.php. 183: if (!$this->ssh->exec('scp -t ' . escapeshellarg($remote_file), false)) { // -t = to257: if (!$this->ssh->exec('scp -f ' . escapeshellarg($remote_file), false)) { // -f = fromFound ->exec in file class-wp-filesystem-sftp.php. 126: $data = $this->link->exec( $command );Found exec in file bootstrap-server.php. 19: exec($command, $output, $exit_code);
  4. Security breaches : Modification of PHP server settings Found ini_set in file updates-downgrades.php. 8: ini_set( 'display_errors', 1 );9: ini_set( 'display_startup_errors', 1 );Found ini_set in file template-management.php. 3: // ini_set( 'display_errors', 1 );191: @ini_set( 'max_execution_time', 0 );192: @ini_set( 'memory_limit', '256M' );Found ini_set in file Random.php. 146: ini_set('session.use_cookies', 0);170: ini_set('session.use_cookies', $old_use_cookies);
  5. Security breaches : Use of base64_decode() Found base64_decode in file options-save.php. 134: $import_data = base64_decode( $import_data );231: $theme_option_data = unserialize( base64_decode( $db_response->val ) );Found base64_decode in file template-management.php. 750: $data = unserialize( base64_decode( $import_data ) );Found base64_decode in file wp_footer.php. 30: $styles = unserialize( base64_decode( get_post_meta( $post_id, '_dynamic_styles', true ) ) );Found base64_decode in file load-more.php. 45: $query = isset( $_REQUEST['query'] ) ? json_decode( base64_decode( $_REQUEST['query'] ), true ) : false;46: $atts = isset( $_REQUEST['atts'] ) ? json_decode( base64_decode( $_REQUEST['atts'] ), true ) : false;Found base64_decode in file logic-helpers.php. 468: $output = base64_decode( $string );Found base64_decode in file gmap_iterator.php. 30: if ( base64_decode($value, true) === false ) {33: $locations = (!empty($value)) ? json_decode( urldecode( base64_decode($value) ), true) : [];Found base64_decode in file ASN1.php. 1082: $value = base64_decode($source);Found base64_decode in file X509.php. 1560: = base64_encode('\0' . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $cert['tbsCertificate']['su1631: $value = base64_decode($value);2202: substr(base64_decode($this->currentCert['signature']), 1),2210: substr(base64_decode($this->currentCert['signature']), 1),2218: substr(base64_decode($this->currentCert['signature']), 1),2246: substr(base64_decode($this->currentCert['signature']), 1),2321: chunk_split(base64_encode(substr(base64_decode($key), 1)), 64) .2339: $ip = base64_decode($ip);3093: = base64_encode('\0' . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['certificationRequestI3150: $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? base64_decode($temp) : false;3224: = base64_encode('\0' . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $spkac['publicKeyAndChallen4487: $raw = base64_decode($raw);4551: //return new File_ASN1_Element(base64_decode(preg_replace('#-.+-|[\r\n]#', '', $this->publicKey->getPublic4854: $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? base64_decode($temp) : false;Found base64_decode in file RSA.php. 1368: $key = isset($parts[1]) ? base64_decode($parts[1]) : false;1434: $public = base64_decode(implode('', array_map('trim', array_slice($key, 4, $publicLen1442: $private = base64_decode(implode('', array_map('trim', array_slice($key, $publicLength1565: $this->current = new Math_BigInteger(base64_decode($this->current), 256);3130: $temp = preg_match('#^[a-zA-Z\d/+]*={0,2}$#', $temp) ? base64_decode($temp) : false;Found base64_decode in file mk_advanced_gmaps.php. 60: if ( base64_decode($additional_markers, true) === false ) {63: $additional_markers = json_decode( urldecode( base64_decode($additional_markers) ), true);113: $json['style'] = json_decode( urldecode(base64_decode($map_json)), true );Found base64_decode in file mkhb-textbox.php. 128: $text = htmlentities( rawurldecode( base64_decode( strip_tags( $content ), true ) ), ENT_COMPAT, 'UTF-8' );
  6. Security breaches : Use of base64_encode() Found base64_encode in file masterkey.php.
     $values['theme_export_options'] = base64_encode( serialize( get_option( THEME_OPTIONS ) ) );
    Found base64_encode in file options-save.php.
     'theme_export_options' => base64_encode( serialize( $theme_options_data ) ),
     $theme_options_data = base64_encode( serialize( $theme_options_data ) );
    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 logic-helpers.php.
     $output = base64_encode( $output );
    Found base64_encode in file CSS.php.
     $importContent = base64_encode($importContent);
    Found base64_encode in file BigInteger.php.
     chunk_split(base64_encode($encapsulated)) .
    Found base64_encode in file SSH2.php.
     $this->signature_format . ' ' . base64_encode($this->server_public_host_key) :
     return $this->signature_format . ' ' . base64_encode($this->server_public_host_key);
    Found base64_encode in file Agent.php.
     $key_str = 'ssh-rsa ' . base64_encode($key_blob);
    Found base64_encode in file ASN1.php.
     return base64_encode($decoded['content']);
    Found base64_encode in file X509.php.
     = base64_encode('\0' . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $cert[
     return '-----BEGIN CERTIFICATE-----\r\n' . chunk_split(base64_encode($cert), 64) . '-----END CERTIFICATE-----';
     $value = base64_encode($value);
     $value = base64_encode($temp);
     $values[$j] = base64_encode($value);
     chunk_split(base64_encode(substr(base64_decode($key), 1)), 64) .
     return base64_encode(pack('N', ip2long($ip)));
     = base64_encode('\0' . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $csr['
     return '-----BEGIN CERTIFICATE REQUEST-----\r\n' . chunk_split(base64_encode($csr), 64) . '-----END CERTIFICATE REQUEST-----';
     = base64_encode('\0' . base64_decode(preg_replace('#-.+-|[\r\n]#', '', $spkac
     return 'SPKAC=' . base64_encode($spkac);
     return '-----BEGIN X509 CRL-----\r\n' . chunk_split(base64_encode($crl), 64) . '-----END X509 CRL-----';
     $this->setExtension('id-ce-subjectKeyIdentifier', base64_encode($this->computeKeyIdentifier($this->currentCert)), false, fals
     $this->currentCert['signature'] = base64_encode('\0' . $key->sign($this->signatureSubject));
     $this->currentKeyIdentifier = base64_encode($value);
    Found base64_encode in file RSA.php.
     '  <Modulus>' . base64_encode($raw['modulus']) . '</Modulus>\r\n' .
     '  <Exponent>' . base64_encode($raw['publicExponent']) . '</Exponent>\r\n' .
     '  <P>' . base64_encode($raw['prime1']) . '</P>\r\n' .
     '  <Q>' . base64_encode($raw['prime2']) . '</Q>\r\n' .
     '  <DP>' . base64_encode($raw['exponent1']) . '</DP>\r\n' .
     '  <DQ>' . base64_encode($raw['exponent2']) . '</DQ>\r\n' .
     '  <InverseQ>' . base64_encode($raw['coefficient']) . '</InverseQ>\r\n' .
     '  <D>' . base64_encode($raw['privateExponent']) . '</D>\r\n' .
     $public = base64_encode($public);
     $private = base64_encode($private);
     chunk_split(base64_encode($RSAPrivateKey), 64) .
     chunk_split(base64_encode($RSAPrivateKey), 64) .
     chunk_split(base64_encode($des->encrypt($RSAPrivateKey)), 64) .
     chunk_split(base64_encode($RSAPrivateKey), 64) .
     '  <Modulus>' . base64_encode($modulus) . '</Modulus>\r\n' .
     '  <Exponent>' . base64_encode($publicExponent) . '</Exponent>\r\n' .
     $RSAPublicKey = 'ssh-rsa ' . base64_encode($RSAPublicKey) . ' ' . $this->comment;
     chunk_split(base64_encode($RSAPublicKey), 64) .
     chunk_split(base64_encode($RSAPublicKey), 64) .
     $base = base64_encode($hash->hash($RSAPublicKey));
    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_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 vc_twitter.php.
     $toSend = base64_encode($credentials);
    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)).''';
    Found base64_encode in file widgets-twitter-feeds.php.
     $toSend = base64_encode($credentials);
    Found base64_encode in file CsvHandler.php.
     $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');
  7. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="400" height="225" src="https://www.youtube.com/embed/g6JdwtaK0Tk?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen> in file register-product.php. 67: <iframe width='400' height='225' src='https://www.youtube.com/embed/g6JdwtaFound <iframe id="product-survey-iframe" src="'.$survey_link.'" frameborder="0" width="520" height="430" style="overflow:hidden"> in file survey-management.php. 376: title: \'<svg style='display:none;' class='mka-spinner' width='40px' height='40px' viewBox='0 0 66 66' xmlns='http://www.w3.org/2000/svg'><circle class='mka-spinner-path' fill='none' stroke-width='6' stroke-linecap='round' cx='33' cy='33' r='30'></circle></svg><a href='#' class='mka-modal-close-btn'></a><iframe id='product-survey-iframe' src=''.$survey_link.'' frameborder='0' wFound <iframe src="https://www.youtube.com/embed/<?php echo $view_params['stream_video_id']; ?> in file video-background.php. 50: <iframe src='https://www.youtube.com/embed/<?php echo $view_params['stream_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. 65: echo '<div class='mk-video-wrapper'><div class='mk-video-container'><iframe src='http' . ((is_ssl()) ? 's' : '') . '://player.vimeo.com/video/'Found <iframe width="560" height="315" src="//www.youtube.com/embed/<?php echo $stream_video_id; ?> in file mk_theatre_slider.php. 42: <iframe width='560' height='315' src='//www.youtube.com/embed/<?php echo $sFound <iframe src="//player.vimeo.com/video/<?php echo $video_id; ?> in file ajax.php. 157: <iframe src='//player.vimeo.com/video/<?php echo $video_id; ?>?title=0&amp;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. 34: echo '<div class='mk-video-container'><iframe src='http'.((is_ssl())? 's' : '').'://player.vimeo.com/video/'.$cliFound <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. 58: echo '<iframe src='//player.vimeo.com/video/'.$video_id.'?title=0&amp;byline=0&am
  8. Malware : Operations on file system file_get_contents was found in the file parsers.php 69: $xml_content = file_get_contents( $file );344: $xml_content = file_get_contents( $file );file_get_contents was found in the file parsers.php 69: $xml_content = file_get_contents( $file );344: $xml_content = file_get_contents( $file );fopen was found in the file parsers.php 518: $fp = $this->fopen( $file, 'r' );758: function fopen( $filename, $mode = 'r' ) {762: return fopen( $filename, $mode );fclose was found in the file parsers.php 571: $this->fclose( $fp );779: function fclose( $fp ) {783: return fclose( $fp );fopen was found in the file parsers.php 518: $fp = $this->fopen( $file, 'r' );758: function fopen( $filename, $mode = 'r' ) {762: return fopen( $filename, $mode );fopen was found in the file parsers.php 518: $fp = $this->fopen( $file, 'r' );758: function fopen( $filename, $mode = 'r' ) {762: return fopen( $filename, $mode );fclose was found in the file parsers.php 571: $this->fclose( $fp );779: function fclose( $fp ) {783: return fclose( $fp );fclose was found in the file parsers.php 571: $this->fclose( $fp );779: function fclose( $fp ) {783: return fclose( $fp );file_get_contents was found in the file addon-management.php 433: $addon_data = @json_decode( file_get_contents( $value ), true );file_put_contents was found in the file class-logger.php 282: file_put_contents($this->logFilePath(), $message, FILE_APPEND | LOCK_EX);296: $response = file_put_contents($log_path, '');file_put_contents was found in the file class-logger.php 282: file_put_contents($this->logFilePath(), $message, FILE_APPEND | LOCK_EX);296: $response = file_put_contents($log_path, '');fopen was found in the file db-management.php 245: $fs = fopen( $database_sql_file, 'r' );332: $fs = @fopen( $latest_backup['full_path'], 'r' );569: $fh = @fopen( $dump_file_path, 'a' );634: $fh = @fopen( $dump_file_path, 'a' );fclose was found in the file db-management.php 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );fopen was found in the file db-management.php 245: $fs = fopen( $database_sql_file, 'r' );332: $fs = @fopen( $latest_backup['full_path'], 'r' );569: $fh = @fopen( $dump_file_path, 'a' );634: $fh = @fopen( $dump_file_path, 'a' );fclose was found in the file db-management.php 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );fopen was found in the file db-management.php 245: $fs = fopen( $database_sql_file, 'r' );332: $fs = @fopen( $latest_backup['full_path'], 'r' );569: $fh = @fopen( $dump_file_path, 'a' );634: $fh = @fopen( $dump_file_path, 'a' );fwrite was found in the file db-management.php 601: fwrite( $fh, $output );687: fwrite( $fh, $output );fclose was found in the file db-management.php 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );fopen was found in the file db-management.php 245: $fs = fopen( $database_sql_file, 'r' );332: $fs = @fopen( $latest_backup['full_path'], 'r' );569: $fh = @fopen( $dump_file_path, 'a' );634: $fh = @fopen( $dump_file_path, 'a' );fwrite was found in the file db-management.php 601: fwrite( $fh, $output );687: fwrite( $fh, $output );fclose was found in the file db-management.php 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );file_put_contents was found in the file phpQuery.php 1402: // file_put_contents(dirname(__FILE__).'/phpQuery.log', print_r($in, true).'\nfile_get_contents was found in the file phpQuery.php 4773: file_get_contents($file), $contentType4824: return self::newDocumentPHP(file_get_contents($file), $contentType);file_get_contents was found in the file phpQuery.php 4773: file_get_contents($file), $contentType4824: return self::newDocumentPHP(file_get_contents($file), $contentType);file_get_contents was found in the file Minify.php 90: $data = file_get_contents($data);fopen was found in the file Minify.php 112: if (($handler = @fopen($path, 'w')) === false) {fwrite was found in the file Minify.php 117: if (@fwrite($handler, $content) === false) {fclose was found in the file Minify.php 122: @fclose($handler);fclose was found in the file SSH1.php 878: fclose($this->fsock);1101: fclose($this->fsock);fclose was found in the file SSH1.php 878: fclose($this->fsock);1101: fclose($this->fsock);fread was found in the file SSH1.php 1142: $temp = unpack('Nlength', fread($this->fsock, 4));1149: $temp = fread($this->fsock, $length);fread was found in the file SSH1.php 1142: $temp = unpack('Nlength', fread($this->fsock, 4));1149: $temp = fread($this->fsock, $length);fopen was found in the file SSH1.php 1643: // PHP doesn't seem to like using constants in fopen()1645: $fp = fopen($filename, 'w');fopen was found in the file SSH1.php 1643: // PHP doesn't seem to like using constants in fopen()1645: $fp = fopen($filename, 'w');file_get_contents was found in the file SSH2.php 30: * $key->loadKey(file_get_contents('privatekey'));fclose was found in the file SSH2.php 2953: fclose($this->realtime_log_file);3736: fclose($this->fsock);fread was found in the file SSH2.php 3010: $raw = fread($this->fsock, $this->decrypt_block_size);3038: $temp = fread($this->fsock, $remaining_length);3056: $hmac = fread($this->fsock, $this->hmac_size);fread was found in the file SSH2.php 3010: $raw = fread($this->fsock, $this->decrypt_block_size);3038: $temp = fread($this->fsock, $remaining_length);3056: $hmac = fread($this->fsock, $this->hmac_size);fread was found in the file SSH2.php 3010: $raw = fread($this->fsock, $this->decrypt_block_size);3038: $temp = fread($this->fsock, $remaining_length);3056: $hmac = fread($this->fsock, $this->hmac_size);fopen was found in the file SSH2.php 3615: // PHP doesn't seem to like using constants in fopen()3617: $fp = fopen($filename, 'w');fopen was found in the file SSH2.php 3615: // PHP doesn't seem to like using constants in fopen()3617: $fp = fopen($filename, 'w');fclose was found in the file SSH2.php 2953: fclose($this->realtime_log_file);3736: fclose($this->fsock);fopen was found in the file SCP.php 206: $fp = @fopen($data, 'rb');272: $fp = @fopen($local_file, 'wb');fread was found in the file SCP.php 222: $temp = $mode & NET_SCP_STRING ? substr($data, $sent, $this->packet_size) : fread($fp, $this->packet_size);fclose was found in the file SCP.php 233: fclose($fp);294: fclose($fp);344: fclose($this->ssh->fsock);fopen was found in the file SCP.php 206: $fp = @fopen($data, 'rb');272: $fp = @fopen($local_file, 'wb');fclose was found in the file SCP.php 233: fclose($fp);294: fclose($fp);344: fclose($this->ssh->fsock);fclose was found in the file SCP.php 233: fclose($fp);294: fclose($fp);344: fclose($this->ssh->fsock);fopen was found in the file SFTP.php 1938: $fp = @fopen($data, 'rb');2128: $fp = fopen($local_file, 'wb');fread was found in the file SFTP.php 1972: $temp = isset($fp) ? fread($fp, $sftp_packet_size) : substr($data, $sent, $sftp_packet_size);fclose was found in the file SFTP.php 1982: fclose($fp);2004: fclose($fp);2011: fclose($fp);2137: $fclose_check = $local_file !== false && !is_resource($local_file);2151: if ($fclose_check) {2152: fclose($fp);2193: if ($fclose_check) {2194: fclose($fp);2214: if ($fclose_check) {2215: fclose($fp);fclose was found in the file SFTP.php 1982: fclose($fp);2004: fclose($fp);2011: fclose($fp);2137: $fclose_check = $local_file !== false && !is_resource($local_file);2151: if ($fclose_check) {2152: fclose($fp);2193: if ($fclose_check) {2194: fclose($fp);2214: if ($fclose_check) {2215: fclose($fp);fclose was found in the file SFTP.php 1982: fclose($fp);2004: fclose($fp);2011: fclose($fp);2137: $fclose_check = $local_file !== false && !is_resource($local_file);2151: if ($fclose_check) {2152: fclose($fp);2193: if ($fclose_check) {2194: fclose($fp);2214: if ($fclose_check) {2215: fclose($fp);fopen was found in the file SFTP.php 1938: $fp = @fopen($data, 'rb');2128: $fp = fopen($local_file, 'wb');fclose was found in the file SFTP.php 1982: fclose($fp);2004: fclose($fp);2011: fclose($fp);2137: $fclose_check = $local_file !== false && !is_resource($local_file);2151: if ($fclose_check) {2152: fclose($fp);2193: if ($fclose_check) {2194: fclose($fp);2214: if ($fclose_check) {2215: fclose($fp);fclose was found in the file SFTP.php 1982: fclose($fp);2004: fclose($fp);2011: fclose($fp);2137: $fclose_check = $local_file !== false && !is_resource($local_file);2151: if ($fclose_check) {2152: fclose($fp);2193: if ($fclose_check) {2194: fclose($fp);2214: if ($fclose_check) {2215: fclose($fp);fclose was found in the file SFTP.php 1982: fclose($fp);2004: fclose($fp);2011: fclose($fp);2137: $fclose_check = $local_file !== false && !is_resource($local_file);2151: if ($fclose_check) {2152: fclose($fp);2193: if ($fclose_check) {2194: fclose($fp);2214: if ($fclose_check) {2215: fclose($fp);fopen was found in the file Stream.php 6: * Creates an sftp:// protocol handler that can be used with, for example, fopen(), dir(), etc.242: user_error('fopen(): failed to call user notifier', E_USER_WARNING);246: on which the fopen occurred as the line number - not the line that thefopen was found in the file Stream.php 6: * Creates an sftp:// protocol handler that can be used with, for example, fopen(), dir(), etc.242: user_error('fopen(): failed to call user notifier', E_USER_WARNING);246: on which the fopen occurred as the line number - not the line that thefread was found in the file Stream.php 405: * fseek, fputs / fwrite, fgets / fread and ftruncate.407: * Only fgets / fread, however, results in feof() returning true. do fputs($fp, 'aaa') on a408: * will return false. do fread($fp, 1) and feof() will then return true. do fseek($fp, 10) on ablank409: * will return false. do fread($fp, 1) and feof() will then return true.fread was found in the file Stream.php 405: * fseek, fputs / fwrite, fgets / fread and ftruncate.407: * Only fgets / fread, however, results in feof() returning true. do fputs($fp, 'aaa') on a408: * will return false. do fread($fp, 1) and feof() will then return true. do fseek($fp, 10) on ablank409: * will return false. do fread($fp, 1) and feof() will then return true.fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fwrite was found in the file Agent.php 472: if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fread was found in the file Agent.php 223: $length = current(unpack('N', fread($this->fsock, 4)));224: $type = ord(fread($this->fsock, 1));229: $signature_blob = fread($this->fsock, $length - 1);335: $length = current(unpack('N', fread($this->fsock, 4)));336: $type = ord(fread($this->fsock, 1));342: $keyCount = current(unpack('N', fread($this->fsock, 4)));344: $length = current(unpack('N', fread($this->fsock, 4)));345: $key_blob = fread($this->fsock, $length);347: $length = current(unpack('N', fread($this->fsock, 4)));349: $key_str.= ' ' . fread($this->fsock, $length);479: $agent_reply_bytes = current(unpack('N', fread($this->fsock, 4)));481: $agent_reply_data = fread($this->fsock, $agent_reply_bytes);fopen was found in the file Random.php 101: $fp = @fopen('/dev/urandom', 'rb');fread was found in the file Random.php 104: return fread($fp, $length);file_get_contents was found in the file mk_blockquote.php 6: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_button_gradient.php 8: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_category.php 8: $html = file_get_contents($path . '/template.php');file_get_contents was found in the file mk_custom_box.php 7: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_audio.php 7: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_banner_builder.php 7: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_font_icons.php 6: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_ornamental_title.php 7: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_chart.php 8: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_circle_image.php 5: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_subscribe.php 14: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_image_switch.php 6: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file mk_icon_box_gradient.php 7: $html = file_get_contents( $path . '/template.php' );file_get_contents was found in the file vc_twitter.php 7: $html = file_get_contents($path . '/template.php');fwrite was found in the file vfsStreamPrintVisitor.php 105: fwrite($this->out, str_repeat(' ', $this->depth) . '- ' . $name . '\n');file_get_contents was found in the file vfsStream.php 285: $content = file_get_contents($fileinfo->getPathname());fopen was found in the file vfsStreamWrapperSetOptionTestCase.php 41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperSetOptionTestCase.php 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);fopen was found in the file vfsStreamWrapperSetOptionTestCase.php 41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperSetOptionTestCase.php 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);fopen was found in the file vfsStreamWrapperSetOptionTestCase.php 41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperSetOptionTestCase.php 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);fopen was found in the file vfsStreamWrapperSetOptionTestCase.php 41: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');51: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');61: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');71: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperSetOptionTestCase.php 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);file_get_contents was found in the file vfsStreamWrapperDirSeparatorTestCase.php 42: $this->assertEquals('test', file_get_contents('vfs://root/foo\bar\baz.txt'));fopen was found in the file vfsStreamWrapperTestCase.php 493: $fp = fopen($this->baz2URL, 'r');632: $handle = fopen($this->baz1URL, 'r+');651: $handle = fopen($this->baz1URL, 'r+');fclose was found in the file vfsStreamWrapperTestCase.php 497: fclose($fp);636: fclose($handle);656: fclose($handle);file_get_contents was found in the file vfsStreamWrapperTestCase.php 617: $this->assertFalse(file_get_contents(vfsStream::url('file.txt')));635: $this->assertEquals('', file_get_contents($this->baz1URL));655: file_get_contents($this->baz1URL));fopen was found in the file vfsStreamWrapperTestCase.php 493: $fp = fopen($this->baz2URL, 'r');632: $handle = fopen($this->baz1URL, 'r+');651: $handle = fopen($this->baz1URL, 'r+');file_get_contents was found in the file vfsStreamWrapperTestCase.php 617: $this->assertFalse(file_get_contents(vfsStream::url('file.txt')));635: $this->assertEquals('', file_get_contents($this->baz1URL));655: file_get_contents($this->baz1URL));fclose was found in the file vfsStreamWrapperTestCase.php 497: fclose($fp);636: fclose($handle);656: fclose($handle);fopen was found in the file vfsStreamWrapperTestCase.php 493: $fp = fopen($this->baz2URL, 'r');632: $handle = fopen($this->baz1URL, 'r+');651: $handle = fopen($this->baz1URL, 'r+');file_get_contents was found in the file vfsStreamWrapperTestCase.php 617: $this->assertFalse(file_get_contents(vfsStream::url('file.txt')));635: $this->assertEquals('', file_get_contents($this->baz1URL));655: file_get_contents($this->baz1URL));fclose was found in the file vfsStreamWrapperTestCase.php 497: fclose($fp);636: fclose($handle);656: fclose($handle);fopen was found in the file vfsStreamPrintVisitorTestCase.php 48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));fopen was found in the file vfsStreamPrintVisitorTestCase.php 48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));fopen was found in the file vfsStreamPrintVisitorTestCase.php 48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));fopen was found in the file vfsStreamPrintVisitorTestCase.php 48: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));62: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));76: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));96: $printVisitor = new vfsStreamPrintVisitor(fopen('vfs://root/foo.txt', 'wb'));file_get_contents was found in the file vfsStreamPrintVisitorTestCase.php 100: $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 vfsStreamUmaskTestCase.php 106: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');117: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');file_put_contents was found in the file vfsStreamUmaskTestCase.php 106: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');117: file_put_contents(vfsStream::url('root/newfile.txt'), 'file content');fopen was found in the file vfsStreamWrapperStreamSelectTestCase.php 28: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFileTimesTestCase.php 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTimesTestCase.php 98: file_get_contents($this->fooUrl);fclose was found in the file vfsStreamWrapperFileTimesTestCase.php 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);fopen was found in the file vfsStreamWrapperFileTimesTestCase.php 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));140: $fp = fopen($this->fooUrl, 'rb');162: $fp = fopen($this->fooUrl, 'wb');fread was found in the file vfsStreamWrapperFileTimesTestCase.php 143: fread($fp, 1024);fclose was found in the file vfsStreamWrapperFileTimesTestCase.php 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);fopen was found in the file vfsStreamWrapperFileTimesTestCase.php 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));140: $fp = fopen($this->fooUrl, 'rb');162: $fp = fopen($this->fooUrl, 'wb');fwrite was found in the file vfsStreamWrapperFileTimesTestCase.php 165: fwrite($fp, 'test');fclose was found in the file vfsStreamWrapperFileTimesTestCase.php 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);file_put_contents was found in the file vfsStreamWrapperFileTimesTestCase.php 180: file_put_contents($this->fooUrl, 'test');198: file_put_contents($this->bazUrl, 'test');file_put_contents was found in the file vfsStreamWrapperFileTimesTestCase.php 180: file_put_contents($this->fooUrl, 'test');198: file_put_contents($this->bazUrl, 'test');file_put_contents was found in the file vfsStreamWrapperFlockTestCase.php 50: file_put_contents(vfsStream::url('root/foo.txt'), 'content');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fopen was found in the file vfsStreamWrapperFlockTestCase.php 60: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');75: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');90: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');104: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');118: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');135: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');153: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');154: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');173: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');174: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');192: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');193: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');209: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');226: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');227: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');247: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');264: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');265: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');283: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');300: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');301: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');319: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');336: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');353: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');354: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');376: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');394: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');410: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');411: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');429: $fp1 = fopen(vfsStream::url('root/foo.txt'), 'rb');430: $fp2 = fopen(vfsStream::url('root/foo.txt'), 'rb');fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);fclose was found in the file vfsStreamWrapperFlockTestCase.php 65: fclose($fp);80: fclose($fp);95: fclose($fp);109: fclose($fp);124: fclose($fp);142: fclose($fp);161: fclose($fp1);162: fclose($fp2);180: fclose($fp1);181: fclose($fp2);199: fclose($fp1);200: fclose($fp2);215: fclose($fp);235: fclose($fp1);236: fclose($fp2);253: fclose($fp);271: fclose($fp1);272: fclose($fp2);289: fclose($fp);307: fclose($fp1);308: fclose($fp2);325: fclose($fp);342: fclose($fp);362: fclose($fp1);363: fclose($fp2);378: fclose($fp);396: fclose($fp);413: fclose($fp1);418: fclose($fp2);432: fclose($fp1);437: fclose($fp2);file_get_contents was found in the file Issue104TestCase.php 49: file_get_contents(vfsStream::url('root/foo bar/schema.xsd'))file_put_contents was found in the file vfsStreamExLockTestCase.php 12: * Test for LOCK_EX behaviour related to file_put_contents().31: * with file_put_contents() and LOCK_EX. The test is intended to break once38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $pfile_put_contents was found in the file vfsStreamExLockTestCase.php 12: * Test for LOCK_EX behaviour related to file_put_contents().31: * with file_put_contents() and LOCK_EX. The test is intended to break once38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $pfile_put_contents was found in the file vfsStreamExLockTestCase.php 12: * Test for LOCK_EX behaviour related to file_put_contents().31: * with file_put_contents() and LOCK_EX. The test is intended to break once38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $pfile_put_contents was found in the file vfsStreamExLockTestCase.php 12: * Test for LOCK_EX behaviour related to file_put_contents().31: * with file_put_contents() and LOCK_EX. The test is intended to break once38: @file_put_contents(vfsStream::url('root/testfile'), 'some string\n', LOCK_EX40: $this->assertEquals('file_put_contents(): Exclusive locks may only be set for regular files', $pfopen was found in the file vfsStreamExLockTestCase.php 48: $fp = fopen(vfsStream::url('root/testfile'), 'w');fwrite was found in the file vfsStreamExLockTestCase.php 50: fwrite($fp, 'another string\n');fclose was found in the file vfsStreamExLockTestCase.php 52: fclose($fp);file_get_contents was found in the file vfsStreamExLockTestCase.php 53: $this->assertEquals('another string\n', file_get_contents(vfsStream::url('root/testfile')));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fread was found in the file vfsStreamWrapperFileTestCase.php 134: $this->assertEquals('z', fread($fp, 1));136: $this->assertEquals(' 1', fread($fp, 8092));249: $this->assertEquals('baz2', fread($fp, 4096));263: $this->assertEquals('', fread($fp, 4096));266: $this->assertEquals('', fread($fp, 4096));279: $this->assertEquals('', fread($fp, 4096));282: $this->assertEquals('', fread($fp, 4096));296: $this->assertEquals('', fread($fp, 4096));299: $this->assertEquals('', fread($fp, 4096));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fwrite was found in the file vfsStreamWrapperFileTestCase.php 179: fwrite($fp, 'd');193: fwrite($fp, 'test');250: $this->assertEquals(0, fwrite($fp, 'foo'));264: $this->assertEquals(3, fwrite($fp, 'foo'));280: $this->assertEquals(3, fwrite($fp, 'foo'));297: $this->assertEquals(3, fwrite($fp, 'foo'));339: fwrite($fp, 'some content');353: fwrite($fp, 'some content');fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);file_put_contents was found in the file vfsStreamWrapperFileTestCase.php 44: * assert that file_put_contents() delivers correct file contents48: public function file_put_contentsExistingFile()50: $this->assertEquals(14, file_put_contents($this->baz2URL, 'baz is not bar'));52: $this->assertEquals(6, file_put_contents($this->baz1URL, 'foobar'));54: $this->assertFalse(@file_put_contents($this->barURL, 'This does not work.'));55: $this->assertFalse(@file_put_contents($this->fooURL, 'This does not work, too.'));63: public function file_put_contentsExistingFileNonWritableDirectory()68: $this->assertEquals(15, @file_put_contents(vfsStream::url('root/new.txt'), 'This does work.'));78: public function file_put_contentsExistingNonWritableFile()83: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));88: * assert that file_put_contents() delivers correct file contents92: public function file_put_contentsNonExistingFile()94: $this->assertEquals(14, file_put_contents($this->fooURL . '/baznot.bar', 'baz is not bar'));96: $this->assertEquals(14, file_put_contents($this->barURL . '/baznot.bar', 'baz is not bar'));105: public function file_put_contentsNonExistingFileNonWritableDirectory()109: $this->assertFalse(@file_put_contents(vfsStream::url('root/new.txt'), 'This does not work.'));164: file_put_contents($vfsFile, 'test');165: file_put_contents($vfsFile, 'd');177: file_put_contents($vfsFile, 'test');206: file_put_contents($vfsFile, 'test');325: file_put_contents($vfsFile, 'test');366: file_put_contents($vfsFile, 'test');379: file_put_contents($vfsFile, 'test');392: file_put_contents($vfsFile, 'test');405: file_put_contents($vfsFile, 'test');fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fclose was found in the file vfsStreamWrapperFileTestCase.php 138: $this->assertTrue(fclose($fp));180: fclose($fp);194: fclose($fp);251: fclose($fp);267: fclose($fp);283: fclose($fp);300: fclose($fp);328: fclose($fp);341: fclose($fp);355: fclose($fp);369: fclose($fp);382: fclose($fp);395: fclose($fp);408: fclose($fp);fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));fopen was found in the file vfsStreamWrapperFileTestCase.php 121: $fp = fopen($this->baz1URL, 'r');174: fOpenedWithModeA()178: $fp = fopen($vfsFile, 'ab');192: $fp = fopen($vfsFile, 'xb');207: $this->assertFalse(@fopen($vfsFile, 'xb'));218: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb'));228: $this->assertFalse(@fopen(vfsStream::url('foo/doesNotExist.txt'), 'rb+'));238: $this->assertFalse(@fopen($this->baz2URL, 'invalid'));248: $fp = fopen($this->baz2URL, 'rb');262: $fp = fopen($this->baz2URL, 'wb');278: $fp = fopen($this->baz2URL, 'ab');295: $fp = fopen($vfsFile, 'xb');326: $fp = fopen($vfsFile, 'wb');338: $fp = fopen($vfsFile, 'cb');352: $fp = fopen($vfsFile, 'cb+');367: $fp = fopen($vfsFile, 'cb');380: $fp = fopen($vfsFile, 'cb');393: $fp = fopen($vfsFile, 'cb+');406: $fp = fopen($vfsFile, 'cb+');417: $this->assertFalse(@fopen($this->baz1URL, 'a'));426: $this->assertFalse(@fopen($this->baz1URL, 'w'));435: $this->assertFalse(@fopen($this->baz1URL, 'r'));file_get_contents was found in the file vfsStreamWrapperFileTestCase.php 18: * assert that file_get_contents() delivers correct file contents22: public function file_get_contents()24: $this->assertEquals('baz2', file_get_contents($this->baz2URL));25: $this->assertEquals('baz 1', file_get_contents($this->baz1URL));26: $this->assertFalse(@file_get_contents($this->barURL));27: $this->assertFalse(@file_get_contents($this->fooURL));35: public function file_get_contentsNonReadableFile()40: $this->assertEquals('', @file_get_contents(vfsStream::url('root/new.txt')));69: $this->assertEquals('This does work.', file_get_contents(vfsStream::url('root/new.txt')));84: $this->assertEquals('content', file_get_contents(vfsStream::url('root/new.txt')));166: $this->assertEquals('d', file_get_contents($vfsFile));181: $this->assertEquals('testd', file_get_contents($vfsFile));195: $this->assertEquals('test', file_get_contents($vfsFile));208: $this->assertEquals('test', file_get_contents($vfsFile));252: $this->assertEquals('baz2', file_get_contents($this->baz2URL));268: $this->assertEquals('foo', file_get_contents($this->baz2URL));284: $this->assertEquals('baz2foo', file_get_contents($this->baz2URL));301: $this->assertEquals('foo', file_get_contents($vfsFile));327: $this->assertEquals('', file_get_contents($vfsFile));342: $this->assertEquals('some content', file_get_contents($vfsFile));356: $this->assertEquals('some content', file_get_contents($vfsFile));368: $this->assertEquals('test', file_get_contents($vfsFile));394: $this->assertEquals('test', file_get_contents($vfsFile));455: $this->assertFalse(@file_get_contents($this->baz1URL));file_put_contents was found in the file vfsStreamWrapperQuotaTestCase.php 39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');81: $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 39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');81: $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 39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');81: $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 39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');81: $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 39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');81: $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 39: $this->assertEquals(9, file_put_contents(vfsStream::url('root/file.txt'), '123456789'));48: $this->assertEquals(10, file_put_contents(vfsStream::url('root/file.txt'), '1234567890'));58: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');60: $this->assertEquals('file_put_contents(): Only 10 of 11 bytes written, possibly out of free disk79: file_put_contents(vfsStream::url('root/file.txt'), '12345678901');81: $this->assertEquals('file_put_contents(): Only 7 of 11 bytes written, possibly out of free disk fopen was found in the file vfsStreamWrapperQuotaTestCase.php 103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');fclose was found in the file vfsStreamWrapperQuotaTestCase.php 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen was found in the file vfsStreamWrapperQuotaTestCase.php 103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');fclose was found in the file vfsStreamWrapperQuotaTestCase.php 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen was found in the file vfsStreamWrapperQuotaTestCase.php 103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');fclose was found in the file vfsStreamWrapperQuotaTestCase.php 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen was found in the file vfsStreamWrapperQuotaTestCase.php 103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');fclose was found in the file vfsStreamWrapperQuotaTestCase.php 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen was found in the file vfsStreamWrapperQuotaTestCase.php 103: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');128: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');153: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');183: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');213: $fp = fopen(vfsStream::url('root/file.txt'), 'w+');fclose was found in the file vfsStreamWrapperQuotaTestCase.php 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen was found in the file vfsStreamWrapperWithoutRootTestCase.php 51: $this->assertFalse(@fopen(vfsStream::url('foo'), 'r'));file_get_contents was found in the file vfsStreamWrapperDirTestCase.php 411: file_get_contents(vfsStream::url('foo/bar/../baz2'))422: file_get_contents(vfsStream::url('foo/../../../../bar/../baz2'))file_get_contents was found in the file vfsStreamWrapperDirTestCase.php 411: file_get_contents(vfsStream::url('foo/bar/../baz2'))422: file_get_contents(vfsStream::url('foo/../../../../bar/../baz2'))fopen was found in the file vfsStreamWrapperLargeFileTestCase.php 56: $fp = fopen($this->largeFile->url(), 'rb');67: $fp = fopen($this->largeFile->url(), 'rb+');fread was found in the file vfsStreamWrapperLargeFileTestCase.php 57: $data = fread($fp, 15);fclose was found in the file vfsStreamWrapperLargeFileTestCase.php 58: fclose($fp);70: fclose($fp);fopen was found in the file vfsStreamWrapperLargeFileTestCase.php 56: $fp = fopen($this->largeFile->url(), 'rb');67: $fp = fopen($this->largeFile->url(), 'rb+');fwrite was found in the file vfsStreamWrapperLargeFileTestCase.php 69: fwrite($fp, 'foobarbaz');fclose was found in the file vfsStreamWrapperLargeFileTestCase.php 58: fclose($fp);70: fclose($fp);file_put_contents was found in the file vfsStreamResolveIncludePathTestCase.php 50: file_put_contents('vfs://root/a/path/knownFile.php', '<?php ?>');fopen was found in the file CsvHandler.php 22: $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');38: $fp = fopen('php://temp/maxmemory:'. (6*1024*1024), 'r+');fopen was found in the file CsvHandler.php 22: $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');38: $fp = fopen('php://temp/maxmemory:'. (6*1024*1024), 'r+');fclose was found in the file CsvHandler.php 48: fclose($fp);file_get_contents was found in the file bootstrap-server.php 26: $server_logs = file_get_contents('./server.log');
  9. Malware : Network operations curl_init was found in the file MailChimpApi.php 54: if ( ! function_exists( 'curl_init' ) ) {69: $ch = curl_init();curl_exec was found in the file MailChimpApi.php 82: $result = curl_exec( $ch );curl_init was found in the file global.php 598: $curl = curl_init( $url );706: if ( is_callable( 'curl_init' ) ) {curl_exec was found in the file global.php 603: $data = curl_exec( $curl );fsockopen was found in the file SSH1.php 487: * 10 seconds. It is used by fsockopen() in that function.583: $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->connectionTimeofsockopen was found in the file SSH1.php 487: * 10 seconds. It is used by fsockopen() in that function.583: $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->connectionTimeofsockopen was found in the file SSH2.php 1043: $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout);fsockopen was found in the file Agent.php 298: $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);curl_exec was found in the file Request.php 202: $result = curl_exec($this->_ch);curl_init was found in the file Request.php 843: $ch = curl_init($this->uri);
  10. Admin menu : Themes should use add_theme_page() for adding admin pages. File class-theme-options.php : 23: add_submenu_page(File class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile class-mkhb-main.php : 89: add_submenu_page( THEME_NAME, __( 'Header Builder', 'mk_framework' ), __( 'File functions.php : 323: add_menu_page(File functions.php : 330: add_submenu_page(338: add_submenu_page(344: add_submenu_page(File functions.php : 330: add_submenu_page(338: add_submenu_page(344: add_submenu_page(File functions.php : 330: add_submenu_page(338: add_submenu_page(344: add_submenu_page(
  11. Hidden admin bar : Hidden admin Bar Themes should not hide admin bar. Detected in file : navigation-preview.php.
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 esc_html_e, with the arguments in file register-product.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments in file register-product.php.Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'mk_framework' in file updates-downgrades.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 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.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, mk-framework, default, js_composer.
  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. Line endings consistency : Both DOS and UNIX style line endingsFound a mix of \r\n and \n line endings in file sidebar.php.Found a mix of \r\n and \n line endings in file footer.php.
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file core-styles.6.0.2.css.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  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 $api_key found in translation function in register-product.php. Translation function calls should not contain PHP variables. Possible variable $button_text found in translation function in updates-downgrades.php. Translation function calls should not contain PHP variables.
  11. I18N implementation : Proper use of ___all(Possible variable $message found in translation function in validator-class.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. I18N implementation : Proper use of esc_html_e(Possible variable $api_key found in translation function in register-product.php. Translation function calls should not contain PHP variables. Possible variable $button_text found in translation function in updates-downgrades.php. Translation function calls should not contain PHP variables.
  14. Screenshot : Screenshot fileBad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
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 : hooks.php 17: 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 : master.php 3: <?php include_once('header.php'); ?>6: <?php include_once('sidebar.php'); ?>8: <?php include_once(THEME_CONTROL_PANEL . '/v2/panes/support.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 : plugin-management.php 170: require_once( 'validator-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 : tracking.php 299: 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 487: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : section-settings.php 19: $css = include( $layout_dynamic_style ); 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 : sections.php 39: require_once( $dialog ); 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 : sections.php 96: require_once( $dialog ); 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 : class-mk-customizer.php 47: require_once( $hook );144: require_once( THEME_CUSTOMIZER_DIR . '/controls/class-mk-control.php' );150: require_once( $control );165: require_once( THEME_CUSTOMIZER_DIR . '/settings/active-callbacks.php' );168: require_once( THEME_CUSTOMIZER_DIR . '/settings/class-mk-dialog.php' );175: require_once( THEME_CUSTOMIZER_DIR . '/settings/shop/sections.php' );179: require_once( THEME_CUSTOMIZER_DIR . '/settings/widgets/sections.php' );190: require_once( THEME_CUSTOMIZER_DIR . '/dynamic-styles/helpers/helpers.php' 222: $css = include( $file );275: $inline_css .= include( $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 : metabox-generator.php 1084: include_once( $chid_theme_metabox_path . $metabox_name );1086: 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 : image-resize.php 23: 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 : logic-helpers.php 369: require_once( ABSPATH . 'wp-admin/includes/class-pclzip.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 : class-mk-fs.php 380: require_once( ABSPATH . 'wp-admin/includes/class-pclzip.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 108: require ($file_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 : init.php 266: require_once( THEME_DIR . '/woocommerce/hooks.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 104: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/autocomplete.105: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/group_heading106: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/hidden_input.107: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/item_id.php' 108: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/multiselect.p109: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/range.php' );110: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/theme_fonts.p111: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/toggle.php' )112: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/upload.php' )113: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/visual_select114: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/gmap_iterator115: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/icon_selector116: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/alpha_colorpi117: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/message.php' 154: include( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/global-params.php' )170: include_once( $vc_map_path_child_theme );172: include_once( $shortcode );175: include_once( $shortcode );191: include_once( get_stylesheet_directory() . '/components/shortcodes/' . $sho201: require_once( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/page-section.ph202: require_once( THEME_PLUGIN_INTEGRATIONS . '/visual-composer/accordions.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 : phpQuery.php 4928: require_once($file);5055: require_once('Zend/Http/Client.php');5299: require_once('Zend/Json/Encoder.php');5316: 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 98: 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 : BigInteger.php 34: * include 'Math/BigInteger.php';233: * include 'Math/BigInteger.php';525: * include 'Math/BigInteger.php';622: * include 'Math/BigInteger.php';649: * include 'Math/BigInteger.php';687: * include 'Math/BigInteger.php';867: * include 'Math/BigInteger.php';998: * include 'Math/BigInteger.php';1134: * include 'Math/BigInteger.php';1418: * include 'Math/BigInteger.php';1637: * include 'Math/BigInteger.php';2450: * include 'Math/BigInteger.php';2518: * include 'Math/BigInteger.php';2653: * include 'Math/BigInteger.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 : SSH1.php 11: * include 'Net/SSH1.php';25: * include 'Net/SSH1.php';521: include_once 'Math/BigInteger.php';530: include_once 'Crypt/Random.php';704: include_once 'Crypt/DES.php';713: include_once 'Crypt/TripleDES.php';722: // include_once 'Crypt/RC4.php';1364: include_once 'Crypt/RSA.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 : SSH2.php 11: * include 'Net/SSH2.php';25: * include 'Crypt/RSA.php';26: * include 'Net/SSH2.php';891: include_once 'Math/BigInteger.php';895: include_once 'Crypt/Random.php';899: include_once 'Crypt/Hash.php';904: include_once 'Crypt/Base.php';1611: include_once 'Crypt/TripleDES.php';1618: include_once 'Crypt/TripleDES.php';1627: include_once 'Crypt/Rijndael.php';1636: include_once 'Crypt/Rijndael.php';1643: include_once 'Crypt/Blowfish.php';1650: include_once 'Crypt/Blowfish.php';1660: include_once 'Crypt/Twofish.php';1669: include_once 'Crypt/Twofish.php';1678: include_once 'Crypt/RC4.php';1689: include_once 'Crypt/TripleDES.php';1695: include_once 'Crypt/TripleDES.php';1703: include_once 'Crypt/Rijndael.php';1712: include_once 'Crypt/Rijndael.php';1719: include_once 'Crypt/Blowfish.php';1726: include_once 'Crypt/Blowfish.php';1736: include_once 'Crypt/Twofish.php';1745: include_once 'Crypt/Twofish.php';1754: include_once 'Crypt/RC4.php';4177: include_once 'Crypt/RSA.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 : SCP.php 13: * include 'Net/SCP.php';14: * include 'Net/SSH2.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 : SFTP.php 17: * include 'Net/SFTP.php';60: include_once 'SSH2.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 : Stream.php 156: include_once 'Net/SFTP.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 : SSH_Agent.php 39: require_once 'SSH/Agent.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 : Agent.php 11: * include 'System/SSH/Agent.php';12: * include 'Net/SSH2.php';356: include_once 'Crypt/RSA.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 : ASN1.php 266: include_once 'Math/BigInteger.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 : X509.php 49: include_once 'ASN1.php';332: include_once 'Math/BigInteger.php';2272: include_once 'Crypt/RSA.php';2677: include_once 'Crypt/Hash.php';2974: include_once 'Crypt/RSA.php';3055: include_once 'Crypt/RSA.php';3185: include_once 'Crypt/RSA.php';3456: include_once 'Crypt/Random.php';4490: include_once 'Crypt/RSA.php';4522: include_once 'Crypt/Hash.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 : RC4.php 21: * include 'Crypt/RC4.php';69: include_once 'Base.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 : Base.php 673: include_once 'Crypt/Hash.php';696: include_once 'Crypt/Hash.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 : DES.php 19: * include 'Crypt/DES.php';67: include_once 'Base.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 : Rijndael.php 31: * include 'Crypt/Rijndael.php';79: include_once 'Base.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 : Blowfish.php 17: * include 'Crypt/Blowfish.php';62: include_once 'Base.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 : TripleDES.php 13: * include 'Crypt/TripleDES.php';59: include_once 'DES.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 : Twofish.php 17: * include 'Crypt/Twofish.php';62: include_once 'Base.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 : RSA.php 11: * include 'Crypt/RSA.php';29: * include 'Crypt/RSA.php';78: include_once 'Random.php';85: include_once 'Hash.php';497: include_once 'Math/BigInteger.php';853: include_once 'Crypt/AES.php';874: include_once 'Crypt/Hash.php';926: include_once 'Crypt/DES.php';981: include_once 'Crypt/TripleDES.php';1161: include_once 'Crypt/AES.php';1167: include_once 'Crypt/AES.php';1174: include_once 'Crypt/TripleDES.php';1180: include_once 'Crypt/TripleDES.php';1187: include_once 'Crypt/DES.php';1266: include_once 'Crypt/DES.php';1447: include_once 'Crypt/AES.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 : Random.php 14: * include 'Crypt/Random.php';198: include_once 'AES.php';204: include_once 'Twofish.php';210: include_once 'Blowfish.php';216: include_once 'TripleDES.php';222: include_once 'DES.php';228: include_once 'RC4.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 : RC2.php 17: * include 'Crypt/RC2.php';60: include_once 'Base.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 : AES.php 12: * to save one include_once().26: * include 'Crypt/AES.php';72: include_once 'Rijndael.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 : Hash.php 21: * include 'Crypt/Hash.php';593: include_once 'Math/BigInteger.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 : class-wp-filesystem-sftp.php 11: require_once('Net/SFTP.php');12: require_once('Crypt/RSA.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 4: 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 : mk_page_section.php 8: 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 3: 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 4: 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_box2.php 5: 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 4: 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 5: 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 4: 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 3: 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 4: 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 3: 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 3: 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 4: 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 5: 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_highlight.php 4: 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 4: 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 5: 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_showcase.php 4: 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 4: 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 6: 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 3: 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 5: 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 3: 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 4: 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 5: 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 5: 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 4: 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 5: 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 4: 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 5: 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 3: 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 5: 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 4: 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 4: 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 4: 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_flickr.php 5: 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 4: 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 4: 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 16: 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 4: 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 5: 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 5: 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 4: 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 4: 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 3: 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 5: 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 5: 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 3: 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 4: 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 4: 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 7: include( $path . '/config.php' );153: 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_theatre_slider.php 3: 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 5: 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 6: 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 4: 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 4: 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_item.php 4: 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 4: 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 5: 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 6: 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 4: 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 4: 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 5: 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 4: 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 4: 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 5: 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 4: 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 4: 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 5: 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_layerslider.php 4: 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 4: 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 6: 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 4: 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 4: 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 4: 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 5: 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 4: 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 16: include( $path . '/config.php' );91: 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_fancy_title.php 4: 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 4: 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 5: 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 3: 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 4: include ($path . '/config.php');113: <?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_pricing_table_2.php 4: 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 4: 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 5: 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 4: 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 11: 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 : navigation-preview.php 14: <?php require_once( HB_INCLUDES_DIR . '/elements/class-hb-element.php' ); ?>15: <?php require_once( HB_INCLUDES_DIR . '/elements/class-hb-element-navigation.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-portfolio.php 2: 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 : archive-news.php 2: 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 : Bootstrap.php 67: 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 : bootstrap.php 3: 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 : override.php 2: 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 5: 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 3: 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 3: 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 : HttpfulTest.php 12: 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.
Other checked themes