Home
last modified time | relevance | path

Searched refs:spl (Results 1 – 25 of 147) sorted by relevance

123456

/PHP-5.5/ext/spl/
H A Dphp_spl.h58 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 Dconfig.m425 …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 Dconfig.w324 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 DREADME3 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 DTODO1 This is the ToDo of ext/spl:
H A Dphp_spl.c47 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()
822 PHP_MINFO_FUNCTION(spl) in PHP_MINFO_FUNCTION() argument
943 PHP_MINIT_FUNCTION(spl) in PHP_MINIT_FUNCTION() argument
991 PHP_MINIT(spl),
993 PHP_RINIT(spl),
994 PHP_RSHUTDOWN(spl),
995 PHP_MINFO(spl),
997 PHP_MODULE_GLOBALS(spl),
[all …]
/PHP-5.5/ext/spl/tests/
H A Dcountable_class_basic1.phpt5 // 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 Dbug44144.phpt4 <?php if (!extension_loaded("spl")) print "skip"; ?>
H A Dfileobject_004.phpt8 chdir(dirname(dirname(__FILE__))); // ext/spl
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_object1.phpt5 // 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.5/Zend/tests/
H A Dgc_024.phpt6 <?php if (!extension_loaded("spl")) print "skip SPL extension required"; ?>
H A Dunset_cv10.phpt4 <?php if (!extension_loaded("spl")) print "skip SPL extension required"; ?>
H A Dns_035.phpt4 <?php if (!extension_loaded("spl")) die("skip SPL is no available"); ?>
/PHP-5.5/ext/pdo/tests/
H A Dpdo_031.phpt11 …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.5/ext/pdo/
H A Dconfig.w328 ADD_EXTENSION_DEP('pdo', 'spl', true);
/PHP-5.5/ext/phar/tests/
H A Dphar_get_supportedcomp4.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dphar_oo_nosig.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dphar_get_supportedcomp2.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dphar_get_supportedcomp3.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dphar_get_supportedcomp1.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_005.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dcorrupt_002.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dcorrupt_003.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dcorrupt_004.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
H A Dcorrupt_007.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>

Completed in 70 milliseconds

123456