Home
last modified time | relevance | path

Searched refs:x (Results 401 – 425 of 1216) sorted by relevance

1...<<11121314151617181920>>...49

/PHP-5.6/ext/dom/tests/
H A Ddomelement.phpt69 for ($x = 0; $x < $mylen; $x++) {
70 $current = $myelements->item($x);
71 $current->setAttributeNS('urn::dummyns', 'newns:idatt', 'n'.($x+2))."\n";
81 for ($x = 0; $x < $mylen; $x++) {
82 $node = $myelements->item($x);
H A DDOMImplementation_createDocument_basic.phpt9 $x = new DOMImplementation();
10 $doc = $x->createDocument(null, 'html');
/PHP-5.6/ext/ereg/regex/
H A Dtests353 /\*.*\*/ - /*x*/ /*x*/
355 /\*.*\*/ - /*x*/y/*z*/ /*x*/y/*z*/
357 /\*([^*]|\*[^/])*\*/ - /*x*/ /*x*/
358 /\*([^*]|\*[^/])*\*/ - /*x*/y/*z*/ /*x*/
360 /\*([^*]|\*[^/])*\*/ - /*x**/y/*z*/ /*x**/y/*z*/
362 /\*([^*]|\*+[^*/])*\*+/ - /*x*/ /*x*/
363 /\*([^*]|\*+[^*/])*\*+/ - /*x*/y/*z*/ /*x*/
364 /\*([^*]|\*+[^*/])*\*+/ - /*x**/y/*z*/ /*x**/
365 /\*([^*]|\*+[^*/])*\*+/ - /*x****/y/*z*/ /*x****/
366 /\*([^*]|\*+[^*/])*\*+/ - /*x**x*/y/*z*/ /*x**x*/
[all …]
/PHP-5.6/ext/spl/tests/
H A DSplFileInfo_001.phpt5 $x = new splfileinfo(1);
6 $x->__construct(1);
H A Dbug46088.phpt6 $x = new RegexIterator(new ArrayIterator(range(1, 10)), '/\d/');
7 var_dump($x->accept());
H A DSplObjectStorage_unserialize_invalid_parameter2.phpt12 'x:rubbish', // rubbish after the 'x:' prefix
13 'x:i:2;O:8:"stdClass":0:{},s:5:"value";;m:a:0:{}',
/PHP-5.6/Zend/tests/
H A Dheredoc_008.phpt11 $x = <<<ENDOFHEREDOC
14 print "{$x}";
H A Dnowdoc_008.phpt11 $x = <<<'ENDOFNOWDOC'
14 print "{$x}";
H A Dbug64417.phpt34 $o['x'] = 1;
35 ++$o['x'];
36 echo $o['x'], "\n";
H A Dns_009.phpt8 $x = __NAMESPACE__ . "\\foo";
9 echo get_class(new $x),"\n";
H A Dns_019.phpt9 $x = __NAMESPACE__ . "\\foo";
10 echo $x(),"\n";
H A Dns_007.phpt10 $x = "Exception";
11 echo get_class(new $x),"\n";
H A Dns_051.phpt7 function foo($x = INI_ALL) {
8 var_dump($x);
H A Dunset_cv12.phpt5 $x = 1;
6 function foo() {unset($GLOBALS["x"]);}
/PHP-5.6/sapi/apache/
H A Dconfig.m421 dnl Apache 1.x shared module
32 if test "$?" != "0" && test -x /usr/sbin/apxs; then #SUSE 6.x
124 dnl Apache 1.x static module
143 # For Apache 1.2.x
150 AC_MSG_RESULT([yes - Apache 1.2.x])
155 # For Apache 2.0.x
158 # For Apache 1.3.x
169 AC_MSG_RESULT([yes - Apache 1.3.x])
182 # Also for Apache 1.3.x
193 AC_MSG_RESULT([yes - Apache 1.3.x])
[all …]
/PHP-5.6/sapi/apache_hooks/
H A Dconfig.m421 dnl Apache 1.x shared module
33 if test "$?" != "0" && test -x /usr/sbin/apxs; then #SUSE 6.x
125 dnl Apache 1.x static module
145 # For Apache 1.2.x
152 AC_MSG_RESULT([yes - Apache 1.2.x])
157 # For Apache 2.0.x
160 # For Apache 1.3.x
171 AC_MSG_RESULT([yes - Apache 1.3.x])
184 # Also for Apache 1.3.x
195 AC_MSG_RESULT([yes - Apache 1.3.x])
[all …]
/PHP-5.6/ext/standard/tests/image/
H A Dimage_type_to_mime_type.phpt30 string(14) "image/x-ms-bmp"
32 string(14) "image/x-ms-bmp"
34 string(14) "image/x-ms-bmp"
52 string(29) "application/x-shockwave-flash"
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput267 /\x{110000}/8
12 \x{110000}
H A Dtestinput246 \x{d800}
9 \P\P\x{d800}
/PHP-5.6/ext/spl/
H A Dphp_spl.h26 #define SPL_DEBUG(x) x
28 #define SPL_DEBUG(x) argument
/PHP-5.6/ext/interbase/tests/
H A Dibase_rollback_001.phpt10 $x = ibase_connect($test_base);
19 var_dump(ibase_rollback($x));
24 var_dump(ibase_rollback($x));
H A Dbug46543.phpt17 $x = ibase_connect($test_base);
18 ibase_trans(1, 2, $x, $x, 3);
/PHP-5.6/ext/pcre/tests/
H A D007.phpt12 function evil($x) {
15 var_dump($x);
16 return $x[0];
H A Dbug44191.phpt10 while (list($x) = each($array)) {
11 print $x;
/PHP-5.6/ext/standard/tests/general_functions/
H A Dbug50732.phpt5 exec("echo x", $output);
11 string(1) "x"

Completed in 25 milliseconds

1...<<11121314151617181920>>...49