Searched refs:hebrev (Results 1 – 4 of 4) sorted by relevance
2 Test hebrev() function : basic functionality6 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 text23 hebrev function
2542 function hebrev(string $string, int $max_chars_per_line = 0): string {}
2562 ZEND_FUNCTION(hebrev);3163 ZEND_FE(hebrev, arginfo_hebrev)
4572 PHP_FUNCTION(hebrev) argument
Completed in 40 milliseconds