Home
last modified time | relevance | path

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

12345678910>>...52

/PHP-5.4/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 …]
/PHP-5.4/ext/spl/tests/
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 DarrayObject___construct_error2.phpt16 } catch (InvalidArgumentException $e) {
17 echo $e->getMessage() . "(" . $e->getLine() . ")\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";
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 Dfixedarray_020.phpt16 } catch (Exception $e) {
17 echo "Exception: ".$e->getMessage()."\n";
23 } catch (Exception $e) {
24 echo "Exception: ".$e->getMessage()."\n";
H A DregexIterator_setMode_error.phpt15 } catch (InvalidArgumentException $e) {
16 var_dump($e->getMessage());
17 var_dump($e->getCode());
/PHP-5.4/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.4/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.4/ext/phar/tests/
H A Dphar_extract3.phpt18 } catch (Exception $e) {
19 echo $e->getMessage(), "\n";
29 } catch (Exception $e) {
30 echo $e->getMessage(), "\n";
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_buildfromiterator1.phpt14 } catch (Exception $e) {
15 var_dump(get_class($e));
16 echo $e->getMessage() . "\n";
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_buildfromdirectory1.phpt14 } catch (Exception $e) {
15 var_dump(get_class($e));
16 echo $e->getMessage() . "\n";
/PHP-5.4/Zend/tests/
H A Dbug64960.phpt9 public function __invoke (Exception $e)
22 $e = new Exception;
23 $e->_trace = debug_backtrace();
25 throw $e;
/PHP-5.4/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.4/ext/phar/tests/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.4/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.4/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.4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h87 #define pdo_pgsql_error(d,e,z) _pdo_pgsql_error(d, NULL, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
88 #define pdo_pgsql_error_stmt(s,e,z) _pdo_pgsql_error(s->dbh, s, e, z, __FILE__, __LINE__ TSRMLS_CC) argument
/PHP-5.4/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.4/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()

Completed in 32 milliseconds

12345678910>>...52