Home
last modified time | relevance | path

Searched refs:ZSTR_VAL (Results 201 – 225 of 258) sorted by relevance

1234567891011

/PHP-7.4/ext/soap/
H A Dphp_schema.c1100 newModel->u.group_ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s)); in schema_group()
1127 soap_error1(E_ERROR, "Parsing Schema: group '%s' already defined", ZSTR_VAL(key.s)); in schema_group()
1536 newType->ref = estrndup(ZSTR_VAL(nscat.s), ZSTR_LEN(nscat.s)); in schema_element()
1566 soap_error1(E_ERROR, "Parsing Schema: element '%s' already defined", ZSTR_VAL(key.s)); in schema_element()
1765 newAttr->ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s)); in schema_attribute()
1795 soap_error1(E_ERROR, "Parsing Schema: attribute '%s' already defined", ZSTR_VAL(key.s)); in schema_attribute()
1980 soap_error1(E_ERROR, "Parsing Schema: attributeGroup '%s' already defined", ZSTR_VAL(key.s)); in schema_attributeGroup()
2005 newAttr->ref = estrndup(ZSTR_VAL(key.s), ZSTR_LEN(key.s)); in schema_attributeGroup()
/PHP-7.4/Zend/
H A Dzend_ast.c931 unsigned char c = ZSTR_VAL(s)[i]; in zend_ast_export_str()
946 unsigned char c = ZSTR_VAL(s)[i]; in zend_ast_export_qstr()
1264 smart_str_appendl(str, ZSTR_VAL(key), ZSTR_LEN(key)); in zend_ast_export_zval()
1374 smart_str_appendl(str, ZSTR_VAL(name), ZSTR_LEN(name)); in zend_ast_export_ex()
1416 smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name)); in zend_ast_export_ex()
1463 smart_str_appendl(str, ZSTR_VAL(decl->name), ZSTR_LEN(decl->name)); in zend_ast_export_ex()
H A Dzend_operators.h836 } else if (ZSTR_VAL(s1)[0] > '9' || ZSTR_VAL(s2)[0] > '9') { in zend_fast_equal_strings()
/PHP-7.4/ext/dom/
H A Dnode.c351 xmlNodeSetContentLen(nodep, (xmlChar *) ZSTR_VAL(str), ZSTR_LEN(str) + 1); in dom_node_node_value_write()
728 prefix = ZSTR_VAL(str); in dom_node_prefix_write()
875 xmlNodeAddContent(nodep, (xmlChar *) ZSTR_VAL(str)); in dom_node_text_content_write()
1776 xmlXPathRegisterNs(ctxp, (xmlChar *) ZSTR_VAL(prefix), (xmlChar *) Z_STRVAL_P(tmpns)); in dom_canonicalization()
/PHP-7.4/ext/sysvshm/
H A Dsysvshm.c280 …ret = php_put_shm_data(shm_list_ptr->ptr, shm_key, shm_var.s? ZSTR_VAL(shm_var.s) : NULL, shm_var.… in PHP_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_result_meta.c160 new_fields[i].name = ZSTR_VAL(new_fields[i].sname); in MYSQLND_METHOD()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3459 + ZSTR_VAL(t)[j++] = '~';
3464 + ZSTR_VAL(t)[j++] = '\\';
3465 + ZSTR_VAL(t)[j] = '~';
3468 + ZSTR_VAL(t)[j++] = '\\';
3469 + ZSTR_VAL(t)[j++] = 'x';
3470 + ZSTR_VAL(t)[j++] = '0';
3471 + ZSTR_VAL(t)[j] = '0';
3478 + ZSTR_VAL(t)[j++] = '~';
3481 + ZSTR_VAL(t)[j++] = 'i';
3484 + ZSTR_VAL(t)[j++] = 'm';
[all …]
/PHP-7.4/ext/phar/
H A Dfunc_interceptors.c151 name = ZSTR_VAL(entry_str); in PHAR_FUNC()
279 name = ZSTR_VAL(entry_str); in PHAR_FUNC()
380 name = ZSTR_VAL(entry_str); in PHAR_FUNC()
/PHP-7.4/ext/mbstring/
H A Dphp_mbregex.c1162 if (zend_eval_stringl(ZSTR_VAL(eval_str), ZSTR_LEN(eval_str), &v, description) == FAILURE) { in _php_mb_regex_ereg_replace_exec()
1164 zend_throw_error(NULL, "Failed evaluating code: %s%s", PHP_EOL, ZSTR_VAL(eval_str)); in _php_mb_regex_ereg_replace_exec()
1601 ZSTR_VAL(arg_str), in PHP_FUNCTION()
/PHP-7.4/ext/sysvmsg/
H A Dsysvmsg.c441 memcpy(messagebuffer->mtext, ZSTR_VAL(msg_var.s), ZSTR_LEN(msg_var.s) + 1); in PHP_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_status.c521 query_string = ZSTR_VAL(tmp_query_string); in fpm_status_handle_request()
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c611 key_len = ucol_getSortKey(co->ucoll, ustr, ustr_len, (uint8_t*)ZSTR_VAL(key_str), key_len); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Ddns.c588 memcpy(ZSTR_VAL(tp) + l2 , cp + l1 + 1, n); in php_parserr()
594 ZSTR_VAL(tp)[l2] = '\0'; in php_parserr()
H A Ddns_win32.c230 txt_dst = ZSTR_VAL(txt); in php_parserr()
H A Duser_filters.c326 filtername, ZSTR_VAL(fdat->classname)); in user_filter_factory_create()
H A Dmd5.c59 PHP_MD5Update(&context, ZSTR_VAL(arg), ZSTR_LEN(arg)); in PHP_NAMED_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_directory.c963 p = zend_memrchr(ZSTR_VAL(ret), '.', ZSTR_LEN(ret)); in SPL_METHOD()
965 idx = p - ZSTR_VAL(ret); in SPL_METHOD()
966 RETVAL_STRINGL(ZSTR_VAL(ret) + idx + 1, ZSTR_LEN(ret) - idx - 1); in SPL_METHOD()
991 p = zend_memrchr(ZSTR_VAL(fname), '.', ZSTR_LEN(fname)); in SPL_METHOD()
993 idx = p - ZSTR_VAL(fname); in SPL_METHOD()
994 RETVAL_STRINGL(ZSTR_VAL(fname) + idx + 1, ZSTR_LEN(fname) - idx - 1); in SPL_METHOD()
/PHP-7.4/main/
H A Dspprintf.c141 memset(ZSTR_VAL(((smart_str *)(xbuf))->s) + ZSTR_LEN(((smart_str *)(xbuf))->s), (ch), (count)); \
/PHP-7.4/main/streams/
H A Dtransports.c50 …else { php_error_docref(NULL, E_WARNING, fmt, local_err ? ZSTR_VAL(local_err) : "Unspecified error…
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c39 …if (ZSTR_LEN(auto_global->name) != sizeof("GLOBALS") - 1 || memcmp(ZSTR_VAL(auto_global->name), "G… in phpdbg_dearm_autoglobals()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp107 zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0); in Calendar_clone_obj()
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp253 zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0); in TimeZone_clone_obj()
/PHP-7.4/ext/oci8/
H A Doci8.c1800 php_strtolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s)); in php_oci_do_connect_ex()
1884 (memcmp(ZSTR_VAL(tmp->hash_key), ZSTR_VAL(hashed_details.s), in php_oci_do_connect_ex()
2929 php_strtolower(ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s)); in php_oci_get_spool()
2955 …memcmp(ZSTR_VAL(((php_oci_spool *)(spool_out_le->ptr))->spool_hash_key), ZSTR_VAL(spool_hashed_det… in php_oci_get_spool()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c548 strncpy(ms->o.buf, ZSTR_VAL(res), ZSTR_LEN(res)); in file_replace()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c708 ZSTR_LEN(ret) = ucnv_fromUChars(dest_cnv, ZSTR_VAL(ret), ret_len+1, temp, temp_len, &error); in php_converter_do_convert()
1067 zend_throw_exception(NULL, ZSTR_VAL(err_msg), 0); in php_converter_clone_object()

Completed in 116 milliseconds

1234567891011