Home
last modified time | relevance | path

Searched refs:IS_STRING (Results 51 – 75 of 176) sorted by relevance

12345678

/PHP-5.5/ext/sockets/
H A Dconversions.c330 case IS_STRING: { in from_zval_integer_common()
548 if (Z_TYPE_P(zaddr_str) != IS_STRING) { in from_zval_write_sin_addr()
571 Z_TYPE_P(zv) = IS_STRING; in to_zval_read_sin_addr()
605 if (Z_TYPE_P(zaddr_str) != IS_STRING) { in from_zval_write_sin6_addr()
629 Z_TYPE_P(zv) = IS_STRING; in to_zval_read_sin6_addr()
663 if (Z_TYPE_P(path) != IS_STRING) { in from_zval_write_sun_path()
1271 if (Z_TYPE_P(zv) != IS_STRING) { in from_zval_write_ifindex()
/PHP-5.5/ext/standard/
H A Dstring.c1162 case IS_STRING: in php_implode()
1742 if (Z_TYPE_P(needle) == IS_STRING) {
1793 if (Z_TYPE_P(needle) == IS_STRING) {
1845 if (Z_TYPE_P(needle) == IS_STRING) {
1903 if (Z_TYPE_P(needle) == IS_STRING) {
2129 if (Z_TYPE_P(needle) == IS_STRING) {
2363 if (Z_TYPE_PP(str) == IS_STRING) {
3649 Z_TYPE_P(result) = IS_STRING;
3891 Z_TYPE_P(result) = IS_STRING;
5052 if (Z_TYPE_P(op1) != IS_STRING) {
[all …]
H A Dmath.c800 if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { in _php_math_basetolong()
849 if (Z_TYPE_P(arg) != IS_STRING || base < 2 || base > 36) { in _php_math_basetozval()
1261 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
H A Dfilestat.c443 } else if (Z_TYPE_P(group) == IS_STRING) { in php_do_chgrp()
470 } else if (Z_TYPE_P(group) == IS_STRING) { in php_do_chgrp()
580 } else if (Z_TYPE_P(user) == IS_STRING) { in php_do_chown()
608 } else if (Z_TYPE_P(user) == IS_STRING) { in php_do_chown()
H A Dhttp.c172 case IS_STRING: in php_url_encode_hash_ex()
H A Dproc_open.c115 if (Z_TYPE_PP(element) != IS_STRING) { in _php_array_to_envp()
152 if (Z_TYPE_PP(element) != IS_STRING) { in _php_array_to_envp()
196 if (Z_TYPE_PP(element) != IS_STRING) { in _php_array_to_envp()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c413 Z_TYPE_PP(zstype) == IS_STRING) { in master_to_xml_int()
415 Z_TYPE_PP(zns) == IS_STRING) { in master_to_xml_int()
454 Z_TYPE_PP(zns) == IS_STRING) { in master_to_xml_int()
463 Z_TYPE_PP(zname) == IS_STRING) { in master_to_xml_int()
485 if (Z_TYPE_PP(tmp) == IS_STRING && in master_to_xml_int()
879 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_string()
967 if (Z_TYPE_P(data) == IS_STRING) { in to_xml_base64()
1002 if (Z_TYPE_P(data) != IS_STRING) { in to_xml_hexbin()
2862 if (Z_TYPE_P(key) == IS_STRING) { in to_zval_map()
3141 if (Z_TYPE_P(data) != IS_STRING) { in to_xml_list()
[all …]
/PHP-5.5/ext/zip/
H A Dphp_zip.c367 if (Z_TYPE_PP(option) != IS_STRING) { in php_zip_parse_options()
387 if (Z_TYPE_PP(option) != IS_STRING) { in php_zip_parse_options()
851 case IS_STRING: in php_zip_property_reader()
882 if (member->type != IS_STRING) { in php_zip_get_property_ptr_ptr()
923 if (member->type != IS_STRING) { in php_zip_read_property()
970 if (member->type != IS_STRING) { in php_zip_has_property()
2460 case IS_STRING: in ZIPARCHIVE_METHOD()
2475 case IS_STRING: in ZIPARCHIVE_METHOD()
2801 …_handler(&zip_prop_handlers, "filename", NULL, NULL, php_zipobj_get_filename, IS_STRING TSRMLS_CC); in PHP_MINIT_FUNCTION()
2802 …andler(&zip_prop_handlers, "comment", NULL, php_zipobj_get_zip_comment, NULL, IS_STRING TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp214 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c71 case IS_STRING: { in mysqlnd_build_trace_args()
/PHP-5.5/ext/dom/
H A Dattr.c186 if (newval->type != IS_STRING) { in dom_attr_value_write()
/PHP-5.5/Zend/
H A Dzend_vm_execute.h2617 case IS_STRING: { in ZEND_CAST_SPEC_CONST_HANDLER()
3820 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
4716 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMP_HANDLER()
5573 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_VAR_HANDLER()
6281 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
7220 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
9088 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
9946 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMP_HANDLER()
10805 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_VAR_HANDLER()
11390 case IS_STRING: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_UNUSED_HANDLER()
[all …]
H A Dzend.c227 if (Z_TYPE_P(expr)==IS_STRING) { in zend_make_printable_zval()
258 if (zend_std_cast_object_tostring(expr, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) { in zend_make_printable_zval()
267 if (Z_OBJ_HANDLER_P(expr, cast_object)(val, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) { in zend_make_printable_zval()
305 Z_TYPE_P(expr_copy) = IS_STRING; in zend_make_printable_zval()
1154 Z_TYPE_P(z_error_message) = IS_STRING; in zend_error()
H A Dzend_object_handlers.c434 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_read_property()
532 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_write_property()
726 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_get_property_ptr_ptr()
802 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_unset_property()
1413 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_has_property()
1533 case IS_STRING: in zend_std_cast_object_tostring()
1545 if (EXPECTED(Z_TYPE_P(retval) == IS_STRING)) { in zend_std_cast_object_tostring()
H A Dzend_vm_def.h2285 tmp->type = IS_STRING;
2302 Z_TYPE_P(str) = IS_STRING;
2325 Z_TYPE_P(str) = IS_STRING;
2353 Z_TYPE_P(str) = IS_STRING;
2358 if (Z_TYPE_P(var) != IS_STRING) {
2716 if (Z_TYPE_PP(obj) == IS_STRING) {
3635 case IS_STRING:
3713 case IS_STRING: {
3986 case IS_STRING:
4039 case IS_STRING:
[all …]
/PHP-5.5/ext/bz2/
H A Dbz2.c365 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
390 if (Z_TYPE_PP(file) == IS_STRING) { in PHP_FUNCTION()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c1848 Z_TYPE_P(return_value) = IS_STRING;
1942 case IS_STRING: {
1994 Z_TYPE_P(return_value) = IS_STRING;
2125 Z_TYPE_P(data) = IS_STRING;
2499 Z_TYPE_P(return_value) = IS_STRING;
2504 Z_TYPE_P(return_value) = IS_STRING;
2514 Z_TYPE_P(return_value) = IS_STRING;
2587 Z_TYPE_P(return_value) = IS_STRING;
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c472 stmt->result.buf[ofs].type = IS_STRING; in mysqli_stmt_bind_result_do_bind()
506 stmt->result.buf[ofs].type = IS_STRING; in mysqli_stmt_bind_result_do_bind()
930 if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_STRING) {
1007 if (stmt->result.buf[i].type == IS_STRING) {
1024 if (Z_TYPE_P(stmt->result.vars[i]) == IS_STRING) {
1075 case IS_STRING:
1793 return IS_STRING;
1831 case IS_STRING:
1842 case IS_STRING:
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp188 case IS_STRING:
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp92 Z_TYPE(arg) = IS_STRING; in timezone_convert_to_datetimezone()
123 if (Z_TYPE(arg) == IS_STRING) { in timezone_convert_to_datetimezone()
/PHP-5.5/sapi/roxen/
H A Droxen.c517 zvalue->type = IS_STRING; \
551 zvalue->type = IS_STRING; in php_roxen_hash_environment()
/PHP-5.5/ext/filter/
H A Dlogical_filters.c57 …if (Z_TYPE_PP(option_val) == IS_STRING) { …
455 if (Z_TYPE_P(value) != IS_STRING || old_len != Z_STRLEN_P(value)) { in php_filter_validate_url()
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c348 if (Z_TYPE_P(param->parameter) == IS_STRING in oci_stmt_param_hook()
358 } else if (Z_TYPE_P(param->parameter) == IS_STRING in oci_stmt_param_hook()
410 } else if (Z_TYPE_P(param->parameter) == IS_STRING) { in oci_stmt_param_hook()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c516 Z_TYPE_P(param->parameter) = IS_STRING; in pdo_mysql_stmt_param_hook()
534 case IS_STRING: in pdo_mysql_stmt_param_hook()
555 case IS_STRING: in pdo_mysql_stmt_param_hook()
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c667 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
701 …(zend_hash_index_find(Z_ARRVAL_P(sink), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) in PHP_FUNCTION()
703 …(zend_hash_index_find(Z_ARRVAL_P(sink), 1, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_STRING) in PHP_FUNCTION()

Completed in 244 milliseconds

12345678