Searched refs:tries (Results 1 – 25 of 25) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | hebrev_basic.phpt | 8 …ebrev function converts logical Hebrew text to visual text.\nThe function tries to avoid breaking … 17 .The function tries to avoid breaking words 26 tries to avoid
|
H A D | bug61374.phpt | 2 Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
|
H A D | bug27276.phpt | 2 Bug #27276 (str_replace tries to use obscene amounts of ram)
|
/PHP-8.0/.github/scripts/ |
H A D | setup-slapd.sh | 168 tries=0 176 tries=$((tries+1)) 177 if [ $((tries)) -gt 3 ]; then
|
/PHP-8.0/ext/pcre/tests/ |
H A D | preg_match_basic_edit.phpt | 10 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "… 19 var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (shoul…
|
H A D | preg_match_basic.phpt | 9 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,… 15 var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (should be H…
|
H A D | preg_match_all_edit_basic.phpt | 16 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the en… 19 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "T…
|
H A D | preg_match_all_basic.phpt | 15 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a st… 17 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "This is…
|
H A D | preg_split_basic.phpt | 12 var_dump(preg_split('/NAME/i', $string)); //tries to find NAME regardless of case in $string (can't…
|
H A D | preg_replace_edit_basic.phpt | 9 …'This shouldn\'t work', $string)); //tries to find '- This is a string' at the end of a string …
|
H A D | preg_replace_basic.phpt | 10 var_dump(preg_replace('<- This is a string$>', 'This shouldn\'t work', $string)); //tries to find '…
|
/PHP-8.0/ext/standard/tests/math/ |
H A D | bug21523.phpt | 2 Bug #21523 (number_format tries to allocate negative amount of memory)
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | bug66094.phpt | 2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | bug40374.phpt | 2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
|
/PHP-8.0/Zend/tests/ |
H A D | bug37138.phpt | 2 Bug #37138 (autoloader tries to load callback'ed self and parent)
|
H A D | bug42820.phpt | 2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
|
/PHP-8.0/ext/reflection/tests/ |
H A D | bug38217.phpt | 2 Bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
|
/PHP-8.0/ext/xsl/tests/ |
H A D | xsltprocessor_registerPHPFunctions-funcundef.phpt | 4 The XSL script tries to call a php function that is not defined
|
H A D | xsltprocessor_registerPHPFunctions-funcnostring.phpt | 4 The XSL script tries to call a php function that is not a string which
|
/PHP-8.0/sapi/phpdbg/ |
H A D | xml.md | 205 …- maxoplines: tries to break at an opline (usedoplinenum) higher than the number of present opline… 208 - notregular: tries to set a breakpoint in not a regular file
|
/PHP-8.0/ext/oci8/ |
H A D | config.m4 | 267 dnl tries to locate the Instant Client RPM.
|
/PHP-8.0/ext/opcache/ |
H A D | ZendAccelerator.c | 766 int success, tries; in kill_all_lockers() local 774 tries = 10; in kill_all_lockers() 776 while (tries--) { in kill_all_lockers()
|
/PHP-8.0/sapi/fpm/ |
H A D | www.conf.in | 160 ; when pm tries to start more children (works only for
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 7072 # because it tries to uncompress it to figure out what's inside.
|
H A D | magic | 7072 # because it tries to uncompress it to figure out what's inside.
|
Completed in 120 milliseconds