Home
last modified time | relevance | path

Searched refs:skip (Results 5476 – 5500 of 5510) sorted by relevance

1...<<211212213214215216217218219220221

/PHP-7.4/ext/standard/tests/file/
H A Dchmod_basic-win32.phpt6 die('skip Windows only chmod test');
H A Dftruncate_variation4-win32.phpt6 die('skip.. only valid for Windows');
H A Dftruncate_variation4.phpt6 die('skip.. Not valid for Windows');
H A Dumask_variation2.phpt6 die('skip.. only on Linux');
H A D006_variation1.phpt6 die('skip Not on Windows');
H A Dumask_basic.phpt6 die('skip.. only for Linux');
H A Dtempnam_variation4-1.phpt6 die('skip Not valid for Windows');
H A Dtempnam_variation4-0.phpt6 die('skip Not valid for Windows');
H A Dis_readable_basic-win32-mb.phpt6 die('skip only for Windows');
H A Dis_readable_basic-win32.phpt6 die('skip only for Windows');
H A Dis_readable_basic.phpt6 die('skip not for windows');
H A Dis_executable_basic-win32-mb.phpt6 die('skip.. only for Windows');
H A Dis_executable_basic-win32.phpt6 die('skip.. only for Windows');
H A Dis_executable_basic.phpt6 die('skip not for windows');
H A Dunlink_variation5.phpt6 die('skip only on Linux');
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvar_dump.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvar_dump_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
H A Dphar_setdefaultstub.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
/PHP-7.4/Zend/
H A Dzend_execute.c4569 #define ZEND_VM_NEXT_OPCODE_EX(check_exception, skip) \ argument
4572 OPLINE = EX(opline) + (skip); \
4575 OPLINE = opline + (skip); \
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt15 die("skip Test has been written for mysqlnd only");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_mimeheader_indent.phpt5 extension_loaded('mbstring') or die('skip');
6 function_exists('mb_encode_mimeheader') or die("skip mb_encode_mimeheader() is not available in thi…
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt4 <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
5 <?php if (version_compare(INTL_ICU_VERSION, '65.0') >= 0) die('skip for ICU < 65.0'); ?>
H A Dgrapheme2.phpt4 <?php if( !extension_loaded( 'intl' ) ) print 'skip'; ?>
5 <?php if (version_compare(INTL_ICU_VERSION, '65.0') < 0) die('skip for ICU >= 65.0'); ?>

Completed in 97 milliseconds

1...<<211212213214215216217218219220221