Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant3.phpt33 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant4.phpt33 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant5.phpt33 //but changing with an actual calendar should
H A Dcollator_create2.phpt39 // Get the requested, valid and actual locales.
H A Dcollator_create4.phpt39 // Get the requested, valid and actual locales.
H A Dcollator_create3.phpt40 // Get the requested, valid and actual locales.
/PHP-7.4/ext/standard/tests/file/
H A Dbug38086.phpt2 Bug #38086 (stream_copy_to_stream() returns 0 when maxlen is bigger than the actual length)
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 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
/PHP-7.4/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt44 /* assign actual component values */
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc81 "==> does not match the actual body:\n$this->rawBody"
85 "The expected body '$body' does not match actual body '$this->rawBody'"
H A Dlogtool.inc275 "The actual string(%d) does not match expected string(%d):\n",
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt50 * *actual* path that was opened. This affects the behaviour of
/PHP-7.4/ext/bcmath/libbcmath/
H A DREADME.md14 library is similar, but the actual computation is different.
/PHP-7.4/Zend/
H A Dzend_execute_API.c577 char *actual = ZSTR_VAL(name); in zend_use_undefined_constant() local
579 char *slash = (char *) zend_memrchr(actual, '\\', actual_len); in zend_use_undefined_constant()
582 actual = slash + 1; in zend_use_undefined_constant()
583 actual_len -= (actual - ZSTR_VAL(name)); in zend_use_undefined_constant()
586 …constant %s - assumed '%s' (this will throw an Error in a future version of PHP)", actual, actual); in zend_use_undefined_constant()
590 zend_string *result_str = zend_string_init(actual, actual_len, 0); in zend_use_undefined_constant()
H A Dzend_execute.c4448 …char *actual = (char *)zend_memrchr(Z_STRVAL_P(RT_CONSTANT(opline, opline->op2)), '\\', Z_STRLEN_P… in _zend_quick_get_constant() local
4449 if (!actual) { in _zend_quick_get_constant()
4452 actual++; in _zend_quick_get_constant()
4454actual, Z_STRLEN_P(RT_CONSTANT(opline, opline->op2)) - (actual - Z_STRVAL_P(RT_CONSTANT(opline, op… in _zend_quick_get_constant()
/PHP-7.4/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.4/azure/
H A Dcommunity_job.yml9 # and don't care about the actual test results, as there will commonly be failures for
/PHP-7.4/ext/phar/
H A Dtar.c220 phar_archive_data *myphar, *actual; in phar_parse_tarfile() local
650 …if (NULL == (actual = zend_hash_str_add_ptr(&(PHAR_G(phar_fname_map)), myphar->fname, fname_len, m… in phar_parse_tarfile()
659 myphar = actual; in phar_parse_tarfile()
H A Dphar_object.c433 char *fname, *arch = NULL, *entry = NULL, *path, *actual; in PHP_METHOD() local
442 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pp", &path, &path_len, &actual, &actual_len) == FAILUR… in PHP_METHOD()
485 if (SUCCESS != phar_mount_entry(pphar, actual, actual_len, path, path_len)) { in PHP_METHOD()
486 …ion_ex(phar_ce_PharException, 0, "Mounting of %s to %s within phar %s failed", path, actual, arch); in PHP_METHOD()
521 zend_throw_exception_ex(phar_ce_PharException, 0, "Mounting of %s to %s failed", path, actual); in PHP_METHOD()
/PHP-7.4/docs/
H A Dparameter-parsing-api.md86 z - the actual zval (zval*)
H A Dstreams.md65 * `opened_path` is used to return the path of the actual file opened, but if you
/PHP-7.4/
H A DUPGRADING.INTERNALS164 actual linked performed by ZEND_DECLARE_...CLASS... opcode(s).

Completed in 67 milliseconds

123