Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 45) sorted by relevance

12

/PHP-8.3/ext/standard/
H A Dcrc32.c134 size_t handled = 0, n; in php_crc32_stream_bulk_update() local
137 while (handled < nr) { in php_crc32_stream_bulk_update()
138 n = nr - handled; in php_crc32_stream_bulk_update()
144 handled += n; in php_crc32_stream_bulk_update()
/PHP-8.3/ext/standard/tests/http/
H A Dgh9316.phpt12 …,HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by our code witho…
29 …string(126) "HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by ou…
/PHP-8.3/tests/lang/
H A Dbug30726.phpt2 Bug #30726 (-.1 like numbers are not being handled correctly)
/PHP-8.3/ext/random/tests/03_randomizer/
H A Dengine_unsafe_exits.phpt2 Random: Randomizer: Engines calling exit() are gracefully handled
H A Dengine_unsafe_throws.phpt2 Random: Randomizer: Engines throwing an exception are gracefully handled
/PHP-8.3/Zend/tests/
H A Ddie_string_cast_exception.phpt2 Bug #79777: String cast exception during die should be handled gracefully
H A Dbug79790.phpt2 Bug #79790: "Illegal offset type" exception during AST evaluation not handled properly
H A Dtentative_type_early_binding.phpt2 Check that both warning and unresolved during early binding is handled
H A Dbug31102.phpt2 Bug #31102 (Exception not handled when thrown inside autoloader)
/PHP-8.3/Zend/tests/generators/
H A Dgenerator_throwing_in_foreach.phpt2 Exceptions throwing by generators during foreach iteration are properly handled
/PHP-8.3/Zend/tests/arg_unpack/
H A Dtraversable_throwing_exception.phpt2 Traversables that throw exceptions are properly handled during argument unpack
/PHP-8.3/ext/standard/tests/streams/
H A Dbug67626.phpt2 Bug #67626: Exceptions not properly handled in user stream handlers
/PHP-8.3/ext/spl/tests/
H A DrecursiveIteratorIterator_beginchildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in beginchildren which should be handled in next()
H A DrecursiveIteratorIterator_callHasChildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in callHasChildren which should be handled in nex…
H A DrecursiveIteratorIterator_nextelement_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in nextelement which should be handled in next()
H A DrecursiveIteratorIterator_endchildren_error.phpt2 SPL: RecursiveIteratorIterator - Exception thrown in endchildren which should be handled in next()
/PHP-8.3/ext/sqlite3/tests/
H A Dexception_from_toString.phpt2 Check that exceptions from __toString() are handled correctly
/PHP-8.3/ext/random/tests/03_randomizer/methods/
H A DgetFloat_extreme_range.phpt2 Random: Randomizer: getFloat(): Extreme ranges are handled correctly
H A DgetFloat_opposite_signs.phpt2 Random: Randomizer: getFloat(): Opposite signs are handled correctly
/PHP-8.3/Zend/tests/traits/
H A Dproperty008.phpt10 // This is how privates are handled in normal inheritance
H A Dproperty009.phpt10 // This is how publics are handled in normal inheritance
/PHP-8.3/ext/oci8/tests/
H A Dbug45458.phpt2 Bug #45458 (OCI8: Numeric keys for associative arrays are not handled properly)
/PHP-8.3/ext/date/tests/
H A Dbug64992.phpt2 Bug #64992 (dst not handled past 2038)
/PHP-8.3/Zend/tests/float_to_int/
H A Dno_warning_compatible_string_float_literals.phpt29 /* Strings are handled differently and always warn on non integer keys */
H A Dno_warning_compatible_float_literals.phpt37 /* Strings are handled differently and always warn on non integer keys */

Completed in 47 milliseconds

12