Home
last modified time | relevance | path

Searched refs:e (Results 2251 – 2275 of 2674) sorted by relevance

1...<<919293949596979899100>>...107

/PHP-8.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp932_to_utf8_1.phpt23 $item = iconv('cp932', 'utf-8', "�e�X�g�}���`�o�C�g�E�p�X"); // cp932 string
/PHP-8.0/ext/pcre/tests/
H A D003.phpt13 '2006-05-13 e outra data: "12-Aug-37"', $m, $flag));
/PHP-8.0/ext/standard/tests/math/
H A Dlog.phpt8 // e ^ log(x) should be close in range to x
H A Dhexdec_variation1.phpt77 } catch (TypeError $e) {
78 echo $e->getMessage(), "\n";
H A Dhexdec_variation1_64bit.phpt77 } catch (TypeError $e) {
78 echo $e->getMessage(), "\n";
/PHP-8.0/ext/pdo_oci/tests/
H A Dbug54379.phpt19 } catch (Exception $e) {
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug37278.phpt18 } catch (Exception $e) {
/PHP-8.0/Zend/tests/
H A Dbug32674.phpt57 } catch (Exception $e) {
/PHP-8.0/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt101 } catch (\ValueError|\TypeError $e) {
102 echo get_class($e) . ': ' . $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/standard/tests/array/
H A Drange.phpt164 string(1) "e"
254 string(1) "e"
438 string(1) "e"
H A Darray_key_first.phpt14 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
106 [e] => eee
H A Darray_pop.phpt19 array( "a" => "aaa", "A" => "AAA", "c" => "ccc", "d" => "ddd", "e" => "eee" ),
109 [e] => eee
/PHP-8.0/ext/intl/tests/
H A Dcollator_sort.phpt61 array( 'e' , 'c' , 'a' ),
141 2 => 'e',
H A Dcollator_sort_variant2.phpt61 array( 'e' , 'c' , 'a' ),
141 2 => 'e',
/PHP-8.0/ext/standard/tests/file/
H A Dfeof_basic.phpt63 } catch (TypeError $e) {
64 echo $e->getMessage(), "\n";
/PHP-8.0/ext/standard/tests/strings/
H A Dsprintf_variation54.phpt14 } catch (Error $e) {
15 echo $e->getMessage(), "\n";
H A Dstrrchr_variation10.phpt121 } catch (TypeError $e) {
122 echo $e->getMessage(), "\n";
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt50 } catch (\ArgumentCountError $e) {
51 echo $e->getMessage() . \PHP_EOL;
H A Dmysqli_stmt_field_count.phpt56 } catch (\ArgumentCountError $e) {
57 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/xsl/tests/
H A Dbug49634.phpt48 } catch (Exception $e) {
49 echo $e,"\n";
/PHP-8.0/ext/phar/tests/
H A Dphar_oo_002.phpt94 string(5) "e.php"
132 string(5) "e.php"
/PHP-8.0/ext/snmp/tests/
H A Dsnmp2_get.phpt21 } catch (\ValueError $e) {
22 echo $e->getMessage() . \PHP_EOL;
/PHP-8.0/ext/mysqli/
H A Dconfig.m452 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
53 MYSQLI_LIBLINE=`$MYSQL_CONFIG --libs | $SED -e "s/'//g"`
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous.phpt54 } catch (PDOException $e) {
56 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/PHP-8.0/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt49 $w = $e = [];
51 stream_select($r, $w, $e, $timeout=42);

Completed in 27 milliseconds

1...<<919293949596979899100>>...107