Home
last modified time | relevance | path

Searched refs:e (Results 251 – 275 of 1445) sorted by relevance

1...<<11121314151617181920>>...58

/PHP-5.6/ext/reflection/tests/
H A D002.phpt28 catch(ReflectionException $e)
30 echo $e->getMessage() . "\n";
36 catch(ReflectionException $e)
38 echo $e->getMessage() . "\n";
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dphar_oo_test.inc21 $files['e.php'] = '<?php echo "This is e.php\n"; ?>';
27 3,"c","'e'"
34 3,"c","'e'"
/PHP-5.6/ext/phar/tests/
H A Dphar_oo_getcontents.phpt19 } catch (Exception $e) {
20 echo $e->getMessage(), "\n";
24 } catch (Exception $e) {
25 echo $e->getMessage(), "\n";
H A Dphar_buildfromiterator2.phpt13 } catch (Exception $e) {
14 var_dump(get_class($e));
15 echo $e->getMessage() . "\n";
H A D029.phpt20 $files['b/d.php'] = '<?php echo "This is b/d\n"; include "'.$pname.'/e.php"; ?>';
21 $files['e.php'] = '<?php echo "This is e\n"; ?>';
34 catch (Exception $e)
36 echo $e->getMessage() . "\n";
H A Dphar_buildfromdirectory2-win.phpt16 } catch (Exception $e) {
17 var_dump(get_class($e));
18 echo $e->getMessage() . "\n";
H A Dphar_buildfromdirectory3.phpt14 } catch (Exception $e) {
15 var_dump(get_class($e));
16 echo $e->getMessage() . "\n";
H A Dphar_buildfromdirectory2.phpt16 } catch (Exception $e) {
17 var_dump(get_class($e));
18 echo $e->getMessage() . "\n";
H A D026.phpt17 $files['b/d.php'] = '<?php echo "This is b/d\n"; require \''.$pname.'/e.php\'; ?>';
18 $files['e.php'] = '<?php echo "This is e\n"; ?>';
33 This is e
H A Dphar_oo_compressed_002.phpt36 file_put_contents($pname . '/e', b'new e', 0, $context);
47 var_dump(file_get_contents($pname . '/e'));
48 var_dump($phar['e']->isCompressed());
71 string(5) "new e"
H A Dphar_oo_compressed_002b.phpt36 file_put_contents($pname . '/e', b'new e', 0, $context);
47 var_dump(file_get_contents($pname . '/e'));
48 var_dump($phar['e']->isCompressed());
71 string(5) "new e"
/PHP-5.6/ext/spl/tests/
H A Ddllist_001.phpt9 } catch (RuntimeException $e) {
10 echo "Exception: ".$e->getMessage()."\n";
14 } catch (RuntimeException $e) {
15 echo "Exception: ".$e->getMessage()."\n";
H A Dmultiple_iterator_001.phpt31 } catch(RuntimeException $e) {
32 echo "RuntimeException thrown: " . $e->getMessage() . "\n";
36 } catch(RuntimeException $e) {
37 echo "RuntimeException thrown: " . $e->getMessage() . "\n";
64 } catch(InvalidArgumentException $e) {
65 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
82 } catch(InvalidArgumentException $e) {
83 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
90 } catch(InvalidArgumentException $e) {
91 echo "InvalidArgumentException thrown: " . $e->getMessage() . "\n";
/PHP-5.6/ext/standard/tests/streams/
H A Dbug46024.phpt20 $e = null;
21 $ret = stream_select($r, $w, $e, 1);
27 $e = null;
28 $ret = stream_select($r, $w, $e, 1);
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_php.c53 char *s = 0, *e = value; in fpm_php_disable() local
55 while (*e) { in fpm_php_disable()
56 switch (*e) { in fpm_php_disable()
60 *e = '\0'; in fpm_php_disable()
61 zend_disable(s, e - s TSRMLS_CC); in fpm_php_disable()
67 s = e; in fpm_php_disable()
71 e++; in fpm_php_disable()
75 zend_disable(s, e - s TSRMLS_CC); in fpm_php_disable()
/PHP-5.6/sapi/apache2handler/
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()
140 php_conf_rec *d = base_conf, *e = new_conf, *n = NULL; in merge_php_config() local
154 …zend_hash_merge_ex(&n->config, &e->config, NULL, sizeof(php_dir_entry), (merge_checker_func_t) sho… in merge_php_config()
/PHP-5.6/Zend/tests/
H A Dcatch_finally_003.phpt13 } catch (Exception $e) {
14 throw $e;
26 } catch (Exception $e) {
H A Dns_064.phpt9 public $e = array();
12 $this->e[] = $this;
29 $x->d->e[0]->f = 2;
H A Dbug53632.phpt2 zend_strtod() hangs with 2.2250738585072011e-308
5 $d = 2.2250738585072011e-308;
/PHP-5.6/ext/phar/tests/files/
H A Dphar_oo_test.inc22 $files['e.php'] = '<?php echo "This is e.php\n"; ?>';
28 3,"c","'e'"
35 3,"c","'e'"
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_rewind.phpt20 } catch (Exception $e) {
21 echo "\n", $e, "\n\n";
34 } catch (Exception $e) {
35 echo $e, "\n\n";
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt31 } catch (PDOException $e) {
35 $e->getMessage());
48 } catch (PDOException $e) {
52 $e->getMessage());
61 } catch (PDOException $e) {
63 $e->getMessage(),
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_connect_oo.phpt94 } catch (mysqli_sql_exception $e) {
95 printf("%s\n", $e->getMessage());
102 } catch (mysqli_sql_exception $e) {
103 printf("%s\n", $e->getMessage());
111 } catch (mysqli_sql_exception $e) {
112 printf("%s\n", $e->getMessage());
120 } catch (mysqli_sql_exception $e) {
121 printf("%s\n", $e->getMessage());
129 } catch (mysqli_sql_exception $e) {
130 printf("%s\n", $e->getMessage());
[all …]
/PHP-5.6/ext/date/lib/
H A Dastro.c138 e, /* Eccentricity of Earth's orbit */ in astro_sunpos() local
146 e = 0.016709 - 1.151E-9 * d; in astro_sunpos()
149 E = M + e * RADEG * sind(M) * (1.0 + e * cosd(M)); in astro_sunpos()
150 x = cosd(E) - e; in astro_sunpos()
151 y = sqrt(1.0 - e*e) * sind(E); in astro_sunpos()
/PHP-5.6/ext/standard/tests/strings/
H A Dchunk_split_variation8.phpt61 string(504) "T:::h:::i:::s:::':::s::: :::h:::e:::r:::e:::d:::o:::c::: :::s:::t:::r:::i:::n:::g::: :…
62 ::: :::w:::h:::i:::t:::e::: :::s:::p:::a:::c:::e::: :::c:::h:::a:::r:::.:::
63e:::c:::i:::@:::l::: :::c:::h:::@:::r:::$::: :::2:::2:::2:::2::: :::!:::!:::!:::N:::o:::w::: :::\:…

Completed in 17 milliseconds

1...<<11121314151617181920>>...58