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.c826 bool length_is_null = 1; local
829 …ZEND_NUM_ARGS(), "Os|l!", &arg1, socket_ce, &str, &str_len, &length, &length_is_null) == FAILURE) {
841 if (length_is_null) {
/php-src/ext/standard/
H A Darray.c3783 bool length_is_null = 1; local
3790 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3796 if (length_is_null) {
3898 bool length_is_null = 1; /* Whether an explicit length has been omitted */ local
3908 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3916 if (length_is_null) {
H A Dstring.c5689 bool length_is_null = 1; local
5699 Z_PARAM_LONG_OR_NULL(length, length_is_null)
5721 if (!length_is_null) {

Completed in 39 milliseconds