Home
last modified time | relevance | path

Searched refs:e (Results 151 – 175 of 1445) sorted by relevance

12345678910>>...58

/PHP-5.6/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-5.6/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-5.6/ext/phar/tests/
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-5.6/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";
H A DarrayObject_uasort_error1.phpt16 } catch (BadMethodCallException $e) {
17 echo $e->getMessage() . "\n";
22 } catch (BadMethodCallException $e) {
23 echo $e->getMessage() . "\n";
H A DarrayObject_uksort_error1.phpt16 } catch (BadMethodCallException $e) {
17 echo $e->getMessage() . "\n";
22 } catch (BadMethodCallException $e) {
23 echo $e->getMessage() . "\n";
/PHP-5.6/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-5.6/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-5.6/Zend/tests/
H A Dbug50383.phpt25 } catch(Exception $e) {
26 print $e->getMessage();
27 print_r($e->getTrace());
32 } catch (Exception $e) {
33 print $e->getMessage();
34 print_r($e->getTrace());
/PHP-5.6/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-5.6/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-5.6/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-5.6/ext/simplexml/tests/
H A Dbug67116.phpt19 <e id="e"></e>
56 [e] => SimpleXMLElement Object
60 [id] => e
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_connect_oo_defaults.phpt46 } catch (mysqli_sql_exception $e) {
47 printf("%s\n", $e->getMessage());
64 } catch (mysqli_sql_exception $e) {
65 printf("%s\n", $e->getMessage());
82 } catch (mysqli_sql_exception $e) {
83 printf("%s\n", $e->getMessage());
100 } catch (mysqli_sql_exception $e) {
101 printf("%s\n", $e->getMessage());
126 printf("%s\n", $e->getMessage());
139 printf("%s\n", $e->getMessage());
[all …]
/PHP-5.6/ext/pcre/tests/
H A Dbug27103.phpt30 e: 1
32 e: 1
40 e: 1
42 e: 1
H A Dpreg_replace.phpt9 var_dump(preg_replace('/(ab)(c)(d)(e)(f)(g)(h)(i)(j)(k)/', 'a${1}2$103', 'zabcdefghijkl'));
11 var_dump(preg_replace_callback('//e', '', ''));
13 var_dump(preg_replace_callback('//e', 'strtolower', ''));
24 Warning: preg_replace_callback(): Modifier /e cannot be used with replacement callback in %spreg_re…
/PHP-5.6/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-5.6/ext/standard/tests/streams/
H A Dbug67626.phpt33 } catch (Exception $e) {
34 echo $e->getMessage();
39 } catch (Exception $e) {
40 echo $e->getMessage();
/PHP-5.6/tests/lang/
H A DforeachLoopObjects.003.phpt11 private $e = "Original e";
101 ["e":"C":private]=>
102 string(10) "Original e"
115 ["e":"C":private]=>
116 string(10) "Original e"
129 ["e":"C":private]=>
130 string(10) "Original e"
155 ["e":"C":private]=>
205 ["e":"C":private]=>
238 ["e":"C":private]=>
[all …]

Completed in 109 milliseconds

12345678910>>...58