Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 13 of 13) sorted by relevance

/PHP-8.1/ext/standard/tests/file/
H A Dbug72035.phpt13 $fl = __DIR__ . DIRECTORY_SEPARATOR . md5(uniqid()) . ".php";
14 $fl = substr($fl, 2);
18 file_put_contents($fl, "<?php echo \"hello\", \"\n\"; ?>");
20 $cmd = "$cgi -n -C $fl";
31 unlink($fl);
/PHP-8.1/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt10 $fl = __DIR__ . DIRECTORY_SEPARATOR . "test69900.php";
23 file_put_contents($fl, $test_content);
28 $process = proc_open(PHP_BINARY.' -n -f ' . $fl, $descriptorspec, $pipes, NULL, NULL, array("blocki…
61 $fl = __DIR__ . DIRECTORY_SEPARATOR . "test69900.php";
62 @unlink($fl);
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Drecursive_it.phpt23 $fl = $dir . DIRECTORY_SEPARATOR . "hello.txt";
24 file_put_contents($fl, "");
53 /*unlink($fl);
/PHP-8.1/ext/calendar/
H A Dcalendar.c383 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars() argument
402 if (CAL_JEWISH_ADD_ALAFIM_GERESH & fl) { in heb_number_to_chars()
406 if (CAL_JEWISH_ADD_ALAFIM & fl) { in heb_number_to_chars()
451 if (CAL_JEWISH_ADD_GERESHAYIM & fl) { in heb_number_to_chars()
476 zend_long julday, fl = 0; in PHP_FUNCTION() local
481 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|bl", &julday, &heb, &fl) == FAILURE) { in PHP_FUNCTION()
494 … "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONTH_NAME(year)[month], heb_number_t… in PHP_FUNCTION()
/PHP-8.1/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt179 $fl = __DIR__ . DIRECTORY_SEPARATOR . 'compare_binary_operands_temp.php';
180 @unlink($fl);
/PHP-8.1/win32/build/
H A Dmkdist.php369 foreach ($fls as $fl) {
370 if (!copy($fl, "$sasl_dest_dir/" . basename($fl))) {
371 echo "WARNING: couldn't copy $fl into the $sasl_dest_dir";
/PHP-8.1/ext/openssl/tests/
H A Dbug74903.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74720_1.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74720_0.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74798.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
/PHP-8.1/ext/standard/
H A Dcrypt_freesec.c212 uint32_t *p, *il, *ir, *fl, *fr; in _crypt_extended_init() local
275 *(fl = &fp_maskl[k][i]) = 0; in _crypt_extended_init()
285 *fl |= bits32[obit]; in _crypt_extended_init()
/PHP-8.1/ext/standard/tests/strings/
H A Dstrspn_variation6.phpt66 "fl\t\eh ",
/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c2060 float fl, fv; in magiccheck() local
2110 fl = m->value.f; in magiccheck()
2118 matched = fv != fl; in magiccheck()
2122 matched = fv == fl; in magiccheck()
2126 matched = fv > fl; in magiccheck()
2130 matched = fv < fl; in magiccheck()

Completed in 77 milliseconds