Home
last modified time | relevance | path

Searched refs:e (Results 1551 – 1575 of 1772) sorted by relevance

1...<<6162636465666768697071

/PHP-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt9 $date_format = 'Y-m-d H:i:s T e';
H A Drfc-datetime_and_daylight_saving_time-type3-fs.phpt11 $date_format = 'Y-m-d H:i:s T e';
/PHP-7.4/build/
H A Dax_check_compile_flag.m418 # flags (e.g. CFLAGS) when the check is done. The check is thus made with
/PHP-7.4/azure/
H A Dmsan_job.yml67 mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc81 'e' => array(
307 } catch(Exception $e) {
308 self::error("Exception while opening phar '$arg':\n" . $e->getMessage() . "\n");
344 } catch(Exception $e) {
345 self::error("Exception while opening phar '$argv':\n" . $e->getMessage() . "\n");
651 } catch(Exception $e) {
955 $entry = $this->args['e']['val'];
1135 $entry = $this->args['e']['val'];
1242 $entry = $this->args['e']['val'];
1319 $entry = $this->args['e']['val'];
[all …]
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c235 unsigned char *s = (unsigned char *) val, *e = (unsigned char *) s + val_len; \ in php_ftp_fopen_connect()
236 while (s < e) { \ in php_ftp_fopen_connect()
1065 char *p, *e, *buf; in php_stream_ftp_mkdir() local
1068 e = buf + ZSTR_LEN(resource->path); in php_stream_ftp_mkdir()
1089 while (p != e) { in php_stream_ftp_mkdir()
/PHP-7.4/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt28 //it's a post-increment operation as to the codepoint, i.e., it gives the codepoint
H A Dformatter_format2.phpt115 '1 234 567e'
H A Dformatter_format3.phpt116 '1 234 567e'
H A Dformatter_format4.phpt116 '1 234 567e'
H A Dformatter_format5.phpt116 '1 234 567e'
H A Dformatter_format6.phpt116 '1 234 567e'
/PHP-7.4/ext/standard/tests/strings/
H A Dsprintf_variation22.phpt21 10.5e+5
H A Dvprintf_variation12.phpt36 2e10, +2e12, 22e+12,
H A Dvprintf_variation12_64bit.phpt36 2e10, +2e12, 22e+12,
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt47 $a5 = str_repeat('e', 4090);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param_check_param_no_change.phpt34 // types you can get unexpected results (e.g. binary trash for the
/PHP-7.4/ext/com_dotnet/tests/
H A Dvariants.phpt33 } catch (com_exception $e) {
36 echo "\texception " . $e->getMessage();
37 printf("\tcode %08x\n\n", $e->getCode());
H A Dvariants_x64.phpt36 } catch (com_exception $e) {
39 echo "\texception " . $e->getMessage();
40 printf("\tcode %08x\n\n", $e->getCode());
/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c145 const char *s, *e; in cdf_file_property_info() local
194 e = info[i].pi_str.s_buf + len; in cdf_file_property_info()
195 for (j = 0; s < e && j < sizeof(vbuf) in cdf_file_property_info()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c873 const unsigned char *p, *q, *e; in mbfl_strpos() local
885 if (p >= e) { in mbfl_strpos()
892 if (p > e) { in mbfl_strpos()
895 while (p <= e) { in mbfl_strpos()
947 e = haystack_u8_val; in mbfl_strpos()
948 p = e + haystack_u8->len; in mbfl_strpos()
955 if (p <= e) { in mbfl_strpos()
970 if (e >= ee) { in mbfl_strpos()
974 e += u8_tbl[*e]; in mbfl_strpos()
977 if (p < e + needle_u8_len) { in mbfl_strpos()
[all …]
/PHP-7.4/Zend/
H A Dzend_operators.h191 const unsigned char *e; in zend_memrchr() local
196 for (e = (const unsigned char *)s + n - 1; e >= (const unsigned char *)s; e--) { in zend_memrchr()
197 if (*e == (const unsigned char)c) { in zend_memrchr()
198 return (const void *)e; in zend_memrchr()
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation8.phpt26 $e = (string)$a.(string)$b;
337 string(2) "$e"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dtype.phpt52 } catch (Error $e) {
53 echo "Error: ", $e->getMessage(), "\n";
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt160 } catch (PDOException $e) {
162 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));

Completed in 56 milliseconds

1...<<6162636465666768697071