Home
last modified time | relevance | path

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

12345678910>>...58

/PHP-5.6/ext/spl/tests/
H A Dspl_autoload_005.phpt26 catch(Exception $e)
28 echo 'Exception: ' . $e->getMessage() . "\n";
42 catch(Exception $e)
44 echo 'Exception: ' . $e->getMessage() . "\n";
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;
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug50698_2.phpt12 } catch (SoapFault $e) {
13 …if ($e->faultcode == 'WSDL' && $e->faultstring == 'SOAP-ERROR: Parsing WSDL: Could not find any us…
17 print_r($e);
H A Dbug50698_3.phpt12 } catch (SoapFault $e) {
13 …if ($e->faultcode == 'WSDL' && $e->faultstring == 'SOAP-ERROR: Parsing WSDL: Could not find any us…
17 print_r($e);
/PHP-5.6/ext/phar/tests/zip/
H A Dcorrupt_001.phpt10 } catch (Exception $e) {
11 echo $e->getMessage() . "\n";
15 } catch (Exception $e) {
16 echo $e->getMessage() . "\n";
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug70313.phpt21 } catch (PDOException $e) {
22 var_dump($e->getCode());
30 } catch (PDOException $e) {
31 var_dump($e->getCode());
/PHP-5.6/ext/standard/tests/file/
H A Dfscanf_variation50.phpt31 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
/PHP-5.6/sapi/apache2filter/
H A Dapache_config.c60 php_dir_entry e; in real_value_hnd() local
68 e.value = apr_pstrdup(cmd->pool, value); in real_value_hnd()
69 e.value_len = strlen(value); in real_value_hnd()
70 e.status = status; in real_value_hnd()
71 e.htaccess = ((cmd->override & (RSRC_CONF|ACCESS_CONF)) == 0); in real_value_hnd()
73 zend_hash_update(&d->config, (char *) name, strlen(name) + 1, &e, sizeof(e), NULL); in real_value_hnd()
123 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
131 zend_hash_copy(&n->config, &e->config, NULL, NULL, sizeof(php_dir_entry)); in merge_php_config()
/PHP-5.6/ext/standard/tests/serialize/
H A Dserialization_objects_002.phpt30 var $a, $b, $c, $d, $e, $f, $g, $h;
36 $this->e = array(1, 2.22, "string", TRUE, array(),
100 ["e"]=>
150 ["e"]=>
169 ["e"]=>
188 ["e"]=>
207 ["e"]=>
261 ["e"]=>
270 …ng(103) "O:1:"D":8:{s:1:"a";N;s:1:"b";N;s:1:"c";s:0:"";s:1:"d";s:1:"�";s:1:"e";N;s:1:"f";N;s:1:"g"…
280 ["e"]=>
[all …]
H A Dbug37947.phpt8 function extend_zend_ptr_stack($count,$a,$b,$c,$d,$e) {
10 1,$a,$b,$c,$d,$e);
14 $this->extend_zend_ptr_stack(10,'a','b','c','d','e');
/PHP-5.6/Zend/tests/
H A Dtry_catch_finally_001.phpt14 } catch (AE $e) {
23 } catch (BE $e) {
25 } catch (Exception $e) {
H A Dtry_catch_finally_004.phpt14 } catch (Exception $e) {
16 throw $e;
20 } catch (Exception $e) {
/PHP-5.6/ext/reflection/tests/
H A DReflectionClass_implementsInterface_001.phpt27 } catch (Exception $e) {
33 } catch (Exception $e) {
44 } catch (Exception $e) {
45 echo $e->getMessage() . "\n";
49 } catch (Exception $e) {
50 echo $e->getMessage() . "\n";
54 } catch (Exception $e) {
55 echo $e->getMessage() . "\n";
59 } catch (Exception $e) {
60 echo $e->getMessage() . "\n";
[all …]
H A DReflectionProperty_getDocComment_basic.phpt20 private $e;
31 /** A doc comment for $e */
32 var $e;
68 ---> Doc comment for A::$e:
90 ---> Doc comment for B::$e:
91 string(%d) "/** A doc comment for $e */"
H A D008.phpt11 } catch (Exception $e) {
12 var_dump($e->getMessage());
22 } catch (Exception $e) {
23 var_dump($e->getMessage());
/PHP-5.6/ext/phar/tests/
H A Dphar_setsignaturealgo2.phpt27 } catch (Exception $e) {
28 echo $e->getMessage();
33 } catch (Exception $e) {
34 echo $e->getMessage();
44 } catch (Exception $e) {
45 echo $e->getMessage();
H A D028.phpt18 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>';
19 $files['e.php'] = '<?php echo "This is e\n"; ?>';
40 This is e
46 This is e
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";
/PHP-5.6/ext/dom/tests/
H A DDOMDocument_createAttribute_error.phpt12 catch(DOMException $e) {
13 $code = $e->getCode();
21 catch(Exception $e) {
/PHP-5.6/ext/standard/tests/array/
H A Dcompact_basic.phpt21 $e=NULL;
25 var_dump (compact(array("a", "b", "c", "d", "e", "f")));
27 var_dump (compact("a", "b", "c", "d", "e", "f"));
51 ["e"]=>
68 ["e"]=>
/PHP-5.6/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.6/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.6/ext/opcache/tests/
H A Dissue0057.phpt25 } catch (ZException $e) {
32 } catch (Exception $e) {
33 echo $e->getMessage();
/PHP-5.6/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));

Completed in 23 milliseconds

12345678910>>...58