Home
last modified time | relevance | path

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

12

/PHP-7.3/ext/spl/
H A Dphp_spl.h49 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 Dconfig.m44 …PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_dire…
5 …PHP_INSTALL_HEADERS([ext/spl], [php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.…
6 PHP_ADD_EXTENSION_DEP(spl, pcre, true)
H A Dconfig.w323 EXTENSION("spl", "php_spl.c spl_functions.c spl_engine.c spl_iterators.c spl_array.c spl_directory.…
6 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 Dphp_spl.c44 ZEND_GET_MODULE(spl)
47 ZEND_DECLARE_MODULE_GLOBALS(spl)
56 static PHP_GINIT_FUNCTION(spl) in PHP_GINIT_FUNCTION() argument
870 PHP_MINFO_FUNCTION(spl) in PHP_MINFO_FUNCTION() argument
994 PHP_MINIT_FUNCTION(spl) in PHP_MINIT_FUNCTION() argument
1044 PHP_MINIT(spl),
1046 PHP_RINIT(spl),
1047 PHP_RSHUTDOWN(spl),
1048 PHP_MINFO(spl),
1050 PHP_MODULE_GLOBALS(spl),
[all …]
/PHP-7.3/tests/run-test/
H A Dbug75042-2.phpt7 var_dump(extension_loaded('spl'));
/PHP-7.3/ext/spl/tests/
H A Dfileobject_004.phpt8 chdir(dirname(dirname(__FILE__))); // ext/spl
H A Dclass_implements_basic.phpt7 * Source code: ext/spl/php_spl.c
H A Dclass_uses_basic.phpt7 * Source code: ext/spl/php_spl.c
H A DarrayObject_uasort_error1.phpt8 * Source code: ext/spl/spl_array.c
H A DarrayObject_uksort_error1.phpt8 * Source code: ext/spl/spl_array.c
H A DarrayObject_uasort_basic1.phpt8 * Source code: ext/spl/spl_array.c
H A DarrayObject_uksort_basic1.phpt8 * Source code: ext/spl/spl_array.c
H A DarrayObject_asort_basic2.phpt8 * Source code: ext/spl/spl_array.c
H A DarrayObject_ksort_basic2.phpt8 * Source code: ext/spl/spl_array.c
H A Dclass_implements_variation.phpt7 * Source code: ext/spl/php_spl.c
H A Dclass_uses_variation.phpt7 * Source code: ext/spl/php_spl.c
/PHP-7.3/ext/pdo/
H A Dconfig.w327 ADD_EXTENSION_DEP('pdo', 'spl', true);
/PHP-7.3/Zend/tests/
H A Dbug63741.phpt2 Bug #63741 (Crash when autoloading from spl)
/PHP-7.3/ext/simplexml/
H A Dconfig.w3220 if (!ADD_EXTENSION_DEP('simplexml', 'spl', true)) {
H A Dconfig.m426 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
/PHP-7.3/ext/standard/tests/general_functions/
H A Dbug44295-win.phpt6 if (!extension_loaded("spl") || is_dir('c:\\not\\exists\\here')) die("skip");
H A Dbug44295.phpt6 if (!extension_loaded("spl") || is_dir('/this/path/does/not/exist')) die("skip");
/PHP-7.3/
H A D.gitignore175 ext/reflection/spl.chm
176 ext/spl/examples/.htaccess
177 ext/spl/examples/*.phps
/PHP-7.3/ext/phar/
H A Dconfig.m427 PHP_ADD_EXTENSION_DEP(phar, spl, true)

Completed in 23 milliseconds

12