Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/standard/tests/strings/
H A Dhebrev_basic.phpt8 …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 Dbug61374.phpt2 Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1
H A Dbug27276.phpt2 Bug #27276 (str_replace tries to use obscene amounts of ram)
/php-src/.github/scripts/
H A Dsetup-slapd.sh164 tries=0
172 tries=$((tries+1))
173 if [ $((tries)) -gt 3 ]; then
/php-src/ext/pcre/tests/
H A Dpreg_match_basic_edit.phpt10 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 Dpreg_match_basic.phpt9 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 Dpreg_match_all_edit_basic.phpt16 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 Dpreg_match_all_basic.phpt15 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 Dpreg_split_basic.phpt12 var_dump(preg_split('/NAME/i', $string)); //tries to find NAME regardless of case in $string (can't…
H A Dpreg_replace_basic.phpt10 var_dump(preg_replace('<- This is a string$>', 'This shouldn\'t work', $string)); //tries to find '…
H A Dpreg_replace_edit_basic.phpt9 …'This shouldn\'t work', $string)); //tries to find '- This is a string' at the end of a string …
/php-src/ext/standard/tests/math/
H A Dbug21523.phpt2 Bug #21523 (number_format tries to allocate negative amount of memory)
/php-src/ext/standard/tests/general_functions/
H A Dbug66094.phpt2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
/php-src/ext/standard/tests/file/
H A Dbug40374.phpt2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
/php-src/ext/reflection/tests/
H A Dbug38217.phpt2 Bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
/php-src/Zend/tests/
H A Dbug37138.phpt2 Bug #37138 (autoloader tries to load callback'ed self and parent)
H A Dbug42820.phpt2 Bug #42820 (defined() on constant with namespace prefixes tries to load class)
/php-src/ext/xsl/tests/
H A Dxsltprocessor_registerPHPFunctions-funcundef.phpt4 The XSL script tries to call a php function that is not defined
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt4 The XSL script tries to call a php function that is not a string which
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_invalid.phpt20 var_dump( range("A", "H", 2.6) ); // Because step is fractional it tries to interpret inputs as flo…
/php-src/ext/mbstring/tests/
H A Dcp51932_encoding.phpt26 /* The table we are using tries to map as many Unicode codepoints into
/php-src/sapi/fpm/tests/
H A Dstatus.inc263 …_reached The number of times, the process limit has been reached, when pm tries to start more chil…
/php-src/ext/opcache/
H A DZendAccelerator.c825 int tries; in kill_all_lockers() local
833 tries = 10; in kill_all_lockers()
835 while (tries--) { in kill_all_lockers()
/php-src/sapi/fpm/
H A Dwww.conf.in179 ; when pm tries to start more children (works only for
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8423 # because it tries to uncompress it to figure out what's inside.

Completed in 100 milliseconds

12