Home
last modified time | relevance | path

Searched refs:style (Results 1 – 25 of 137) sorted by path

123456

/PHP-5.5/
H A DCODING_STANDARDS189 1. Never use C++ style comments (i.e. // comment). Always use C-style
192 accept C++-style comments in C code, you have to ensure that your
196 is known to accept C++-style comments in C code.
198 2. Use K&R-style. Of course, we can't and don't want to
199 force anybody to use a style he or she is not used to, but,
202 style. This applies to just about everything, starting with
206 Indentstyle: http://www.catb.org/~esr/jargon/html/I/indent-style.html
H A DINSTALL721 server and assign it the style x-httpd-php. All files in it will
1654 Since PHP 5.3.0, PHP includes support for .htaccess-style INI files on
1667 be recognized in .user.ini-style INI files.
H A DNEWS1348 . Fixed bug #66298 (ext/opcache/Optimizer/zend_optimizer.c has dos-style
5014 - Fixed bug #52051 (handling of case sensitivity of old-style constructors
5505 - Fixed bug #49572 (use of C++ style comments causes build failure).
5779 . Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI.
5840 . Added support for old style DNS functions (supports OSX and FBSD). (Scott)
5972 . support for "first/last day of <month>" style texts.
8303 - Fixed bug #38942 (Double old-style-ctor inheritance). (Dmitry)
8846 - Fixed bug #35998 (SplFileInfo::getPathname() returns unix style filenames
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES46 However the PHPDoc style comments /** */ ,which starting PHP 5 are parsed
H A DREADME.SUBMITTING_PATCH159 Use only "/* */" style comments, not "//".
H A Dacinclude.m41212 irix[)] AC_DEFINE(PHP_IRIX_TIME_R,1,[Whether you have IRIX-style functions]) ;;
1391 ac_cv_what_readdir_r=old-style
1402 old-style)
1403 AC_DEFINE(HAVE_OLD_READDIR_R,1,[whether you have old-style readdir_r]);;
2820 dnl detect the style of crypt_r() is any is available
/PHP-5.5/Zend/RFCs/
H A D001.txt126 developers to gradually migrate to the version 2.0-style behavior
H A D003.txt46 variables inline in a C style.
/PHP-5.5/Zend/
H A DZEND_CHANGES419 the old-style constructor function, by the name of the class.
/PHP-5.5/Zend/tests/
H A Dbug35655.phpt21 <code><span style="color: #000000">
22style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">=&nbs…
H A Dbug38942.phpt2 Bug #38942 (Double old-style-ctor inheritance)
H A Dbug39127.phpt2 Bug #39127 (Old-style constructor fallbacks produce strange results)
H A Dbug42767.phpt14 <code><span style="color: #000000">
15 <span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #FF8000">/*some&nbsp;comment.…
H A Dbug52051.phpt2 Bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+)
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
H A Dnowdoc_013.phpt22 <code><span style="color: #000000">
23style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">=&nbs…
H A Dnowdoc_014.phpt21 <code><span style="color: #000000">
22style="color: #0000BB">&lt;?php<br />&nbsp;&nbsp;$x&nbsp;</span><span style="color: #007700">=&nbs…
H A Dns_063.phpt2 063: Old-style constructors in namesapces (not supported!)
/PHP-5.5/build/
H A Dlibtool.m4161 # Determine commands to create old-style static archives.
2966 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
4318 # Commands used to build and install an old-style archive.
4324 # Create an old-style archive from a shared archive.
4327 # Create a temporary old-style archive to link instead of a shared archive.
4768 # Although the cygwin gcc ignores -fPIC, still need this for old-style
5058 # Although the cygwin gcc ignores -fPIC, still need this for old-style
5659 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
/PHP-5.5/ext/bcmath/
H A Dconfig.m45 PHP_ARG_ENABLE(bcmath, whether to enable bc style precision math functions,
6 [ --enable-bcmath Enable bc style precision math functions])
H A Dconfig.w324 ARG_ENABLE("bcmath", "bc style precision math functions", "yes");
/PHP-5.5/ext/date/tests/
H A D002.phpt43 // POSIX style
H A Dbug67308.phpt7 // Ensure we can still unserialize the old style.
10 // New style.
/PHP-5.5/ext/dba/
H A DREADME1 These functions build the foundation for accessing Berkeley DB style
11 dbm DBM is the oldest (original) type of Berkeley DB style databases.
/PHP-5.5/ext/exif/
H A Dtest.txt50 $ret = '<b style="color:green">O.K.</b>';
52 $ret = '<b style="color:red">'.$GLOBALS['php_errormsg'].'</b>';
158 <style type="text/css">
176 </style>
276 $error = '<b style="color:red">GetImageSize returned false</b><br>'.$error;
286 $error = "<b style='color: green'>filetype not supported: $types[$type]</b>";
294 $error = '<b style="color:red">exif_thumbnail returned false</b><br>'.$error;
296 $error = "<b style='color:green'>$t_width x $t_height</b><br>$error";
308 $res_exif_read_data = "<b style='color: green'>filetype not supported: $types[$type]</b>";
317 $res_exif_read_data = "<b style='color:red'>exif_read_data returned false</b><br>$error";
[all …]

Completed in 80 milliseconds

123456