summaryrefslogtreecommitdiff
path: root/Zend/tests/return_types/internal_functions001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/return_types/internal_functions001.phpt')
-rw-r--r--Zend/tests/return_types/internal_functions001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/return_types/internal_functions001.phpt b/Zend/tests/return_types/internal_functions001.phpt
index 153e32ca6e..183f394c9b 100644
--- a/Zend/tests/return_types/internal_functions001.phpt
+++ b/Zend/tests/return_types/internal_functions001.phpt
@@ -2,7 +2,7 @@
Return type for internal functions
--SKIPIF--
<?php
-if (!extension_loaded('zend-test')) die('skip zend-test extension not loaded');
+if (!extension_loaded('zend_test')) die('skip zend_test extension not loaded');
// Internal function return types are only checked in debug builds
if (!PHP_DEBUG) die('skip requires debug build');
?>