Home
last modified time | relevance | path

Searched refs:style (Results 51 – 75 of 137) sorted by relevance

123456

/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl35 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
37 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest" style="rpc"/>
46 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest2" style="rpc"…
/PHP-5.5/ext/gd/libgd/
H A Dgd_arc_f_buggy.c22 …illedArc (gdImagePtr im, int cx, int cy, int width, int height, int s, int e, int color, int style)
122 if (style == gdChord)
127 else if (style == gdPie)
146 if (style == gdChord)
151 else if (style == gdPie)
170 if (style == gdChord)
175 else if (style == gdPie)
193 if (style == gdChord)
198 else if (style == gdPie)
363 if (style == gdPie)
/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 …]
/PHP-5.5/Zend/tests/
H A Dns_063.phpt2 063: Old-style constructors in namesapces (not supported!)
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
H A Dbug39127.phpt2 Bug #39127 (Old-style constructor fallbacks produce strange results)
H A Dbug52051.phpt2 Bug #52051 (handling of case sensitivity of old-style constructors changed in 5.3+)
/PHP-5.5/tests/lang/
H A Dcomments.phpt2 #-style comments
/PHP-5.5/sapi/tests/
H A Dtest001.phpt2 IIS style CGI missing SCRIPT_FILENAME
H A Dtest003.phpt2 IIS style CGI missing SCRIPT_FILENAME, has PATH_INFO
H A Dtest002.phpt2 Apache style CGI
H A Dtest004.phpt2 Apache style CGI with PATH_INFO
/PHP-5.5/tests/classes/
H A Dfinal_ctor3.phpt2 Ensure implicit final inherited old-style constructor cannot be overridden.
H A Dfinal_ctor2.phpt2 ZE2 cannot override final old style ctor
H A Dinheritance_007.phpt2 Ensure inherited old-style constructor doesn't block other methods
/PHP-5.5/ext/standard/tests/serialize/
H A D005.phpt8 // This test verifies that old and new style (un)serializing do not interfere.
126 // Now we have __autoload(), that will be called before the old style header.
127 // If the old style handler also fails to register the class then the object
/PHP-5.5/ext/reflection/tests/
H A Dbug38942.phpt2 Bug #38942 (Double old-style-ctor inheritance)
/PHP-5.5/ext/standard/tests/general_functions/
H A Dhighlight_heredoc.phpt19 <code><span style="color: #000000">
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_subclass_of_error_001.phpt23 echo "\n-- Testing is_subclass_of() function with more than typo style invalid 3rd argument --\n";
46 -- Testing is_subclass_of() function with more than typo style invalid 3rd argument --
/PHP-5.5/ext/bcmath/
H A Dconfig.w324 ARG_ENABLE("bcmath", "bc style precision math functions", "yes");
/PHP-5.5/ext/soap/
H A DTODO.old12 -work on a soap-service 'regiestry' and 'proxy' (apache soap style)
29 wsdl generation static and auto (.net style (http://server.com/soapserver.php?WSDL)) using phpdoc p…
H A Dphp_sdl.h92 sdlEncodingStyle style; member
121 sdlEncodingStyle style; member
/PHP-5.5/ext/soap/tests/schema/
H A Dschema071.phpt2 SOAP XML Schema 71: SOAP 1.1 Array (document style)
/PHP-5.5/ext/date/tests/
H A D002.phpt43 // POSIX style
/PHP-5.5/ext/spl/examples/
H A Dregexfindfile.inc25 * @param $regex perl style regular expression to find files with

Completed in 46 milliseconds

123456