Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-5.5/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.5/ext/spl/tests/
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";
H A Diterator_032.phpt18 catch(OutOfBoundsException $e)
20 echo $e->getMessage() . "\n";
30 catch(OutOfBoundsException $e)
32 echo $e->getMessage() . "\n";
H A Diterator_037.phpt14 catch (Exception $e)
16 echo 'Exception: ' . $e->getMessage() . "\n";
28 catch (Exception $e)
30 echo 'Exception: ' . $e->getMessage() . "\n";
76 catch (Exception $e)
78 echo 'Exception: ' . $e->getMessage() . "\n";
85 catch (Exception $e)
87 echo 'Exception: ' . $e->getMessage() . "\n";
/PHP-5.5/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.5/ext/simplexml/tests/
H A Dbug67116.phpt19 <e id="e"></e>
56 [e] => SimpleXMLElement Object
60 [id] => e
/PHP-5.5/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.5/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.5/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.5/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.5/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.5/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.5/ext/phar/tests/
H A Dphar_unlinkarchive.phpt13 } catch (Exception $e) {
14 echo $e->getMessage(),"\n";
22 } catch (Exception $e) {
23 echo $e->getMessage(),"\n";
28 } catch (Exception $e) {
29 echo $e->getMessage(),"\n";
51 } catch (Exception $e) {
52 echo $e->getMessage(),"\n";
71 } catch (Exception $e) {echo $e->getMessage(),"\n";}
H A Dphar_setsignaturealgo1.phpt22 } catch (Exception $e) {
23 echo $e->getMessage();
28 } catch (Exception $e) {
29 echo $e->getMessage();
34 } catch (Exception $e) {
35 echo $e->getMessage();
/PHP-5.5/ext/json/
H A DREADME29 $arr = array("a"=>1,"b"=>2,"c"=>3,"d"=>4,"e"=>5);
32 ---> {"a":1,"b":2,"c":3,"d":4,"e":5}
34 $json = '{"a":1,"b":2,"c":3,"d":4,"e":5}';
46 ["e"]=>
50 $json = '{"a":1,"b":2,"c":3,"d":4,"e":5}';
62 ["e"]=>
/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.c339 unsigned char *p, *e; in grapheme_strrpos_ascii() local
343 e = haystack + haystack_len - needle_len; in grapheme_strrpos_ascii()
347 e = haystack + haystack_len - needle_len; in grapheme_strrpos_ascii()
349 e = haystack + haystack_len + offset; in grapheme_strrpos_ascii()
355 while (e >= p) { in grapheme_strrpos_ascii()
356 if (*e == *needle) { in grapheme_strrpos_ascii()
359 e--; in grapheme_strrpos_ascii()
364 while (e >= p) { in grapheme_strrpos_ascii()
365 if (memcmp(e, needle, needle_len) == 0) { in grapheme_strrpos_ascii()
366 return (e - p + (offset > 0 ? offset : 0)); in grapheme_strrpos_ascii()
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation47.phpt34 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
/PHP-5.5/Zend/tests/
H A Dcatch.phpt12 } catch (A $e) {
17 } catch (B $e) {
18 } catch (Exception $e) {
H A Dbug69212.phpt15 } catch (Exception $e) {
20 } catch (Exception $e) {
27 } catch (Exception $e) {
34 } catch (Exception $e) {
/PHP-5.5/ext/reflection/tests/
H A DReflectionMethod_constructor_error2.phpt19 } catch (Exception $e) {
20 print $e->__toString();
25 } catch (Exception $e) {
26 print $e->__toString();
H A DReflectionParameter_export_error2.phpt17 catch (ReflectionException $e) {
18 echo $e->getMessage() . "\n";
25 catch (ReflectionException $e) {
26 echo $e->getMessage() . "\n";

Completed in 36 milliseconds

12345678910>>...55