Home
last modified time | relevance | path

Searched refs:fn (Results 101 – 125 of 253) sorted by relevance

1234567891011

/php-src/ext/gd/tests/
H A Dbug38212.phpt21 fn() => imagecreatefromgd2part($file, 0,0, -25, 10),
22 fn() => imagecreatefromgd2part($file, 0,0, 10, -25)
H A Dbug55005.phpt13 fn () => imagefilledpolygon($g, array(100,10, 100,100, 180,100), 2, $fgnd),
14 fn () => imagepolygon($g, array(200,10, 200,100, 280,100), 2, $fgnd)
/php-src/ext/standard/tests/streams/
H A Dopendir-004.phpt22 while ($fn=readdir($ds)) {
23 var_dump($fn);
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1253_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_cp1255_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_cp1256_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_kartuli_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_big5_0.phpt28 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
30 $f = fopen($fn, 'r');
H A Dtest_big5_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
27 $f = fopen($fn, 'r');
H A Dtest_cp1250_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_cp1251_0.phpt28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
30 $f = fopen($fn, 'r');
H A Dtest_cp1251_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_cp1252_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_cp1252_to_utf8_3.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_cp1253_0.phpt28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
30 $f = fopen($fn, 'r');
H A Dtest_cp1254_0.phpt28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
30 $f = fopen($fn, 'r');
H A Dtest_cp1254_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
27 $f = fopen($fn, 'r');
H A Dtest_cp1255_0.phpt28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
30 $f = fopen($fn, 'r');
H A Dtest_cp1256_0.phpt28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
30 $f = fopen($fn, 'r');
H A Dtest_cp936_0.phpt28 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
30 $f = fopen($fn, 'r');
H A Dtest_cp936_to_utf8_0.phpt25 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
27 $f = fopen($fn, 'r');
/php-src/ext/date/tests/
H A DDateInterval_uninitialised_exceptions.phpt25 check(fn() => serialize($mdi));
26 check(fn() => $mdi->format("Y-m-d"));
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c673 if ((fn = magic_getpath(fn, action)) == NULL) in file_apprentice()
679 if (fn == NULL) in file_apprentice()
681 if (fn == NULL) { in file_apprentice()
709 fn = mfn; in file_apprentice()
711 while (fn) { in file_apprentice()
715 if (*fn == '\0') in file_apprentice()
719 fn = p; in file_apprentice()
1269 ms->file = fn; in load_1()
1275 fn); in load_1()
3224 if (fn == NULL) { in apprentice_map()
[all …]
/php-src/ext/soap/
H A Dphp_packet_soap.c22 int parse_packet_soap(zval *this_ptr, char *buffer, int buffer_size, sdlFunctionPtr fn, char *fn_na… in parse_packet_soap() argument
255 if (fn != NULL && fn->binding && fn->binding->bindingType == BINDING_SOAP) { in parse_packet_soap()
261 sdlSoapBindingFunctionPtr fnb = (sdlSoapBindingFunctionPtr)fn->bindingAttributes; in parse_packet_soap()
266 if (fn->responseParameters) { in parse_packet_soap()
267 res_count = zend_hash_num_elements(fn->responseParameters); in parse_packet_soap()
268 ZEND_HASH_FOREACH_PTR(fn->responseParameters, param) { in parse_packet_soap()
281 name = fn->responseName; in parse_packet_soap()
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_reflection.phpt15 $fn = function (Bar $bar, int $x, $none) {};
20 $fn,

Completed in 42 milliseconds

1234567891011