Searched refs:spl (Results 1 – 25 of 146) sorted by relevance
123456
/PHP-5.4/ext/spl/ |
H A D | php_spl.h | 58 PHP_MINIT_FUNCTION(spl); 59 PHP_MSHUTDOWN_FUNCTION(spl); 60 PHP_RINIT_FUNCTION(spl); 61 PHP_RSHUTDOWN_FUNCTION(spl); 62 PHP_MINFO_FUNCTION(spl); 65 ZEND_BEGIN_MODULE_GLOBALS(spl) 73 ZEND_END_MODULE_GLOBALS(spl)
|
H A D | config.m4 | 25 …PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_dire… 26 …PHP_INSTALL_HEADERS([ext/spl], [php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.… 27 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:
|
H A D | php_spl.c | 47 ZEND_GET_MODULE(spl) 50 ZEND_DECLARE_MODULE_GLOBALS(spl) in ZEND_DECLARE_MODULE_GLOBALS() argument 56 static PHP_GINIT_FUNCTION(spl) in ZEND_DECLARE_MODULE_GLOBALS() 813 PHP_MINFO_FUNCTION(spl) in PHP_MINFO_FUNCTION() argument 932 PHP_MINIT_FUNCTION(spl) in PHP_MINIT_FUNCTION() argument 980 PHP_MINIT(spl), 982 PHP_RINIT(spl), 983 PHP_RSHUTDOWN(spl), 984 PHP_MINFO(spl), 986 PHP_MODULE_GLOBALS(spl), [all …]
|
/PHP-5.4/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-5.4/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');
|
/PHP-5.4/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-5.4/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-5.4/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-5.4/ext/pdo/ |
H A D | config.w32 | 8 ADD_EXTENSION_DEP('pdo', 'spl', true);
|
/PHP-5.4/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"); ?>
|
H A D | corrupt_004.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
H A D | corrupt_007.phpt | 5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
|
Completed in 31 milliseconds
123456