Home
last modified time | relevance | path

Searched refs:Z_STRVAL (Results 26 – 46 of 46) sorted by relevance

12

/PHP-7.4/main/streams/
H A Duserspace.c696 memcpy(buf, Z_STRVAL(retval), didread); in php_userstreamop_read()
1441 PHP_STRLCPY(ent->d_name, Z_STRVAL(retval), sizeof(ent->d_name), Z_STRLEN(retval)); in php_userstreamop_readdir()
/PHP-7.4/main/
H A Dphp_ini.c642 php_ini_opened_path = zend_strndup(Z_STRVAL(tmp), Z_STRLEN(tmp)); in php_init_config()
H A Doutput.c968 context->out.data = estrndup(Z_STRVAL(retval), Z_STRLEN(retval)); in php_output_handler_op()
/PHP-7.4/ext/filter/
H A Dfilter.c490 *val = estrndup(Z_STRVAL(new_var), Z_STRLEN(new_var)); in php_sapi_filter()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c423 sqlite3_result_text(context, Z_STRVAL(retval), Z_STRLEN(retval), SQLITE_TRANSIENT); in do_callback()
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re1117 php_error_docref(NULL, E_WARNING, "defined (%s) but not found", Z_STRVAL(user_func));
1136 …(NULL, E_WARNING, "Function %s() hasn't defined the class it was called for", Z_STRVAL(user_func));
H A Dfile.c694 numbytes = php_stream_write(stream, Z_STRVAL(out), Z_STRLEN(out)); in PHP_FUNCTION()
H A Dstring.c1335 BG(strtok_last) = BG(strtok_string) = Z_STRVAL(BG(strtok_zval)); in PHP_FUNCTION()
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_statement.c498 if (isc_put_segment(H->isc_status, &h, chunk_size, &Z_STRVAL(data)[put_cnt])) { in firebird_bind_blob()
/PHP-7.4/ext/sockets/
H A Dconversions.c340 switch (is_numeric_string(Z_STRVAL(lzval), Z_STRLEN(lzval), &lval, &dval, 0)) { in from_zval_integer_common()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c611 xmlDocPtr doc = soap_xmlParseMemory(Z_STRVAL(return_value), Z_STRLEN(return_value)); in to_xml_user()
1219 if (Z_TYPE(val) == IS_STRING && *Z_STRVAL(val) == '<') { in model_to_zval_any()
1226 if (Z_TYPE(val2) != IS_STRING || *Z_STRVAL(val) != '<') { in model_to_zval_any()
H A Dphp_sdl.c296 memcpy(Z_STRVAL(new_header), Z_STRVAL_P(header), s - Z_STRVAL_P(header)); in sdl_set_uri_credentials()
297 …memcpy(Z_STRVAL(new_header) + (s - Z_STRVAL_P(header)), rest, Z_STRLEN_P(header) - (rest - Z_STRVA… in sdl_set_uri_credentials()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c739 …zend_update_property_string(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), Z_STRVAL(tmp)); in phpdbg_handle_exception()
/PHP-7.4/ext/phar/
H A Dutil.c1460 *signature = estrndup(Z_STRVAL(zp[1]), Z_STRLEN(zp[1])); in phar_call_openssl_signverify()
H A Dphar_object.c1461 str_key = estrndup(Z_STRVAL(key), str_key_len); in phar_build()
1589 str_key = estrndup(Z_STRVAL(key), str_key_len); in phar_build()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c1102 …erialize(return_value, ce, (unsigned char *)(Z_TYPE(val) == IS_STRING ? Z_STRVAL(val) : ""), Z_TYP… in do_fetch()
/PHP-7.4/ext/session/
H A Dsession.c3257 PS(id) = zend_string_init(Z_STRVAL(progress->sid), Z_STRLEN(progress->sid), 0); in php_session_rfc1867_callback()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c646 smart_str_appendl(str, Z_STRVAL(zv), MIN(Z_STRLEN(zv), 15)); in _parameter_string()
3559 _class_const_string(&str, Z_STRVAL(name), ref, ""); in ZEND_METHOD()
/PHP-7.4/ext/spl/
H A Dspl_directory.c2180 intern->u.file.current_line = estrndup(Z_STRVAL(retval), Z_STRLEN(retval)); in spl_filesystem_file_read_line_ex()
/PHP-7.4/ext/curl/
H A Dinterface.c1682 memcpy(data, Z_STRVAL(retval), length); in curl_read()
/PHP-7.4/ext/openssl/
H A Dopenssl.c3848 passphrase = Z_STRVAL(tmp); in php_openssl_evp_from_zval()

Completed in 151 milliseconds

12