Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/file/
H A Dbug72035.phpt14 $fl = __DIR__ . DIRECTORY_SEPARATOR . md5(uniqid()) . ".php";
15 $fl = substr($fl, 2);
19 file_put_contents($fl, "<?php echo \"hello\", \"\n\"; ?>");
21 $cmd = "$cgi -n -C $fl";
32 unlink($fl);
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug72155.phpt10 $fl = "c:\\windows\\explorer.exe";
12 $fl = "/etc/passwd";
14 $var0 = fopen($fl,"r");
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt8 $fl = __DIR__ . DIRECTORY_SEPARATOR . "test69900.php";
21 file_put_contents($fl, $test_content);
26 $process = proc_open(PHP_BINARY.' -n -f ' . $fl, $descriptorspec, $pipes, NULL, NULL, array("blocki…
60 $fl = __DIR__ . DIRECTORY_SEPARATOR . "test69900.php";
61 @unlink($fl);
/PHP-7.4/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-7.4/ext/calendar/
H A Dcalendar.c93 ZEND_ARG_INFO(0, fl)
512 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars() argument
531 if (CAL_JEWISH_ADD_ALAFIM_GERESH & fl) { in heb_number_to_chars()
535 if (CAL_JEWISH_ADD_ALAFIM & fl) { in heb_number_to_chars()
580 if (CAL_JEWISH_ADD_GERESHAYIM & fl) { in heb_number_to_chars()
606 zend_long julday, fl = 0; in PHP_FUNCTION() local
611 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|bl", &julday, &heb, &fl) == FAILURE) { in PHP_FUNCTION()
624 … "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONTH_NAME(year)[month], heb_number_t… in PHP_FUNCTION()
/PHP-7.4/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt154 $fl = __DIR__ . DIRECTORY_SEPARATOR . 'compare_binary_operands_temp.php';
155 @unlink($fl);
/PHP-7.4/win32/build/
H A Dmkdist.php365 foreach ($fls as $fl) {
366 if (!copy($fl, "$sasl_dest_dir/" . basename($fl))) {
367 echo "WARNING: couldn't copy $fl into the $sasl_dest_dir";
/PHP-7.4/ext/openssl/tests/
H A Dbug74720_1.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74903.phpt51 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74720_0.phpt51 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74798.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
/PHP-7.4/ext/standard/
H A Dcrypt_freesec.c214 uint32_t *p, *il, *ir, *fl, *fr; in _crypt_extended_init() local
277 *(fl = &fp_maskl[k][i]) = 0; in _crypt_extended_init()
287 *fl |= bits32[obit]; in _crypt_extended_init()
/PHP-7.4/ext/standard/tests/strings/
H A Dstrspn_variation6.phpt73 "fl\t\eh ",
/PHP-7.4/ext/standard/tests/array/
H A Deach.phpt93 $fl = "15.5";
96 var_dump( each($fl) );
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c1967 float fl, fv; in magiccheck() local
2016 fl = m->value.f; in magiccheck()
2024 matched = fv != fl; in magiccheck()
2028 matched = fv == fl; in magiccheck()
2032 matched = fv > fl; in magiccheck()
2036 matched = fv < fl; in magiccheck()

Completed in 30 milliseconds