Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 60) sorted by last modified time

123

/PHP-7.4/
H A DNEWS2194 actual aliases). (Miriam Lauter)
H A Dphp.ini-development93 ; Please see the actual settings later in the document for more details as to why
H A Dphp.ini-production93 ; Please see the actual settings later in the document for more details as to why
H A DUPGRADING.INTERNALS164 actual linked performed by ZEND_DECLARE_...CLASS... opcode(s).
/PHP-7.4/ext/phar/
H A Dphar.c1358 if (actual) { in phar_create_or_parse_filename()
1368 if (actual) { in phar_create_or_parse_filename()
1374 if (actual) { in phar_create_or_parse_filename()
1381 if (actual) { in phar_create_or_parse_filename()
1498 zend_string *actual; in phar_open_from_filename() local
1526 if (actual) { in phar_open_from_filename()
1532 if (actual) { in phar_open_from_filename()
1539 if (actual) { in phar_open_from_filename()
2320 if (actual) { in phar_open_executed_filename()
2326 if (actual) { in phar_open_executed_filename()
[all …]
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()
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()
/PHP-7.4/ext/intl/tests/
H A Ddateformat_get_set_calendar_variant5.phpt33 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant_icu70.phpt33 //but changing with an actual calendar should
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_variant3.phpt33 //but changing with an actual calendar should
H A Ddateformat_get_set_calendar_variant4.phpt33 //but changing with an actual calendar should
/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/Zend/
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()
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()
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_62024.phpt18 //start actual test
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc275 "The actual string(%d) does not match expected string(%d):\n",
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'"
/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/curl/tests/
H A Dbug45161.phpt29 // Start actual test
/PHP-7.4/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt30 Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod
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
/PHP-7.4/ext/gd/tests/
H A Dfunc.inc70 * message is printed, and the actual file is stored right beside the temporary
75 * @param resource $actual
78 function test_image_equals_file($filename, $actual)
82 save_actual_image($actual);
85 $actual = test_to_truecolor($actual);
90 $act_x = imagesx($actual);
91 $act_y = imagesy($actual);
94 save_actual_image($actual);
101 $act_c = imagecolorat($actual, $x, $y);
111 save_actual_image($actual);
[all …]
/PHP-7.4/docs/
H A Dparameter-parsing-api.md86 z - the actual zval (zval*)

Completed in 88 milliseconds

123