Home
last modified time | relevance | path

Searched refs:IS_ARRAY (Results 101 – 121 of 121) sorted by relevance

12345

/PHP-5.6/sapi/apache_hooks/
H A Dphp_apache.c593 if (Z_TYPE_P(first) == IS_ARRAY) { in add_header_to_table()
/PHP-5.6/ext/gd/
H A Dgd.c4943 …ndex_find(Z_ARRVAL_P(hash_matrix), (i), (void **) &var) == SUCCESS && Z_TYPE_PP(var) == IS_ARRAY) { in PHP_FUNCTION()
4944 if (Z_TYPE_PP(var) != IS_ARRAY || zend_hash_num_elements(Z_ARRVAL_PP(var)) != 3 ) { in PHP_FUNCTION()
5371 if (!options || Z_TYPE_P(options) != IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.6/ext/dom/
H A Dnode.c1824 Z_TYPE_PP(tmp) == IS_ARRAY) { in dom_canonicalization()
/PHP-5.6/ext/odbc/
H A Dphp_odbc.c1840 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()
1891 if (Z_TYPE_PP(pv_res_arr) != IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.6/ext/oci8/
H A Doci8_interface.c1497 if (Z_TYPE_P(return_value) == IS_ARRAY) {
/PHP-5.6/ext/tidy/
H A Dtidy.c74 if(Z_TYPE_PP(_val) == IS_ARRAY) { \
/PHP-5.6/Zend/
H A Dzend_object_handlers.c151 if (retval && Z_TYPE_P(retval) == IS_ARRAY) { in zend_std_get_debug_info()
H A Dzend_compile.c1931 if (class_type->u.constant.type == IS_ARRAY) { in zend_do_receive_param()
1932 cur_arg_info->type_hint = IS_ARRAY; in zend_do_receive_param()
1939 } else if (Z_TYPE(initialization->u.constant) != IS_ARRAY) { in zend_do_receive_param()
3508 } else if (Z_TYPE_P(zv) == IS_ARRAY) { in zend_get_function_declaration()
5953 case IS_ARRAY: in zend_do_add_static_array_element()
/PHP-5.6/ext/fileinfo/libmagic/
H A Dsoftmagic.c2127 } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) { in magiccheck()
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c1588 if (Z_TYPE_P(return_value)==IS_ARRAY) {
/PHP-5.6/ext/mysql/
H A Dphp_mysql.c2235 if (Z_TYPE_P(return_value) == IS_ARRAY) {
/PHP-5.6/ext/standard/
H A Dfile.c662 case IS_ARRAY: in PHP_FUNCTION()
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.c1883 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.6/ext/iconv/
H A Diconv.c2442 if (Z_TYPE_PP(elem) != IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.6/ext/zip/
H A Dphp_zip.c2688 case IS_ARRAY: in ZIPARCHIVE_METHOD()
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c1043 if (Z_TYPE_PP(data_ptr) == IS_ARRAY) { in sxe_properties_add()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c2276 case IS_ARRAY: {
/PHP-5.6/ext/spl/
H A Dspl_directory.c2237 case IS_ARRAY: in spl_filesystem_file_is_empty_line()
/PHP-5.6/ext/curl/
H A Dinterface.c2558 if (Z_TYPE_PP(zvalue) == IS_ARRAY || Z_TYPE_PP(zvalue) == IS_OBJECT) { in _php_curl_setopt()
/PHP-5.6/ext/phar/
H A Dphar_object.c4377 case IS_ARRAY: in PHP_METHOD()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch3415 + } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) {

Completed in 181 milliseconds

12345