Home
last modified time | relevance | path

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

12345678910>>...58

/PHP-5.6/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();
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 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
/PHP-5.6/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.6/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.6/ext/spl/tests/
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";
H A Darray_014.phpt17 catch(Exception $e)
19 echo $e->getMessage() . "\n";
27 catch(Exception $e)
29 echo $e->getMessage() . "\n";
/PHP-5.6/ext/standard/tests/serialize/
H A Dbug73341.phpt8 } catch(Exception $e) {
9 echo $e->getMessage()."\n";
16 } catch(Exception $e) {
17 echo $e->getMessage()."\n";
/PHP-5.6/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.6/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) {
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);
/PHP-5.6/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";
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 …]
/PHP-5.6/ext/pgsql/tests/
H A Dnonblocking.inc4 $r = [$stream]; $w = []; $e = [];
5 return (bool) stream_select($r, $w, $e, $timeout, 0);
8 $r = []; $w = [$stream]; $e = [];
9 return (bool) stream_select($r, $w, $e, $timeout, 0);
/PHP-5.6/ext/gmp/tests/
H A Dserialize.phpt18 } catch (Exception $e) { var_dump($e->getMessage()); }
22 } catch (Exception $e) { var_dump($e->getMessage()); }
/PHP-5.6/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) {
/PHP-5.6/ext/zip/lib/
H A Dzip_extra_field.c324 struct zip_entry *e; in _zip_read_local_ef() local
334 e = za->entry+idx; in _zip_read_local_ef()
336 if (e->orig == NULL || e->orig->local_extra_fields_read) in _zip_read_local_ef()
340 if (fseeko(za->zp, (off_t)(e->orig->offset + 26), SEEK_SET) < 0) { in _zip_read_local_ef()
375 e->orig->extra_fields = _zip_ef_merge(e->orig->extra_fields, ef); in _zip_read_local_ef()
378 e->orig->local_extra_fields_read = 1; in _zip_read_local_ef()
380 if (e->changes && e->changes->local_extra_fields_read == 0) { in _zip_read_local_ef()
381 e->changes->extra_fields = e->orig->extra_fields; in _zip_read_local_ef()
382 e->changes->local_extra_fields_read = 1; in _zip_read_local_ef()
H A Dzip_extra_field_api.c342 struct zip_entry *e; in _zip_file_extra_field_prepare_for_change() local
349 e = za->entry+idx; in _zip_file_extra_field_prepare_for_change()
351 if (e->changes && (e->changes->changed & ZIP_DIRENT_EXTRA_FIELD)) in _zip_file_extra_field_prepare_for_change()
354 if (e->orig) { in _zip_file_extra_field_prepare_for_change()
359 if (e->changes == NULL) { in _zip_file_extra_field_prepare_for_change()
360 if ((e->changes=_zip_dirent_clone(e->orig)) == NULL) { in _zip_file_extra_field_prepare_for_change()
366 if (e->orig && e->orig->extra_fields) { in _zip_file_extra_field_prepare_for_change()
367 if ((e->changes->extra_fields=_zip_ef_clone(e->orig->extra_fields, &za->error)) == NULL) in _zip_file_extra_field_prepare_for_change()
370 e->changes->changed |= ZIP_DIRENT_EXTRA_FIELD; in _zip_file_extra_field_prepare_for_change()
/PHP-5.6/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.6/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.6/ext/filter/tests/
H A D003.phpt4 d=4&e=5
12 echo $_POST['e'];
18 echo $_REQUEST['e'];

Completed in 40 milliseconds

12345678910>>...58