??????????????
??????????????
??????????????
??????????????
Warning : Undefined variable $auth in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
Warning : Trying to access array offset on value of type null in /home/u627560552/domains/kovexadvisory.com/public_html/666.php on line 546
??????????????
??????????????
??????????????
??????????????
File Manager
✏️ Edit File: /home/mklsvubc/monicslandscape.co.uk/wp-includes/html-api/class-wp-html-span.php
⬅ Kembali
<?php
/**
* HTML API: WP_HTML_Span class
*
* @package WordPress
* @subpackage HTML-API
* @since 6.2.0
*/
/**
* Core class used by the HTML tag processor to represent a textual span
* inside an HTML document.
*
* This is a two-tuple in disguise, used to avoid the memory overhead
* involved in using an array for the same purpose.
*
* This class is for internal usage of the WP_HTML_Tag_Processor class.
*
* @access private
* @since 6.2.0
* @since 6.5.0 Replaced `end` with `length` to more closely align with `substr()`.
*
* @see WP_HTML_Tag_Processor
*/
class WP_HTML_Span {
/**
* Byte offset into document where span begins.
*
* @since 6.2.0
*
* @var int
*/
public $start;
/**
* Byte length of this span.
*
* @since 6.5.0
*
* @var int
*/
public $length;
/**
* Constructor.
*
* @since 6.2.0
*
* @param int $start Byte offset into document where replacement span begins.
* @param int $length Byte length of span.
*/
public function __construct( int $start, int $length ) {
$this->start = $start;
$this->length = $length;
}
}
Nama
Tipe
Ukuran
Diubah
Aksi
📁 weztjoc
dir
—
2026-06-13 17:25
📄 .htaccess
htaccess
178 B
2026-06-13 17:25
🐘 class-wp-html-active-formatting-elements.php
php
7.1 KB
2026-05-21 21:11
🐘 class-wp-html-attribute-token.php
php
2.7 KB
2026-05-21 21:11
🐘 class-wp-html-decoder.php
php
16.3 KB
2026-05-21 21:11
🐘 class-wp-html-open-elements.php
php
22 KB
2026-05-21 21:11
🐘 class-wp-html-processor-state.php
php
11.1 KB
2026-05-21 21:11
🐘 class-wp-html-span.php
php
1.1 KB
2024-07-19 23:44
🐘 class-wp-html-stack-event.php
php
1.6 KB
2026-05-21 21:11
🐘 class-wp-html-tag-processor.php
php
163.7 KB
2026-05-21 21:11
🐘 class-wp-html-text-replacement.php
php
1.4 KB
2024-07-19 23:44
🐘 class-wp-html-token.php
php
3.3 KB
2024-08-08 07:25
🐘 class-wp-html-unsupported-exception.php
php
3.5 KB
2024-07-12 22:29
📄 error_log
file
5.5 KB
2026-06-23 14:26
🐘 html5-named-character-references.php
php
78.3 KB
2024-05-23 19:56