Home
last modified time | relevance | path

Searched refs:length_is_null (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/sockets/
H A Dsockets.c861 bool length_is_null = 1; local
868 Z_PARAM_LONG_OR_NULL(length, length_is_null)
879 if (length_is_null) {
/php-src/ext/spl/
H A Dspl_directory.c2609 bool length_is_null = true; in PHP_METHOD() local
2615 Z_PARAM_LONG_OR_NULL(length, length_is_null) in PHP_METHOD()
2620 if (!length_is_null) { in PHP_METHOD()
/php-src/ext/standard/
H A Darray.c3785 bool length_is_null = 1; local
3792 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3798 if (length_is_null) {
3900 bool length_is_null = 1; /* Whether an explicit length has been omitted */ local
3910 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3918 if (length_is_null) {
H A Dstring.c5661 bool length_is_null = 1; local
5671 Z_PARAM_LONG_OR_NULL(length, length_is_null)
5693 if (!length_is_null) {

Completed in 48 milliseconds