Home
last modified time | relevance | path

Searched refs:exception (Results 576 – 600 of 852) sorted by relevance

1...<<21222324252627282930>>...35

/PHP-8.1/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt15 …// We should never see this output, because the "by reference" exception should be thrown in the p…
H A Dheap_top_variation_002.phpt8 // override heap to force corruption by throwing exception in compare
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt2 Check that SplObjectStorage::unserialize throws exception when numeric value passed
H A Dspl_caching_iterator_constructor_flags.phpt17 $test = new CachingIterator($arrayIterator, 3); // this throws an exception
/PHP-8.1/ext/standard/tests/assert/
H A Dassert.phpt8 assert.exception=0
/PHP-8.1/ext/mysqli/tests/
H A D063.phpt24 // an exception should be thrown from prepare (i.e. constructor) not from execute
H A Dmysqli_commit.phpt57 } catch (Error $exception) {
58 echo $exception->getMessage() . "\n";
H A Dmysqli_stmt_get_result_metadata.phpt206 } catch (Error $exception) {
207 echo $exception->getMessage() . "\n";
214 } catch (Error $exception) {
215 echo $exception->getMessage() . "\n";
222 } catch (Error $exception) {
223 echo $exception->getMessage() . "\n";
H A Dgh8978.phpt18 // There should be no warning here, only exception
/PHP-8.1/Zend/tests/
H A Dundef_index_to_exception.phpt2 Converting undefined index/offset notice to exception
H A Dbug69212.phpt2 Bug #69212: Leaking VIA_HANDLER func when exception thrown in __call/... arg passing
H A Dbug30162.phpt2 Bug #30162 (Catching exception in constructor couses lose of $this)
/PHP-8.1/Zend/tests/assert/
H A Dbug70528.phpt5 assert.exception=0
/PHP-8.1/ext/shmop/tests/
H A D001.phpt44 } catch (Error $exception) {
45 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/standard/tests/strings/
H A Dstrtr_variation6.phpt69 } catch (TypeError $exception) {
70 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/reflection/tests/
H A DReflectionMethod_invoke_basic.phpt75 echo "\nMethod that throws an exception:\n";
111 Method that throws an exception:
/PHP-8.1/ext/curl/tests/
H A Dcurl_file_upload.phpt47 } catch (ValueError $exception) {
48 echo $exception->getMessage() . "\n";
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50698_2.phpt11 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_2.wsdl');\" should throw an exception of type 'Soa…
H A Dbug50698_3.phpt11 …echo "Call: \"new SoapClient(__DIR__.'/bug50698_3.wsdl');\" should throw an exception of type 'Soa…
/PHP-8.1/ext/sqlite3/tests/
H A Dbug68760.phpt2 Bug #68760 (Callback throws exception behaviour. Segfault in 5.6)
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug44301.phpt2 PDO OCI Bug #44301 (Segfault when an exception is thrown on persistent connections)
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug53782.phpt2 PDO MySQL Bug #53782 (foreach throws irrelevant exception)
/PHP-8.1/ext/dom/tests/
H A DDOM4_ChildNode_wrong_document.phpt2 DOMChildNode::after(), before, replaceWith with DOMNode from wrong document throws exception
/PHP-8.1/ext/spl/
H A Dspl_iterators.c242 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
268 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
304 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
333 if (EG(exception)) { in spl_recursive_it_move_forward_ex()
486 if (EG(exception)) { in spl_get_iterator_from_aggregate()
611 if (EG(exception)) { in spl_recursive_it_it_construct()
1640 if (EG(exception)) { in spl_filter_it_fetch()
1827 if (EG(exception)) { in PHP_METHOD()
3038 if (EG(exception)) { in spl_iterator_apply()
3077 if (EG(exception)) { in spl_iterator_to_array_apply()
[all …]
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation10.phpt61 } catch (ValueError $exception) {
62 echo $exception->getMessage() . "\n";

Completed in 40 milliseconds

1...<<21222324252627282930>>...35