Home
last modified time | relevance | path

Searched refs:e (Results 2976 – 3000 of 3475) sorted by relevance

1...<<111112113114115116117118119120>>...139

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt45 } catch (\ArgumentCountError $e) {
46 echo $e->getMessage() . \PHP_EOL;
H A Dmysqli_report.phpt40 } catch (\ValueError $e) {
41 echo $e->getMessage() . \PHP_EOL;
70 } catch (\ValueError $e) {
71 echo $e->getMessage() . \PHP_EOL;
176 } catch (mysqli_sql_exception $e) {
177 printf("[013] %s\n", $e->getMessage());
188 } catch (mysqli_sql_exception $e) {
189 printf("[016] %s\n", $e->getMessage());
/php-src/ext/standard/tests/strings/
H A Dmd5_file.phpt34 } catch (\ValueError $e) {
35 echo $e->getMessage() . \PHP_EOL;
H A Dstripcslashes_basic.phpt7 var_dump(stripcslashes('\H\e\l\l\o \W\or\l\d'));
/php-src/ext/bcmath/tests/number/methods/
H A Dcalc_methods_scale_arg_error.phpt29 } catch (Error $e) {
30 echo $e->getMessage() . "\n";
/php-src/tests/lang/operators/
H A Dmodulus_basiclong_64bit.phpt30 } catch (DivisionByZeroError $e) {
31 echo "Exception: " . $e->getMessage() . "\n";
41 } catch (DivisionByZeroError $e) {
42 echo "Exception: " . $e->getMessage() . "\n";
/php-src/ext/standard/tests/array/
H A Darray_intersect_variation2.phpt95 } catch (TypeError $e) {
96 echo $e->getMessage(), "\n";
102 } catch (TypeError $e) {
103 echo $e->getMessage(), "\n";
H A Darray_intersect_assoc_variation2.phpt95 } catch (TypeError $e) {
96 echo $e->getMessage(), "\n";
102 } catch (TypeError $e) {
103 echo $e->getMessage(), "\n";
/php-src/ext/pdo_pgsql/tests/
H A Dbug71885.phpt26 } catch (PDOException $e) {
/php-src/ext/zlib/tests/
H A Dgzread_basic.phpt22 string(14) "e taught throu"
/php-src/ext/ffi/tests/
H A D200.phpt10 } catch (Throwable $e) {
/php-src/ext/date/tests/
H A Dbug42910.phpt23 var_dump(date_format($date, 'O e'));
H A Dbug73460-001.phpt8 echo $date->format('Y/m/d H:i e T'), "\n";
H A Dbug67118.phpt16 } catch (Exception $e) {
/php-src/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-src/ext/phar/tests/
H A Dphar_oo_010.phpt20 var_dump(isset($phar['e.php']));
/php-src/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-src/Zend/tests/
H A Dbug42802.phpt20 function test4(\Exception $e) {
/php-src/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt7 …in the C language (i.e., a leading 0x or 0X implies hexadecimal; otherwise, a leading 0 implies oc…
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt136 } catch (\ValueError $e) {
137 echo $e->getMessage() . \PHP_EOL;
312 'Bez práce nejsou koláče.',
321 'Co můžeš udělat dnes, neodkládej na zítřek.',
334 'Čím výše vystoupíš, tím hlouběji padáš.',
335 'Čím výše vystoupíš, tím větší rozhled.',
336 'Čiň čertu dobře, peklem se ti odmění.',
345 'Dvakrát měř, jednou řež.',
358 'Všude dobře, doma nejlépe.',
363 'Zadarmo ani kuře nehrabe.',
[all …]
/php-src/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-src/ext/intl/tests/
H A Dcollator_sort.phpt62 array( 'e' , 'c' , 'a' ),
142 2 => 'e',
H A Dcollator_sort_variant2.phpt62 array( 'e' , 'c' , 'a' ),
142 2 => 'e',
/php-src/ext/xsl/tests/
H A Dbug49634.phpt46 } catch (Exception $e) {
47 echo $e,"\n";

Completed in 26 milliseconds

1...<<111112113114115116117118119120>>...139