Home
last modified time | relevance | path

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

12

/php-src/ext/spl/
H A Dphp_spl.h27 PHP_MINIT_FUNCTION(spl);
28 PHP_MSHUTDOWN_FUNCTION(spl);
29 PHP_RINIT_FUNCTION(spl);
30 PHP_RSHUTDOWN_FUNCTION(spl);
31 PHP_MINFO_FUNCTION(spl);
H A Dconfig.m41 PHP_NEW_EXTENSION([spl], m4_normalize([
15 PHP_INSTALL_HEADERS([ext/spl], m4_normalize([
27 PHP_ADD_EXTENSION_DEP(spl, pcre, true)
28 PHP_ADD_EXTENSION_DEP(spl, standard, true)
29 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_exceptions.h spl_function…
H A Dphp_spl.c686 PHP_MINFO_FUNCTION(spl) in PHP_MINFO_FUNCTION() argument
719 PHP_MINIT_FUNCTION(spl) in PHP_MINIT_FUNCTION() argument
736 PHP_RINIT_FUNCTION(spl) /* {{{ */ in PHP_RINIT_FUNCTION() argument
743 PHP_RSHUTDOWN_FUNCTION(spl) /* {{{ */ in PHP_RSHUTDOWN_FUNCTION() argument
767 PHP_MINIT(spl),
769 PHP_RINIT(spl),
770 PHP_RSHUTDOWN(spl),
771 PHP_MINFO(spl),
/php-src/.github/
H A Dlabeler.yml283 "Extension: spl":
286 - ext/spl/**/*
480 - 'ext/spl/php_spl.h'
481 - 'ext/spl/spl_array.h'
482 - 'ext/spl/spl_directory.h'
483 - 'ext/spl/spl_dllist.h'
484 - 'ext/spl/spl_exceptions.h'
486 - 'ext/spl/spl_functions.h'
487 - 'ext/spl/spl_heap.h'
488 - 'ext/spl/spl_iterators.h'
[all …]
/php-src/ext/spl/tests/
H A Dgh15918.phpt2 GH-15918 (Assertion failure in ext/spl/spl_fixedarray.c)
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 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 Dgh14639.phpt2 GH-14639 (Member access within null pointer in ext/spl/spl_observer.c)
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_004.phpt8 chdir(dirname(__DIR__)); // ext/spl
/php-src/ext/pdo/
H A Dconfig.w327 ADD_EXTENSION_DEP('pdo', 'spl');
H A Dconfig.m414 PHP_ADD_EXTENSION_DEP(pdo, spl)
/php-src/ext/simplexml/
H A Dconfig.m413 PHP_ADD_EXTENSION_DEP(simplexml, spl)
H A Dconfig.w328 ADD_EXTENSION_DEP('simplexml', 'spl') &&
/php-src/ext/mysqli/
H A Dconfig.w3221 ADD_EXTENSION_DEP('mysqli', 'spl');
/php-src/ext/session/
H A Dconfig.w329 ADD_EXTENSION_DEP('session', 'spl', true);
/php-src/Zend/tests/
H A Dbug63741.phpt2 Bug #63741 (Crash when autoloading from spl)
/php-src/ext/snmp/
H A Dconfig.w3210 ADD_EXTENSION_DEP('snmp', 'spl');
/php-src/ext/zend_test/tests/
H A Dinternal_dnf_arguments.phpt5 spl
/php-src/ext/phar/
H A Dconfig.m432 PHP_ADD_EXTENSION_DEP(phar, spl)

Completed in 37 milliseconds

12