Searched refs:spl (Results 1 – 25 of 133) sorted by relevance
123456
/PHP-7.2/ext/spl/ |
H A D | php_spl.h | 49 PHP_MINIT_FUNCTION(spl); 50 PHP_MSHUTDOWN_FUNCTION(spl); 51 PHP_RINIT_FUNCTION(spl); 52 PHP_RSHUTDOWN_FUNCTION(spl); 53 PHP_MINFO_FUNCTION(spl); 56 ZEND_BEGIN_MODULE_GLOBALS(spl) 63 ZEND_END_MODULE_GLOBALS(spl) 65 ZEND_EXTERN_MODULE_GLOBALS(spl) 66 #define SPL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(spl, v)
|
H A D | config.m4 | 5 …PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_dire… 6 …PHP_INSTALL_HEADERS([ext/spl], [php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.… 7 PHP_ADD_EXTENSION_DEP(spl, pcre, true)
|
H A D | config.w32 | 4 EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.… 7 PHP_INSTALL_HEADERS("ext/spl", "php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h…
|
H A D | README | 3 code in the file spl.php or in the corresponding .inc file in the examples 7 For more information look at: http://php.net/manual/en/book.spl.php
|
H A D | TODO | 1 This is the ToDo of ext/spl:
|
/PHP-7.2/tests/run-test/ |
H A D | bug75042-2.phpt | 6 if (false === stripos(`$php -n -m`, 'spl')) { 7 die('skip spl is NOT built static'); 13 var_dump(extension_loaded('spl'));
|
/PHP-7.2/ext/spl/tests/ |
H A D | countable_class_basic1.phpt | 5 // Skip the test case if Standard PHP Library(spl) is not installed 6 if( !extension_loaded('spl')) 8 die('skip spl is not installed');
|
H A D | bug44144.phpt | 4 <?php if (!extension_loaded("spl")) print "skip"; ?>
|
H A D | fileobject_004.phpt | 8 chdir(dirname(dirname(__FILE__))); // ext/spl
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | sizeof_object1.phpt | 5 // Skip the test case if Standard PHP Library(spl) is not installed 6 if( !extension_loaded('spl')) 8 die('skip spl is not installed');
|
H A D | bug40191.phpt | 4 <?php if (!extension_loaded('spl')) die("skip SPL is not available"); ?>
|
H A D | bug43505.phpt | 6 <?php if (!extension_loaded('spl')) die("skip SPL is not available"); ?>
|
/PHP-7.2/Zend/tests/ |
H A D | gc_024.phpt | 6 <?php if (!extension_loaded("spl")) print "skip SPL extension required"; ?>
|
H A D | unset_cv10.phpt | 4 <?php if (!extension_loaded("spl")) print "skip SPL extension required"; ?>
|
H A D | ns_035.phpt | 4 <?php if (!extension_loaded("spl")) die("skip SPL is no available"); ?>
|
/PHP-7.2/ext/pdo/tests/ |
H A D | pdo_031.phpt | 11 …rsiveTreeIterator', false) && !file_exists(getenv('REDIR_TEST_DIR').'../../spl/examples/recursivet… 18 if (!class_exists('RecursiveTreeIterator', false)) require_once(getenv('REDIR_TEST_DIR').'../../spl…
|
/PHP-7.2/ext/phar/tests/ |
H A D | phar_get_supportedcomp4.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
H A D | phar_get_supportedcomp2.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
H A D | phar_get_supportedcomp3.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
H A D | phar_oo_nosig.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
H A D | phar_get_supportedcomp1.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
/PHP-7.2/ext/pdo/ |
H A D | config.w32 | 8 ADD_EXTENSION_DEP('pdo', 'spl', true);
|
/PHP-7.2/ext/phar/tests/zip/ |
H A D | corrupt_005.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
H A D | corrupt_002.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
H A D | corrupt_003.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
Completed in 22 milliseconds
123456