Home
last modified time | relevance | path

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

12

/PHP-5.3/ext/intl/tests/
H A Dformatter_get_locale.phpt21 Locale::ACTUAL_LOCALE => 'actual',
47 en_UK: actual='en' valid='en'
48 en_US@California: actual='en' valid='en'
49 fr_CA: actual='fr_CA' valid='fr_CA'
H A Dcollator_create.phpt39 // Get the requested, valid and actual locales.
H A Dcollator_create2.phpt39 // Get the requested, valid and actual locales.
/PHP-5.3/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.3/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.3/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.3/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.3/Zend/
H A Dzend_execute_API.c523 char *actual = Z_STRVAL_P(p); in zval_update_constant_ex() local
536 char *save = actual, *slash; in zval_update_constant_ex()
539 actual = slash + 1; in zval_update_constant_ex()
542 actual = estrndup(actual, actual_len); in zval_update_constant_ex()
543 Z_STRVAL_P(p) = actual; in zval_update_constant_ex()
547 if (actual[0] == '\\') { in zval_update_constant_ex()
552 ++actual; in zval_update_constant_ex()
574 zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual); in zval_update_constant_ex()
577 Z_STRVAL_P(p) = actual; in zval_update_constant_ex()
633 actual++; in zval_update_constant_ex()
[all …]
/PHP-5.3/ext/bcmath/libbcmath/
H A DREADME9 library. gmp is similar, but the actual computation is different.
/PHP-5.3/ext/phar/
H A Dphar.c1342 if (actual) {
1352 if (actual) {
1358 if (actual) {
1365 if (actual) {
1478 char *actual; local
1511 if (actual) {
1517 if (actual) {
1524 if (actual) {
2384 if (actual) {
2390 if (actual) {
[all …]
H A Dutil.c476 char *actual; in phar_find_in_include_path()
478 wrapper = php_stream_locate_url_wrapper(trypath, &actual, STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); in phar_find_in_include_path()
480 strlcpy(trypath, actual, sizeof(trypath)); in phar_find_in_include_path()
541 char *actual; in phar_find_in_include_path()
543 wrapper = php_stream_locate_url_wrapper(trypath, &actual, STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); in phar_find_in_include_path()
547 strlcpy(trypath, actual, sizeof(trypath)); in phar_find_in_include_path()
/PHP-5.3/ext/curl/tests/
H A Dbug45161.phpt35 // Start actual test
/PHP-5.3/ext/pdo_firebird/tests/
H A Dbug_62024.phpt19 //start actual test
/PHP-5.3/ext/standard/tests/file/
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
/PHP-5.3/sapi/apache2filter/
H A Dsapi_apache2.c740 apr_off_t actual = 0; in php_apache_fsizer_stream() local
742 if (apr_brigade_length(pbb->bb, 1, &actual) == APR_SUCCESS) { in php_apache_fsizer_stream()
743 return actual; in php_apache_fsizer_stream()
/PHP-5.3/ext/spl/internal/
H A Dsplobjectstorage.inc20 * here therefore has a complexity of O(n) while the actual implementation has
H A Dcachingiterator.inc23 * flag CALL_TOSTRING to do the conversion when the actual element
/PHP-5.3/
H A DREADME.PARAMETER_PARSING_API56 z - the actual zval (zval*)
57 Z - the actual zval (zval**)
/PHP-5.3/Zend/RFCs/
H A D002.txt68 ":" character in the symbol qualifier that is the actual namespace

Completed in 46 milliseconds

12