Home
last modified time | relevance | path

Searched refs:e (Results 101 – 125 of 1772) sorted by last modified time

12345678910>>...71

/PHP-7.4/ext/fileinfo/tests/
H A Dclone_serialize.phpt11 } catch (Error $e) {
12 echo $e->getMessage(), "\n";
17 } catch (Error $e) {
18 echo $e->getMessage(), "\n";
/PHP-7.4/ext/tidy/tests/
H A Duninitialized.phpt11 } catch (Error $e) {
12 echo $e->getMessage(), "\n";
16 } catch (Error $e) {
17 echo $e->getMessage(), "\n";
21 } catch (Error $e) {
22 echo $e->getMessage(), "\n";
/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_fail2.phpt14 function print_exception($e) {
15 echo "\n" . get_class($e) . ": " . $e->getMessage()
16 . " in " . $e->getFile() . " on line " . $e->getLine() . "\n";
24 } catch (Throwable $e) {
25 print_exception($e);
49 } catch (TypeError $e) {
50 print_exception($e);
60 } catch (TypeError $e) {
61 print_exception($e);
/PHP-7.4/ext/standard/
H A Dconfig.m4136 salt[9]='l'; salt[10]='e'; salt[11]='$';
/PHP-7.4/
H A DUPGRADING328 checking whether the statement is read-only, i.e. if it doesn't modify
365 in conjunction with the spread operator, e.g. array_merge(...$arrays).
397 $a ? $b : $c ? $d : $e
399 ($a ? $b : $c) ? $d : $e
401 $a ? $b : ($c ? $d : $e)
624 a single question mark to the database and e.g. use the PostgreSQL JSON key
636 Use corresponding constants instead (e.g. ReflectionMethod::IS_PUBLIC).
/PHP-7.4/tests/basic/
H A D023.phpt7 c o o k i e=value; c o o k i e= v a l u e ;;c%20o+o k+i%20e=v;name="value","value",UEhQIQ==;UEhQIQ=…
16 ["c%20o+o_k+i%20e"]=>
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c1517 PCRE2_UCHAR b, e; in set_start_bits() local
1532 e = *p++; in set_start_bits()
1534 for (; b <= e; b++) in set_start_bits()
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.m462 PDO_MYSQL_LIBS=`$PDO_MYSQL_CONFIG --libs | $SED -e "s/'//g"`
63 PDO_MYSQL_INCLUDE=`$PDO_MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
/PHP-7.4/ext/mysqli/
H A Dconfig.m454 MYSQLI_INCLINE=`$MYSQL_CONFIG --cflags | $SED -e "s/'//g"`
55 MYSQLI_LIBLINE=`$MYSQL_CONFIG $MYSQL_LIB_CFG | $SED -e "s/'//g"`
/PHP-7.4/Zend/tests/
H A Dbug80046.phpt16 } catch (Exception $e) {
17 echo $e->getMessage(), "\n";
H A Dexception_during_by_reference_magic_get.phpt17 } catch (Exception $e) {
18 echo $e->getMessage(), "\n";
H A Dbug55086.phpt29 } catch(namespace\Foo $e)
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_valid_exception.phpt20 } catch (Exception $e) {
21 echo $e->getMessage(), "\n";
H A Dyield_from_non_iterable.phpt12 } catch (Error $e) {
13 echo $e->getMessage(), "\n";
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_toString_004.phpt11 } catch (Error $e) {
12 echo $e->getMessage(), "\n";
H A DReflectionClassConstant_toString_error.phpt12 } catch (Error $e) {
13 echo $e->getMessage(), "\n";
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c1192 char *conn_str, *p, *e; in pdo_pgsql_handle_factory() local
1210 e = (char *) dbh->data_source + strlen(dbh->data_source); in pdo_pgsql_handle_factory()
1212 while ((p = memchr(p, ';', (e - p)))) { in pdo_pgsql_handle_factory()
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c356 EXCEPINFO e = {0}; in php_com_invoke_helper() local
359 &IID_NULL, LOCALE_SYSTEM_DEFAULT, flags, disp_params, v, &e, &arg_err); in php_com_invoke_helper()
367 if (e.bstrSource) { in php_com_invoke_helper()
368 source = php_com_olestring_to_string(e.bstrSource, &source_len, obj->code_page); in php_com_invoke_helper()
369 SysFreeString(e.bstrSource); in php_com_invoke_helper()
371 if (e.bstrDescription) { in php_com_invoke_helper()
372 desc = php_com_olestring_to_string(e.bstrDescription, &desc_len, obj->code_page); in php_com_invoke_helper()
373 SysFreeString(e.bstrDescription); in php_com_invoke_helper()
390 if (e.bstrHelpFile) { in php_com_invoke_helper()
391 SysFreeString(e.bstrHelpFile); in php_com_invoke_helper()
/PHP-7.4/ext/session/
H A Dmod_mm.c72 const char *e = data + len; in ps_sd_hash() local
74 for (h = 2166136261U; data < e; ) { in ps_sd_hash()
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_64705.phpt12 } catch (\PDOException $e) {
13 var_dump(!empty($e->errorInfo) && is_array($e->errorInfo));
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_64705.phpt12 } catch (\PDOException $e) {
13 var_dump(!empty($e->errorInfo) && is_array($e->errorInfo));
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug_64705.phpt12 } catch (\PDOException $e) {
13 var_dump(!empty($e->errorInfo) && is_array($e->errorInfo));
/PHP-7.4/ext/standard/tests/array/
H A Dbug79839.phpt15 } catch (TypeError $e) {
16 echo $e->getMessage(), "\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dbug24098.phpt10 string(1) "%e"
/PHP-7.4/azure/
H A Dsetup.yml3 set -e
7 mysql -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test"

Completed in 75 milliseconds

12345678910>>...71