Home
last modified time | relevance | path

Searched refs:style (Results 76 – 100 of 119) sorted by relevance

12345

/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic3.phpt14 // $table as HTML_SEPCIALCHARS and different quote style
/PHP-7.4/sapi/cgi/tests/
H A D003.phpt27 #perl style comment
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_basic_edit.phpt6 * Description: Perform a Perl-style regular expression match
H A Dpreg_match_all_edit_basic.phpt6 * Description: Perform a Perl-style global regular expression match
H A Dpreg_replace_edit_basic.phpt6 * Description: Perform Perl-style regular expression replacement.
/PHP-7.4/
H A DCODING_STANDARDS.md230 1. Never use C++ style comments (i.e. `//` comment). Always use C-style comments
232 compliant compiler. Even though many compilers accept C++-style comments in
236 to accept C++-style comments in C code.
238 2. Use K&R-style. Of course, we can't and don't want to force anybody to use a
239 style he or she is not used to, but, at the very least, when you write code
241 maintain the K&R style. This applies to just about everything, starting with
243 see [Indentstyle](http://www.catb.org/~esr/jargon/html/I/indent-style.html).
/PHP-7.4/ext/gd/libgd/
H A Dgd.c194 im->style = 0; in gdImageCreate()
247 im->style = 0; in gdImageCreateTrueColor()
295 if (im->style) { in gdImageDestroy()
296 gdFree(im->style); in gdImageDestroy()
768 if (!im->style) { in gdImageSetPixel()
780 if (!im->style) { in gdImageSetPixel()
1660 if (style & gdChord) { in gdImageFilledArc()
1661 if (style & gdNoFill) { in gdImageFilledArc()
2801 if (im->style) { in gdImageSetStyle()
2802 gdFree(im->style); in gdImageSetStyle()
[all …]
H A Dgd.h202 int *style; member
671 … gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style);
707 void gdImageSetStyle(gdImagePtr im, int *style, int noOfPixels);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29795.wsdl24 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug29839.wsdl26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug34453.wsdl26 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
H A Dbug43045.phpt41 "style" => SOAP_RPC,
/PHP-7.4/ext/readline/tests/
H A Dbug77812-readline.phpt2 Bug #77812 (Interactive mode does not support PHP 7.3-style heredoc)
/PHP-7.4/tests/classes/
H A Dinheritance_005.phpt2 Check for inherited old-style constructor.
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_mixed_style.phpt2 MySQL PDO->prepare(), native PS, mixed, wired style
/PHP-7.4/Zend/tests/
H A Dbug52051.phpt2 Bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+)
/PHP-7.4/ext/soap/
H A Dphp_packet_soap.c271 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
293 if (!cur && fnb->style == SOAP_RPC) { in parse_packet_soap()
297 if (fnb->style == SOAP_DOCUMENT) { in parse_packet_soap()
H A Dsoap.c3729 int style, use; local
3735 style = fnb->style;
3737 if (style == SOAP_RPC) {
3748 if (style == SOAP_RPC) {
3767 if (style == SOAP_RPC) {
4201 int i, style, use; local
4234 style = fnb->style;
4238 if (style == SOAP_RPC) {
4251 style = SOAP_RPC;
4255 if (style == SOAP_RPC) {
[all …]
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c135 ZEND_ARG_INFO(0, style)
/PHP-7.4/ext/phar/tests/
H A Dbug65028.phpt122 "style/Fusonic/40components.css",
123 "style/_emptyDirectory",
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c476 static xmlDocPtr php_xsl_apply_stylesheet(zval *id, xsl_object *intern, xsltStylesheetPtr style, zv… in php_xsl_apply_stylesheet() argument
501 if (style == NULL) { in php_xsl_apply_stylesheet()
532 ctxt = xsltNewTransformContext(style, doc); in php_xsl_apply_stylesheet()
582 newdocp = xsltApplyStylesheetUser(style, doc, (const char**) params, NULL, f, ctxt); in php_xsl_apply_stylesheet()
/PHP-7.4/tests/lang/
H A D024.phpt199 *** C-style else-if's ***
421 *** C-style else-if's ***
646 *** C-style else-if's ***
871 *** C-style else-if's ***
1096 *** C-style else-if's ***
1321 *** C-style else-if's ***
1546 *** C-style else-if's ***
1771 *** C-style else-if's ***
1996 *** C-style else-if's ***
2221 *** C-style else-if's ***
[all …]
/PHP-7.4/ext/tokenizer/tests/
H A Dtoken_get_all_variation9.phpt13 * Passing 'source' argument with different style of comments
/PHP-7.4/ext/soap/tests/
H A Dbug68361.phpt61 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
/PHP-7.4/ext/intl/tests/
H A Dut_common.inc133 function ut_nfmt_create( $locale, $style, $pattern = null )
137 return new NumberFormatter( $locale, $style, $pattern );
142 return numfmt_create( $locale, $style, $pattern );

Completed in 72 milliseconds

12345