Home
last modified time | relevance | path

Searched refs:f (Results 801 – 825 of 1078) sorted by relevance

1...<<31323334353637383940>>...44

/php-src/ext/filter/tests/
H A D048.phpt11 if ($s[$len] != 'f') {
/php-src/ext/standard/tests/strings/
H A Dstrripos.phpt13 var_dump(strripos("foo", "f", 1));
H A Dstrrpos.phpt13 var_dump(strrpos("foo", "f", 1));
H A Dstrrev_variation2.phpt16 'testing\fstrrev \f testing \nstrrev',
80 string(35) "verrtsn\ gnitset f\ verrtsf\gnitset"
H A Ducwords_variation3.phpt31 'testing\fucwords \f testing \nucwords',
79 string(37) "Testing\fucwords \f Testing \nucwords"
H A Dstripcslashes_basic.phpt15 var_dump(bin2hex(stripcslashes('\\f')));
H A Dpack_Z.phpt6 pack("Z0", "f"),
/php-src/tests/basic/
H A Dconsistent_float_string_casts.phpt27 printf("%.2f", $float);
/php-src/ext/date/tests/
H A Dbug-gh8964-002.phpt11 $delta->f = -0.9;
H A DDatePeriod_set_state.phpt50 ["f"]=>
/php-src/ext/standard/tests/file/
H A Ddisk_total_space_error.phpt34 float(%f)
/php-src/Zend/tests/
H A Dgh9500.phpt12 static (B&C)|A $f;
/php-src/sapi/cli/tests/
H A D015.phpt34 Usage: %s [options] [-f] <file> [--] [args...]
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dattribute_order_same_element.phpt11 <container a="b" c="d" e="f" />
/php-src/ext/phar/phar/
H A Dpharcommand.inc86 'f' => array(
717 * @param unknown_type $f
721 echo "$f\n";
748 foreach($dir as $pn => $f) {
786 $this->args['f']['val']),
827 $this->args['f']['val']),
887 $phar = $this->args['f']['val'];
910 * @param string $f The file name
929 if (!@copy($f, $target)) {
966 $phar = $this->args['f']['val'];
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt81 BAD UTF-16BE: l:4 v:d800dc00 l:2 v:003f l:2 v:003f
H A Dmb_ucfirst_lcfirst.phpt63 var_dump(bin2hex(mb_lcfirst(hex2bin("839f"), "SJIS"))); /* Α */
97 string(4) "839f"
H A Dbug69079.phpt37 string(2) "3f"
/php-src/Zend/asm/
H A Dmake_ppc32_sysv_elf_gas.S94 bl 1f
131 bl 2f
/php-src/ext/standard/tests/array/
H A Dend.phpt41 $test_array = array(1, array(1 => "one", "two" => 2, "" => "f") );
170 string(1) "f"
172 string(1) "f"
/php-src/Zend/
H A Dzend_call_stack.c183 FILE *f; in zend_call_stack_get_linux_proc_maps() local
221 f = fopen("/proc/self/maps", "r"); in zend_call_stack_get_linux_proc_maps()
222 if (!f) { in zend_call_stack_get_linux_proc_maps()
226 …while (fgets(buffer, sizeof(buffer), f) && sscanf(buffer, "%" SCNxPTR "-%" SCNxPTR, &start, &end) … in zend_call_stack_get_linux_proc_maps()
234 fclose(f); in zend_call_stack_get_linux_proc_maps()
/php-src/ext/intl/grapheme/
H A Dgrapheme_util.h25 void grapheme_substr_ascii(char *str, size_t str_len, int32_t f, int32_t l, char **sub_str, int32_t…
/php-src/ext/opcache/tests/
H A Dpreload_011.phpt23 $f = new F;
/php-src/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-fallback.phpt33 $tester->expectLogLine(str_repeat('a', 1021) . "\0f", decorated: false);
/php-src/ext/phar/tests/
H A Dbug70091.phpt9 $phar->addFromString('föö', '');

Completed in 24 milliseconds

1...<<31323334353637383940>>...44