Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 101 – 125 of 178) sorted by relevance

12345678

/PHP-5.5/ext/mysqli/
H A Dmysqli_warning.c144 if (Z_TYPE_P(row) != IS_ARRAY) { in php_get_warnings()
/PHP-5.5/win32/
H A Dregistry.c94 Z_TYPE_P(data) = IS_STRING; in LoadDirectory()
/PHP-5.5/ext/enchant/
H A Denchant.c193 if (Z_TYPE_P(zdesc)!=IS_ARRAY) { in ZEND_GET_MODULE()
231 if (Z_TYPE_P(zdesc) != IS_ARRAY) { in php_enchant_list_dicts_fn()
/PHP-5.5/ext/pcntl/
H A Dpcntl.c871 if (Z_TYPE_P(handle) == IS_LONG) { in PHP_FUNCTION()
958 if (Z_TYPE_P(user_oldset) != IS_ARRAY) { in PHP_FUNCTION()
1041 if (Z_TYPE_P(user_siginfo) != IS_ARRAY) { in pcntl_sigwaitinfo()
/PHP-5.5/ext/libxml/
H A Dlibxml.c632 } else if (Z_TYPE_P(retval_ptr) == IS_STRING) { in _php_libxml_external_entity_loader()
635 } else if (Z_TYPE_P(retval_ptr) == IS_RESOURCE) { in _php_libxml_external_entity_loader()
663 } else if (Z_TYPE_P(retval_ptr) != IS_NULL) { in _php_libxml_external_entity_loader()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re324 if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) {
338 switch (Z_TYPE_P(key)) {
H A Dexec.c242 if (Z_TYPE_P(ret_array) != IS_ARRAY) { in php_exec_ex()
H A Dstreamsfuncs.c610 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_to_fd_set()
653 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_from_fd_set()
726 if (Z_TYPE_P(stream_array) != IS_ARRAY) { in stream_array_emulate_read_fd_set()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c1208 if (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING){ in _php_mb_regex_ereg_search_exec()
1367 …if (MBREX(search_regs) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && Z_STRVAL_P(MBREX(sea… in PHP_FUNCTION()
1406 …if (position < 0 || (MBREX(search_str) != NULL && Z_TYPE_P(MBREX(search_str)) == IS_STRING && posi… in PHP_FUNCTION()
/PHP-5.5/ext/spl/
H A Dspl_directory.c452 Z_TYPE_P(return_value) = IS_OBJECT; in spl_filesystem_object_create_info()
495 Z_TYPE_P(return_value) = IS_OBJECT; in spl_filesystem_object_create_type()
516 Z_TYPE_P(return_value) = IS_OBJECT; in spl_filesystem_object_create_type()
544 Z_TYPE_P(return_value) = IS_NULL; in spl_filesystem_object_create_type()
551 Z_TYPE_P(return_value) = IS_NULL; in spl_filesystem_object_create_type()
2178 if (Z_TYPE_P(return_value) != IS_NULL) { in spl_filesystem_file_read_csv()
2211 if (Z_TYPE_P(retval) == IS_STRING) { in spl_filesystem_file_read_line_ex()
2233 switch(Z_TYPE_P(intern->u.file.current_zval)) { in spl_filesystem_file_is_empty_line()
2885 Z_TYPE_P(return_value) = IS_STRING; in SPL_METHOD()
/PHP-5.5/ext/curl/
H A Dinterface.c1358 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_write()
1424 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_fnmatch()
1503 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_progress()
1581 if (Z_TYPE_P(retval_ptr) == IS_STRING) { in curl_read()
1656 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_write_header()
1721 } else if (Z_TYPE_P(retval) == IS_STRING) { in curl_passwd()
2624 if(Z_TYPE_P(prop) != IS_STRING) { in _php_curl_setopt()
2634 if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { in _php_curl_setopt()
2638 if(Z_TYPE_P(prop) == IS_STRING && Z_STRLEN_P(prop) > 0) { in _php_curl_setopt()
/PHP-5.5/Zend/
H A Dzend_API.c231 return zend_get_type_by_const(Z_TYPE_P(arg)); in zend_zval_type_name()
288 if(Z_TYPE_P(z) != IS_OBJECT) { in parse_arg_object_to_string()
290 Z_TYPE_P(*arg) = IS_NULL; in parse_arg_object_to_string()
1014 Z_TYPE_P(arg) = IS_ARRAY; in _array_init()
1190 Z_TYPE_P(arg) = IS_OBJECT; in _object_and_properties_init()
1544 switch (Z_TYPE_P(key)) { in array_set_zval_key()
3030 if (object_ptr && Z_TYPE_P(object_ptr) != IS_OBJECT) { in zend_is_callable_ex()
3039 switch (Z_TYPE_P(callable)) { in zend_is_callable_ex()
3298 if (Z_TYPE_P(args) != IS_ARRAY) { in zend_fcall_info_args()
3450 switch(Z_TYPE_P(property)) { in zend_declare_property_ex()
[all …]
H A Dzend_ini_scanner.l137 Z_TYPE_P(retval) = IS_STRING; \
H A Dzend_objects_API.c355 Z_TYPE_P(retval) = IS_OBJECT; in zend_object_create_proxy()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c139 if (Z_TYPE_P(z) != IS_OBJECT) { in get_apache_request()
169 Z_TYPE_P(addr) = IS_LONG; in php_apache_request_new()
593 if (Z_TYPE_P(first) == IS_ARRAY) { in add_header_to_table()
630 } else if (Z_TYPE_P(first) == IS_STRING) { in add_header_to_table()
/PHP-5.5/ext/sockets/
H A Dsockets.c772 if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
803 if (Z_TYPE_P(sock_array) != IS_ARRAY) return 0;
875 if (Z_TYPE_P(sec) != IS_LONG) {
1587 Z_TYPE_P(buf) = IS_NULL;
1596 Z_TYPE_P(buf) = IS_STRING;
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c408 switch (Z_TYPE_P(retval)) { in do_callback()
513 if (Z_TYPE_P(retval) != IS_LONG) { in php_sqlite3_collation_callback()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.c300 if (Z_TYPE_P(le) == le_result) { in _clean_invalid_results()
713 if (Z_TYPE_P(le) != le_plink) { in php_mssql_do_connect()
767 if (Z_TYPE_P(index_ptr) != le_index_ptr) { in php_mssql_do_connect()
778 Z_TYPE_P(return_value) = IS_RESOURCE; in php_mssql_do_connect()
1588 if (Z_TYPE_P(return_value)==IS_ARRAY) {
/PHP-5.5/ext/posix/
H A Dposix.c922 if (array_group == NULL || Z_TYPE_P(array_group) != IS_ARRAY) in php_posix_group_to_array()
1094 if (NULL == return_value || Z_TYPE_P(return_value) != IS_ARRAY) in php_posix_passwd_to_array()
/PHP-5.5/ext/filter/
H A Dfilter.c394 options && (Z_TYPE_P(options) == IS_ARRAY || Z_TYPE_P(options) == IS_OBJECT) && in php_zval_filter()
/PHP-5.5/ext/openssl/
H A Dopenssl.c1785 if (calist && (Z_TYPE_P(calist) == IS_ARRAY)) { in setup_verify()
1846 Z_TYPE_P(return_value) = IS_RESOURCE; in PHP_FUNCTION()
2645 if (Z_TYPE_P(out_pkey) != IS_NULL) { in PHP_FUNCTION()
3100 if (args && Z_TYPE_P(args) == IS_ARRAY) { in PHP_FUNCTION()
3324 Z_TYPE_P(return_value) = IS_RESOURCE; in PHP_FUNCTION()
3361 Z_TYPE_P(return_value) = IS_RESOURCE; in PHP_FUNCTION()
4250 if (method == NULL || Z_TYPE_P(method) == IS_LONG) { in PHP_FUNCTION()
4255 } else if (Z_TYPE_P(method) == IS_STRING) { in PHP_FUNCTION()
4306 if (method == NULL || Z_TYPE_P(method) == IS_LONG) { in PHP_FUNCTION()
4311 } else if (Z_TYPE_P(method) == IS_STRING) { in PHP_FUNCTION()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1063 if(Z_TYPE_P(le) == le_pconn && (((odbc_connection *)(le->ptr))->id == *id)){ in _close_pconn_with_id()
1751 Z_TYPE_P(tmp) = IS_STRING; in php_odbc_fetch_hash()
1810 if (!*(result->values[i].name) && Z_TYPE_P(tmp) == IS_STRING) { in php_odbc_fetch_hash()
1829 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()
1908 Z_TYPE_P(tmp) = IS_STRING; in PHP_FUNCTION()
2618 if (Z_TYPE_P(le) != le_pconn) { in odbc_do_connect()
2659 if (Z_TYPE_P(index_ptr) != le_index_ptr) { in odbc_do_connect()
2668 Z_TYPE_P(return_value) = IS_RESOURCE; in odbc_do_connect()
/PHP-5.5/main/
H A Doutput.c493 switch (Z_TYPE_P(output_handler)) { in php_output_handler_create_user()
976 #define PHP_OUTPUT_USER_SUCCESS(retval) (retval && !(Z_TYPE_P(retval) == IS_BOOL && Z_BVAL_P(retval… in php_output_handler_op()
980 if (Z_TYPE_P(retval) != IS_BOOL) { in php_output_handler_op()
/PHP-5.5/ext/readline/
H A Dreadline.c486 Z_TYPE_P(ret) = IS_LONG; in _readline_long_zval()
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c105 zend_uchar ztype = (z == NULL ? IS_NULL : Z_TYPE_P(z)); in php_com_variant_from_zval()
221 Z_TYPE_P(z) = IS_STRING; in php_com_zval_from_variant()

Completed in 140 milliseconds

12345678