Home
last modified time | relevance | path

Searched refs:result (Results 251 – 275 of 1068) sorted by relevance

1...<<11121314151617181920>>...43

/php-src/ext/pdo_sqlite/tests/
H A Dbug_42589.phpt20 $result = $db->query('SELECT * FROM test_42589 t1 LEFT JOIN test_42589 t2 ON t1.field1 = t2.field1'…
21 $meta1 = $result->getColumnMeta(0);
22 $meta2 = $result->getColumnMeta(1);
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_basic.phpt17 $result = $doc->schemaValidateSource($xsd);
18 var_dump($result);
H A DDOMDocument_relaxNGValidate_basic.phpt18 $result = $doc->relaxNGValidate($rng);
19 var_dump($result);
/php-src/ext/ldap/tests/
H A Dskipifcontrol.inc8 $result = ldap_read($link, '', '(objectClass=*)', ['supportedControl']);
9 if (!in_array($oid, ldap_get_entries($link, $result)[0]['supportedcontrol'])) {
H A Dldap_search_sort_controls.phpt23 $result = ldap_search($link, $base, '(cn=*)', array('cn'), 0, 0, 0, LDAP_DEREF_NEVER,
34 ldap_get_entries($link, $result),
35 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
43 $result = ldap_search($link, $base, '(cn=*)', array('cn'), 0, 0, 0, LDAP_DEREF_NEVER,
64 ldap_get_entries($link, $result),
65 ldap_parse_result($link, $result, $errcode , $matcheddn , $errmsg , $referrals, $controls),
H A Dldap_set_option_ciphersuite_basic.phpt12 $result = ldap_set_option($link, LDAP_OPT_X_TLS_CIPHER_SUITE, '3DES');
13 var_dump($result);
/php-src/ext/mysqli/tests/
H A D047.phpt25 $result = mysqli_stmt_result_metadata($stmt);
28 var_dump(mysqli_fetch_fields($result));
31 var_dump(mysqli_fetch_field_direct($result, 0));
32 var_dump(mysqli_fetch_field_direct($result, 1));
35 while ($field = mysqli_fetch_field($result)) {
39 print_r(mysqli_fetch_lengths($result));
41 mysqli_free_result($result);
H A D057.phpt27 if ($result = mysqli_query($link, "SELECT * FROM test_store_result")) {
28 mysqli_free_result($result);
53 if ($result = mysqli_query($link, "SELECT * FROM test_store_result")) {
54 $row = mysqli_fetch_row($result);
55 mysqli_free_result($result);
H A Dgracefull_fail_on_empty_result_set.phpt2 Fail gracefully on empty result set
18 // Returns only one result set
24 // Returns only one result set
H A Dbug42548.phpt2 Bug #42548 PROCEDURE xxx can't return a result set in the given context (works in 5.2.3!!)
39 print "----- next result -----------\n";
68 ----- next result -----------
73 ----- next result -----------
/php-src/ext/openssl/tests/
H A DServerClientTestCase.inc18 static $result = null;
19 if (!is_null($result)) {
20 return $result;
23 if ($result = !!$server) {
26 return $result;
176 $result = stream_select($read, $write, $except, $timeout);
177 if (!$result) {
/php-src/ext/mysqlnd/
H A Dmysqlnd_ext_plugin.h26 void ** (*get_result_area)(const MYSQLND_RES * result, const unsigned int plugin_id);
27 …void ** (*get_unbuffered_area)(const MYSQLND_RES_UNBUFFERED * result, const unsigned int plugin_id…
28 …void ** (*get_result_buffered_aread)(const MYSQLND_RES_BUFFERED * result, const unsigned int plugi…
72 } result; member
135 #define mysqlnd_result_get_methods() mysqlnd_plugin_methods_xetters.result.get()
136 #define mysqlnd_result_set_methods(m) mysqlnd_plugin_methods_xetters.result.set((m))
/php-src/ext/json/tests/
H A Djson_encode_recursion_01.phpt16 $result = json_encode($this);
17 var_dump($result);
/php-src/ext/intl/tests/
H A Dgh8364.phpt12 $result = $formatter->format($args);
13 var_dump($result);
/php-src/ext/com_dotnet/
H A Dcom_variant.c553 HRESULT result; in variant_binary_operation() local
635 result = E_INVALIDARG; in variant_binary_operation()
638 if (SUCCEEDED(result)) { in variant_binary_operation()
748 HRESULT result; in variant_unary_operation() local
768 result = VarAbs(vleft, &vres); in variant_unary_operation()
771 result = VarFix(vleft, &vres); in variant_unary_operation()
774 result = VarInt(vleft, &vres); in variant_unary_operation()
777 result = VarNeg(vleft, &vres); in variant_unary_operation()
780 result = VarNot(vleft, &vres); in variant_unary_operation()
783 result = E_INVALIDARG; in variant_unary_operation()
[all …]
/php-src/ext/pgsql/
H A Dpgsql.c784 char *result; in php_pgsql_get_link_info() local
843 if (result) { in php_pgsql_get_link_info()
1351 zval *result; in php_pgsql_get_result_info() local
1499 zval *result; in PHP_FUNCTION() local
1572 zval *result; in php_pgsql_get_field_info() local
1648 zval *result; in PHP_FUNCTION() local
1692 zval *result; in PHP_FUNCTION() local
1912 zval *result; in PHP_FUNCTION() local
1938 zval *result; in PHP_FUNCTION() local
1984 zval *result; in PHP_FUNCTION() local
[all …]
/php-src/ext/standard/tests/array/
H A Darray_search_variation4.phpt23 //matching "Good" in array(0,"hello"), result:true in loose type check
28 //matching integer 0 in array("this"), result:true in loose type check
33 //matching string "this" in array(0), result:true in loose type check
38 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
46 //matching string having integer in beginning, result:true in loose type check
H A Din_array_variation4.phpt25 //matching "Good" in array(0,"hello"), result:true in loose type check
30 //matching integer 0 in array("this"), result:true in loose type check
35 //matching string "this" in array(0), result:true in loose type check
40 //checking for type FALSE in multidimensional array with loose checking, result:false in loose type…
48 //matching string having integer in beginning, result:true in loose type check
H A Darray_change_key_case_variation5.phpt14 var_dump($result = array_change_key_case($input, CASE_UPPER));
17 echo key($result) . " => " . current($result) . "\n";
/php-src/ext/pcre/tests/
H A Dbug40909.phpt12 if ($result =preg_match_all($pattern, $context, $match))
15 var_dump($result);
H A Dinvalid_utf8.phpt13 $result = preg_replace("#(&\#x*)([0-9A-F]+);*#iu","$1$2;",$string);
14 var_dump($result);
/php-src/ext/standard/tests/file/
H A Dbug41874_2.phpt13 $result = exec('cd 1:\\non_existent; dir nonexistent');
14 echo "$result";
/php-src/ext/opcache/tests/jit/
H A Dassign_038.phpt2 JIT ASSIGN: Assign constant (with result)
9 opcache.optimization_level=0 ; disable optimizer to produce ASSIGN with result
/php-src/ext/tidy/tests/
H A D027.phpt46 $result = $this->getURL('awer');
47 if ($result === null) {
50 var_dump((string)$result);
/php-src/ext/pdo_dblib/tests/
H A Dbug_69592.phpt18 SELECT 0 AS [result]
49 ["result"]=>
57 ["result"]=>

Completed in 40 milliseconds

1...<<11121314151617181920>>...43