Searched refs:fl (Results 1 – 13 of 13) sorted by relevance
/PHP-8.1/ext/standard/tests/file/ |
H A D | bug72035.phpt | 13 $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 D | proc_open_bug69900.phpt | 10 $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 D | recursive_it.phpt | 23 $fl = $dir . DIRECTORY_SEPARATOR . "hello.txt"; 24 file_put_contents($fl, ""); 53 /*unlink($fl);
|
/PHP-8.1/ext/calendar/ |
H A D | calendar.c | 383 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 D | runtime_compile_time_binary_operands.phpt | 179 $fl = __DIR__ . DIRECTORY_SEPARATOR . 'compare_binary_operands_temp.php'; 180 @unlink($fl);
|
/PHP-8.1/win32/build/ |
H A D | mkdist.php | 369 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 D | bug74903.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
H A D | bug74720_1.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
H A D | bug74720_0.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
H A D | bug74798.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
/PHP-8.1/ext/standard/ |
H A D | crypt_freesec.c | 212 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 D | strspn_variation6.phpt | 66 "fl\t\eh ",
|
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 2060 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 37 milliseconds