Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dbasic_functions.stub.php2554 function hebrev(string $string, int $max_chars_per_line = 0): string {}
H A Dbasic_functions_arginfo.h2591 ZEND_FUNCTION(hebrev);
3227 ZEND_FE(hebrev, arginfo_hebrev)
H A Dstring.c4604 PHP_FUNCTION(hebrev) argument

Completed in 35 milliseconds