Home
last modified time | relevance | path

Searched refs:Exception (Results 201 – 225 of 522) sorted by relevance

12345678910>>...21

/PHP-5.4/ext/spl/tests/
H A Darray_014.phpt17 catch(Exception $e)
27 catch(Exception $e)
H A DarrayObject___construct_error1.phpt9 var_dump(new ArrayObject($a, 0, "Exception"));
23 ArrayObject::__construct() expects parameter 3 to be a class name derived from Iterator, 'Exception
H A Dheap_001.phpt11 echo "Exception: ".$e->getMessage()."\n";
42 Exception: Can't extract from an empty heap
H A Dspl_heap_count_basic.phpt18 throw new Exception('Cause count to fail');
30 Fatal error: Uncaught exception 'Exception' with message 'Cause count to fail' in %s
H A Dbug31185.phpt23 throw new Exception('FAIL');
38 catch (Exception $e)
/PHP-5.4/ext/standard/tests/array/
H A Dbug35821.phpt10 throw new Exception();
28 Fatal error: Uncaught exception 'Exception' in %s:%d
/PHP-5.4/ext/pdo_sqlite/tests/
H A Dbug66033.phpt13 throw new Exception("Blah");
28 } catch (Exception $e) {
/PHP-5.4/ext/xml/tests/
H A Dbug30266.phpt36 throw new Exception("ex");
47 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/
H A Dphar_oo_012b.phpt30 echo "Exception: " . $e->getMessage() . "\n";
41 Exception: Write operations disabled by the php.ini setting phar.readonly
H A Dphar_setsignaturealgo2.phpt27 } catch (Exception $e) {
33 } catch (Exception $e) {
44 } catch (Exception $e) {
H A Dmounteddir.phpt25 } catch (Exception $e) {
65 } catch (Exception $e) {
70 } catch (Exception $e) {
75 } catch (Exception $e) {
80 } catch (Exception $e) {
H A DmounteddirU.phpt25 } catch (Exception $e) {
65 } catch (Exception $e) {
70 } catch (Exception $e) {
75 } catch (Exception $e) {
80 } catch (Exception $e) {
/PHP-5.4/ext/phar/tests/zip/
H A Dcorrupt_001.phpt10 } catch (Exception $e) {
15 } catch (Exception $e) {
H A Dphar_setdefaultstub.phpt25 } catch(Exception $e) {
37 } catch(Exception $e) {
49 } catch(Exception $e) {
/PHP-5.4/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt15 catch(Exception $e) {
31 catch(Exception $e) {
H A DReflectionClass_implementsInterface_001.phpt27 } catch (Exception $e) {
33 } catch (Exception $e) {
44 } catch (Exception $e) {
49 } catch (Exception $e) {
54 } catch (Exception $e) {
59 } catch (Exception $e) {
64 } catch (Exception $e) {
H A D008.phpt11 } catch (Exception $e) {
22 } catch (Exception $e) {
/PHP-5.4/ext/spl/
H A Dspl_exceptions.c55 REGISTER_SPL_SUB_CLASS_EX(LogicException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
63 REGISTER_SPL_SUB_CLASS_EX(RuntimeException, Exception, NULL, NULL); in PHP_MINIT_FUNCTION()
/PHP-5.4/ext/session/tests/
H A Dbug60634_error_4.phpt28 throw new Exception;
46 Fatal error: Uncaught exception 'Exception' in %s
/PHP-5.4/Zend/tests/
H A Dbug42802.phpt20 function test4(\Exception $e) {
28 $y = new \Exception();
/PHP-5.4/ext/sqlite3/tests/
H A Dsqlite3_15_open_error-win.phpt23 } catch (Exception $e) {
33 exception 'Exception' with message 'Unable to open database: %s' in %ssqlite3_15_open_error-win.php…
/PHP-5.4/ext/phar/tests/tar/
H A Dbignames.phpt25 } catch (Exception $e) {
32 } catch (Exception $e) {
39 } catch (Exception $e) {
H A Dphar_setdefaultstub.phpt25 } catch(Exception $e) {
37 } catch(Exception $e) {
49 } catch(Exception $e) {
H A Dphar_setsignaturealgo2.phpt28 } catch (Exception $e) {
34 } catch (Exception $e) {
45 } catch (Exception $e) {
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dis_in_transaction.phpt41 } catch (Exception $e) {
51 } catch (Exception $e) {
53 echo "Exception! at line ", $e->getLine(), "\n";

Completed in 36 milliseconds

12345678910>>...21