/PHP-8.2/ext/spl/ |
H A D | php_spl.h | 47 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 D | config.m4 | 1 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 D | config.w32 | 3 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 D | php_spl.c | 42 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 D | labeler.yml | 179 "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 D | gh14290.phpt | 2 GH-14290 (Member access within null pointer in extension spl)
|
H A D | arrayObject_uasort_error1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_uksort_error1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | gh14639.phpt | 2 GH-14639 (Member access within null pointer in ext/spl/spl_observer.c)
|
H A D | arrayObject_uasort_basic1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_uksort_basic1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_asort_basic2.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_ksort_basic2.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_asort_basic1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_ksort_basic1.phpt | 6 * Source code: ext/spl/spl_array.c
|
H A D | arrayObject_natcasesort_basic1.phpt | 6 * Source code: ext/spl/spl_array.c
|
/PHP-8.2/ext/spl/tests/SplFileObject/ |
H A D | fileobject_004.phpt | 8 chdir(dirname(__DIR__)); // ext/spl
|
H A D | fileobject_getfileinfo_basic.phpt | 32 string(%d) "%sext%e%spl%etests%eSplFileObject"
|
/PHP-8.2/ext/pdo/ |
H A D | config.w32 | 7 ADD_EXTENSION_DEP('pdo', 'spl', true);
|
H A D | config.m4 | 13 PHP_ADD_EXTENSION_DEP(pdo, spl, true)
|
/PHP-8.2/ext/simplexml/ |
H A D | config.m4 | 20 PHP_ADD_EXTENSION_DEP(simplexml, spl, true)
|
H A D | config.w32 | 20 if (!ADD_EXTENSION_DEP('simplexml', 'spl', true)) {
|
/PHP-8.2/Zend/tests/ |
H A D | bug63741.phpt | 2 Bug #63741 (Crash when autoloading from spl)
|
/PHP-8.2/ext/phar/ |
H A D | config.m4 | 21 PHP_ADD_EXTENSION_DEP(phar, spl, true)
|
/PHP-8.2/ext/zend_test/tests/ |
H A D | zend_internal_class_prop_intersection.phpt | 5 spl
|