Home
last modified time | relevance | path

Searched refs:e (Results 126 – 150 of 1279) sorted by relevance

12345678910>>...52

/PHP-5.4/ext/standard/tests/strings/
H A Dvfprintf_variation19_64bit.phpt23 "% e % e % e",
39 array(2e1, 2e-1, -2e1),
44 array(2e1, 2e-1, -2e1)
83 2.000000e+1 2.000000e-1 -2.000000e+1
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.4/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
/PHP-5.4/ext/spl/tests/
H A Darray_018.phpt11 catch (Exception $e)
13 var_dump($e->getMessage());
24 catch (Exception $e)
26 var_dump($e->getMessage());
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-5.4/Zend/tests/
H A Dbug37138.phpt7 public static function e () {echo ("EHLO\n");}
8 public static function e2 () {call_user_func (array ('self', 'e'));}
11 public static function g () {call_user_func (array ('parent', 'e'));}
13 st::e ();
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.4/ext/phar/tests/
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 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_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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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 …]
/PHP-5.4/ext/pcre/tests/
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…
H A Dbug27103.phpt30 e: 1
32 e: 1
40 e: 1
42 e: 1

Completed in 46 milliseconds

12345678910>>...52