/PHP-5.6/ext/wddx/tests/ |
H A D | bug37569.phpt | 21 <wddxPacket version='1.0'><header/><data><string>A</string></data></wddxPacket> 25 <wddxPacket version='1.0'><header/><data><string>B</string></data></wddxPacket> 29 <wddxPacket version='1.0'><header/><data><string>C</string></data></wddxPacket> 33 <wddxPacket version='1.0'><header/><data><string>D</string></data></wddxPacket> 37 <wddxPacket version='1.0'><header/><data><string>E</string></data></wddxPacket> 41 <wddxPacket version='1.0'><header/><data><string>F</string></data></wddxPacket> 45 <wddxPacket version='1.0'><header/><data><string>G</string></data></wddxPacket> 49 <wddxPacket version='1.0'><header/><data><string>H</string></data></wddxPacket> 53 <wddxPacket version='1.0'><header/><data><string>I</string></data></wddxPacket> 57 <wddxPacket version='1.0'><header/><data><string>J</string></data></wddxPacket> [all …]
|
H A D | bug73065.phpt | 13 <?xml version='1.0' ?> 30 <?xml version='1.0' ?> 42 <?xml version='1.0' ?> 54 <?xml version='1.0' ?> 66 <?xml version='1.0' ?>
|
H A D | bug72564.phpt | 14 string(84) "<wddxPacket version='1.0'><header/><data><boolean value='true'/></data></wddxPacket>" 16 string(85) "<wddxPacket version='1.0'><header/><data><boolean value='false'/></data></wddxPacket>" 18 string(68) "<wddxPacket version='1.0'><header/><data><null/></data></wddxPacket>"
|
/PHP-5.6/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_server_version.phpt | 17 $version = $db->getAttribute(PDO::ATTR_SERVER_VERSION); 18 if ('' == $version) 19 printf("[001] Server version must not be empty\n"); 24 if (is_string($version)) { 27 printf("[002] Client version string seems wrong, got '%s'\n", $version); 41 } else if (is_int($version)) { 43 $major = floor($version / 10000); 44 $minor = floor(($version - ($main * 10000)) / 100); 45 $sub = $version - ($main * 10000) - ($minor * 100); 56 printf("[009] Wonderful, I can change the client version!\n"); [all …]
|
H A D | pdo_mysql_attr_client_version.phpt | 17 $version = $db->getAttribute(PDO::ATTR_CLIENT_VERSION); 22 if ('' == $version) 23 printf("[001] Client version must not be empty\n"); 28 printf("[002] Wonderful, I can change the client version!\n"); 31 if ($new_version !== $version) 32 printf("[003] Did we change it from '%s' to '%s'?\n", $version, $new_version);
|
H A D | bug_61411.phpt | 14 die(sprintf("skip Cannot determine MySQL Server version\n")); 16 $version = $matches[0] * 10000 + $matches[1] * 100 + $matches[2]; 17 if ($version < 40106) 19 $matches[0], $matches[1], $matches[2], $version));
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | 071.phpt | 14 $version = $mysql->server_version; 24 /* libmysql return value seems to depend on server version */ 25 if ((($version >= 50123) || ($version <= 40200)) && $version != 50200) { 26 /* TODO: find exact version */ 28 …ntf("[001] Expecting boolean/true got %s/%s @\n", gettype($ret), var_export($ret, true), $version); 32 …tf("[001] Expecting boolean/false got %s/%s @\n", gettype($ret), var_export($ret, true), $version); 51 /* libmysql return value seems to depend on server version */ 52 if ((($version >= 50123) || ($version <= 40200)) && $version != 50200) { 53 /* TODO: find exact version */ 55 …ntf("[002] Expecting boolean/true got %s/%s @\n", gettype($ret), var_export($ret, true), $version); [all …]
|
H A D | mysqli_stmt_execute_stored_proc.phpt | 44 $version = 'unknown'; 45 if (!mysqli_stmt_bind_result($stmt, $version) || 49 if (($version == "unknown") || ($version == "")) 51 $version, 122 $version = 'unknown'; 127 if ($version != "myversion") 129 $version, 148 $version = 'myversion'; 164 $version = 'unknown'; 169 if ($version !== "myversion") [all …]
|
H A D | mysqli_constants.phpt | 120 $version = 50007 + 1; 127 $version = mysqli_get_client_version(); 130 if (($version > 51122 && $version < 60000) || ($version > 60003) || $IS_MYSQLND) { 135 if ($version >= 50500 || $IS_MYSQLND) { 139 if ($version >= 50033 || $IS_MYSQLND) { 147 if ($version >= 50606 || $IS_MYSQLND) { 151 if ($version > 50002) { 158 if ($version > 50002 || $IS_MYSQLND) { 162 if ($version > 50003) { 172 if ($version > 50007) { [all …]
|
H A D | mysqli_stmt_execute_stored_proc_next_result.phpt | 32 $version = 'myversion'; 33 if (!mysqli_stmt_bind_param($stmt, 's', $version)) 39 $version = 'unknown'; 40 if (!mysqli_stmt_bind_result($stmt, $version) || 44 if ($version !== "myversion") 46 $version, 72 $version = 'myversion'; 79 $version = NULL; 80 if (!mysqli_stmt_bind_result($stmt, $version) || 84 if ($version !== "myversion") [all …]
|
/PHP-5.6/ext/gd/tests/ |
H A D | func.inc | 20 $version = 0; 23 $version = $match[1]; 26 return $version; 31 $version = 0; 34 $version = $match[1]; 37 return $version; 42 $version = 0; 45 $version = $match[1]; 48 return $version; 53 $version = 0; [all …]
|
/PHP-5.6/ext/xmlrpc/tests/ |
H A D | bug40576.phpt | 23 string(125) "<?xml version="1.0" encoding="utf-8"?> 32 string(130) "<?xml version="1.0" encoding="utf-8"?> 41 string(116) "<?xml version="1.0" encoding="utf-8"?> 50 string(106) "<?xml version="1.0" encoding="utf-8"?> 59 string(118) "<?xml version="1.0" encoding="utf-8"?> 68 string(139) "<?xml version="1.0" encoding="utf-8"?>
|
H A D | bug40576_64bit.phpt | 23 string(125) "<?xml version="1.0" encoding="utf-8"?> 32 string(119) "<?xml version="1.0" encoding="utf-8"?> 41 string(116) "<?xml version="1.0" encoding="utf-8"?> 50 string(106) "<?xml version="1.0" encoding="utf-8"?> 59 string(118) "<?xml version="1.0" encoding="utf-8"?> 68 string(139) "<?xml version="1.0" encoding="utf-8"?>
|
H A D | 005.phpt | 24 <?xml version="1.0" encoding="utf-8"?> 32 <?xml version="1.0" encoding="utf-8"?> 40 <?xml version="1.0" encoding="utf-8"?>
|
/PHP-5.6/ext/pgsql/tests/ |
H A D | 00version.phpt | 2 PostgreSQL version 7 // Get postgresql version for easier debugging. 8 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
|
H A D | skipif.inc | 20 function skip_server_version($version, $op = '<') 23 if (version_compare($pg, $version, $op)) { 24 die("skip Server version {$pg} is {$op} {$version}\n");
|
/PHP-5.6/ext/zlib/tests/ |
H A D | func.inc | 5 $version = NULL; 12 $version = $match[1]; 15 return $version;
|
/PHP-5.6/scripts/ |
H A D | php-config.in | 7 version="@PHP_VERSION@" 66 --version) 67 echo $version;; 84 --version [$version]
|
/PHP-5.6/ext/soap/tests/bugs/ |
H A D | bug36226-2.phpt | 25 function __doRequest($request, $location, $action, $version, $one_way = 0) { 76 public $version; 83 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU… 84 $this->version = $version; 95 <?xml version="1.0" encoding="UTF-8"?> 96 …http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><ns1:ivrEvents version="1.0" activityId=… 99 ["version"]=>
|
H A D | bug35142.phpt | 27 function __doRequest($request, $location, $action, $version, $one_way = 0) { 73 public $version; 80 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU… 81 $this->version = $version; 91 <?xml version="1.0" encoding="UTF-8"?> 92 …elope/" xmlns:ns1="http://testurl/Message"><SOAP-ENV:Body><ns1:ivrEvents version="1.0" activityId=… 95 ["version"]=>
|
H A D | bug36226.phpt | 27 function __doRequest($request, $location, $action, $version, $one_way = 0) { 74 public $version; 81 …function __construct($version, $activityId, $messageId, $source, $logOnEvent=NULL, $logOffEvent=NU… 82 $this->version = $version; 92 <?xml version="1.0" encoding="UTF-8"?> 93 …elope/" xmlns:ns1="http://testurl/Message"><SOAP-ENV:Body><ns1:ivrEvents version="1.0" activityId=… 96 ["version"]=>
|
/PHP-5.6/ext/sqlite3/tests/ |
H A D | sqlite3_version_noparam.phpt | 2 SQLite3::version test, testing for missing function parameters 11 var_dump(SQLite3::version('dummy')); 15 Warning: SQLite3::version() expects exactly 0 parameters, 1 given in %s on line %d
|
/PHP-5.6/ext/mysql/tests/ |
H A D | mysql_constants.phpt | 25 $version = mysql_get_server_info($link); 26 if (!preg_match('@(\d+)\.(\d+)\.(\d+)@ism', $version, $matches)) 27 printf("[001] Cannot get server version\n"); 28 $version = ($matches[1] * 100) + ($matches[2] * 10) + $matches[3]; 30 if ($version > 400) {
|
H A D | mysql_client_encoding.phpt | 25 if (!$res = mysql_query('SELECT version() AS server_version', $link)) 29 $version = explode('.', $tmp['server_version']); 30 if (empty($version)) 31 printf("[005] Cannot determine server version, need MySQL Server 4.1+ for the test!\n"); 33 if ($version[0] <= 4 && $version[1] < 1)
|
/PHP-5.6/sapi/caudium/ |
H A D | config.m4 | 28 …if $PIKE -e 'float v; int rel;sscanf(version(), "Pike v%f release %d", v, rel);v += rel/10000.0; i… 50 if test -f $PIKE_C_INCLUDE/version.h; then 51 …PIKE_TEST_VER=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write… 61 …PIKE_CMAJOR_VERSION=`grep "$PMAJOR" $PIKE_C_INCLUDE/version.h | sed -e 's/\(#define.*N \)\(.*\)/\2… 63 if test -n "`grep f_version $PIKE_C_INCLUDE/version.h`"; then 67 …PIKE_CMINOR_VERSION=`grep "$PMINOR" $PIKE_C_INCLUDE/version.h | sed -e 's/\(#define.*N \)\(.*\)/\2… 68 …PIKE_CBUILD_VERSION=`grep "$PBUILD" $PIKE_C_INCLUDE/version.h | sed -e 's/\(#define.*N \)\(.*\)/\2… 76 AC_MSG_RESULT(version mismatch) 84 …PIKE_VERSION=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(… 90 *** Pike version: $PIKE_VERSION"
|