0
Résultats de validation

Jupiter

Jupiter

WordPress 6.5.2 theme
0
Ce thème n'est peut être pas libre. Themecheck ne distribue pas de thèmes commerciaux.
Alertes critiques
  1. Title : Title Les tags <title> ne peuvent contenir qu'un appe à wp_title(). wp_title filter soit être utilisée pour modifier la sortie.Les tags <title> ne peuvent contenir qu'un appe à wp_title(). wp_title filter soit être utilisée pour modifier la sortie.
  2. Failles de sécurité : Utilisation d'appels systèmes PHP exec trouvé dans le fichier bootstrap-server.php. 19: exec($command, $output, $exit_code);->exec trouvé dans le fichier class-wp-filesystem-sftp.php. 126: $data = $this->link->exec( $command );->exec trouvé dans le fichier 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 = from
  3. Failles de sécurité : Modification des paramètres du serveur PHP ini_set trouvé dans le fichier Random.php. 146: ini_set('session.use_cookies', 0);170: ini_set('session.use_cookies', $old_use_cookies);ini_set trouvé dans le fichier template-management.php. 3: // ini_set( 'display_errors', 1 );182: @ini_set( 'max_execution_time', 0 );183: @ini_set( 'memory_limit', '256M' );
  4. Failles de sécurité : Utilisation de base64_decode() base64_decode trouvé dans le fichier logic-helpers.php. 451: $output = base64_decode( $string );base64_decode trouvé dans le fichier wp_footer.php. 28: $styles = unserialize(base64_decode(get_post_meta($post_id, '_dynamic_styles', true)));base64_decode trouvé dans le fichier load-more.php. 37: $query = isset($_REQUEST['query']) ? json_decode(base64_decode($_REQUEST['query']), true) : false;38: $atts = isset($_REQUEST['atts']) ? json_decode(base64_decode($_REQUEST['atts']), true) : false;base64_decode trouvé dans le fichier dynamic-styles.php. 850: $styles = unserialize(base64_decode(get_post_meta($post_id, '_dynamic_styles', true)));929: $styles = unserialize(base64_decode(get_post_meta($id, '_dynamic_styles', true)));base64_decode trouvé dans le fichier gmap_iterator.php. 30: if ( base64_decode($value, true) === false ) {33: $locations = (!empty($value)) ? json_decode( urldecode( base64_decode($value) ), true) : [];base64_decode trouvé dans le fichier 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;base64_decode trouvé dans le fichier ASN1.php. 1082: $value = base64_decode($source);base64_decode trouvé dans le fichier 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;base64_decode trouvé dans le fichier template-management.php. 712: $data = unserialize( base64_decode( $import_data ) );base64_decode trouvé dans le fichier options-save.php. 99: $import_data = base64_decode( $import_data );179: $theme_option_data = unserialize( base64_decode( $db_response->val ) );base64_decode trouvé dans le fichier 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 );
  5. Failles de sécurité : Utilisation de base64_encode() base64_encode trouvé dans le fichier CsvHandler.php.
     $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');
    base64_encode trouvé dans le fichier widgets-twitter-feeds.php.
     $toSend = base64_encode($credentials);
    base64_encode trouvé dans le fichier logic-helpers.php.
     $output = base64_encode( $output );
    base64_encode trouvé dans le fichier wp_footer.php.
     update_post_meta($post_id, '_dynamic_styles', base64_encode(serialize(($app_dynamic_styles))));
    base64_encode trouvé dans le fichier dynamic-styles.php.
     update_post_meta($post_id, '_dynamic_styles', base64_encode(serialize(($app_dynamic_styles))));
    base64_encode trouvé dans le fichier CSS.php.
     $importContent = base64_encode($importContent);
    base64_encode trouvé dans le fichier BigInteger.php.
     chunk_split(base64_encode($encapsulated)) .
    base64_encode trouvé dans le fichier SSH2.php.
     $this->signature_format . ' ' . base64_encode($this->server_public_host_key) :
     return $this->signature_format . ' ' . base64_encode($this->server_public_host_key);
    base64_encode trouvé dans le fichier 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));
    base64_encode trouvé dans le fichier Agent.php.
     $key_str = 'ssh-rsa ' . base64_encode($key_blob);
    base64_encode trouvé dans le fichier ASN1.php.
     return base64_encode($decoded['content']);
    base64_encode trouvé dans le fichier 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);
    base64_encode trouvé dans le fichier masterkey.php.
     $values['theme_export_options'] = base64_encode(serialize(get_option(THEME_OPTIONS)));
    base64_encode trouvé dans le fichier options-save.php.
     $response = [ 'msg' => 'Successfull' , 'status' => true , 'data' => ['element' => 'mk-success-save', 'theme_export_options' => base64_encode(serialize($theme_options_data))] ];
     $theme_options_data = base64_encode( serialize( $theme_options_data ) );
    base64_encode trouvé dans le fichier vc_twitter.php.
     $toSend = base64_encode($credentials);
    base64_encode trouvé dans le fichier mk_blog.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    base64_encode trouvé dans le fichier tweet-status.php.
     $toSend = base64_encode($credentials);
    base64_encode trouvé dans le fichier mk_portfolio.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    base64_encode trouvé dans le fichier mk_gallery.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    base64_encode trouvé dans le fichier mk_news.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
    base64_encode trouvé dans le fichier mk_photo_album.php.
     $data_config[] = 'data-query=''.base64_encode(json_encode($query_options)).''';
     $data_config[] = 'data-loop-atts=''.base64_encode(json_encode($atts)).''';
  6. Présence d'iframes : Les iframes sont parfois utilisées pour charger du contenu non désirés ou du code malicieux sur des sites tiers <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> trouvé dans le fichier portfolio-single-featured.php. 58: echo '<iframe src='//player.vimeo.com/video/'.$video_id.'?title=0&amp;byline=0&am<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> trouvé dans le fichier widgets-video.php. 34: echo '<div class='mk-video-container'><iframe src='http'.((is_ssl())? 's' : '').'://player.vimeo.com/video/'.$cli<iframe id="product-survey-iframe" src="'.$survey_link.'" frameborder="0" width="520" height="430" style="overflow:hidden"> trouvé dans le fichier 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' w<iframe width="400" height="225" src="https://www.youtube.com/embed/I9FERyjuq4A?rel=0&amp;showinfo=0" frameborder="0" allowfullscreen> trouvé dans le fichier register-product.php. 46: <iframe width='400' height='225' src='https://www.youtube.com/embed/I9FERyj<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> trouvé dans le fichier 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/'<iframe src="//player.vimeo.com/video/<?php echo $video_id; ?> trouvé dans le fichier ajax.php. 157: <iframe src='//player.vimeo.com/video/<?php echo $video_id; ?>?title=0&amp;<iframe width="560" height="315" src="//www.youtube.com/embed/<?php echo $stream_video_id; ?> trouvé dans le fichier mk_theatre_slider.php. 42: <iframe width='560' height='315' src='//www.youtube.com/embed/<?php echo $s<iframe src="https://www.youtube.com/embed/<?php echo $view_params['stream_video_id']; ?> trouvé dans le fichier video-background.php. 50: <iframe src='https://www.youtube.com/embed/<?php echo $view_params['stream_
  7. Code malveillant : Opérations sur système de fichiers file_get_contents trouvé dans le fichier bootstrap-server.php. 26: $server_logs = file_get_contents('./server.log');fopen trouvé dans le fichier CsvHandler.php. 22: $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');38: $fp = fopen('php://temp/maxmemory:'. (6*1024*1024), 'r+');fopen trouvé dans le fichier CsvHandler.php. 22: $fp = fopen('data://text/plain;base64,' . base64_encode($body), 'r');38: $fp = fopen('php://temp/maxmemory:'. (6*1024*1024), 'r+');fclose trouvé dans le fichier CsvHandler.php. 48: fclose($fp);file_put_contents trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier vfsStreamExLockTestCase.php. 48: $fp = fopen(vfsStream::url('root/testfile'), 'w');fwrite trouvé dans le fichier vfsStreamExLockTestCase.php. 50: fwrite($fp, 'another string\n');fclose trouvé dans le fichier vfsStreamExLockTestCase.php. 52: fclose($fp);file_get_contents trouvé dans le fichier vfsStreamExLockTestCase.php. 53: $this->assertEquals('another string\n', file_get_contents(vfsStream::url('root/testfile')));fopen trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperQuotaTestCase.php. 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperQuotaTestCase.php. 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperQuotaTestCase.php. 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperQuotaTestCase.php. 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperQuotaTestCase.php. 105: fclose($fp);130: fclose($fp);155: fclose($fp);185: fclose($fp);215: fclose($fp);fopen trouvé dans le fichier vfsStreamWrapperTestCase.php. 493: $fp = fopen($this->baz2URL, 'r');632: $handle = fopen($this->baz1URL, 'r+');651: $handle = fopen($this->baz1URL, 'r+');fclose trouvé dans le fichier vfsStreamWrapperTestCase.php. 497: fclose($fp);636: fclose($handle);656: fclose($handle);file_get_contents trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperTestCase.php. 493: $fp = fopen($this->baz2URL, 'r');632: $handle = fopen($this->baz1URL, 'r+');651: $handle = fopen($this->baz1URL, 'r+');file_get_contents trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperTestCase.php. 497: fclose($fp);636: fclose($handle);656: fclose($handle);fopen trouvé dans le fichier vfsStreamWrapperTestCase.php. 493: $fp = fopen($this->baz2URL, 'r');632: $handle = fopen($this->baz1URL, 'r+');651: $handle = fopen($this->baz1URL, 'r+');file_get_contents trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperTestCase.php. 497: fclose($fp);636: fclose($handle);656: fclose($handle);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperSetOptionTestCase.php. 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperSetOptionTestCase.php. 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperSetOptionTestCase.php. 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperSetOptionTestCase.php. 43: fclose($fp);53: fclose($fp);63: fclose($fp);73: fclose($fp);file_get_contents trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperStreamSelectTestCase.php. 28: $fp = fopen(vfsStream::url('root/foo.txt'), 'rb');file_get_contents trouvé dans le fichier vfsStreamWrapperDirSeparatorTestCase.php. 42: $this->assertEquals('test', file_get_contents('vfs://root/foo\bar\baz.txt'));file_get_contents trouvé dans le fichier Issue104TestCase.php. 49: file_get_contents(vfsStream::url('root/foo bar/schema.xsd'))fopen trouvé dans le fichier vfsStreamWrapperLargeFileTestCase.php. 56: $fp = fopen($this->largeFile->url(), 'rb');67: $fp = fopen($this->largeFile->url(), 'rb+');fread trouvé dans le fichier vfsStreamWrapperLargeFileTestCase.php. 57: $data = fread($fp, 15);fclose trouvé dans le fichier vfsStreamWrapperLargeFileTestCase.php. 58: fclose($fp);70: fclose($fp);fopen trouvé dans le fichier vfsStreamWrapperLargeFileTestCase.php. 56: $fp = fopen($this->largeFile->url(), 'rb');67: $fp = fopen($this->largeFile->url(), 'rb+');fwrite trouvé dans le fichier vfsStreamWrapperLargeFileTestCase.php. 69: fwrite($fp, 'foobarbaz');fclose trouvé dans le fichier vfsStreamWrapperLargeFileTestCase.php. 58: fclose($fp);70: fclose($fp);fopen trouvé dans le fichier vfsStreamWrapperWithoutRootTestCase.php. 51: $this->assertFalse(@fopen(vfsStream::url('foo'), 'r'));fclose trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);file_get_contents trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 98: file_get_contents($this->fooUrl);fclose trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 143: fread($fp, 1024);fclose trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);fopen trouvé dans le fichier 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 trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 165: fwrite($fp, 'test');fclose trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 77: fclose(fopen($this->fooUrl, 'rb'));119: fclose(fopen($this->fooUrl, 'wb'));144: fclose($fp);166: fclose($fp);file_put_contents trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 180: file_put_contents($this->fooUrl, 'test');198: file_put_contents($this->bazUrl, 'test');file_put_contents trouvé dans le fichier vfsStreamWrapperFileTimesTestCase.php. 180: file_put_contents($this->fooUrl, 'test');198: file_put_contents($this->bazUrl, 'test');file_put_contents trouvé dans le fichier vfsStreamWrapperFlockTestCase.php. 50: file_put_contents(vfsStream::url('root/foo.txt'), 'content');fopen trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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_put_contents trouvé dans le fichier vfsStreamResolveIncludePathTestCase.php. 50: file_put_contents('vfs://root/a/path/knownFile.php', '<?php ?>');file_get_contents trouvé dans le fichier vfsStreamWrapperDirTestCase.php. 411: file_get_contents(vfsStream::url('foo/bar/../baz2'))422: file_get_contents(vfsStream::url('foo/../../../../bar/../baz2'))file_get_contents trouvé dans le fichier vfsStreamWrapperDirTestCase.php. 411: file_get_contents(vfsStream::url('foo/bar/../baz2'))422: file_get_contents(vfsStream::url('foo/../../../../bar/../baz2'))file_get_contents trouvé dans le fichier vfsStream.php. 285: $content = file_get_contents($fileinfo->getPathname());fwrite trouvé dans le fichier vfsStreamPrintVisitor.php. 105: fwrite($this->out, str_repeat(' ', $this->depth) . '- ' . $name . '\n');fopen trouvé dans le fichier 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 trouvé dans le fichier db-management.php. 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );fopen trouvé dans le fichier 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 trouvé dans le fichier db-management.php. 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );fopen trouvé dans le fichier 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 trouvé dans le fichier db-management.php. 601: fwrite( $fh, $output );687: fwrite( $fh, $output );fclose trouvé dans le fichier db-management.php. 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );fopen trouvé dans le fichier 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 trouvé dans le fichier db-management.php. 601: fwrite( $fh, $output );687: fwrite( $fh, $output );fclose trouvé dans le fichier db-management.php. 280: fclose( $fs );368: fclose( $fs );607: fclose( $fh );693: fclose( $fh );file_put_contents trouvé dans le fichier class-logger.php. 282: file_put_contents($this->logFilePath(), $message, FILE_APPEND | LOCK_EX);296: $response = file_put_contents($log_path, '');file_put_contents trouvé dans le fichier class-logger.php. 282: file_put_contents($this->logFilePath(), $message, FILE_APPEND | LOCK_EX);296: $response = file_put_contents($log_path, '');file_put_contents trouvé dans le fichier phpQuery.php. 1402: // file_put_contents(dirname(__FILE__).'/phpQuery.log', print_r($in, true).'\nfile_get_contents trouvé dans le fichier phpQuery.php. 4773: file_get_contents($file), $contentType4824: return self::newDocumentPHP(file_get_contents($file), $contentType);file_get_contents trouvé dans le fichier phpQuery.php. 4773: file_get_contents($file), $contentType4824: return self::newDocumentPHP(file_get_contents($file), $contentType);file_get_contents trouvé dans le fichier Minify.php. 90: $data = file_get_contents($data);fopen trouvé dans le fichier Minify.php. 112: if (($handler = @fopen($path, 'w')) === false) {fwrite trouvé dans le fichier Minify.php. 117: if (@fwrite($handler, $content) === false) {fclose trouvé dans le fichier Minify.php. 122: @fclose($handler);fopen trouvé dans le fichier SCP.php. 206: $fp = @fopen($data, 'rb');272: $fp = @fopen($local_file, 'wb');fread trouvé dans le fichier SCP.php. 222: $temp = $mode & NET_SCP_STRING ? substr($data, $sent, $this->packet_size) : fread($fp, $this->packet_size);fclose trouvé dans le fichier SCP.php. 233: fclose($fp);294: fclose($fp);344: fclose($this->ssh->fsock);fopen trouvé dans le fichier SCP.php. 206: $fp = @fopen($data, 'rb');272: $fp = @fopen($local_file, 'wb');fclose trouvé dans le fichier SCP.php. 233: fclose($fp);294: fclose($fp);344: fclose($this->ssh->fsock);fclose trouvé dans le fichier SCP.php. 233: fclose($fp);294: fclose($fp);344: fclose($this->ssh->fsock);fclose trouvé dans le fichier SSH1.php. 878: fclose($this->fsock);1101: fclose($this->fsock);fclose trouvé dans le fichier SSH1.php. 878: fclose($this->fsock);1101: fclose($this->fsock);fread trouvé dans le fichier SSH1.php. 1142: $temp = unpack('Nlength', fread($this->fsock, 4));1149: $temp = fread($this->fsock, $length);fread trouvé dans le fichier SSH1.php. 1142: $temp = unpack('Nlength', fread($this->fsock, 4));1149: $temp = fread($this->fsock, $length);fopen trouvé dans le fichier SSH1.php. 1643: // PHP doesn't seem to like using constants in fopen()1645: $fp = fopen($filename, 'w');fopen trouvé dans le fichier SSH1.php. 1643: // PHP doesn't seem to like using constants in fopen()1645: $fp = fopen($filename, 'w');fopen trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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.file_get_contents trouvé dans le fichier SSH2.php. 30: * $key->loadKey(file_get_contents('privatekey'));fclose trouvé dans le fichier SSH2.php. 2953: fclose($this->realtime_log_file);3736: fclose($this->fsock);fread trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier SSH2.php. 3615: // PHP doesn't seem to like using constants in fopen()3617: $fp = fopen($filename, 'w');fopen trouvé dans le fichier SSH2.php. 3615: // PHP doesn't seem to like using constants in fopen()3617: $fp = fopen($filename, 'w');fclose trouvé dans le fichier SSH2.php. 2953: fclose($this->realtime_log_file);3736: fclose($this->fsock);fopen trouvé dans le fichier SFTP.php. 1938: $fp = @fopen($data, 'rb');2128: $fp = fopen($local_file, 'wb');fread trouvé dans le fichier SFTP.php. 1972: $temp = isset($fp) ? fread($fp, $sftp_packet_size) : substr($data, $sent, $sftp_packet_size);fclose trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier SFTP.php. 1938: $fp = @fopen($data, 'rb');2128: $fp = fopen($local_file, 'wb');fclose trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier Random.php. 101: $fp = @fopen('/dev/urandom', 'rb');fread trouvé dans le fichier Random.php. 104: return fread($fp, $length);fread trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier Agent.php. 472: if (strlen($this->socket_buffer) != fwrite($this->fsock, $this->socket_buffer)) {fread trouvé dans le fichier 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 trouvé dans le fichier 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);file_get_contents trouvé dans le fichier parsers.php. 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents trouvé dans le fichier parsers.php. 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen trouvé dans le fichier parsers.php. 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );fopen trouvé dans le fichier parsers.php. 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fopen trouvé dans le fichier parsers.php. 442: $fp = $this->fopen( $file, 'r' );668: function fopen( $filename, $mode = 'r' ) {671: return fopen( $filename, $mode );fclose trouvé dans le fichier parsers.php. 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );fclose trouvé dans le fichier parsers.php. 491: $this->fclose($fp);686: function fclose( $fp ) {689: return fclose( $fp );file_get_contents trouvé dans le fichier addon-management.php. 425: $addon_data = @json_decode( file_get_contents( $value ), true );file_get_contents trouvé dans le fichier mk_banner_builder.php. 7: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_category.php. 8: $html = file_get_contents($path . '/template.php');file_get_contents trouvé dans le fichier mk_ornamental_title.php. 7: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_font_icons.php. 6: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier vc_twitter.php. 7: $html = file_get_contents($path . '/template.php');file_get_contents trouvé dans le fichier mk_custom_box.php. 7: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_chart.php. 8: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_image_switch.php. 6: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_icon_box_gradient.php. 7: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_circle_image.php. 5: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_subscribe.php. 14: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_button_gradient.php. 8: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_audio.php. 7: $html = file_get_contents( $path . '/template.php' );file_get_contents trouvé dans le fichier mk_blockquote.php. 6: $html = file_get_contents( $path . '/template.php' );
  8. Code malveillant : Opérations réseau curl_exec trouvé dans le fichier Request.php. 202: $result = curl_exec($this->_ch);curl_init trouvé dans le fichier Request.php. 843: $ch = curl_init($this->uri);curl_init trouvé dans le fichier MailChimpApi.php. 54: if (!function_exists('curl_init')) {69: $ch = curl_init();curl_exec trouvé dans le fichier MailChimpApi.php. 82: $result = curl_exec($ch);curl_init trouvé dans le fichier global.php. 593: $curl = curl_init($url);707: if(is_callable('curl_init')){curl_exec trouvé dans le fichier global.php. 598: $data = curl_exec($curl);fsockopen trouvé dans le fichier 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 trouvé dans le fichier 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 trouvé dans le fichier SSH2.php. 1043: $this->fsock = @fsockopen($this->host, $this->port, $errno, $errstr, $this->curTimeout);fsockopen trouvé dans le fichier Agent.php. 298: $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);
  9. Menu Admin : Les thèmes doivent utiliser add_theme_page () pour ajouter des pages admin. Fichier hb-load.php : 24: add_submenu_page( THEME_NAME, __( 'Header Builder', 'mk_framework' ), __( 'Fichier class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFichier class-theme-options.php : 24: add_submenu_page(Fichier functions.php : 313: add_menu_page(THEME_NAME, THEME_NAME, 'edit_theme_options', THEME_NAME, arrFichier functions.php : 317: add_submenu_page(THEME_NAME, __('Control Panel', 'mk_framework'), __('Contr322: add_submenu_page(THEME_NAME, __('New UI', 'mk_framework'), __('New UI', 'mk325: add_submenu_page(THEME_NAME, __('UI Page Options', 'mk_framework'), __('UI Fichier functions.php : 317: add_submenu_page(THEME_NAME, __('Control Panel', 'mk_framework'), __('Contr322: add_submenu_page(THEME_NAME, __('New UI', 'mk_framework'), __('New UI', 'mk325: add_submenu_page(THEME_NAME, __('UI Page Options', 'mk_framework'), __('UI Fichier functions.php : 317: add_submenu_page(THEME_NAME, __('Control Panel', 'mk_framework'), __('Contr322: add_submenu_page(THEME_NAME, __('New UI', 'mk_framework'), __('New UI', 'mk325: add_submenu_page(THEME_NAME, __('UI Page Options', 'mk_framework'), __('UI
  10. Constantes inappropriées : Utilisation de TEMPLATEPATH La constante TEMPLATEPATH a été trouvée dans le fichier updates-class.php. get_template_directory() doit être utilisé à la place. 68: $theme_data = get_theme_data( TEMPLATEPATH . '/style.css');La constante TEMPLATEPATH a été trouvée dans le fichier class-theme-options.php. get_template_directory() doit être utilisé à la place. 226: $theme_data = get_theme_data( TEMPLATEPATH . '/style.css' );
  11. Fonctions obsolètes : screen_icon screen_icon trouvé dans le fichier wordpress-importer.php . Obsolète depuis la version de la 3.8. 1133: screen_icon();
  12. Fonctions obsolètes : get_bloginfo get_bloginfo('url') trouvé dans le fichier functions.php. Il est préférable d'utiliser home_url(). 339: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url'),get_bloginfo('url') trouvé dans le fichier updates-class.php. Il est préférable d'utiliser home_url(). 110: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')160: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')233: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')286: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')382: 'user-agent' => 'WordPress/' . $wp_version . '; ' . get_bloginfo('url')
Attention
  1. tags du thème : Présence de tags inconnusTag inconnu trouvé dans l'entête du fichier style.css.
  2. Text domain : Utilisation incorrecte des fonctions de traduction.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'mk_framework' dans le fichier title.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'Media records backup file is not exists or not readable' dans le fichier db-management.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'Easy to use drag-and-drop header builder for Artbees themes.' dans le fichier dropins.php.Une fonction de traduction utilisée sans text-domain. Fonction _x, avec les arguments 'URL slug', 'mk_framework' dans le fichier config.php.Une fonction de traduction utilisée sans text-domain. Fonction _x, avec les arguments 'URL slug', 'mk_framework' dans le fichier config.php.Une fonction de traduction utilisée sans text-domain. Fonction _x, avec les arguments 'URL slug', 'mk_framework' dans le fichier config.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'SFTP' dans le fichier sftp-init.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'Remove Image' dans le fichier Tax-meta-class.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'Upload Image' dans le fichier Tax-meta-class.php.Une fonction de traduction utilisée sans text-domain. Fonction __, avec les arguments 'mk_framework' dans le fichier validator-class.php.Utilisation d'une fonction de traduction avec un nombre incorrect d'arguments. Fonction __, avec les arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" dans le fichier vc_map.php.Utilisation d'une fonction de traduction avec un nombre incorrect d'arguments. Fonction __, avec les arguments "<a target='_blank' href='", >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme), "mk_framework" dans le fichier vc_map.php.Une fonction de traduction utilisée sans text-domain. Fonction _e, avec les arguments 'mk_framework' dans le fichier mk_portfolio_carousel.php.Plusieurs text-domain sont utilisés dans le thème. Cela signifie que le thème n'est pas compatible avec les language packs de WordPress. Les domaines trouvés sont mk_framework, artbees, default, admin.php?page=Jupiter#mk-cp-icon-library, >Click here</a> to get the icon class name (or any other font icons library that you have installed in the theme).
  3. Cdn : Utilisation d'un CDNUne url de type CDN a été trouvée dans le code maxcdn.bootstrapcdn.com/bootstrap. Les fichiers CSS et JS ne doivent pas être chargés depuis un CDN. Ces ressources doivent être intégrées dans le thème.
  4. Contextes de plugin : Fonctionnalités de pluginLe thème utilise la fonction register_post_type(). Cette fonction n'est pas prévue pour être utilisée dans le contexte d'un thème, mais plutôt dans un plugin.Le thème utilise la fonction add_shortcode(). L'utilisation des custom post-content shortcodes est du domaine des plugins.
  5. Fichiers indésirables : fichiers ou dossiers cachés.ds_store a été trouvé.
  6. Barre d'admin cachée : Barre d'admin cachée dans CSSLes thèmes ne doivent pas cacher la barre d'admin. Détecté dans le fichier core-styles.css.
  7. Eléments custom : Présence d'une entête customAucune référence à custom header n'a été trouvée dans le thème.
  8. Eléments custom : Présence d'un fond customAucune référence à custom background n'a été trouvée dans le thème.
  9. Fonctions obsolètes : screen_iconscreen_icon trouvé dans le fichier wordpress-importer.php . Obsolète depuis la version de la 3.8. 1133: screen_icon();
  10. Editor style : Présence de l'édition de styleAucune référence à add_editor_style() n'a été trouvée dans le thème. Il est recommandé que le thème implémente l'édition de style, de manière à faire correspondre le contenu de l'éditeur l'affichage dans le thème.
  11. Implémentation de l'internationalisation : Utilisation correcte de _e(La variable $view_params a été trouvée dans une fonction de traduction dans le fichier sortable.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $view_params a été trouvée dans une fonction de traduction dans le fichier button.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $view_all_text a été trouvée dans une fonction de traduction dans le fichier mk_portfolio_carousel.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP.
  12. Implémentation de l'internationalisation : Utilisation correcte de ___al(La variable $custom_archive_title a été trouvée dans une fonction de traduction dans le fichier title.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $message a été trouvée dans une fonction de traduction dans le fichier validator-class.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $captcha_plugin_status a été trouvée dans une fonction de traduction dans le fichier vc_map.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP.
  13. Implémentation de l'internationalisation : Utilisation correcte de _x(La variable $news_slug a été trouvée dans une fonction de traduction dans le fichier config.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $portfolio_slug a été trouvée dans une fonction de traduction dans le fichier config.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP. La variable $portfolio_cat_slug a été trouvée dans une fonction de traduction dans le fichier config.php . Les appels de fonctions de traduction ne doivent pas contenir de variables PHP.
  14. Screenshot : Copie d'écranLa taille du screenshot est 600x450px. La taille recommandée est 1200x900, pour prendre en compte les affichages HiDPI. Bien qu'une résolution de 1200x900 soit recommandée, toutes les images au format 4:3 sont acceptables.Mauvaise extension de fichier screenshot ! Le fichier screenshot.png n'est pas un véritable fichier PNG. Le type détecté est : "image/jpeg".
Info
  1. présence de favicon : Gestion des faviconsDéclaration de favicon trouvée dans wp_head.php. Les favicons sont prises en charges dans le paramètrage Site Icon depuis la version 4.3.
  2. Fichiers optionnels : Présence du fichierde style pour les écritures de droite vers la gauche rtl.cssCe thème ne contient pas le fichier optionnel rtl.php.
  3. Fichiers optionnels : Présence du fichier-template fron-*page.phpCe thème ne contient pas le fichier optionnel front-page.php.
  4. Fichiers optionnels : Présence du fichier-template de page d'accueil home.phpCe thème ne contient pas le fichier optionnel home.php.
  5. Fichiers optionnels : Présence du fichier-template de catégorie category.phpCe thème ne contient pas le fichier optionnel category.php.
  6. Fichiers optionnels : Présence du fichier-template des tags tag.phpCe thème ne contient pas le fichier optionnel tag.php.
  7. Fichiers optionnels : Présence du fichier template de taxinomie taxonomy.phpCe thème ne contient pas le fichier optionnel taxonomy.php.
  8. Fichiers optionnels : Présence du fichier-template des pièces jointes attachment.phpCe thème ne contient pas le fichier optionnel attachment.php.
  9. Utilisation d'includes : Utilisation de include ou de de requireLe thème semble utiliser include ou require : bootstrap.php 3: require(__DIR__ . '/src/Httpful/Bootstrap.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : HttpfulTest.php 12: require(dirname(dirname(dirname(__FILE__))) . '/bootstrap.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Bootstrap.php 67: require_once($path); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : override.php 2: require(__DIR__ . '/../bootstrap.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : github.php 3: require(__DIR__ . '/../bootstrap.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : showclix.php 3: require(__DIR__ . '/../bootstrap.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : freebase.php 5: require(__DIR__ . '/../bootstrap.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : archive-news.php 2: include('taxonomy-news_category.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : logic-helpers.php 342: require_once(ABSPATH . 'wp-admin/includes/class-pclzip.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : class-mk-fs.php 400: require_once(ABSPATH . 'wp-admin/includes/class-pclzip.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : image-resize.php 23: require_once(THEME_INCLUDES . '/bfi_thumb.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : template-part-helpers.php 137: include( $file ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : dynamic-styles.php 170: include_once ($style); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : dropins.php 50: include_once( THEME_DIR . '/' . $dropin );57: include_once( THEME_DIR . '/' . $fallback ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : class-hb-grid.php 62: require_once( HB_INCLUDES_DIR . '/elements/class-hb-element.php' );228: include_once( $class_file );335: include_once( $class_file ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : metabox-tax.php 4: require_once (THEME_INCLUDES . '/Tax-meta-class/Tax-meta-class.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : init.php 51: require_once (THEME_INCLUDES . '/woocommerce-quantity-increment/woocommerce Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : init.php 91: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/autocomplete.92: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/group_heading93: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/hidden_input.94: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/item_id.php')95: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/multiselect.p96: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/range.php');97: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/theme_fonts.p98: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/toggle.php');99: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/upload.php');100: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/visual_select101: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/gmap_iterator102: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/icon_selector103: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/fields/message.php')158: include (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/global-params.php');174: include_once($vc_map_path_child_theme);176: include_once ($shortcode);179: include_once ($shortcode); 197: include_once(get_stylesheet_directory() . '/components/shortcodes/'.$shortc207: require_once (THEME_PLUGIN_INTEGRATIONS . '/visual-composer/page-section.ph Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : woocommerce-quantity-increment.php 98: require_once 'includes/class-wc-quantity-increment.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : class-wp-filesystem-sftp.php 11: require_once('Net/SFTP.php');12: require_once('Crypt/RSA.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : SCP.php 13: * include 'Net/SCP.php';14: * include 'Net/SSH2.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Stream.php 156: include_once 'Net/SFTP.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : SFTP.php 17: * include 'Net/SFTP.php';60: include_once 'SSH2.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Twofish.php 17: * include 'Crypt/Twofish.php';62: include_once 'Base.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : AES.php 12: * to save one include_once().26: * include 'Crypt/AES.php';72: include_once 'Rijndael.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Hash.php 21: * include 'Crypt/Hash.php';593: include_once 'Math/BigInteger.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : RC4.php 21: * include 'Crypt/RC4.php';69: include_once 'Base.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Rijndael.php 31: * include 'Crypt/Rijndael.php';79: include_once 'Base.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : DES.php 19: * include 'Crypt/DES.php';67: include_once 'Base.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Blowfish.php 17: * include 'Crypt/Blowfish.php';62: include_once 'Base.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : TripleDES.php 13: * include 'Crypt/TripleDES.php';59: include_once 'DES.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Base.php 673: include_once 'Crypt/Hash.php';696: include_once 'Crypt/Hash.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : RC2.php 17: * include 'Crypt/RC2.php';60: include_once 'Base.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : SSH_Agent.php 39: require_once 'SSH/Agent.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : Agent.php 11: * include 'System/SSH/Agent.php';12: * include 'Net/SSH2.php';356: include_once 'Crypt/RSA.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : ASN1.php 266: include_once 'Math/BigInteger.php'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'; Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : metabox-generator.php 1088: include_once($chid_theme_metabox_path.$metabox_name);1090: include_once ($metabox); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou 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'); ?> Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : plugin-management.php 173: require_once('validator-class.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : tracking.php 279: require_once( ABSPATH . 'wp-admin/includes/admin.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : archive-portfolio.php 2: include('taxonomy-portfolio_category.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_layerslider.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_flipbox.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_banner_builder.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_milestone.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_faq.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_products.php 14: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_advanced_gmaps.php 7: include( $path . '/config.php' );153: include( $path . '/template.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_pricing_table_2.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_countdown.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_clients.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_toggle.php 4: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_padding_divider.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_row_inner.php 5: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_icon_box.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_column_text.php 4: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_mini_callout.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_accordion_tab.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_video.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_category.php 6: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_ornamental_title.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_image_slideshow.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_font_icons.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_lcd_slideshow.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_twitter.php 5: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_row.php 5: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_woocommerce_recent_carousel.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_contact_form.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_skill_meter.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_tabs.php 4: include( $path . '/config.php' );94: include( $path . '/template.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_icon_box2.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_header.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_tab_slider.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_animated_columns.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_blog.php 4: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_portfolio.php 5: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_contact_info.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_slideshow_box.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_revslider.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_gallery.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_custom_box.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_custom_list.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_pricing_table.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_chart.php 6: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_image_switch.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_steps.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_divider.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_icon_box_gradient.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_edge_one_pager.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_message_box.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_page_title_box.php 5: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_tab.php 5: include( $path . '/config.php' );9: include( $path . '/template.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_highlight.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_dropcaps.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_content_box.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_tooltip.php 4: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_circle_image.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_theatre_slider.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_portfolio_carousel.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_custom_sidebar.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_news_tab.php 11: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_swipe_slideshow.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_employees.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_subscribe.php 6: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_button_gradient.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_fullwidth_slideshow.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_image.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_title_box.php 4: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_moving_image.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_edge_slider.php 9: include( $path . '/config.php' );71: include( $path . '/vars_loop.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_imagebox_item.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_page_section.php 7: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_laptop_slideshow.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_audio.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_news.php 4: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_skill_meter_chart.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_imagebox.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_table.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_social_networks.php 3: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_blog_carousel.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_blog_teaser.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_flexslider.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_button.php 6: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_photo_album.php 4: include ($path . '/config.php');113: <?php include ($path . '/tpl-photo-album.php'); ?> Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_blog_showcase.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_testimonials.php 4: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_fancy_title.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : mk_blockquote.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_column.php 4: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_accordions.php 5: include( $path . '/config.php' ); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.Le thème semble utiliser include ou require : vc_flickr.php 5: include ($path . '/config.php'); Si ces fonctions sont utilisées pour inclure des sections séparées d'un modèle à partir de fichiers indépendants, alors get_template_part () doit être utilisé à la place.
Other checked themes