Home
last modified time | relevance | path

Searched refs:local (Results 51 – 75 of 172) sorted by relevance

1234567

/PHP-7.2/ext/date/tests/
H A Dstrftime_variation8.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_error.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation11.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation12.phpt12 * Description: Format a local time/date according to locale settings
H A Ddate_error.phpt6 * Description: Format a local time/date.
H A Didate_error.phpt6 * Description: Format a local time/date as integer
H A Dstrftime_variation17.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation18.phpt12 * Description: Format a local time/date according to locale settings
H A Didate_variation6.phpt6 * Description: Format a local time/date as integer
H A Dstrftime_variation19.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation20.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation4.phpt6 * Description: Format a local time/date according to locale settings
H A Didate_variation5.phpt6 * Description: Format a local time/date as integer
H A Dstrftime_variation10.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation9.phpt12 * Description: Format a local time/date according to locale settings
/PHP-7.2/ext/bz2/
H A Dconfig.m413 for i in /usr/local /usr; do
/PHP-7.2/Zend/tests/traits/
H A Dbug55554c.phpt8 // Here, the traits conflicts are overridden by local definitions,
/PHP-7.2/ext/enchant/
H A Dconfig.m414 ENCHANT_SEARCH_DIRS="/usr/local /usr"
/PHP-7.2/ext/pspell/
H A Dconfig.m414 PSPELL_SEARCH_DIRS="/usr/local /usr"
/PHP-7.2/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt2 Curl_multi_getcontent() basic test with different sources (local file/http)
/PHP-7.2/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt17 echo "\n\nOrder with local assignment:\n";
75 Order with local assignment:
/PHP-7.2/ext/gettext/
H A Dconfig.m49 for i in $PHP_GETTEXT /usr/local /usr; do
/PHP-7.2/ext/snmp/tests/
H A Dsnmp_include.inc21 $mibdir = getenv('SNMP_MIBDIR') ? getenv('SNMP_MIBDIR') : "/usr/local/share/snmp/mibs";
/PHP-7.2/ext/standard/
H A Dfilestat.c773 const char *local; in php_stat() local
780 …php_stream_locate_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && php_check_open_… in php_stat()
790 RETURN_BOOL(VCWD_ACCESS(local, F_OK) == 0); in php_stat()
795 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
800 RETURN_BOOL(VCWD_ACCESS(local, R_OK) == 0); in php_stat()
805 RETURN_BOOL(VCWD_ACCESS(local, X_OK) == 0); in php_stat()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.

Completed in 24 milliseconds

1234567