/php-src/.github/workflows/ |
H A D | real-time-benchmark.yml | 31 path: 'php-version-benchmarks' 76 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 82 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 88 …cp ./php-version-benchmarks/config/php/master.ini.dist ./php-version-benchmarks/config/php/master_… 92 … git clone ./php-version-benchmarks/tmp/php_master/ ./php-version-benchmarks/tmp/php_master_jit 93 …cp ./php-version-benchmarks/config/php/master_jit.ini.dist ./php-version-benchmarks/config/php/mas… 97 …cp ./php-version-benchmarks/config/test/1_laravel.ini.dist ./php-version-benchmarks/config/test/1_… 98 …cp ./php-version-benchmarks/config/test/2_symfony_main.ini.dist ./php-version-benchmarks/config/te… 99 …cp ./php-version-benchmarks/config/test/4_wordpress.ini.dist ./php-version-benchmarks/config/test/… 100 …cp ./php-version-benchmarks/config/test/5_bench.php.ini.dist ./php-version-benchmarks/config/test/… [all …]
|
/php-src/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"); 22 // If its a version string it should be of the format \d+\.\d+\.\d+.* 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); [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);
|
/php-src/ext/dom/tests/gh11830/ |
H A D | document_variation.phpt | 10 <?xml version="1.0"?> 45 <?xml version="1.0"?> 47 <?xml version="1.0"?> 53 <?xml version="1.0"?> 55 <?xml version="1.0"?> 61 <?xml version="1.0"?> 63 <?xml version="1.0"?> 69 <?xml version="1.0"?> 71 <?xml version="1.0"?> 77 <?xml version="1.0"?> [all …]
|
H A D | hierarchy_variation.phpt | 10 <?xml version="1.0"?> 38 <?xml version="1.0"?> 40 <?xml version="1.0"?> 42 <?xml version="1.0"?> 44 <?xml version="1.0"?> 46 <?xml version="1.0"?>
|
/php-src/ext/dom/tests/ |
H A D | DOMDocument_version_write.phpt | 2 DOMDocument::$version write 14 var_dump($dom->version); 15 $dom->version = "foobar"; 16 var_dump($dom->version); 20 $dom->version = new MyThrowingStringable; 24 var_dump($dom->version); 30 <?xml version="foobar"?> 33 <?xml version="foobar"?>
|
H A D | DOMEntity_fields.phpt | 8 <?xml version="1.0"?> 40 echo "version: "; 41 var_dump($entity->version); 56 version: 57 Deprecated: Property DOMEntity::$version is deprecated in %s on line %d 70 version: 84 version: 98 version: 112 version: 126 version: [all …]
|
H A D | DOMElement_insertAdjacentElement.phpt | 95 <?xml version="1.0"?> 98 <?xml version="1.0"?> 101 <?xml version="1.0"?> 104 <?xml version="1.0"?> 108 <?xml version="1.0"?> 111 <?xml version="1.0"?> 114 <?xml version="1.0"?> 117 <?xml version="1.0"?> 122 <?xml version="1.0"?> 125 <?xml version="1.0"?> [all …]
|
H A D | DOMElement_insertAdjacentText.phpt | 9 $dom->loadXML('<?xml version="1.0"?><container><p>foo</p></container>'); 61 <?xml version="1.0"?> 63 <?xml version="1.0"?> 65 <?xml version="1.0"?> 67 <?xml version="1.0"?> 70 <?xml version="1.0"?> 72 <?xml version="1.0"?> 74 <?xml version="1.0"?> 76 <?xml version="1.0"?>
|
H A D | DOMDocument_importNode_attribute_prefix_conflict.phpt | 12 $dom1->loadXML('<?xml version="1.0"?><container xmlns:foo="http://php.net" foo:bar="yes"/>'); 13 $dom2->loadXML('<?xml version="1.0"?><container xmlns:foo="http://php.net/2"/>'); 25 $dom1->loadXML('<?xml version="1.0"?><container xmlns:foo="http://php.net" foo:bar="yes"/>'); 42 $dom1->loadXML('<?xml version="1.0"?><container xmlns="http://php.net" bar="yes"/>'); 43 $dom2->loadXML('<?xml version="1.0"?><container xmlns="http://php.net/2"/>'); 54 <?xml version="1.0"?> 56 <?xml version="1.0"?> 63 <?xml version="1.0"?> 65 <?xml version="1.0"?> 68 <?xml version="1.0"?> [all …]
|
H A D | DOMParentNode_empty_argument.phpt | 8 $dom->loadXML('<?xml version="1.0"?><root><node/></root>'); 68 <?xml version="1.0"?> 70 <?xml version="1.0"?> 72 <?xml version="1.0"?> 76 <?xml version="1.0"?> 79 <?xml version="1.0"?> 82 <?xml version="1.0"?> 84 <?xml version="1.0"?>
|
/php-src/ext/pcre/tests/ |
H A D | preg_match_error4.phpt | 39 "version": "1.8.1", 51 "version": "1.0.10", 62 "version": "0.2.1", 73 "version": "3.15.7", 84 "version": "3.1.0", 95 "version": "v0.7.3", 106 "version": "0.1.3", 117 "version": "3.0.0", 140 "version": "0.1", 318 "version": "0.1", [all …]
|
H A D | bug76514.phpt | 26 "version": "v1.0.0", 37 "version": "3.9.4", 61 "version": "v1.2.7", 72 "version": "v1.6.0", 83 "version": "v1.3.0", 94 "version": "v2.6.1", 127 "version": "v1.16", 138 "version": "7.2.5", 149 "version": "5.3.0", 204 "version": "v1.4", [all …]
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | XMLDocument_version.phpt | 2 XMLDocument::$version 11 foreach (['0.1', '1.0', '1.1', '', 'foo'] as $version) { 13 $dom->xmlVersion = $version; 23 Invalid XML version 27 Invalid XML version 29 Invalid XML version
|
H A D | xml_serialize_formatting.phpt | 34 <?xml version="1.0" encoding="UTF-8"?> 37 <?xml version="1.0" encoding="UTF-8"?> 40 <?xml version="1.0" encoding="UTF-8"?> 46 <?xml version="1.0" encoding="UTF-8"?> 53 <?xml version="1.0" encoding="UTF-8"?> 56 <?xml version="1.0" encoding="UTF-8"?> 67 <?xml version="1.0" encoding="UTF-8"?>
|
/php-src/ext/curl/ |
H A D | sync-constants.php | 287 * @param string $version 293 function getHexVersion(string $version) : string argument 295 $parts = explode('.', $version); 302 throw new \RuntimeException('Invalid version number: ' . $version); 309 throw new \RuntimeException('Invalid version number: ' . $version); 315 throw new \RuntimeException('Invalid version number: ' . $version);
|
/php-src/ext/standard/tests/array/ |
H A D | array_sum_empty_array.phpt | 7 echo "array_sum() version:\n"; 10 echo "array_reduce() version:\n"; 14 array_sum() version: 16 array_reduce() version:
|
H A D | array_product_empty_array.phpt | 7 echo "array_product() version:\n"; 10 echo "array_reduce() version:\n"; 14 array_product() version: 16 array_reduce() version:
|
H A D | array_product_variation6.phpt | 9 echo "array_product() version:\n"; 12 echo "array_reduce() version:\n"; 16 array_product() version: 18 array_reduce() version:
|
H A D | array_sum_variation9.phpt | 9 echo "array_sum() version:\n"; 12 echo "array_reduce() version:\n"; 16 array_sum() version: 18 array_reduce() version:
|
/php-src/ext/zlib/tests/ |
H A D | func.inc | 5 $version = NULL; 12 // $version = $match[1]; 14 $version = $match[2]; 17 return $version;
|
/php-src/ext/pdo_dblib/tests/ |
H A D | dbtds.phpt | 16 $version = $db->getAttribute(PDO::DBLIB_ATTR_TDS_VERSION); 17 var_dump((is_string($version) && strlen($version)) || $version === false);
|
/php-src/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-src/ext/xsl/tests/xinclude/ |
H A D | xinclude.phpt | 12 $xml->loadXML('<?xml version="1.0"?><root/>'); 16 <?xml version="1.0"?> 17 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 38 <?xml version="1.0"?> 40 <?xml version="1.0"?>
|
/php-src/ext/dom/tests/modern/token_list/ |
H A D | replace.phpt | 40 <?xml version="1.0" encoding="UTF-8"?> 43 <?xml version="1.0" encoding="UTF-8"?> 46 <?xml version="1.0" encoding="UTF-8"?> 49 <?xml version="1.0" encoding="UTF-8"?> 52 <?xml version="1.0" encoding="UTF-8"?> 54 <?xml version="1.0" encoding="UTF-8"?>
|