Home
last modified time | relevance | path

Searched refs:e (Results 3051 – 3075 of 3475) sorted by relevance

1...<<121122123124125126127128129130>>...139

/php-src/ext/standard/tests/math/
H A Doctdec_variation1.phpt60 } catch (TypeError $e) {
61 echo $e->getMessage(), "\n";
/php-src/ext/standard/tests/general_functions/
H A Dcallbacks_001.phpt74 } catch (TypeError $e) {
75 echo $e->getMessage(), "\n";
H A Dis_scalar.phpt22 475.e-8,
23 784.e+30,
/php-src/ext/phar/tests/
H A Dphar_stub.phpt63 } catch (Exception $e) {
64 echo $e->getMessage() . "\n";
H A Dcreate_path_error.phpt56 catch (ValueError $e)
58 echo 'Exception: ' . $e->getMessage() . "\n";
H A Dphar_oo_002.phpt98 string(5) "e.php"
136 string(5) "e.php"
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt61 } catch (PDOException $e) {
63 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_errorinfo.phpt84 } catch (PDOException $e) {
86 $offset + 19, $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_fetch_serialize.phpt96 } catch (PDOException $e) {
98 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/php-src/ext/dom/tests/modern/spec/
H A DElement_removeAttributeNS.phpt14 echo "--- After parsing, i.e. without namespace ---\n";
77 --- After parsing, i.e. without namespace ---
/php-src/ext/dom/tests/modern/xml/
H A DElement_innerHTML_reading_errors.phpt19 } catch (DOMException $e) {
20 echo $e->getMessage(), "\n";
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS.phpt55 } catch (Error $e) {
56 echo $e->getMessage(), "\n";
/php-src/ext/snmp/tests/
H A Dsnmp2_get.phpt24 } catch (\ValueError $e) {
25 echo $e->getMessage() . \PHP_EOL;
/php-src/ext/standard/tests/file/
H A Dglob_variation-win32-mb.phpt52 } catch (Error $e) {
53 echo $e->getMessage(), "\n";
78 } catch (Error $e) {
79 echo $e->getMessage(), "\n";
H A Dglob_variation-win32.phpt51 } catch (Error $e) {
52 echo $e->getMessage(), "\n";
77 } catch (Error $e) {
78 echo $e->getMessage(), "\n";
/php-src/ext/standard/tests/array/
H A Darray_intersect_ukey_variation1.phpt100 } catch (TypeError $e) {
101 echo $e->getMessage(), "\n";
105 } catch (TypeError $e) {
106 echo $e->getMessage(), "\n";
H A Darray_merge_recursive_variation1.phpt92 } catch (TypeError $e) {
93 echo $e->getMessage(), "\n";
100 } catch (TypeError $e) {
101 echo $e->getMessage(), "\n";
H A Darray_diff_ukey_variation1.phpt98 } catch (TypeError $e) {
99 echo $e->getMessage(), "\n";
103 } catch (TypeError $e) {
104 echo $e->getMessage(), "\n";
H A Darray_intersect_key_variation1.phpt94 } catch (TypeError $e) {
95 echo $e->getMessage(), "\n";
99 } catch (TypeError $e) {
100 echo $e->getMessage(), "\n";
H A Darray_intersect_uassoc_variation1.phpt102 } catch (TypeError $e) {
103 echo $e->getMessage(), "\n";
107 } catch (TypeError $e) {
108 echo $e->getMessage(), "\n";
H A Dnatcasesort_variation4.phpt13 array(null, NULL, "\a", "\cx", "\e", "\f", "\n", "\t", "\xhh", "\ddd", "\v"),
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt35 $str3 = 'a&#338;b&#339;c&#352;d&#353;e&#8364;fg';
56 echo "11e: " . mb_decode_numericentity('&#x000000000', $convmap), "\n"; // Too many digits
143 3: aŒbœcŠdše€fg
155 11e: &#x000000000
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.h360 unsigned int e = 16 + ((ins >> 12) & 15); in dasm_encode() local
362 ((n + ((ins & 2048) ? 0 : (1<<(e+1)))) >> (e+2)) == 0, RANGE_REL); in dasm_encode()
363 cp[-1] |= ((n>>2) & ((1<<e)-1)); in dasm_encode()
/php-src/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-src/ext/openssl/tests/
H A Dsni_server_cs.pem21 4ITaykJ8BIJcQgis89QWEGFxAoGBAJhQO+jzuDKF9ZWEf6ofrw0anOZZ16wWY5/e

Completed in 37 milliseconds

1...<<121122123124125126127128129130>>...139