Home
last modified time | relevance | path

Searched refs:tries (Results 1 – 25 of 33) sorted by path

12

/PHP-5.5/
H A DNEWS1446 . Fixed bug #66094 (unregister_tick_function tries to cast a Closure to a
2941 . Fixed bug #61565 where php_stream_open_wrapper_ex tries to open a
2994 . Fixed bug #61374 (html_entity_decode tries to decode code points that don't
6571 - Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress
6734 - Fixed bug #46026 (bzip2.decompress/zlib.inflate filter tries to decompress
8412 - Fixed bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too
8465 - Fixed bug #37870 (pgo_pgsql tries to de-allocate unused statements).
8680 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
8933 - Fixed bug #35690 (pack() tries to allocate huge memory block when packing
H A DREADME.EXT_SKEL142 Don't trust the generated code too much. It tries to be useful in most of
H A DREADME.namespaces96 inside namespace (A\B) first tries to find and call function from current
97 namespace A\B\foo() and if it doesn't exist PHP tries to call internal
107 A\B\foo() first tries to call function foo() from namespace A\B, then
108 it tries to find class A\B (__autoload() it if necessary) and call its
117 foo(); // first tries to call "foo" defined in namespace "A"
137 B\foo(); // first tries to call function "foo" from namespace "A\B"
139 \B\foo(); // first tries to call function "foo" from namespace "B"
146 A\foo(); // first tries to call function "foo" from namespace "A\A"
148 // then tries to call function "foo" from namespace "A"
150 \A\foo(); // first tries to call function "foo" from namespace "A"
[all …]
/PHP-5.5/Zend/tests/
H A Dbug37138.phpt2 Bug #37138 (__autoload 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-5.5/ext/fileinfo/tests/
H A Dmagic3986 # because it tries to uncompress it to figure out what's inside.
/PHP-5.5/ext/oci8/
H A Dconfig.m4171 dnl actually set, the install tries to locate the Instant Client RPM
/PHP-5.5/ext/opcache/
H A DREADME152 optimization). When the file is loaded, OPcache tries to bind the
H A DZendAccelerator.c570 int tries = 10; in kill_all_lockers() local
575 while (tries--) { in kill_all_lockers()
588 if (!tries) { in kill_all_lockers()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1743 40. PCRE tries to detect cases of infinite recursion at compile time, but it
2224 tries several variants such as glibtoolize (MacOSX) and libtoolize1x
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1417 required. When there is a mismatch, the algorithm tries any alterna-
1419 previous branch point in the tree, and tries the next alternative
4383 tries again, repeatedly, until a+ itself fails.
4742 tax summary in the pcresyntax page. PCRE tries to match Perl syntax and
5973 string). The matching process tries each alternative in turn, from left
7527 skips to the second alternative and tries COND2, without backtracking
/PHP-5.5/ext/pcre/tests/
H A Dpreg_match_all_basic.phpt16 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the end of a st…
18 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "This is…
H A Dpreg_match_all_edit_basic.phpt22 var_dump(preg_match_all('/\d{2}$/', $string, $match4)); //tries to find 2 digits at the en…
25 var_dump(preg_match_all('/(This is a ){2}(.*)\stest/', $string, $match5)); //tries to find "T…
H A Dpreg_match_basic.phpt12 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "lo,…
18 var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (should be H…
H A Dpreg_match_basic_edit.phpt17 var_dump(preg_match('/l^o,\s\w{5}/', $string, $match2, PREG_OFFSET_CAPTURE)); // tries to find "…
26 var_dump(preg_match('/hello world/', $string, $match5)); //tries to find "hello world" (shoul…
H A Dpreg_replace_basic.phpt11 var_dump(preg_replace('<- This is a string$>', 'This shouldn\'t work', $string)); //tries to find '…
H A Dpreg_replace_edit_basic.phpt15 …'This shouldn\'t work', $string)); //tries to find '- This is a string' at the end of a string …
H A Dpreg_split_basic.phpt13 var_dump(preg_split('/NAME/i', $string)); //tries to find NAME regardless of case in $string (can't…
/PHP-5.5/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt4 The test attempts to enable safe_mode, catches all the relevant E_WARNING's and tries to create a f…
/PHP-5.5/ext/reflection/tests/
H A Dbug38217.phpt2 Bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
/PHP-5.5/ext/standard/tests/file/
H A Dbug40374.phpt2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug66094.phpt2 Bug #66094 (unregister_tick_function tries to cast a Closure to a string)
/PHP-5.5/ext/standard/tests/math/
H A Dbug21523.phpt2 Bug #21523 (number_format tries to allocate negative amount of memory)
/PHP-5.5/ext/standard/tests/strings/
H A Dbug27276.phpt2 Bug #27276 (str_replace tries to use obscene amounts of ram)
H A Dbug61374.phpt2 Bug #61374: html_entity_decode tries to decode code points that don't exist in ISO-8859-1

Completed in 156 milliseconds

12