Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/spl/
H A Dphp_spl.h47 PHP_MINIT_FUNCTION(spl);
48 PHP_MSHUTDOWN_FUNCTION(spl);
49 PHP_RINIT_FUNCTION(spl);
50 PHP_RSHUTDOWN_FUNCTION(spl);
51 PHP_MINFO_FUNCTION(spl);
H A Dconfig.m41 PHP_NEW_EXTENSION(spl, php_spl.c spl_functions.c spl_iterators.c spl_array.c spl_directory.c spl_ex…
2 PHP_INSTALL_HEADERS([ext/spl], [php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h…
3 PHP_ADD_EXTENSION_DEP(spl, pcre, true)
4 PHP_ADD_EXTENSION_DEP(spl, standard, true)
5 PHP_ADD_EXTENSION_DEP(spl, json)
H A Dconfig.w323 EXTENSION("spl", "php_spl.c spl_functions.c spl_iterators.c spl_array.c spl_directory.c spl_excepti…
5 PHP_INSTALL_HEADERS("ext/spl", "php_spl.h spl_array.h spl_directory.h spl_engine.h spl_exceptions.h…
H A Dphp_spl.c42 ZEND_GET_MODULE(spl)
689 PHP_MINFO_FUNCTION(spl) in PHP_MINFO_FUNCTION() argument
722 PHP_MINIT_FUNCTION(spl) in PHP_MINIT_FUNCTION() argument
739 PHP_RINIT_FUNCTION(spl) /* {{{ */ in PHP_RINIT_FUNCTION() argument
746 PHP_RSHUTDOWN_FUNCTION(spl) /* {{{ */ in PHP_RSHUTDOWN_FUNCTION() argument
770 PHP_MINIT(spl),
772 PHP_RINIT(spl),
773 PHP_RSHUTDOWN(spl),
774 PHP_MINFO(spl),
/PHP-8.2/.github/
H A Dlabeler.yml179 "Extension: spl":
180 - ext/spl/**/*
317 - 'ext/spl/php_spl.h'
318 - 'ext/spl/spl_array.h'
319 - 'ext/spl/spl_directory.h'
320 - 'ext/spl/spl_dllist.h'
321 - 'ext/spl/spl_engine.h'
324 - 'ext/spl/spl_functions.h'
325 - 'ext/spl/spl_heap.h'
326 - 'ext/spl/spl_iterators.h'
[all …]
/PHP-8.2/ext/spl/tests/
H A Dgh14290.phpt2 GH-14290 (Member access within null pointer in extension spl)
H A DarrayObject_uasort_error1.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_uksort_error1.phpt6 * Source code: ext/spl/spl_array.c
H A Dgh14639.phpt2 GH-14639 (Member access within null pointer in ext/spl/spl_observer.c)
H A DarrayObject_uasort_basic1.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_uksort_basic1.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_asort_basic2.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_ksort_basic2.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_asort_basic1.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_ksort_basic1.phpt6 * Source code: ext/spl/spl_array.c
H A DarrayObject_natcasesort_basic1.phpt6 * Source code: ext/spl/spl_array.c
/PHP-8.2/ext/spl/tests/SplFileObject/
H A Dfileobject_004.phpt8 chdir(dirname(__DIR__)); // ext/spl
H A Dfileobject_getfileinfo_basic.phpt32 string(%d) "%sext%e%spl%etests%eSplFileObject"
/PHP-8.2/ext/pdo/
H A Dconfig.w327 ADD_EXTENSION_DEP('pdo', 'spl', true);
H A Dconfig.m413 PHP_ADD_EXTENSION_DEP(pdo, spl, true)
/PHP-8.2/ext/simplexml/
H A Dconfig.m420 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
H A Dconfig.w3220 if (!ADD_EXTENSION_DEP('simplexml', 'spl', true)) {
/PHP-8.2/Zend/tests/
H A Dbug63741.phpt2 Bug #63741 (Crash when autoloading from spl)
/PHP-8.2/ext/phar/
H A Dconfig.m421 PHP_ADD_EXTENSION_DEP(phar, spl, true)
/PHP-8.2/ext/zend_test/tests/
H A Dzend_internal_class_prop_intersection.phpt5 spl

Completed in 36 milliseconds

12