Home
last modified time | relevance | path

Searched refs:Z_STR_P (Results 26 – 50 of 82) sorted by relevance

1234

/PHP-7.1/ext/standard/
H A Dhttp_fopen_wrapper.c372 smart_str_append(&req_buf, Z_STR_P(tmpzval)); in php_stream_url_wrap_http_ex()
430 smart_str_append(&tmpstr, Z_STR_P(tmpheader)); in php_stream_url_wrap_http_ex()
442 tmp = php_trim(Z_STR_P(tmpzval), NULL, 0, 3); in php_stream_url_wrap_http_ex()
H A Dstring.c2003 needle_dup = php_string_tolower(Z_STR_P(needle));
2116 needle = Z_STR_P(zneedle);
2442 RETURN_STR_COPY(Z_STR_P(str));
2447 RETURN_STR_COPY(Z_STR_P(str));
2502 repl_str = Z_STR_P(repl);
2519 RETURN_STR_COPY(Z_STR_P(str));
3648 php_stripcslashes(Z_STR_P(return_value));
3663 php_stripslashes(Z_STR_P(return_value));
3953 tmp_result = php_char_to_str_ex(Z_STR_P(result),
3989 zend_string_release(Z_STR_P(result));
[all …]
H A Dpassword.c308 buffer = zend_string_copy(Z_STR_P(option_buffer)); in PHP_FUNCTION()
H A Darray.c1900 if ((value_ptr = zend_hash_find_ind(eg_active_symbol_table, Z_STR_P(entry))) != NULL) {
1903 zend_hash_update(Z_ARRVAL_P(return_value), Z_STR_P(entry), &data);
1905 if (zend_string_equals_literal(Z_STR_P(entry), "this")) {
1910 zend_hash_update(Z_ARRVAL_P(return_value), Z_STR_P(entry), &data);
3402 if ((tmp = zend_symtable_find(Z_ARRVAL_P(return_value), Z_STR_P(entry))) == NULL) {
3405 zend_symtable_update(Z_ARRVAL_P(return_value), Z_STR_P(entry), &data);
3460 prop = zend_symtable_find(Z_ARRVAL_P(data), Z_STR_P(name));
3531 zend_symtable_update(Z_ARRVAL_P(return_value), Z_STR_P(zkeyval), zcolval);
3735 zend_symtable_update(Z_ARRVAL_P(return_value), Z_STR_P(entry), &data);
5513 if (zend_symtable_exists_ind(array, Z_STR_P(key))) {
H A Dvar.c478 ztmp = php_addcslashes(Z_STR_P(struc), 0, "'\\", 2); in php_var_export_ex()
1105 lcname = zend_string_tolower(Z_STR_P(entry)); in PHP_FUNCTION()
/PHP-7.1/ext/pdo_oci/
H A Doci_statement.c268 Z_STR_P(parameter) = zend_string_alloc(param->max_value_len, 1); in oci_bind_output_cb()
273 *bufpp = (Z_STR_P(parameter))->val; in oci_bind_output_cb()
387 Z_STR_P(parameter) = zend_string_init(Z_STRVAL_P(parameter), P->actual_len, 1); in oci_stmt_param_hook()
/PHP-7.1/Zend/
H A Dzend_string.c40 zend_string *str = Z_STR_P(zv); in _str_dtor()
H A Dzend_ini.c256 …(!p->on_modify || p->on_modify(p, Z_STR_P(default_value), p->mh_arg1, p->mh_arg2, p->mh_arg3, ZEND… in zend_register_ini_entries()
258 p->value = zend_string_copy(Z_STR_P(default_value)); in zend_register_ini_entries()
H A Dzend_builtin_functions.c1066 ce = zend_lookup_class(Z_STR_P(arg)); in ZEND_FUNCTION()
1100 instance_ce = zend_lookup_class(Z_STR_P(obj)); in is_a_impl()
1332 ce = zend_lookup_class(Z_STR_P(klass)); in ZEND_FUNCTION()
1392 if ((ce = zend_lookup_class(Z_STR_P(klass))) == NULL) { in ZEND_FUNCTION()
1445 ce = zend_lookup_class(Z_STR_P(object)); in ZEND_FUNCTION()
H A Dzend_language_scanner.l665 file_handle.opened_path = opened_path = zend_string_copy(Z_STR_P(filename)); in compile_filename()
690 Z_STR_P(str) = zend_string_extend(Z_STR_P(str), old_len + ZEND_MMAP_AHEAD, 0); in zend_prepare_string_for_scanning()
/PHP-7.1/ext/filter/
H A Dsanitizing_filters.c378 buf = php_addslashes(Z_STR_P(value), 0); in php_filter_magic_quotes()
/PHP-7.1/ext/spl/
H A Dspl_array.c313 offset_key = Z_STR_P(offset); in spl_array_get_dimension_ptr()
490 zend_symtable_update_ind(ht, Z_STR_P(offset), value); in spl_array_write_dimension_ex()
552 if (zend_delete_global_variable(Z_STR_P(offset))) { in spl_array_unset_dimension_ex()
556 zval *data = zend_symtable_find(ht, Z_STR_P(offset)); in spl_array_unset_dimension_ex()
572 } else if (zend_symtable_del(ht, Z_STR_P(offset)) == FAILURE) { in spl_array_unset_dimension_ex()
644 if ((tmp = zend_symtable_find(ht, Z_STR_P(offset))) != NULL) { in spl_array_has_dimension_ex()
H A Dphp_spl.c102 if (NULL == (ce = spl_find_ce_by_name(Z_STR_P(obj), autoload))) { in PHP_FUNCTION()
135 if (NULL == (ce = spl_find_ce_by_name(Z_STR_P(obj), autoload))) { in PHP_FUNCTION()
164 if (NULL == (ce = spl_find_ce_by_name(Z_STR_P(obj), autoload))) { in PHP_FUNCTION()
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp255 lc_method_name = Z_STR_P(key); in IntlPartsIterator_get_method()
/PHP-7.1/win32/
H A Dregistry.c269 zend_alter_ini_entry(index, Z_STR_P(data), PHP_INI_USER, PHP_INI_STAGE_ACTIVATE); in UpdateIniFromRegistry()
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.c134 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in xmlreader_get_property_ptr_ptr()
169 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in xmlreader_read_property()
208 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in xmlreader_write_property()
/PHP-7.1/ext/opcache/
H A Dzend_file_cache.c323 if (!IS_SERIALIZED(Z_STR_P(zv))) { in zend_file_cache_serialize_zval()
324 SERIALIZE_STR(Z_STR_P(zv)); in zend_file_cache_serialize_zval()
957 if (!IS_UNSERIALIZED(Z_STR_P(zv))) { in zend_file_cache_unserialize_zval()
958 UNSERIALIZE_STR(Z_STR_P(zv)); in zend_file_cache_unserialize_zval()
/PHP-7.1/ext/xml/
H A Dxml.c898 Z_STR_P(myval) = zend_string_extend(Z_STR_P(myval), newlen, 0); in _xml_characterDataHandler()
915 Z_STR_P(myval) = zend_string_extend(Z_STR_P(myval), newlen, 0); in _xml_characterDataHandler()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_utils.c767 …ce = zend_fetch_class_by_name(Z_STR_P(EX_CONSTANT(cur->op1)), EX_CONSTANT(cur->op1) + 1, ZEND_FETC… in phpdbg_check_caught_ex()
822 zend_string *str = php_addcslashes(Z_STR_P(zv), 0, "\\\"\n\t\0", 5); in phpdbg_short_zval_print()
/PHP-7.1/ext/xsl/
H A Dxsltprocessor.c806 RETURN_STR_COPY(Z_STR_P(value)); in PHP_FUNCTION()
854 zend_hash_update(intern->registered_phpfunctions, Z_STR_P(entry), &new_string); in PHP_FUNCTION()
/PHP-7.1/ext/mysqli/
H A Dmysqli.c316 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in mysqli_read_property()
353 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in mysqli_write_property()
387 if ((p = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member))) != NULL) { in mysqli_object_has_property()
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_cfg.c345 if ((fn = zend_hash_find_ptr(EG(function_table), Z_STR_P(zv))) != NULL) { in zend_build_cfg()
348 Z_STR_P(zv), opline->extended_value); in zend_build_cfg()
H A Dblock_pass.c309 if(zend_optimizer_get_persistent_constant(Z_STR_P(arg), &c, 0 ELS_CC) != 0) { in zend_optimize_block()
320 if((function = zend_hash_find_ptr(EG(function_table), Z_STR_P(arg))) != NULL) { in zend_optimize_block()
329 if(zend_optimizer_get_persistent_constant(Z_STR_P(arg), &c, 1 ELS_CC) != 0) { in zend_optimize_block()
338 if(zend_hash_exists(&module_registry, Z_STR_P(arg))) { in zend_optimize_block()
/PHP-7.1/main/
H A Drfc1867.c197 zend_string *filename = Z_STR_P(el); in unlink_filename()
205 zend_string *filename = Z_STR_P(el); in free_filename()
/PHP-7.1/ext/com_dotnet/
H A Dcom_wrapper.c611 zend_hash_update(disp->name_to_dispid, Z_STR_P(ntmp), &tmp); in php_com_wrapper_export_as_sink()

Completed in 141 milliseconds

1234