Home
last modified time | relevance | path

Searched refs:e (Results 176 – 200 of 1371) sorted by relevance

12345678910>>...55

/PHP-5.5/Zend/tests/
H A Dexception_007.phpt10 catch (Exception $e) {
11 throw new Exception("Second", 2, $e);
14 catch (Exception $e) {
15 throw new Exception("Third", 3, $e);
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.5/ext/spl/tests/
H A Darray_014.phpt17 catch(Exception $e)
19 echo $e->getMessage() . "\n";
27 catch(Exception $e)
29 echo $e->getMessage() . "\n";
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";
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_strictErrorChecking_variation.phpt22 } catch (DOMException $e) {
24 echo $e->getMessage() ."\n";
25 } catch (Exception $e) {
39 } catch (DOMException $e) {
41 echo $e->getMessage() ."\n";
42 } catch (Exception $e) {
H A DDOMDocument_createAttribute_error.phpt12 catch(DOMException $e) {
13 $code = $e->getCode();
21 catch(Exception $e) {
/PHP-5.5/ext/phar/tests/
H A D030.phpt17 $files['b/d.php'] = '<?php echo "This is b/d\n"; include \''.$pname.'/e.php\'; ?>';
18 $files['e.php'] = '<?php echo "This is e\n"; ?>';
31 } catch (Exception $e) {
32 echo $e->getMessage(),"\n";
45 This is e
H A Dphar_oo_008.phpt95 2=>3,"c","'e'"
99 2=>3,"c","'e'"
103 1=>3|c|'e'
107 2=>3|c|'e'
111 2=>3|c|'e'
118 5=>3|c|'e'
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
/PHP-5.5/ext/reflection/tests/
H A Dproperty_exists.phpt59 $oA->e = 6;
105 obj(A)::$e
116 obj(A)::$e
127 A::$e
138 A::$e
149 B::$e
160 B::$e
171 C::$e
182 C::$e
193 obj(C)::$e
[all …]
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 */"
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_numeric.phpt26 -.5e-2,
27 .5e-2,
28 +.5e-2,
39 426.45e-30,
41 3486.36e+40,
49 -1e-2,
51 +1e+2,
52 +1e-2,
53 +1e+2,
76 "-1e-2",
[all …]
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.004.phpt11 public $e = "Original e";
44 string(10) "Original e"
52 ["e"]=>
53 string(10) "Original e"
/PHP-5.5/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.5/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.5/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.5/ext/filter/tests/
H A D003.phpt4 d=4&e=5
12 echo $_POST['e'];
18 echo $_REQUEST['e'];
/PHP-5.5/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.5/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.5/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"]=>

Completed in 30 milliseconds

12345678910>>...55