Home
last modified time | relevance | path

Searched refs:local (Results 76 – 100 of 185) sorted by relevance

12345678

/PHP-5.6/ext/date/tests/
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
H A Ddate_basic1.phpt6 * Description: Format a local time/date.
H A Dstrftime_variation13.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation14.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation21.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation3.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation5.phpt6 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation7.phpt6 * Description: Format a local time/date according to locale settings
H A Dbug62896.phpt2 Bug #62896 Unixtimestamp may take on local times DST flag (this test will only be valid during CEST)
H A Didate_variation4.phpt6 * Description: Format a local time/date as integer
H A Dstrftime_variation15.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation16.phpt12 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation22.phpt15 * Description: Format a local time/date according to locale settings
H A Dstrftime_variation6.phpt6 * Description: Format a local time/date according to locale settings
/PHP-5.6/ext/openssl/tests/
H A Dstream_crypto_flags_003.phpt35 'peer_name' => 'bug54992.local',
H A Dsession_meta_capture.phpt32 'peer_name' => 'bug54992.local',
H A Dstream_crypto_flags_002.phpt32 'peer_name' => 'bug54992.local',
H A Dbug48182.phpt31 'peer_name' => 'bug54992.local'
H A Dpeer_verification.phpt50 'peer_name' => 'bug54992.local',
/PHP-5.6/ext/posix/tests/
H A Dposix_mkfifo_safemode.phpt8 The second attempt (writing to a local created file) works.
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.
/PHP-5.6/ext/recode/
H A Dconfig.m49 RECODE_LIST="$PHP_RECODE /usr/local /usr /opt"
/PHP-5.6/ext/standard/
H A Dfilestat.c860 const char *local; in php_stat() local
867 …tream_locate_url_wrapper(filename, &local, 0 TSRMLS_CC)) == &php_plain_files_wrapper && php_check_… in php_stat()
877 RETURN_BOOL(VCWD_ACCESS(local, F_OK) == 0); in php_stat()
882 RETURN_BOOL(VCWD_ACCESS(local, W_OK) == 0); in php_stat()
887 RETURN_BOOL(VCWD_ACCESS(local, R_OK) == 0); in php_stat()
892 RETURN_BOOL(VCWD_ACCESS(local, X_OK) == 0); in php_stat()

Completed in 21 milliseconds

12345678