Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 55) sorted by relevance

123

/PHP-5.5/ext/intl/tests/
H A Dformatter_get_locale.phpt22 Locale::ACTUAL_LOCALE => 'actual',
48 en_UK: actual='en' valid='en'
49 en_US@California: actual='en' valid='en'
50 fr_CA: actual='fr_CA' valid='fr_CA'
H A Dformatter_get_locale_variant2.phpt22 Locale::ACTUAL_LOCALE => 'actual',
48 en_UK: actual='en' valid='en'
49 en_US@California: actual='en' valid='en'
50 fr_CA: actual='fr' valid='fr_CA'
H A Ddateformat_get_set_calendar.phpt32 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant2.phpt32 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant4.phpt32 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant3.phpt33 //but changing with an actual calendar should
H A Dcollator_create.phpt39 // Get the requested, valid and actual locales.
H A Dcollator_create4.phpt39 // Get the requested, valid and actual locales.
H A Dcollator_create2.phpt40 // Get the requested, valid and actual locales.
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest_appname.phpt14 // {{{ bool compare_string(string expect, string actual)
15 // Compares expect to a trimmed version of actual
16 function compare_string($expect, $actual) {
17 $trimmed= rtrim($actual, ' ');
/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_getGroup_basic.phpt17 $actual = $fileInfo->getGroup();
18 var_dump($expected == $actual);
H A DSplFileInfo_getOwner_basic.phpt17 $actual = $fileInfo->getOwner();
18 var_dump($expected == $actual);
H A DDirectoryIterator_getGroup_basic.phpt20 $actual = $dir->getGroup();
21 var_dump($expected == $actual);
H A DDirectoryIterator_getOwner_basic.phpt20 $actual = $dir->getOwner();
21 var_dump($expected == $actual);
/PHP-5.5/ext/phar/tests/
H A D016.phpt31 …a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
34 …b): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
38 …d): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
H A Dpharfileinfo_setmetadata.phpt47 Phar entry is a temporary directory (not an actual entry in the archive), cannot set metadata
48 Phar entry is a temporary directory (not an actual entry in the archive), cannot delete metadata
H A Dpharfileinfo_chmod.phpt30 Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod
H A D016b.phpt24 …a): failed to open stream: phar error: internal corruption of phar "%s" (actual filesize mismatch …
/PHP-5.5/ext/ereg/regex/
H A DREADME19 and regerror.o (the actual routines), bundle them together into a test
22 "make lib" builds just the .o files for the actual routines (when
/PHP-5.5/Zend/
H A Dzend_execute_API.c488 char *actual = Z_STRVAL_P(p); in zval_update_constant_ex() local
504 actual = slash + 1; in zval_update_constant_ex()
507 actual = estrndup(actual, actual_len); in zval_update_constant_ex()
508 Z_STRVAL_P(p) = actual; in zval_update_constant_ex()
512 if (actual[0] == '\\') { in zval_update_constant_ex()
517 ++actual; in zval_update_constant_ex()
539 zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual); in zval_update_constant_ex()
542 Z_STRVAL_P(p) = actual; in zval_update_constant_ex()
590 char *actual; in zval_update_constant_ex() local
599 actual++; in zval_update_constant_ex()
[all …]
/PHP-5.5/ext/bcmath/libbcmath/
H A DREADME9 library. gmp is similar, but the actual computation is different.
/PHP-5.5/ext/phar/
H A Dphar.c1338 if (actual) {
1348 if (actual) {
1354 if (actual) {
1361 if (actual) {
1474 char *actual; local
1507 if (actual) {
1513 if (actual) {
1520 if (actual) {
2384 if (actual) {
2390 if (actual) {
[all …]
/PHP-5.5/ext/curl/tests/
H A Dbug45161.phpt32 // Start actual test
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt19 //start actual test
/PHP-5.5/ext/standard/tests/file/
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)

Completed in 60 milliseconds

123