Home
last modified time | relevance | path

Searched refs:two (Results 151 – 175 of 511) sorted by path

12345678910>>...21

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt164 … printf("[048] '1' IS NOT NULL evaluates to true, expecting two rows, got %d rows\n", $tmp);
183 printf("[074] Expecting two rows, got %d rows\n", $tmp);
225 printf("[062] Expecting two rows, got %d rows\n", $tmp);
H A Dpdo_mysql_prepare_native_myisam.phpt117 printf("[033] Expecting two rows, got %d rows\n", $tmp);
121 printf("[027] Expecting two rows, got %d rows\n", $tmp);
H A Dpdo_mysql_prepare_native_myisam_index.phpt115 printf("[074] Expecting two rows, got %d rows\n", $tmp);
157 printf("[062] Expecting two rows, got %d rows\n", $tmp);
H A Dpdo_mysql_quote_gbk_double_escape.phpt26 … * Note that 0x27 is the character ', so we have to escape! We write two bytes to the output:
H A Dpdo_mysql_stmt_bindvalue.phpt123 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…
263 …printf("Binding a variable to two placeholders and changing the variable value in between the bind…
320 Binding a variable to two placeholders and changing the variable value in between the binds...
336 Binding a variable to two placeholders and changing the variable value in between the binds...
H A Dpdo_mysql_stmt_variable_columncount.phpt27 (!isset($row['two']) || ($row['two'] != 2))) {
28 …printf("[%03d + 2] Expecting array('one' => 1, 'two' => 2), got %s\n", $offset, var_export($row, t…
30 } else if (($columns == 1) && isset($row['two'])) {
31 printf("[%03d + 3] Expecting one array element got two\n", $offset);
41 …BEGIN IF cols < 2 THEN SELECT cols AS 'one'; ELSE SELECT 1 AS 'one', cols AS 'two'; END IF; END;");
72 …= 2; SELECT cols AS 'one'; ELSE SET @numcols = 1; SELECT 1 AS 'one', cols AS 'two'; END IF; END;");
/php-src/ext/phar/tests/
H A Dcreate_path_error.phpt32 "Font\xE5\x84\xB7\xE9\xBB\x91pro.ttf", //two valid multi-byte characters
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString_fast_path.phpt32 // For powers of two we expect no rejections and thus exactly
50 // Test lengths that are one more than the powers of two. For these
51 // the maximum offset will be a power of two and thus a minimal number
H A DgetFloat_error.phpt78 // There is no float between the two parameters, thus making the OpenOpen interval empty.
/php-src/ext/reflection/tests/
H A DReflectionFunction_getClosureUsedVariables.phpt18 $two = 2;
20 $function = function() use ($one, $two) {
50 ["two"]=>
/php-src/ext/session/tests/
H A Dbug79031.phpt36 // Shared object that acts as property of two another objects stored in session
/php-src/ext/simplexml/tests/
H A Dprofile10.phpt2 SimpleXML [profile]: Accessing two attributes with the same name, but different namespaces
H A Dprofile11.phpt2 SimpleXML [profile]: Accessing two elements with the same name, but different namespaces
/php-src/ext/soap/tests/bugs/
H A Dbug36575.phpt25 $a3->var2 = "var two";
35 $a2->var2 = "two";
49 …"ns2:A2"><var1 xsi:type="xsd:string">one</var1><var2 xsi:type="xsd:string">two</var2></a1></ns1:te…
51 …:A3"><var1 xsi:type="xsd:string">one</var1><var2 xsi:type="xsd:string">var two</var2><var3 xsi:typ…
H A Dbug42692.phpt33 $result = $client->checkAuth(1,"two");
H A Dbug76232.phpt41 echo "=== Request with two cookies ===\n";
59 === Request with two cookies ===
/php-src/ext/soap/tests/
H A Dfault_warning.phpt26 new SoapFault(["more"], "message"); // two elements in array required
32 new SoapFault(["m", "more", "superfluous"], "message"); // two required
37 $fault = new SoapFault(["more-ns", "Sender"], "message"); // two given
/php-src/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclit_002w.phpt10 $client->echoStringArray(array("one","two","three"));
18 …ENV:Body><ns1:echoStringArrayParam><ns1:string>one</ns1:string><ns1:string>two</ns1:string><ns1:st…
20 …NV:Body><ns1:echoStringArrayReturn><ns1:string>one</ns1:string><ns1:string>two</ns1:string><ns1:st…
H A Dr3_groupD_doclitparams_002w.phpt10 $client->echoStringArray(array("param0"=>array("one","two","three")));
18 …y><ns1:echoStringArray><ns1:param0><ns1:string>one</ns1:string><ns1:string>two</ns1:string><ns1:st…
20 …choStringArrayResponse><ns1:return><ns1:string>one</ns1:string><ns1:string>two</ns1:string><ns1:st…
H A Dr3_groupD_rpcenc_002w.phpt10 $client->echoStringArray(array("one","two","three"));
18 …fstring"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><item xsi:typ…
20 …fstring"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><item xsi:typ…
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_008w.phpt14 "param3" => array("one","two","three")));
22 …param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:val…
H A Dr4_groupH_simple_doclit_009w.phpt14 "param3" => array("one","two","three")));
22 …param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:val…
H A Dr4_groupH_simple_doclit_010w.phpt14 "param3" => array("one","two","three")));
22 …param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:val…
24 …string><detail><ns2:ArrayOfStringPart><ns1:value>one</ns1:value><ns1:value>two</ns1:value><ns1:val…
H A Dr4_groupH_simple_doclit_011w.phpt14 "param3" => array("one","two","three")));
22 …param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:value>two</ns2:value><ns2:val…
H A Dr4_groupH_simple_rpcenc_008w.phpt11 $client->echoMultipleFaults2(1, "Hello World", 12.345, array("one","two","three"));
19 …fString"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><item xsi:typ…

Completed in 58 milliseconds

12345678910>>...21