Home
last modified time | relevance | path

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

/php-src/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-src/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(getenv('TEST_PHP_EXECUTABLE_ESCAPED').' -n -f ' . escapeshellarg($fl), $descri…
61 $fl = __DIR__ . DIRECTORY_SEPARATOR . "test69900.php";
62 @unlink($fl);
/php-src/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-src/win32/build/
H A Dmkdist.php369 foreach ($fls as $fl) {
370 if (!copy($fl, "$openssl_dest_dir/" . basename($fl))) {
371 echo "WARNING: couldn't copy $fl into the $openssl_dest_dir";
385 foreach ($fls as $fl) {
386 if (!copy($fl, "$sasl_dest_dir/" . basename($fl))) {
387 echo "WARNING: couldn't copy $fl into the $sasl_dest_dir";
/php-src/ext/calendar/
H A Dcalendar.c361 static char *heb_number_to_chars(int n, int fl, char **ret) in heb_number_to_chars() argument
380 if (CAL_JEWISH_ADD_ALAFIM_GERESH & fl) { in heb_number_to_chars()
384 if (CAL_JEWISH_ADD_ALAFIM & fl) { in heb_number_to_chars()
429 if (CAL_JEWISH_ADD_GERESHAYIM & fl) { in heb_number_to_chars()
454 zend_long julday, fl = 0; in PHP_FUNCTION() local
459 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l|bl", &julday, &heb, &fl) == FAILURE) { in PHP_FUNCTION()
472 … "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONTH_NAME(year)[month], heb_number_t… in PHP_FUNCTION()
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt78 $fl = __DIR__ . DIRECTORY_SEPARATOR . 'compare_binary_offsets_temp.php';
79 @unlink($fl);
/php-src/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt185 $fl = __DIR__ . DIRECTORY_SEPARATOR . 'compare_binary_operands_temp.php';
186 @unlink($fl);
/php-src/ext/openssl/tests/
H A Dbug74720_1.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74903.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74720_0.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
H A Dbug74798.phpt49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
/php-src/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-src/ext/standard/tests/strings/
H A Dstrspn_variation6.phpt66 "fl\t\eh ",
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c2089 float fl, fv; in magiccheck() local
2145 fl = m->value.f; in magiccheck()
2153 matched = isunordered(fl, fv) ? 1 : fv != fl; in magiccheck()
2157 matched = isunordered(fl, fv) ? 0 : fv == fl; in magiccheck()
2161 matched = isgreater(fv, fl); in magiccheck()
2165 matched = isless(fv, fl); in magiccheck()

Completed in 33 milliseconds