Home
last modified time | relevance | path

Searched refs:e (Results 2076 – 2100 of 2674) sorted by relevance

1...<<81828384858687888990>>...107

/PHP-8.0/ext/standard/tests/math/
H A Dpow_variation2.phpt81 } catch (Error $e) {
82 echo $e->getMessage(), "\n";
H A Dpow_variation1.phpt85 } catch (Error $e) {
86 echo $e->getMessage(), "\n";
/PHP-8.0/ext/standard/tests/file/
H A Ddisk_total_space_variation.phpt49 } catch (Error $e) {
50 echo $e->getMessage(), "\n";
H A D005_variation2.phpt35 $e = touch('|');
41 var_dump($e);
H A Dis_executable_variation1.phpt52 } catch (Error $e) {
53 echo $e->getMessage(), "\n";
H A Dis_readable_variation1.phpt51 } catch (Error $e) {
52 echo $e->getMessage(), "\n";
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_variation52.phpt23 } catch (ValueError $e) {
24 echo $e->getMessage(), "\n";
/PHP-8.0/ext/pcre/tests/
H A Dpreg_replace_edit_basic.phpt18 …inning of a word followed by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour) (…
24 …'\\1 at \\2 dot \\3 dot \\4', 'josmessa@uk.ibm.com')); //finds the e-mail address and replaces the…
H A Dpreg_replace_basic.phpt12 …inning of a word followed by 2-4 characters and replaces it with Bonjour (i.e. Hello -> Bonjour) (…
14 …2,}$)>', '\\1 at \\2 dot \\3 dot \\4', 'josmessa@uk.ibm.com')); //finds the e-mail address and rep…
/PHP-8.0/ext/pdo/tests/
H A Dpdo_test.inc65 } catch (PDOException $e) {
66 die("skip " . $e->getMessage());
H A Dpdo_017.phpt14 } catch (PDOException $e) {
15 die('skip no working transactions: ' . $e->getMessage());
/PHP-8.0/ext/standard/tests/dir/
H A Ddir_basic-win32-mb.phpt44 } catch (TypeError $e) {
45 echo $e->getMessage(), "\n";
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt50 } catch (PDOException $e) {
53 $e->getMessage(),
/PHP-8.0/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt75 } catch (TypeError $e) {
76 echo $e->getMessage(), "\n";
H A Dsave_handler.inc13 * Session data lock is mandatory. Lock must be exclusive. i.e. Block read also.
52 // e.g. Use "serializable transaction isolation level" with RDBMS.
63 // Return FALSE only when there is error. i.e. Do not return FALSE
99 // Return FALSE only when there is error. i.e. Do not return FALSE
136 // e.g. hash('sha2', random_bytes(64)) or use /dev/urandom
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_fetch_object_no_constructor.phpt36 } catch (Exception $e) {
37 printf("Exception: %s\n", $e->getMessage());
H A Dmysqli_savepoint.phpt25 } catch (\ValueError $e) {
26 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/oci8/tests/
H A Dlob_022.phpt41 } catch (ValueError $e) {
42 echo $e->getMessage(), "\n";
H A Dlob_042.phpt42 } catch (ValueError $e) {
43 echo $e->getMessage(), "\n";
/PHP-8.0/Zend/tests/attributes/
H A D013_class_scope.phpt49 } catch (\Error $e) {
50 var_dump('ERROR 1', $e->getMessage());
/PHP-8.0/ext/date/tests/
H A Dgmdate_variation10.phpt12 var_dump( gmdate('e') );
13 var_dump( gmdate('e', $timestamp) );
/PHP-8.0/ext/reflection/tests/
H A DReflectionFunction_getClosureCalledClass.phpt50 $c = [new B(), 'e'];
96 B->e
/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.c941 const char *e = s + len - 1; in timelib_strtointerval() local
951 while (isspace(*s) && s < e) { in timelib_strtointerval()
954 while (isspace(*e) && e > s) { in timelib_strtointerval()
955 e--; in timelib_strtointerval()
958 if (e - s < 0) { in timelib_strtointerval()
967 e++; in timelib_strtointerval()
970 in.str = timelib_malloc((e - s) + YYMAXFILL); in timelib_strtointerval()
971 memset(in.str, 0, (e - s) + YYMAXFILL); in timelib_strtointerval()
972 memcpy(in.str, s, (e - s)); in timelib_strtointerval()
973 in.lim = in.str + (e - s) + YYMAXFILL; in timelib_strtointerval()
/PHP-8.0/ext/standard/tests/serialize/
H A Dbug70963.phpt11 #0 %s(%d): unserialize('a:2:{i:0;O:9:"e...')
/PHP-8.0/Zend/tests/try/
H A Dtry_catch_finally_006.phpt15 } catch (Exception $e) {

Completed in 107 milliseconds

1...<<81828384858687888990>>...107