Home
last modified time | relevance | path

Searched refs:Z_STRVAL_P (Results 51 – 75 of 146) sorted by relevance

123456

/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp60 intl_charFromString(res, &Z_STRVAL_P(return_value), in PHP_FUNCTION()
H A Ddateformat_format_object.cpp215 if (intl_charFromString(result, &Z_STRVAL_P(return_value), in PHP_FUNCTION()
/PHP-5.5/ext/gd/
H A Dgd_ctx.c132 …stream = php_stream_open_wrapper(Z_STRVAL_P(to_zval), "wb", REPORT_ERRORS|IGNORE_PATH|IGNORE_URL_W… in _php_image_output_ctx()
/PHP-5.5/ext/standard/
H A Darray.c740 Z_STRVAL_P(key1) = estrndup(f->arKey, f->nKeyLength - 1); in php_array_user_key_compare()
748 Z_STRVAL_P(key2) = estrndup(s->arKey, s->nKeyLength - 1); in php_array_user_key_compare()
1267 Z_STRVAL_P(result) = emalloc(Z_STRLEN_P(result) + 1); in php_prefix_varname()
1268 memcpy(Z_STRVAL_P(result), Z_STRVAL_P(prefix), Z_STRLEN_P(prefix)); in php_prefix_varname()
1271 Z_STRVAL_P(result)[Z_STRLEN_P(prefix)] = '_'; in php_prefix_varname()
1313 if (Z_STRLEN_P(prefix) && !php_valid_var_name(Z_STRVAL_P(prefix), Z_STRLEN_P(prefix))) { in PHP_FUNCTION()
1624 type1 = is_numeric_string(Z_STRVAL_P(zlow), Z_STRLEN_P(zlow), NULL, NULL, 0); in PHP_FUNCTION()
1625 type2 = is_numeric_string(Z_STRVAL_P(zhigh), Z_STRLEN_P(zhigh), NULL, NULL, 0); in PHP_FUNCTION()
1635 low = (unsigned char *)Z_STRVAL_P(zlow); in PHP_FUNCTION()
1636 high = (unsigned char *)Z_STRVAL_P(zhigh); in PHP_FUNCTION()
[all …]
H A Dvar_unserializer.c342 if (zend_symtable_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) { in process_nested_data()
345 zend_symtable_update(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &data, sizeof(data), NULL); in process_nested_data()
351 if (zend_hash_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) { in process_nested_data()
354 zend_hash_update(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &data, in process_nested_data()
H A Dmath.c804 s = Z_STRVAL_P(arg); in _php_math_basetolong()
853 s = Z_STRVAL_P(arg); in _php_math_basetozval()
1262 Z_STRVAL_P(return_value) = _php_math_number_format_ex_len(num, dec, in PHP_FUNCTION()
H A Dvar_unserializer.re346 if (zend_symtable_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) {
349 zend_symtable_update(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &data, sizeof(data), NULL);
355 if (zend_hash_find(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, (void **)&old_data)==SUCCESS) {
358 zend_hash_update(ht, Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &data,
H A Dbasic_functions.c4296 argv[pos++] = estrdup(Z_STRVAL_P(arg_ptr));
4344 opts->opt_name = estrdup(Z_STRVAL_P(arg_ptr));
4590 …add_assoc_stringl_ex(retval, hash_key->arKey, hash_key->nKeyLength, Z_STRVAL_P(entry), Z_STRLEN_P(…
4592 add_index_stringl(retval, hash_key->h, Z_STRVAL_P(entry), Z_STRLEN_P(entry), 1);
4624 RETURN_STRING(Z_STRVAL_P(retval), 1);
4854 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s()", Z_STRVAL_P(callback));
4900 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s()", Z_STRVAL_P(callback));
5906 …if (!(Z_STRLEN_P(arg1) > 1 && Z_STRVAL_P(arg1)[0] == '0') && is_numeric_string(Z_STRVAL_P(arg1), Z…
5907 ulong key = (ulong) zend_atol(Z_STRVAL_P(arg1), Z_STRLEN_P(arg1));
5923 …zend_hash_update(Z_ARRVAL_P(arr), Z_STRVAL_P(arg1), Z_STRLEN_P(arg1) + 1, &hash, sizeof(zval *), N…
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp125 if (intl_charFromString(rules, &Z_STRVAL_P(return_value), in PHP_FUNCTION()
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c51 res = php_com_do_invoke(obj, Z_STRVAL_P(member), Z_STRLEN_P(member), in com_property_read()
78 if (SUCCESS == php_com_do_invoke(obj, Z_STRVAL_P(member), Z_STRLEN_P(member), in com_property_write()
208 …if (SUCCEEDED(php_com_get_id_of_name(obj, Z_STRVAL_P(member), Z_STRLEN_P(member), &dispid TSRMLS_C… in com_property_exists()
H A Dcom_com.c668Z_STRVAL_P(return_value) = php_com_olestring_to_string(guid_string, &Z_STRLEN_P(return_value), CP_… in PHP_FUNCTION()
707 dispname = Z_STRVAL_P(sink); in PHP_FUNCTION()
760 typelibname = Z_STRVAL_P(arg1); in PHP_FUNCTION()
H A Dcom_saproxy.c120 res = php_com_do_invoke(proxy->obj, Z_STRVAL_P(proxy->indices[0]), in saproxy_read_dimension()
232 if (SUCCESS == php_com_do_invoke(proxy->obj, Z_STRVAL_P(proxy->indices[0]), in saproxy_write_dimension()
/PHP-5.5/main/
H A Dphp_variables.c472 Z_STRVAL_P(tmp) = estrndup(SG(request_info).argv[i], Z_STRLEN_P(tmp)); in php_build_argv()
476 efree(Z_STRVAL_P(tmp)); in php_build_argv()
491 Z_STRVAL_P(tmp) = estrndup(ss, Z_STRLEN_P(tmp)); in php_build_argv()
496 efree(Z_STRVAL_P(tmp)); in php_build_argv()
/PHP-5.5/ext/spl/
H A Dphp_spl.c108 if (NULL == (ce = spl_find_ce_by_name(Z_STRVAL_P(obj), Z_STRLEN_P(obj), autoload TSRMLS_CC))) { in PHP_FUNCTION()
141 if (NULL == (ce = spl_find_ce_by_name(Z_STRVAL_P(obj), Z_STRLEN_P(obj), autoload TSRMLS_CC))) { in PHP_FUNCTION()
170 if (NULL == (ce = spl_find_ce_by_name(Z_STRVAL_P(obj), Z_STRLEN_P(obj), autoload TSRMLS_CC))) { in PHP_FUNCTION()
431 lc_name = zend_str_tolower_dup(Z_STRVAL_P(class_name), class_name_len); in PHP_FUNCTION()
486 …if (!zend_binary_strcasecmp(Z_STRVAL_P(zcallable), sizeof("spl_autoload_call"), "spl_autoload_call… in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Dattr.c195 xmlNodeSetContentLen((xmlNodePtr) attrp, Z_STRVAL_P(newval), Z_STRLEN_P(newval) + 1); in dom_attr_value_write()
H A Dxpath.c217 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); in dom_xpath_ext_function_php()
241 valuePush(ctxt, xmlXPathNewString( Z_STRVAL_P(retval))); in dom_xpath_ext_function_php()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c1063 …date((return_all ? Z_ARRVAL_P(return_all) : Z_ARRVAL_P(return_value)), Z_STRVAL_P(val), Z_STRLEN_P… in do_fetch()
1137 …if (php_var_unserialize(&return_value, (const unsigned char**)&Z_STRVAL_P(val), Z_STRVAL_P(val)+Z_… in do_fetch()
1148 …lize(&return_value, ce, (unsigned char *)(Z_TYPE_P(val) == IS_STRING ? Z_STRVAL_P(val) : ""), Z_TY… in do_fetch()
1460 …stmt->fetch.cls.ce = zend_fetch_class(Z_STRVAL_P(arg2), Z_STRLEN_P(arg2), ZEND_FETCH_CLASS_AUTO TS… in PHP_METHOD()
2235 if(strcmp(Z_STRVAL_P(member), "queryString") == 0) { in dbstmt_prop_write()
2248 if(strcmp(Z_STRVAL_P(member), "queryString") == 0) { in dbstmt_prop_delete()
2593 if (strcmp(stmt->columns[colno].name, Z_STRVAL_P(member)) == 0) { in row_prop_read()
2600 if (strcmp(Z_STRVAL_P(member), "queryString") == 0) { in row_prop_read()
2642 if (strcmp(stmt->columns[colno].name, Z_STRVAL_P(member)) == 0) { in row_prop_exists()
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c977 smart_str_appendl(&out_buf, Z_STRVAL_P(retval_ptr), Z_STRLEN_P(retval_ptr)); in _php_mb_regex_ereg_replace_exec()
1209 str = (OnigUChar *)Z_STRVAL_P(MBREX(search_str)); 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()
1370 str = (OnigUChar *)Z_STRVAL_P(MBREX(search_str)); in PHP_FUNCTION()
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c107 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
316Z_STRVAL_P( gpc_element ) = php_addslashes((char *)pValue, valLen, &Z_STRLEN_P( gpc_element ), 0 ); in add_variable_magic_quote()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c668 indent, type, name, Z_STRVAL_P(value)); in _const_string()
744 string_write(str, Z_STRVAL_P(zv), MIN(Z_STRLEN_P(zv), 15)); in _parameter_string()
2169 lcname = zend_str_tolower_dup(Z_STRVAL_P(reference), lcname_len); in ZEND_METHOD()
2173 "Function %s() does not exist", Z_STRVAL_P(reference)); in ZEND_METHOD()
2650 RETURN_STRINGL(Z_STRVAL_P(precv->op2.zv), Z_STRLEN_P(precv->op2.zv), 1); in ZEND_METHOD()
2709 "Class %s does not exist", Z_STRVAL_P(classname)); in ZEND_METHOD()
4539 "Class %s does not exist", Z_STRVAL_P(class_name)); in ZEND_METHOD()
4584 "Interface %s does not exist", Z_STRVAL_P(interface)); in ZEND_METHOD()
4798 "Class %s does not exist", Z_STRVAL_P(classname)); in ZEND_METHOD()
4855 reference->prop.name = Z_STRVAL_P(propname); in ZEND_METHOD()
[all …]
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.c253 Z_STRVAL_P(ret) = (char *) interned_estrndup(Z_STRVAL_P(ret), Z_STRLEN_P(ret));
370Z_STRVAL_P(ppz) = (char *) interned_estrndup(Z_STRVAL_P((zval*)p->pDataPtr), Z_STRLEN_P((zval*)p->…
/PHP-5.5/Zend/
H A Dzend_API.c2763 if (Z_STRVAL_P(callable)[0] == '\\') { in zend_is_callable_check_func()
2765 lmname = zend_str_tolower_dup(Z_STRVAL_P(callable) + 1, mlen); in zend_is_callable_check_func()
2768 lmname = zend_str_tolower_dup(Z_STRVAL_P(callable), mlen); in zend_is_callable_check_func()
2780 if ((colon = zend_memrchr(Z_STRVAL_P(callable), ':', Z_STRLEN_P(callable))) != NULL && in zend_is_callable_check_func()
2781 colon > Z_STRVAL_P(callable) && in zend_is_callable_check_func()
2785 clen = colon - Z_STRVAL_P(callable); in zend_is_callable_check_func()
2788 if (colon == Z_STRVAL_P(callable)) { in zend_is_callable_check_func()
2811 mname = Z_STRVAL_P(callable) + clen + 2; in zend_is_callable_check_func()
2815 mname = Z_STRVAL_P(callable); in zend_is_callable_check_func()
3053 memcpy(ptr, Z_STRVAL_P(callable), Z_STRLEN_P(callable) + 1); in zend_is_callable_ex()
[all …]
/PHP-5.5/ext/zip/
H A Dphp_zip.c895 …ret = zend_hash_quick_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, key->hash_… in php_zip_get_property_ptr_ptr()
897 … ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in php_zip_get_property_ptr_ptr()
936 …ret = zend_hash_quick_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, key->hash_… in php_zip_read_property()
938 … ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in php_zip_read_property()
983 …ret = zend_hash_quick_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, key->hash_… in php_zip_has_property()
985 … ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in php_zip_has_property()
2461 …if (!php_zip_extract_file(intern, pathto, Z_STRVAL_P(zval_files), Z_STRLEN_P(zval_files) TSRMLS_CC… in ZIPARCHIVE_METHOD()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_statement.c327 …if ((len = php_stream_copy_to_mem(stm, &Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0)) > 0… in pgsql_stmt_param_hook()
351 S->param_values[param->paramno] = Z_STRVAL_P(param->parameter); in pgsql_stmt_param_hook()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c340 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in mysqli_read_property()
382 …ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (vo… in mysqli_write_property()
419 …if (zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member) + 1, (void **)&p) == … in mysqli_object_has_property()
1198 Z_STRVAL_P(res) = php_addslashes(row[i], field_len[i], &Z_STRLEN_P(res), 0 TSRMLS_CC); in php_mysqli_fetch_into_hash_aux()

Completed in 151 milliseconds

123456