Home
last modified time | relevance | path

Searched refs:f (Results 1 – 25 of 903) sorted by path

12345678910>>...37

/PHP-5.5/
H A DINSTALL1888 + > run -X -f /path/to/httpd.conf
1890 + > run -X -f /path/to/httpd.conf
H A DNEWS7126 - Fixed bug #42590 (Make the engine recognize \v and \f escape sequences).
H A DREADME.PARAMETER_PARSING_API57 f - function or array containing php method call info (returned as
H A DREADME.RELEASE_PROCESS101 f.e. http://downloads.php.net/derick/
155 the base branches and merged upwards as usual (f.e commit the CVE fix to 5.3,
170 7. tag the repository with the version f.e. "``git tag -u YOURKEYID -s php-5.4.1``"
172 8. Push the tag f.e. "``git push origin php-5.4.1``"
220 f. Make sure there are no outdated "notes" or edited "date" keys in the
233 f.e. ``ChangeLog-5.php`` from the NEWS file
264 Try, f.e. http://www.php.net/get/php-5.5.1.tar.bz2/from/a/mirror
293 f. Make sure there are no outdated "notes" or edited "date" keys in the
H A DUPGRADING.INTERNALS11 f. unserialization of manipulated object strings
112 f. unserialization of manipulated object strings
/PHP-5.5/TSRM/
H A DTSRM.dsp11 !MESSAGE NMAKE /f "TSRM.mak".
16 !MESSAGE NMAKE /f "TSRM.mak" CFG="TSRM - Win32 Debug_TS"
H A Dtsrm.m414 rm -f conftest.*
H A Dtsrm_virtual_cwd.c1469 FILE *f; in virtual_fopen() local
1481 f = fopen(new_state.cwd, mode); in virtual_fopen()
1484 return f; in virtual_fopen()
1633 int f; in virtual_open() local
1649 f = open(new_state.cwd, flags, mode); in virtual_open()
1651 f = open(new_state.cwd, flags); in virtual_open()
1654 return f; in virtual_open()
1661 int f; in virtual_creat() local
1669 f = creat(new_state.cwd, mode); in virtual_creat()
1672 return f; in virtual_creat()
/PHP-5.5/Zend/
H A DZend.dsp11 !MESSAGE NMAKE /f "Zend.mak".
16 !MESSAGE NMAKE /f "Zend.mak" CFG="Zend - Win32 Release_inline"
H A DZend.m4282 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
283 LIBZEND_MM_ALIGN_LOG2=`cat conftest.zend | cut -d ' ' -f 2`
H A DZendTS.dsp11 !MESSAGE NMAKE /f "ZendTS.mak".
16 !MESSAGE NMAKE /f "ZendTS.mak" CFG="ZendTS - Win32 Release_TSDbg"
H A Dacinclude.m415 …bison_version_vars=`$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's…
H A Dbench.php311 for ($f=0; $f<$n; $f++)
H A Dmicro_bench.php53 static function f() { function in Foo
58 self::f();
159 Foo::f();
213 $f = false; $j = 0;
215 $x = $f ?: $j + 1;
221 $f = false;
223 $x = $f ? null : $val;
228 $f = false; $j = 0;
230 $x = $f ? $f : $j + 1;
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_008.phpt9 static protected function f() {return 'A::f()';}
12 static protected function f() {return 'B1::f()';}
15 static public function test() {echo B1::f();}
21 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Daccess_modifiers_009.phpt9 static protected function f() {return 'A::f()';}
12 static protected function f() {return 'B1::f()';}
16 var_dump(is_callable('B1::f'));
17 B1::f();
26 Fatal error: Call to protected method B1::f() from context 'B2' in %s on line %d
H A Dbug22836.phpt7 function &f()
15 $h =& f();
H A Dbug29104.phpt11 function f()
13 echo "function f\n";
22 f();
27 function f
H A Dbug30998.phpt14 $f = fopen("/tmp/blah", "r");
H A Dbug31098.phpt29 $simpleString["wrong"] = "f";
30 echo $simpleString["0"] === "f"?"ok\n":"bug\n";
H A Dbug38146.phpt7 $f = array("foo"=>"bar","bar"=>"foo");
8 return $f;
12 $f = new foo();
13 foreach($f->bar as $key => $value) {
H A Dbug38469.phpt12 function f() {
20 f();
H A Dbug43344_11.phpt5 function f($a=namespace\bar) {
8 echo f()."\n";
H A Dbug43344_12.phpt5 function f($a=array(namespace\bar)) {
8 echo f()."\n";
H A Dbug43344_13.phpt5 function f($a=array(namespace\bar=>0)) {
9 echo f()."\n";

Completed in 75 milliseconds

12345678910>>...37