Home
last modified time | relevance | path

Searched refs:hebrev (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/tests/strings/
H A Dhebrev_basic.phpt2 Test hebrev() function : basic functionality
6 /* Prototype : string hebrev ( string $hebrew_text [, int $max_chars_per_line ] )
11 echo "*** Testing hebrev() : basic functionality ***\n";
13 $hebrew_text = "The hebrev function converts logical Hebrew text to visual text.\nThe function trie…
15 var_dump(hebrev($hebrew_text));
16 var_dump(hebrev($hebrew_text, 15));
21 *** Testing hebrev() : basic functionality ***
22 string(109) ".The hebrev function converts logical Hebrew text to visual text
29 hebrev function
H A Dhebrevc_basic.phpt13 …onverts logical Hebrew text to visual text.\nThis function is similar to hebrev() with the differe…
25 ) This function is similar to hebrev() with the difference that it converts newlines<br />
42 to hebrev()<br />
/PHP-7.4/ext/standard/
H A Dphp_string.h56 PHP_FUNCTION(hebrev);
H A Dbasic_functions.c2786 PHP_FE(hebrev, arginfo_hebrev)
H A Dstring.c4772 PHP_FUNCTION(hebrev) argument
/PHP-7.4/
H A DUPGRADING468 nl2br(hebrev($str)), or preferably the use of Unicode RTL support.

Completed in 29 milliseconds