Home
last modified time | relevance | path

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

/php-src/ext/sockets/
H A Dsockets.c857 bool length_is_null = 1; local
864 Z_PARAM_LONG_OR_NULL(length, length_is_null)
875 if (length_is_null) {
/php-src/ext/standard/
H A Darray.c3781 bool length_is_null = 1; local
3788 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3794 if (length_is_null) {
3896 bool length_is_null = 1; /* Whether an explicit length has been omitted */ local
3906 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3914 if (length_is_null) {
H A Dstring.c5674 bool length_is_null = 1; local
5684 Z_PARAM_LONG_OR_NULL(length, length_is_null)
5706 if (!length_is_null) {

Completed in 48 milliseconds