Searched refs:fl (Results 1 – 14 of 14) sorted by relevance
/php-src/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-src/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(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 D | recursive_it.phpt | 23 $fl = $dir . DIRECTORY_SEPARATOR . "hello.txt"; 24 file_put_contents($fl, ""); 53 /*unlink($fl);
|
/php-src/win32/build/ |
H A D | mkdist.php | 369 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 D | calendar.c | 361 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 D | runtime_compile_time_offset_access.phpt | 78 $fl = __DIR__ . DIRECTORY_SEPARATOR . 'compare_binary_offsets_temp.php'; 79 @unlink($fl);
|
/php-src/Zend/tests/ |
H A D | runtime_compile_time_binary_operands.phpt | 185 $fl = __DIR__ . DIRECTORY_SEPARATOR . 'compare_binary_operands_temp.php'; 186 @unlink($fl);
|
/php-src/ext/openssl/tests/ |
H A D | bug74720_1.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
H A D | bug74903.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
H A D | bug74720_0.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
H A D | bug74798.phpt | 49 07fl+VZD0rALJf7bp6laajcebyLWYGdPXkNwqT8ua7naaOSiogLSiSvXhoKP56PG
|
/php-src/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-src/ext/standard/tests/strings/ |
H A D | strspn_variation6.phpt | 66 "fl\t\eh ",
|
/php-src/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 2089 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 40 milliseconds