Home
last modified time | relevance | path

Searched refs:new_index (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/oci8/
H A Doci8_collection.c312 OCIInd new_index = OCI_IND_NOTNULL; in php_oci_collection_append_date() local
332 (dvoid *) &new_index, in php_oci_collection_append_date()
352 OCIInd new_index = OCI_IND_NOTNULL; in php_oci_collection_append_number() local
373 (dvoid *) &new_index, in php_oci_collection_append_number()
393 OCIInd new_index = OCI_IND_NOTNULL; in php_oci_collection_append_string() local
411 (dvoid *) &new_index, in php_oci_collection_append_string()
604 OCIInd new_index = OCI_IND_NOTNULL; in php_oci_collection_element_set_date() local
625 (dvoid *) &new_index, in php_oci_collection_element_set_date()
645 OCIInd new_index = OCI_IND_NOTNULL; in php_oci_collection_element_set_number() local
667 (dvoid *) &new_index, in php_oci_collection_element_set_number()
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_utils.c449 bool new_index = 1; in phpdbg_parse_variable_with_arg() local
460 new_index = 1; in phpdbg_parse_variable_with_arg()
464 new_index = 1; in phpdbg_parse_variable_with_arg()
473 new_index = 1; in phpdbg_parse_variable_with_arg()
479 if (new_index) { in phpdbg_parse_variable_with_arg()
481 new_index = 0; in phpdbg_parse_variable_with_arg()
490 if (new_index && index_len == 0) { in phpdbg_parse_variable_with_arg()
546 } else if (new_index) { in phpdbg_parse_variable_with_arg()

Completed in 6 milliseconds