Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 201 – 205 of 205) sorted by relevance

123456789

/PHP-7.4/ext/tidy/
H A Dtidy.c86 if(Z_TYPE_P(_val) == IS_ARRAY) { \
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c548 if (Z_TYPE_P(option_buffer) == IS_ARRAY && zend_hash_num_elements(Z_ARR_P(option_buffer)) > 0) { in PHP_FUNCTION()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c1782 if (expected_type != Z_TYPE_P(mysql_value)) {
/PHP-7.4/ext/spl/
H A Dspl_directory.c2215 return Z_TYPE_P(first) == IS_STRING && Z_STRLEN_P(first) == 0; in spl_filesystem_file_is_empty_line()
/PHP-7.4/ext/oci8/
H A Doci8.c1878 if ((tmp_val != NULL) && (Z_TYPE_P(tmp_val) == IS_RESOURCE)) { in php_oci_do_connect_ex()

Completed in 52 milliseconds

123456789