Home
last modified time | relevance | path

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

12

/php-src/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…
39 …string(126) "HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by ou…
46 …string(126) "HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by ou…
53 …string(126) "HTTP/1.1 200 Some very long reason-phrase to test that this is properly handled by ou…
/php-src/ext/standard/
H A Dcrc32.c133 size_t handled = 0, n; in php_crc32_stream_bulk_update() local
136 while (handled < nr) { in php_crc32_stream_bulk_update()
137 n = nr - handled; in php_crc32_stream_bulk_update()
143 handled += n; in php_crc32_stream_bulk_update()
/php-src/tests/lang/
H A Dbug30726.phpt2 Bug #30726 (-.1 like numbers are not being handled correctly)
/php-src/Zend/tests/exit/
H A Ddie_string_cast_exception.phpt2 Bug #79777: String cast exception during die should be handled gracefully
/php-src/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-src/Zend/tests/generators/
H A Dgenerator_throwing_in_foreach.phpt2 Exceptions throwing by generators during foreach iteration are properly handled
/php-src/Zend/tests/
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-src/Zend/tests/arg_unpack/
H A Dtraversable_throwing_exception.phpt2 Traversables that throw exceptions are properly handled during argument unpack
/php-src/ext/standard/tests/streams/
H A Dbug67626.phpt2 Bug #67626: Exceptions not properly handled in user stream handlers
/php-src/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-src/ext/opcache/jit/ir/
H A Dir_ra.c2519 if (data->handled && data->handled[size]) { in ir_allocate_small_spill_slot()
2529 } else if (data->handled && data->handled[8]) { in ir_allocate_small_spill_slot()
2531 data->handled[8] = data->handled[8]->list_next; in ir_allocate_small_spill_slot()
2550 } else if (data->handled && data->handled[4]) { in ir_allocate_small_spill_slot()
2552 data->handled[4] = data->handled[4]->list_next; in ir_allocate_small_spill_slot()
2554 } else if (data->handled && data->handled[8]) { in ir_allocate_small_spill_slot()
2556 data->handled[8] = data->handled[8]->list_next; in ir_allocate_small_spill_slot()
2584 data->handled[2] = data->handled[2]->list_next; in ir_allocate_small_spill_slot()
2588 data->handled[4] = data->handled[4]->list_next; in ir_allocate_small_spill_slot()
2593 data->handled[8] = data->handled[8]->list_next; in ir_allocate_small_spill_slot()
[all …]
/php-src/ext/sqlite3/tests/
H A Dexception_from_toString.phpt2 Check that exceptions from __toString() are handled correctly
/php-src/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-src/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-src/ext/date/tests/
H A Dbug64992.phpt2 Bug #64992 (dst not handled past 2038)
/php-src/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 40 milliseconds

12