Home
last modified time | relevance | path

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

/PHP-8.0/ext/oci8/
H A Doci8_interface.c631 zend_bool offset_is_null = 1, length_is_null = 1; in PHP_FUNCTION() local
633 …criptor, oci_lob_class_entry_ptr, &offset, &offset_is_null, &length, &length_is_null) == FAILURE) { in PHP_FUNCTION()
644 if (length_is_null) { in PHP_FUNCTION()
750 zend_bool length_is_null = 1; in PHP_FUNCTION() local
752 …ass_entry_ptr, &z_descriptor_from, oci_lob_class_entry_ptr, &length, &length_is_null) == FAILURE) { in PHP_FUNCTION()
756 if (length_is_null) { in PHP_FUNCTION()
827 zend_bool start_is_null = 1, length_is_null = 1; in PHP_FUNCTION() local
831 …ntry_ptr, &filename, &filename_len, &start, &start_is_null, &length, &length_is_null) == FAILURE) { in PHP_FUNCTION()
842 if (length_is_null) { in PHP_FUNCTION()
/PHP-8.0/ext/sockets/
H A Dsockets.c987 zend_bool length_is_null = 1; local
990 …ZEND_NUM_ARGS(), "Os|l!", &arg1, socket_ce, &str, &str_len, &length, &length_is_null) == FAILURE) {
1002 if (length_is_null) {
/PHP-8.0/ext/standard/
H A Darray.c3393 zend_bool length_is_null = 1; local
3400 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3406 if (length_is_null) {
3481 zend_bool length_is_null = 1; /* Whether an explicit length has been omitted */ local
3491 Z_PARAM_LONG_OR_NULL(length, length_is_null)
3499 if (length_is_null) {
H A Dstring.c5394 zend_bool length_is_null = 1; local
5405 Z_PARAM_LONG_OR_NULL(length, length_is_null)
5425 if (!length_is_null) {

Completed in 44 milliseconds