Searched refs:version (Results 326 – 350 of 1215) sorted by relevance
1...<<11121314151617181920>>...49
18 snmp_full_version=`$SNMP_CONFIG --version`33 AC_MSG_ERROR([Net-SNMP version 5.3 or greater reqired (detected $snmp_full_version).])
8 $xml = '<?xml version="1.0" encoding="UTF-8"?><books><book>Book1</book><book>Book2</book></books>';
2 version string
15 <?xml version="1.0"?>
18 <?xml version="1.0"?>
13 <?xml version="1.0"?>
7 $xmlString = '<?xml version="1.0" encoding="utf-8" ?>
10 $xml = '<?xml version="1.0" encoding="UTF-8" ?>';
17 …fined constant FOO - assumed 'FOO' (this will throw an Error in a future version of PHP) in %s on …
10 …_safe - assumed 'ZEND_THREAD_safe' (this will throw an Error in a future version of PHP) in %s on …
7 7 => "the best PHP version",
16 <?xml version="1.0"?>
7 $root = simplexml_load_string('<?xml version="1.0"?>
8 $root = simplexml_load_string('<?xml version="1.0"?>
12 <?xml version="1.0" encoding="utf-8"?>
18 <?xml version="1.0" encoding="UTF-8"?>
15 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));
25 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
9 var_dump($caps['browser'], $caps['version']);
39 - X is major version number40 - Y is minor version number41 - Z is patch version number
Completed in 158 milliseconds