Home
last modified time | relevance | path

Searched refs:e (Results 176 – 200 of 1566) sorted by relevance

12345678910>>...63

/PHP-7.0/ext/phar/tests/
H A Dpharfileinfo_getcrc32.phpt25 } catch (Exception $e) {
26 echo $e->getMessage() . "\n";
32 } catch (Exception $e) {
33 echo $e->getMessage() . "\n";
38 } catch (Exception $e) {
39 echo $e->getMessage() . "\n";
H A Dalias_acrobatics.phpt19 } catch (Exception $e) {
20 echo $e->getMessage(),"\n";
26 } catch (Exception $e) {
27 echo $e->getMessage(),"\n";
31 } catch (Exception $e) {
32 echo $e->getMessage(),"\n";
H A Dphar_offset_get_error.phpt24 catch(Exception $e)
26 echo $e->getMessage() . "\n";
34 } catch (Exception $e) {
35 echo $e->getMessage(),"\n";
39 } catch (Exception $e) {
40 echo $e->getMessage(),"\n";
H A Dphar_copy.phpt36 catch(Exception $e)
38 echo $e->getMessage() . "\n";
49 } catch (Exception $e) {
50 echo $e->getMessage() . "\n";
54 } catch (Exception $e) {
55 echo $e->getMessage() . "\n";
62 } catch (Exception $e) {
63 echo $e->getMessage(),"\n";
67 } catch (Exception $e) {
68 echo $e->getMessage(),"\n";
H A Dphar_mount.phpt18 } catch (Exception $e) {
19 echo $e->getMessage() . "\n";
23 } catch (Exception $e) {
24 echo $e->getMessage() . "\n";
41 } catch (Exception $e) {
42 echo $e->getMessage(),"\n";
46 } catch (Exception $e) {
47 echo $e->getMessage(),"\n";
/PHP-7.0/ext/standard/tests/strings/
H A Dsprintf_variation53.phpt19 "% e", "% e", "% e",
52 string(11) "1.234000e+3"
53 string(11) "1.234000e+3"
54 string(11) "1.234000e+3"
/PHP-7.0/ext/reflection/tests/
H A DReflectionProperty_export_error.phpt15 catch(Exception $e) {
16 echo $e->getMessage();
23 catch(ReflectionException $e) {
24 echo $e->getMessage();
31 catch(Exception $e) {
32 echo $e->getMessage();
H A DReflectionProperty_constructor_variation1.phpt13 } catch (Exception $e) {
14 echo $e->getMessage();
24 } catch (Exception $e) {
25 echo $e->getMessage();
34 } catch (Exception $e) {
35 echo $e->getMessage();
/PHP-7.0/Zend/tests/
H A Dforeach_004.phpt30 } catch (Exception $e) {
31 echo $e->getMessage() . "\n";
38 } catch (Exception $e) {
39 echo $e->getMessage() . "\n";
45 } catch (Exception $e) {
46 echo $e->getMessage() . "\n";
H A Dexception_015.phpt8 } catch (Error $e) {
9 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dexception_016.phpt7 } catch (Error $e) {
8 …echo "\nException: " . $e->getMessage() . " in " , $e->getFile() . " on line " . $e->getLine() . "…
H A Dthrow_reference.phpt6 $e = new Exception;
7 $ref =& $e;
8 throw $e;
/PHP-7.0/ext/spl/tests/
H A Dbug51119.phpt14 } catch (OutOfRangeException $e){
15 print $e->getMessage() . "\n";
23 } catch (OutOfRangeException $e){
24 print $e->getMessage() . "\n";
H A Dspl_iterator_to_array_error.phpt17 } catch (Exception $e) {
18 echo $e->getMessage() . PHP_EOL;
24 } catch (Exception $e) {
25 echo $e->getMessage() . PHP_EOL;
H A Diterator_030.phpt18 catch(BadMethodCallException $e)
20 echo $e->getMessage() . "\n";
27 catch(BadMethodCallException $e)
29 echo $e->getMessage() . "\n";
/PHP-7.0/ext/standard/tests/math/
H A Dintdiv.phpt13 } catch (Throwable $e) {
14 echo "Exception: " . $e->getMessage() . "\n";
18 } catch (Throwable $e) {
19 echo "Exception: " . $e->getMessage() . "\n";
/PHP-7.0/ext/standard/tests/general_functions/
H A Dbug25038.phpt14 catch (Exception $e)
16 print $e->getMessage()."\n";
22 catch (Exception $e)
24 print $e->getMessage()."\n";
/PHP-7.0/ext/phar/tests/tar/
H A Dalias_acrobatics.phpt19 } catch (Exception $e) {
20 echo $e->getMessage(),"\n";
26 } catch (Exception $e) {
27 echo $e->getMessage(),"\n";
31 } catch (Exception $e) {
32 echo $e->getMessage(),"\n";
/PHP-7.0/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt19 } catch (Exception $e) {
20 echo $e->getMessage(),"\n";
26 } catch (Exception $e) {
27 echo $e->getMessage(),"\n";
31 } catch (Exception $e) {
32 echo $e->getMessage(),"\n";
/PHP-7.0/Zend/tests/try/
H A Dbug72629.phpt7 $e = &$var;
11 } catch (Exception $e) { }
13 var_dump($var === $e);
/PHP-7.0/ext/date/tests/
H A Dforward-transition-construction.phpt8 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
11 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
14 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
17 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
20 echo $date->format('Y-m-d H:i:s T/e - U') . "\n";
/PHP-7.0/ext/simplexml/tests/
H A Dbug67116.phpt19 <e id="e"></e>
56 [e] => SimpleXMLElement Object
60 [id] => e
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt78 } catch (PDOException $e) {
93 if ($e->getCode() !== $code)
95 $e->getCode(), $code);
97 $msg = $e->getMessage();
107 $line, $e->getLine());
111 __FILE__, $e->getFile());
115 function my_handler($e) {
133 $e->getCode(), $code);
135 $msg = $e->getMessage();
145 $line, $e->getLine());
[all …]
/PHP-7.0/ext/standard/tests/filters/
H A Dbug50363.phpt6 $foo = "Sauvegarder=C3=A9ussi(e) n=C3=A3o N=C3=83O\n";
7 $foo .= "Sauvegarder=c3=a9ussi(e) n=c3=a3o N=c3=83O\n"; // Does not work!
16 Sauvegarderéussi(e) não NÃO
17 Sauvegarderéussi(e) não NÃO
/PHP-7.0/ext/pcre/tests/
H A Dbug27103.phpt30 e: 1
32 e: 1
40 e: 1
42 e: 1

Completed in 33 milliseconds

12345678910>>...63