Home
last modified time | relevance | path

Searched refs:version (Results 1051 – 1075 of 1343) sorted by relevance

1...<<41424344454647484950>>...54

/PHP-8.3/ext/dom/tests/
H A Dbug47531_a.phpt42 <?xml version="1.0"?>
H A DDOMDocument_loadXML_error2_gte2_11.phpt5 if (LIBXML_VERSION < 21100 || LIBXML_VERSION >= 21200) die('skip libxml2 test variant for version >…
H A Dbug47531_b.phpt43 <?xml version="1.0"?>
/PHP-8.3/ext/snmp/tests/
H A Dsnmp3.phpt19 echo "Working version\n";
79 Working version
/PHP-8.3/ext/standard/html_tables/mappings/
H A DROMAN.TXT4 # Contents: Map (external version) from Mac OS Roman
20 # Encoding Converter version 1.5.
32 # n03 1995-Apr-15 First version (after fixing some typos).
132 # Details of mapping changes in each version:
135 # Changes from version n08 to version b02:
140 # Changes from version n03 to version n04:
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_info.phpt24 printf("[002] Wonderful, I can change the client version!\n");
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_call_timeout.phpt18 die("skip works only with Oracle 18c or greater version of Oracle client libraries");
/PHP-8.3/ext/xmlreader/tests/
H A D003-mb.phpt9 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
H A D015-get-errors.phpt10 $xmlstring = '<?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/soap/tests/
H A Dtypemap009.phpt56 <?xml version="1.0" encoding="UTF-8"?>
H A Dbug79536.phpt61 <?xml version="1.0" encoding="UTF-8"?>
H A Dtypemap010.phpt56 <?xml version="1.0" encoding="UTF-8"?>
/PHP-8.3/ext/fileinfo/tests/
H A Dbug77961.magic15 >5 byte x version %d.
/PHP-8.3/ext/oci8/tests/
H A Derror_bind_2.phpt16 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
H A Dimp_res_get_close_1.phpt16 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
H A Dimp_res_get_close_2.phpt16 die("skip works only with Oracle 12c or greater version of Oracle client libraries");
/PHP-8.3/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_sel_up_del.phpt9 …rts_batch_statements_without_select($db)) die('xfail test will fail with this version of FreeTDS');
/PHP-8.3/ext/spl/tests/
H A Drecursivedualiterator.inc15 * @version 1.0
/PHP-8.3/ext/mysqli/tests/
H A Dbug42548.phpt12 die(sprintf('skip Needs MySQL 5.0+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_query.phpt48 $res = mysqli_query($link, 'CALL p(@version)');
49 $res = mysqli_query($link, 'SELECT @version AS p_version');
/PHP-8.3/ext/posix/
H A Dconfig.m417 AS_IF([command -v ldd >/dev/null && ldd --version 2>&1 | grep ^musl >/dev/null 2>&1],
/PHP-8.3/ext/pdo_firebird/
H A Dfirebird_driver.c522 num_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer()
537 S->out_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer()
561 S->in_sqlda->version = PDO_FB_SQLDA_VERSION; in firebird_handle_preparer()
604 in_sqlda.version = out_sqlda.version = PDO_FB_SQLDA_VERSION; in firebird_handle_doer()
/PHP-8.3/ext/openssl/tests/
H A Dopenssl_x509_parse_basic.phpt51 ["version"]=>
198 ["version"]=>
/PHP-8.3/ext/dom/
H A Ddocument.c226 char *version; in dom_document_version_read() local
233 version = (char *) docp->version; in dom_document_version_read()
235 if (version != NULL) { in dom_document_version_read()
236 ZVAL_STRING(retval, version); in dom_document_version_read()
259 if (docp->version != NULL) { in dom_document_version_write()
260 xmlFree((xmlChar *) docp->version ); in dom_document_version_write()
263 docp->version = xmlStrdup((const xmlChar *) ZSTR_VAL(str)); in dom_document_version_write()
1165 char *encoding, *version = NULL; in PHP_METHOD() local
1169 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "|ss", &version, &version_len, &encoding, &encoding_len… in PHP_METHOD()
1173 docp = xmlNewDoc((xmlChar *) version); in PHP_METHOD()
/PHP-8.3/scripts/dev/
H A Dgenfiles51 current_version=$($YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | tr -d a-z)

Completed in 50 milliseconds

1...<<41424344454647484950>>...54