Home
last modified time | relevance | path

Searched refs:version (Results 326 – 350 of 1215) sorted by relevance

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

/PHP-7.4/ext/snmp/
H A Dconfig.m418 snmp_full_version=`$SNMP_CONFIG --version`
33 AC_MSG_ERROR([Net-SNMP version 5.3 or greater reqired (detected $snmp_full_version).])
/PHP-7.4/ext/xmlreader/tests/
H A DreadString_basic.phpt8 $xml = '<?xml version="1.0" encoding="UTF-8"?><books><book>Book1</book><book>Book2</book></books>';
/PHP-7.4/sapi/cli/tests/
H A D001.phpt2 version string
/PHP-7.4/ext/dom/tests/
H A Dbug50661.phpt15 <?xml version="1.0"?>
H A DDOMDocument_createEntityReference_basic.phpt18 <?xml version="1.0"?>
H A DDOMDocument_relaxNGValidate_basic.phpt13 <?xml version="1.0"?>
H A Dbug73907.phpt7 $xmlString = '<?xml version="1.0" encoding="utf-8" ?>
H A DDOMDocumentType_systemId_basic_001.phpt10 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
/PHP-7.4/Zend/tests/
H A Dbug47572.phpt17 …fined constant FOO - assumed 'FOO' (this will throw an Error in a future version of PHP) in %s on …
H A Dconstants_005.phpt10 …_safe - assumed 'ZEND_THREAD_safe' (this will throw an Error in a future version of PHP) in %s on …
H A Dlist_keyed_undefined.phpt7 7 => "the best PHP version",
/PHP-7.4/ext/simplexml/tests/
H A Dbug41175.phpt16 <?xml version="1.0"?>
H A Dprofile02.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile04.phpt7 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile05.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile08.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
H A Dprofile09.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
/PHP-7.4/ext/xmlrpc/tests/
H A D007.phpt12 <?xml version="1.0" encoding="utf-8"?>
/PHP-7.4/ext/spl/tests/
H A Diterator_006.phpt8 $root = simplexml_load_string('<?xml version="1.0"?>
/PHP-7.4/ext/xmlwriter/tests/
H A D002.phpt18 <?xml version="1.0" encoding="UTF-8"?>
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt15 die(sprintf("skip Cannot determine MySQL Server version\n"));
17 $version = $matches[1] * 10000 + $matches[2] * 100 + $matches[3];
18 if ($version < 50000)
20 $matches[1], $matches[2], $matches[3], $version));
/PHP-7.4/ext/oci8/tests/
H A Dedition_1.phpt25 die("skip test expected to work only with Oracle 11gR2 or greater version of client");
74 // Create a different version of view_ed in MYEDITION1.
86 echo "version of view_ed in MYEDITION\n";
138 version of view_ed in MYEDITION
/PHP-7.4/ext/standard/tests/misc/
H A Dbug65550.phpt9 var_dump($caps['browser'], $caps['version']);
/PHP-7.4/sapi/cgi/tests/
H A D001.phpt2 version string
/PHP-7.4/scripts/dev/
H A Dmakedist39 - X is major version number
40 - Y is minor version number
41 - Z is patch version number

Completed in 148 milliseconds

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