Home
last modified time | relevance | path

Searched refs:e (Results 2376 – 2400 of 2827) sorted by relevance

1...<<919293949596979899100>>...114

/PHP-8.1/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt28 if ($e = error_get_last()) {
29 echo ' (', $e['message'], ')';
31 } catch (TypeError $e) {
32 $msg = $e->getMessage();
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_report.phpt42 } catch (\ValueError $e) {
43 echo $e->getMessage() . \PHP_EOL;
76 } catch (\ValueError $e) {
77 echo $e->getMessage() . \PHP_EOL;
185 } catch (mysqli_sql_exception $e) {
186 printf("[013] %s\n", $e->getMessage());
197 } catch (mysqli_sql_exception $e) {
198 printf("[016] %s\n", $e->getMessage());
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_0.phpt26 $item = "�e�X�g�}���`�o�C�g�E�p�X"; // cp932 string
H A Dtest_cp932_to_utf8_0.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
/PHP-8.1/ext/ffi/tests/
H A D200.phpt10 } catch (Throwable $e) {
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug71885.phpt26 } catch (PDOException $e) {
H A Dbug67462.phpt27 } catch (\Exception $e) {
/PHP-8.1/ext/zlib/tests/
H A Dgzread_basic.phpt22 string(14) "e taught throu"
/PHP-8.1/ext/imap/tests/
H A Dimap_lsub_basic.phpt35 // e.g. "{127.0.0.1:143/norsh}INBOX.phpttest"
/PHP-8.1/ext/standard/tests/strings/
H A Dstripcslashes_basic.phpt7 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
/PHP-8.1/ext/date/tests/
H A Dbug42910.phpt23 var_dump(date_format($date, 'O e'));
H A Dbug67118.phpt16 } catch (Exception $e) {
H A Dbug73460-001.phpt8 echo $date->format('Y/m/d H:i e T'), "\n";
H A Dgmstrftime_variation17.phpt13 $format = "%e";
H A Dstrftime_variation17.phpt13 $format = "%e";
/PHP-8.1/ext/pdo_oci/tests/
H A Dbug54379.phpt20 } catch (Exception $e) {
/PHP-8.1/ext/session/tests/
H A Dsession_save_path_variation2.phpt31 Warning: session_start(): open(%sblah%e%s, O_RDWR) failed: No such file or directory (2) in %s on l…
/PHP-8.1/ext/phar/tests/
H A Dphar_oo_010.phpt20 var_dump(isset($phar['e.php']));
/PHP-8.1/Zend/tests/
H A Dbug42802.phpt20 function test4(\Exception $e) {
/PHP-8.1/ext/pgsql/tests/
H A Dconfig.inc7 // "test" database must exist. i.e. "createdb test" before testing
/PHP-8.1/ext/standard/tests/array/
H A Drange.phpt164 string(1) "e"
254 string(1) "e"
438 string(1) "e"
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt76 "-1e-2",
82 '-1e-2',
128 -.5e-6,
129 .5e+6,
130 -.5e+6,
/PHP-8.1/ext/standard/tests/file/
H A Dfeof_basic.phpt63 } catch (TypeError $e) {
64 echo $e->getMessage(), "\n";
/PHP-8.1/ext/xsl/tests/
H A Dbug49634.phpt46 } catch (Exception $e) {
47 echo $e,"\n";
/PHP-8.1/ext/snmp/tests/
H A Dsnmp2_get.phpt23 } catch (\ValueError $e) {
24 echo $e->getMessage() . \PHP_EOL;

Completed in 29 milliseconds

1...<<919293949596979899100>>...114