Home
last modified time | relevance | path

Searched refs:e (Results 201 – 225 of 1371) sorted by relevance

12345678910>>...55

/PHP-5.5/ext/phar/tests/
H A Dmounteddir.phpt25 } catch (Exception $e) {
26 echo $e->getMessage(),"\n";
65 } catch (Exception $e) {
66 echo $e->getMessage(), "\n";
70 } catch (Exception $e) {
71 echo $e->getMessage(), "\n";
75 } catch (Exception $e) {
76 echo $e->getMessage(), "\n";
80 } catch (Exception $e) {
81 echo $e->getMessage(), "\n";
H A DmounteddirU.phpt25 } catch (Exception $e) {
26 echo $e->getMessage(),"\n";
65 } catch (Exception $e) {
66 echo $e->getMessage(), "\n";
70 } catch (Exception $e) {
71 echo $e->getMessage(), "\n";
75 } catch (Exception $e) {
76 echo $e->getMessage(), "\n";
80 } catch (Exception $e) {
81 echo $e->getMessage(), "\n";
H A Dphar_oo_001U.phpt33 catch (BadMethodCallException $e)
35 var_dump($e->getMessage());
40 } catch (BadMethodCallException $e)
42 var_dump($e->getMessage());
H A Dphar_oo_001.phpt33 catch (LogicException $e)
35 var_dump($e->getMessage());
40 } catch (LogicException $e)
42 var_dump($e->getMessage());
H A Dphar_extract3.phpt18 } catch (Exception $e) {
19 echo $e->getMessage(), "\n";
29 } catch (Exception $e) {
30 echo $e->getMessage(), "\n";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt27 …->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . " e' AS e");
31 …->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . " e' AS e");
46 …URE p() BEGIN SELECT NULL as z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, ' e' AS e; END;"))) {
57 "e" => " e",
100 [%u|b%"e"]=>
117 [%u|b%"e"]=>
/PHP-5.5/sapi/caudium/
H A Dconfig.m428 …if $PIKE -e 'float v; int rel;sscanf(version(), "Pike v%f release %d", v, rel);v += rel/10000.0; i…
29 PIKE_MODULE_DIR=`$PIKE --show-paths 2>&1| grep '^Module' | sed -e 's/.*: //'`
30 …PIKE_INCLUDE_DIR=`echo $PIKE_MODULE_DIR | sed -e 's,lib/pike/modules,include/pike,' -e 's,lib/modu…
35 PIKE=`echo $PIKE | pike -e 'int tries=100;
51 …PIKE_TEST_VER=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write…
61 …PIKE_CMAJOR_VERSION=`grep "$PMAJOR" $PIKE_C_INCLUDE/version.h | sed -e 's/\(#define.*N \)\(.*\)/\2…
67 …PIKE_CMINOR_VERSION=`grep "$PMINOR" $PIKE_C_INCLUDE/version.h | sed -e 's/\(#define.*N \)\(.*\)/\2…
68 …PIKE_CBUILD_VERSION=`grep "$PBUILD" $PIKE_C_INCLUDE/version.h | sed -e 's/\(#define.*N \)\(.*\)/\2…
84 …PIKE_VERSION=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(…
/PHP-5.5/ext/opcache/tests/
H A Dissue0057.phpt25 } catch (ZException $e) {
32 } catch (Exception $e) {
33 echo $e->getMessage();
/PHP-5.5/ext/pcre/tests/
H A Dpcre_extended.phpt6 var_dump(preg_match('/a e i o u/', 'aeiou', $m));
9 var_dump(preg_match('/a e i o u/x', 'aeiou', $m));
12 var_dump(preg_match("/a e\ni\to\ru/x", 'aeiou', $m));
/PHP-5.5/ext/spl/tests/
H A Dheap_corruption.phpt48 catch (Exception $e) {
49 echo "Compare Exception: " . $e->getMessage() . PHP_EOL;
55 catch (Exception $e) {
56 echo "Corruption Exception: " . $e->getMessage() . PHP_EOL;
H A DarrayObject___construct_error2.phpt16 } catch (InvalidArgumentException $e) {
17 echo $e->getMessage() . "(" . $e->getLine() . ")\n";
H A Dfixedarray_002.phpt33 } catch (RuntimeException $e) {
34 echo "Exception: ".$e->getMessage()."\n";
38 } catch (RuntimeException $e) {
39 echo "Exception: ".$e->getMessage()."\n";
43 } catch (RuntimeException $e) {
44 echo "Exception: ".$e->getMessage()."\n";
H A Ddllist_004.phpt9 } catch (RuntimeException $e) {
10 echo "Exception: ".$e->getMessage()."\n";
14 } catch (RuntimeException $e) {
15 echo "Exception: ".$e->getMessage()."\n";
H A Ddllist_005.phpt9 } catch (RuntimeException $e) {
10 echo "Exception: ".$e->getMessage()."\n";
14 } catch (RuntimeException $e) {
15 echo "Exception: ".$e->getMessage()."\n";
/PHP-5.5/ext/reflection/tests/
H A D008.phpt11 } catch (Exception $e) {
12 var_dump($e->getMessage());
22 } catch (Exception $e) {
23 var_dump($e->getMessage());
H A DReflectionMethod_invokeArgs_error3.phpt43 } catch (ReflectionException $e) {
44 var_dump($e->getMessage());
60 } catch (ReflectionException $e) {
61 var_dump($e->getMessage());
68 } catch (ReflectionException $e) {
69 var_dump($e->getMessage());
73 } catch (ReflectionException $e) {
74 var_dump($e->getMessage());
/PHP-5.5/ext/json/tests/
H A Dpass001.phpt27 \"e\": 0.123456789e-12,
51 \" s p a c e d \" :[1,2 , 3
110 "e": 0.123456789e-12,
187 ["e"]=>
239 [" s p a c e d "]=>
325 ["e"]=>
377 [" s p a c e d "]=>
467 ["e"]=>
519 [" s p a c e d "]=>
605 ["e"]=>
[all …]
/PHP-5.5/ext/soap/tests/
H A Dbug70388.phpt10 } catch(Exception $e) {
11 var_dump($e->getMessage());
12 var_dump(get_class($e));
/PHP-5.5/tests/classes/
H A Dctor_failure.phpt23 catch (Exception $e)
25 echo 'Caught ' . get_class($e) . '(' . $e->getMessage() . ")\n";
/PHP-5.5/Zend/tests/
H A Dtry_catch_finally_003.phpt14 } catch (AE $e) {
22 } catch (BE $e) {
24 } catch (Exception $e) {
/PHP-5.5/ext/phar/tests/tar/
H A Dbignames.phpt25 } catch (Exception $e) {
26 echo $e->getMessage() . "\n";
32 } catch (Exception $e) {
33 echo $e->getMessage() . "\n";
39 } catch (Exception $e) {
40 echo $e->getMessage() . "\n";
H A Dphar_setdefaultstub.phpt25 } catch(Exception $e) {
26 echo $e->getMessage(). "\n";
37 } catch(Exception $e) {
38 echo $e->getMessage(). "\n";
49 } catch(Exception $e) {
50 echo $e->getMessage(). "\n";
H A Dphar_setsignaturealgo2.phpt28 } catch (Exception $e) {
29 echo $e->getMessage();
34 } catch (Exception $e) {
35 echo $e->getMessage();
45 } catch (Exception $e) {
46 echo $e->getMessage();
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_setdefaultstub.phpt25 } catch(Exception $e) {
26 echo $e->getMessage(). "\n";
37 } catch(Exception $e) {
38 echo $e->getMessage(). "\n";
49 } catch(Exception $e) {
50 echo $e->getMessage(). "\n";
/PHP-5.5/ext/hash/
H A Dhash_ripemd.c403 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
410 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
417 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
424 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
431 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD160Transform()
502 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
510 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
518 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
526 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
534 a = e; e = d; d = ROL(10, c); c = b; b = tmp; in RIPEMD320Transform()
[all …]

Completed in 50 milliseconds

12345678910>>...55