Home
last modified time | relevance | path

Searched refs:Z_STR_P (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-7.4/ext/com_dotnet/
H A Dcom_wrapper.c609 zend_hash_update(disp->name_to_dispid, Z_STR_P(ntmp), &tmp); in php_com_wrapper_export_as_sink()
H A Dcom_variant.c166 V_BSTR(v) = php_com_string_to_bstr(Z_STR_P(z), codepage); in php_com_variant_from_zval()
/PHP-7.4/ext/standard/
H A Dvar.c524 ztmp = php_addcslashes(Z_STR_P(struc), "'\\", 2); in php_var_export_ex()
1246 lcname = zend_string_tolower(Z_STR_P(entry)); in PHP_FUNCTION()
H A Durl.c710 add_next_index_str(return_value, zend_string_copy(Z_STR_P(hdr)));
H A Dbasic_functions.c4695 zend_string *str = Z_STR_P(entry);
5994 zend_symtable_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), arg2);
6013 if ((find_hash = zend_hash_find(Z_ARRVAL_P(arr), Z_STR_P(arg1))) == NULL) {
6015 find_hash = zend_hash_add_new(Z_ARRVAL_P(arr), Z_STR_P(arg1), &hash);
6045 zend_symtable_update(Z_ARRVAL_P(arr), Z_STR_P(arg1), &BG(active_ini_file_section));
H A Dfilters.c261 smart_str_append(&tags_ss, Z_STR_P(tmp)); in strfilter_strip_tags_create()
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1002 Z_STR_P(zv) = zend_string_extend(Z_STR_P(zv), Z_STRLEN_P(zv)+1, 0); in php_oci_bind_post_exec()
1004 ZVAL_NEW_STR(zv, zend_string_extend(Z_STR_P(zv), Z_STRLEN_P(zv)+1, 0)); in php_oci_bind_post_exec()
/PHP-7.4/Zend/
H A Dzend_object_handlers.c620 zend_string *str = Z_STR_P(zv); in zend_get_property_guard()
1332 lc_method_name = Z_STR_P(key); in zend_std_get_method()
1403 lc_function_name = Z_STR_P(key); in zend_std_get_static_method()
H A Dzend_exceptions.c589 smart_str_append(str, Z_STR_P(file)); in _build_trace_string()
H A Dzend.c482 smart_str_append(buf, Z_STR_P(expr)); in zend_print_zval_r_to_buf()
H A Dzend_API.h1612 *dest = Z_STR_P(arg); in zend_parse_arg_str()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c2266 zend_string *lcname = zend_string_tolower(Z_STR_P(reference)); in ZEND_METHOD()
2968 if ((ce = zend_lookup_class(Z_STR_P(classname))) == NULL) { in ZEND_METHOD()
3515 if ((ce = zend_lookup_class(Z_STR_P(classname))) == NULL) { in ZEND_METHOD()
3722 if ((ce = zend_lookup_class(Z_STR_P(argument))) == NULL) { in reflection_class_object_ctor()
5029 if ((class_ce = zend_lookup_class(Z_STR_P(class_name))) == NULL) { in ZEND_METHOD()
5072 if ((interface_ce = zend_lookup_class(Z_STR_P(interface))) == NULL) { in ZEND_METHOD()
5290 if ((ce = zend_lookup_class(Z_STR_P(classname))) == NULL) { in ZEND_METHOD()
6251 item = zend_symtable_find(ht, Z_STR_P(key)); in ZEND_METHOD()
6814 && zend_hash_exists(&Z_OBJCE_P(object)->properties_info, Z_STR_P(member)) in _reflection_write_property()
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c509 || (pce = zend_lookup_class(Z_STR_P(item))) == NULL in PHP_METHOD()
778 || (pce = zend_lookup_class(Z_STR_P(item))) == NULL in pdo_dbh_attribute_set()
H A Dpdo_stmt.c1421 stmt->fetch.cls.ce = zend_fetch_class(Z_STR_P(arg2), ZEND_FETCH_CLASS_AUTO); in PHP_METHOD()
/PHP-7.4/ext/snmp/
H A Dsnmp.c1932 hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member)); in php_snmp_read_property()
1972 hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member)); in php_snmp_write_property()
2002 if ((hnd = zend_hash_find_ptr(&php_snmp_properties, Z_STR_P(member))) != NULL) { in php_snmp_has_property()
/PHP-7.4/ext/filter/
H A Dlogical_filters.c84 var_name = Z_STR_P(option_val); \
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c2348 Z_STR_P(CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants)), in zend_fetch_prop_info()
2380 ce = get_class_entry(script, Z_STR_P(zv + 1)); in zend_fetch_static_prop_info()
2385 prop_info = lookup_prop_info(ce, Z_STR_P(zv), op_array->scope); in zend_fetch_static_prop_info()
3191 …if (script && (ce = zend_hash_find_ptr(&script->class_table, Z_STR_P(CRT_CONSTANT_EX(op_array, opl… in zend_update_type_info()
3221 ce = get_class_entry(script, Z_STR_P(zv+1)); in zend_update_type_info()
3233 …(ce = get_class_entry(script, Z_STR_P(CRT_CONSTANT_EX(op_array, opline, opline->op1, ssa->rt_const… in zend_update_type_info()
4662 Z_STR_P(CRT_CONSTANT_EX(op_array, opline, opline->op2, ssa->rt_constants))); in zend_may_throw()
H A Dzend_ssa.c508 …zend_string *lcname = Z_STR_P(CRT_CONSTANT_EX(op_array, (opline-1), (opline-1)->op2, (build_flags … in place_essa_pis()
/PHP-7.4/ext/zip/
H A Dphp_zip.c891 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_get_property_ptr_ptr()
926 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_read_property()
966 hnd = zend_hash_find_ptr(obj->prop_handler, Z_STR_P(member)); in php_zip_has_property()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3863 key = Z_STR_P(RT_CONSTANT(opline, opline->op1) + 1); in preload_link()
3993 zend_string *resolved_path = preload_resolve_path(Z_STR_P(RT_CONSTANT(opline, opline->op1))); in preload_remove_empty_includes()
4033 zend_string *resolved_path = preload_resolve_path(Z_STR_P(RT_CONSTANT(opline, opline->op1))); in preload_remove_empty_includes()
4042 zend_string_release(Z_STR_P(RT_CONSTANT(opline, opline->op1))); in preload_remove_empty_includes()
H A Dzend_persist.c190 zend_accel_store_interned_string(Z_STR_P(z)); in zend_persist_zval()
/PHP-7.4/ext/zlib/
H A Dzlib.c761 zend_string *str = Z_STR_P(option_buffer); in zlib_create_dictionary_string()
/PHP-7.4/main/streams/
H A Duserspace.c395 *opened_path = zend_string_copy(Z_STR_P(Z_REFVAL(args[3]))); in user_wrapper_opener()
/PHP-7.4/main/
H A Dfastcgi.c1745 pefree(Z_STR_P(zv), 1);
/PHP-7.4/ext/soap/
H A Dphp_http.c858 smart_str_append(&soap_headers, Z_STR_P(value)); in make_http_soap_request()

Completed in 505 milliseconds

1234