Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 60) sorted by path

123

/PHP-7.4/
H A DNEWS2194 actual aliases). (Miriam Lauter)
H A DUPGRADING.INTERNALS164 actual linked performed by ZEND_DECLARE_...CLASS... opcode(s).
/PHP-7.4/Zend/tests/arrow_functions/
H A D002.phpt2 Arrow functions implicit use must be throwing notices only upon actual use
/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/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/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/ext/bcmath/libbcmath/
H A DREADME.md14 library is similar, but the actual computation is different.
/PHP-7.4/ext/curl/tests/
H A Dbug45161.phpt29 // Start actual test
/PHP-7.4/ext/date/tests/
H A Dbug77097.phpt2 Bug #77097 (DateTime::diff gives wrong diff when the actual diff is less than 1 second)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2690 # to get my hands on the actual archiver and see if I find something better. [JW]
7744 # Due to zlib compression, we can't get the actual disc information.
9123 # The actual magic number is just "Core", followed by a 2-byte version
16554 # actual common use, it should replace the one below.
24682 # The actual magic is 'PACK', but that clashes with Doom/Quake packs. However,
H A Dmagic私はガラスを食べられます2690 # to get my hands on the actual archiver and see if I find something better. [JW]
7744 # Due to zlib compression, we can't get the actual disc information.
9123 # The actual magic number is just "Core", followed by a 2-byte version
16554 # actual common use, it should replace the one below.
24682 # The actual magic is 'PACK', but that clashes with Doom/Quake packs. However,
/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 …]
H A Dimagecopyresampled_variation1.phpt44 /* assign actual component values */
/PHP-7.4/ext/intl/tests/
H A Dbug75317.phpt14 function printResult($actual, $expected) {
15 var_dump($actual === $expected ? true : "expected: $expected, actual: $actual");
H A Dcollator_create2.phpt39 // Get the requested, valid and actual locales.
H A Dcollator_create3.phpt40 // Get the requested, valid and actual locales.
H A Dcollator_create4.phpt39 // Get the requested, valid and actual locales.
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
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

Completed in 162 milliseconds

123