Home
last modified time | relevance | path

Searched refs:actual (Results 26 – 50 of 58) sorted by relevance

123

/PHP-7.0/ext/intl/tests/
H A Dcollator_create4.phpt39 // Get the requested, valid and actual locales.
H A Dcollator_create2.phpt40 // Get the requested, valid and actual locales.
H A Dcollator_create3.phpt40 // Get the requested, valid and actual locales.
/PHP-7.0/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt50 * *actual* path that was opened. This affects the behaviour of
/PHP-7.0/Zend/
H A Dzend_execute_API.c594 char *actual = Z_STRVAL_P(p); in zval_update_constant_ex() local
596 char *slash = (char *) zend_memrchr(actual, '\\', actual_len); in zval_update_constant_ex()
598 actual = slash + 1; in zval_update_constant_ex()
599 actual_len -= (actual - Z_STRVAL_P(p)); in zval_update_constant_ex()
602 zend_error(E_NOTICE, "Use of undefined constant %s - assumed '%s'", actual, actual); in zval_update_constant_ex()
609 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
612 ZVAL_STRINGL(p, actual, actual_len); in zval_update_constant_ex()
H A Dzend_vm_def.h5088 …char *actual = (char *)zend_memrchr(Z_STRVAL_P(EX_CONSTANT(opline->op2)), '\\', Z_STRLEN_P(EX_CONS… variable
5089 if (!actual) {
5092 actual++;
5094actual, Z_STRLEN_P(EX_CONSTANT(opline->op2)) - (actual - Z_STRVAL_P(EX_CONSTANT(opline->op2))));
/PHP-7.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt49 // a final php.exe to run the actual test. But the console title is set for the original console.
/PHP-7.0/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-7.0/Zend/RFCs/
H A D002.txt68 ":" character in the symbol qualifier that is the actual namespace
/PHP-7.0/ext/phar/
H A Dtar.c212 phar_archive_data *myphar, *actual; in phar_parse_tarfile() local
631 …if (NULL == (actual = zend_hash_str_add_ptr(&(PHAR_G(phar_fname_map)), myphar->fname, fname_len, m… in phar_parse_tarfile()
640 myphar = actual; in phar_parse_tarfile()
H A Dphar_object.c455 char *fname, *arch = NULL, *entry = NULL, *path, *actual; in PHP_METHOD() local
460 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &path, &path_len, &actual, &actual_len) == FAILUR… in PHP_METHOD()
500 if (SUCCESS != phar_mount_entry(pphar, actual, (int)actual_len, path, (int)path_len)) { in PHP_METHOD()
501 …ion_ex(phar_ce_PharException, 0, "Mounting of %s to %s within phar %s failed", path, actual, arch); in PHP_METHOD()
536 zend_throw_exception_ex(phar_ce_PharException, 0, "Mounting of %s to %s failed", path, actual); in PHP_METHOD()
/PHP-7.0/ext/intl/doc/
H A DTutorial.txt20 Allow user to select whether she wants information on requested, valid or actual locale.
25 supported by ICU) and the actual locale is "root" (the collation data comes unmodified from the UCA…
/PHP-7.0/
H A DREADME.PARAMETER_PARSING_API70 z - the actual zval (zval*)
H A DREADME.TESTING85 ext/myext/tests/myext.php - actual test file executed
H A DREADME.STREAMS67 opened_path is used to return the path of the actual file opened,
/PHP-7.0/ext/standard/tests/file/
H A Dftruncate_variation4-win32.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dftruncate_variation4.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dftruncate_variation5-win32.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dftruncate_variation5.phpt64 var_dump( filesize($filename) ); // new file size = actual size, no change
H A Dfread_variation2.phpt82 // read from file, by giving the file actual size,
H A Dfgetcsv_variation17.phpt71 // use length as less than the actual size of the line
H A Dfread_variation1.phpt83 // read from file, by giving the file actual size,
/PHP-7.0/win32/
H A Dinstall.txt553 Note that the second line in the list above can be found in the actual
555 substitute the c:/php/ for your actual path to PHP.
672 Note: Remember to substitute your actual path to PHP for the c:/php/
888 4. On the 'External' tab, enter: virtual = .php | actual =
891 5. On the Mime tab, enter: virtual = wwwserver/stdcgi | actual = .php,
/PHP-7.0/sapi/phpdbg/
H A Dxml.md336 - compiled: yes/no - are there actual compiled ops?

Completed in 125 milliseconds

123