Home
last modified time | relevance | path

Searched refs:result (Results 626 – 650 of 918) sorted by relevance

1...<<21222324252627282930>>...37

/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt52 while ($result = oci_fetch_array($stmt, OCI_NUM)) {
53 $result[0]->free(); // cleanup properly
67 while ($result = oci_fetch_array($stmt, OCI_NUM)) {
81 while ($result = oci_fetch_array($stmt, OCI_NUM+OCI_RETURN_LOBS)) {
/PHP-7.4/ext/spl/tests/
H A Dbug66702.phpt2 Bug #66702 (RegexIterator inverted result works as expected)
H A Dunserialize.phpt15 // serialize result
/PHP-7.4/Zend/tests/traits/
H A Dproperty003.phpt2 Conflicting properties with different visibility modifiers should result in a fatal error, since th…
/PHP-7.4/ext/pgsql/tests/
H A D12pg_insert_9.phpt29 resource(%d) of type (pgsql result)
/PHP-7.4/ext/sqlite3/tests/
H A Dbug69972.phpt11 $result = $db->query("SELECT * FROM non_existent_table");
/PHP-7.4/main/streams/
H A Dphp_streams_int.h64 void php_stream_mode_sanitize_fdopen_fopencookie(php_stream *stream, char *result);
/PHP-7.4/ext/date/tests/
H A Dbug52480.phpt20 echo "\nWrong result for $timezone!\n";
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_loadXML_error3.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_error5.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_variation2.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_error3.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_error5.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_variation2.phpt8 - EXPECTED_RESULT: the expected result
/PHP-7.4/ext/ldap/tests/
H A Dldap_first_entry_error.phpt25 Warning: ldap_first_entry(): supplied resource is not a valid ldap result resource in %s on line %d
H A Dldap_first_reference_error.phpt25 Warning: ldap_first_reference(): supplied resource is not a valid ldap result resource in %s on lin…
H A Dldap_next_entry_error.phpt25 Warning: ldap_next_entry(): supplied resource is not a valid ldap result entry resource in %s on li…
H A Dldap_next_reference_error.phpt25 Warning: ldap_next_reference(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_parse_reference_error.phpt24 Warning: ldap_parse_reference(): supplied resource is not a valid ldap result entry resource in %s …
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_convert.c803 int result = 0; in convert_glob() local
986 result = convert_glob_parse_range(&pattern, pattern_end, in convert_glob()
988 if (result != 0) break; in convert_glob()
996 result = PCRE2_ERROR_CONVERT_SYNTAX; in convert_glob()
1008 if (result == 0) in convert_glob()
1023 result = PCRE2_ERROR_NOMEMORY; in convert_glob()
1026 if (result != 0) in convert_glob()
1029 return result; in convert_glob()
/PHP-7.4/ext/soap/tests/soap12/
H A DT45.phpt34 …nv:encodingStyle="http://www.w3.org/2003/05/soap-encoding"><rpc:result>return</rpc:result><return …
/PHP-7.4/ext/standard/tests/strings/
H A Dvprintf_variation10.phpt71 $result = vprintf($formats, $args);
73 var_dump($result);
H A Dvprintf_variation12.phpt75 $result = vprintf($formats, $args);
77 var_dump($result);
H A Dvprintf_variation12_64bit.phpt75 $result = vprintf($formats, $args);
77 var_dump($result);
H A Dvprintf_variation16.phpt68 $result = vprintf($formats, $args);
70 var_dump($result);

Completed in 42 milliseconds

1...<<21222324252627282930>>...37