Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/tests/strings/
H A Dhebrev_basic.phpt2 Test hebrev() function : basic functionality
6 echo "*** Testing hebrev() : basic functionality ***\n";
8 $hebrew_text = "The hebrev function converts logical Hebrew text to visual text.\nThe function trie…
10 var_dump(hebrev($hebrew_text));
11 var_dump(hebrev($hebrew_text, 15));
15 *** Testing hebrev() : basic functionality ***
16 string(109) ".The hebrev function converts logical Hebrew text to visual text
23 hebrev function
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php850 function hebrev(string $string, int $max_chars_per_line = 0): string {} function
H A Dbasic_functions_arginfo.h2504 ZEND_FUNCTION(hebrev);
3144 ZEND_FE(hebrev, arginfo_hebrev)
H A Dstring.c4351 PHP_FUNCTION(hebrev) argument

Completed in 42 milliseconds