Home
last modified time | relevance | path

Searched refs:Z_STRVAL_P (Results 101 – 125 of 146) sorted by relevance

123456

/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c433 buffer = Z_STRVAL_P(what);
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c343 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(&handler)); in xsl_ext_function_php()
368 valuePush(ctxt, xmlXPathNewString( Z_STRVAL_P(retval))); in xsl_ext_function_php()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1063 Z_STRVAL_P(argn) = estrndup(input, len); in do_cli()
1133 zend_printf("Exception: %s\n", Z_STRVAL_P(msg)); in do_cli()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c903 *result = estrndup(Z_STRVAL_P(retval_ptr), Z_STRLEN_P(retval_ptr)); in preg_do_repl_func()
1079 replace = Z_STRVAL_P(replace_val); in php_pcre_replace_impl()
1349 result = php_pcre_replace(Z_STRVAL_P(regex), in php_replace_in_subject()
/PHP-5.5/main/streams/
H A Duserspace.c409 *opened_path = estrndup(Z_STRVAL_P(zopened), Z_STRLEN_P(zopened)); in user_wrapper_opener()
715 memcpy(buf, Z_STRVAL_P(retval), didread); in php_userstreamop_read()
1539 PHP_STRLCPY(ent->d_name, Z_STRVAL_P(retval), sizeof(ent->d_name), Z_STRLEN_P(retval)); in php_userstreamop_readdir()
/PHP-5.5/ext/dom/
H A Ddocument.c373 handler = xmlFindCharEncodingHandler(Z_STRVAL_P(newval)); in dom_document_encoding_write()
380 docp->encoding = xmlStrdup((const xmlChar *) Z_STRVAL_P(newval)); in dom_document_encoding_write()
512 docp->version = xmlStrdup((const xmlChar *) Z_STRVAL_P(newval)); in dom_document_version_write()
873 docp->URL = xmlStrdup((const xmlChar *) Z_STRVAL_P(newval)); in dom_document_document_uri_write()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c1870 if (zend_lookup_class(Z_STRVAL_P(object), Z_STRLEN_P(object), &pce TSRMLS_CC) == FAILURE) { in PHP_FUNCTION()
1871 …or_docref(NULL TSRMLS_CC, E_NOTICE, "Sybase: Class %s has not been declared", Z_STRVAL_P(object)); in PHP_FUNCTION()
2067 if (strcasecmp(result->fields[i].name, Z_STRVAL_P(field)) == 0) { in PHP_FUNCTION()
2073 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Sybase: %s field not found in result", Z_STRVAL_P(fi… in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c697 ldap_base_dn = Z_STRVAL_P(base_dn); in php_ldap_do_search()
780 ldap_base_dn = Z_STRVAL_P(base_dn); in php_ldap_do_search()
1639 if (Z_STRLEN_P(modinfo) != _ldap_strlen_max(Z_STRVAL_P(modinfo), Z_STRLEN_P(modinfo))) { in PHP_FUNCTION()
1753 ldap_mods[i]->mod_type = estrndup(Z_STRVAL_P(attrib), Z_STRLEN_P(attrib)); in PHP_FUNCTION()
1775 ldap_mods[i]->mod_bvalues[j]->bv_val = estrndup(Z_STRVAL_P(modval), Z_STRLEN_P(modval)); in PHP_FUNCTION()
/PHP-5.5/ext/curl/
H A Dinterface.c1583 memcpy(data, Z_STRVAL_P(retval_ptr), length); in curl_read()
1725 strlcpy(buf, Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in curl_passwd()
1728 …r_docref(NULL TSRMLS_CC, E_WARNING, "User handler '%s' did not return a string", Z_STRVAL_P(func)); in curl_passwd()
2627 postval = Z_STRVAL_P(prop); in _php_curl_setopt()
2635 type = Z_STRVAL_P(prop); in _php_curl_setopt()
2639 filename = Z_STRVAL_P(prop); in _php_curl_setopt()
/PHP-5.5/Zend/
H A Dzend_closures.c109 class_name = Z_STRVAL_P(scope_arg); in ZEND_METHOD()
H A Dzend_interfaces.c418 *buffer = (unsigned char*)estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in zend_user_serialize()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c392 …OLECHAR *olestr = php_com_string_to_olestring(Z_STRVAL_P(name), Z_STRLEN_P(name), COMG(code_page) … in disp_getmembername()
H A Dcom_persist.c351 Z_STRVAL_P(return_value) = php_com_olestring_to_string(olename, in CPH_METHOD()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c189 const char *strval = Z_STRVAL_P(val); in php_converter_append_toUnicode_target()
286 memcpy(args->target, Z_STRVAL_P(val), vallen); in php_converter_append_fromUnicode_target()
/PHP-5.5/ext/spl/
H A Dspl_observer.c127 strncpy(hash, Z_STRVAL_P(rv), hash_len); in spl_object_storage_get_hash()
1217 add_assoc_zval_ex(return_value, Z_STRVAL_P(element->inf), Z_STRLEN_P(element->inf)+1U, retval); in spl_multiple_iterator_get_all()
/PHP-5.5/ext/standard/
H A Dformatted_print.c581 Z_STRVAL_P(var), in php_formatted_print()
/PHP-5.5/ext/json/
H A Djson.c639 json_escape_string(buf, Z_STRVAL_P(val), Z_STRLEN_P(val), options TSRMLS_CC); in php_json_encode()
/PHP-5.5/ext/opcache/Optimizer/
H A Dblock_pass.c743 … if(zend_get_persistent_constant(Z_STRVAL_P(arg), Z_STRLEN_P(arg), &c, 0 TSRMLS_CC ELS_CC) != 0) { in zend_optimize_block()
754 …if(zend_hash_find(EG(function_table), Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1, (void **)&function) == S… in zend_optimize_block()
763 … if(zend_get_persistent_constant(Z_STRVAL_P(arg), Z_STRLEN_P(arg), &c, 1 TSRMLS_CC ELS_CC) != 0) { in zend_optimize_block()
772 if(zend_hash_exists(&module_registry, Z_STRVAL_P(arg), Z_STRLEN_P(arg)+1)) { in zend_optimize_block()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1437 key = Z_STRVAL_P(arg1);
1445 value = Z_STRVAL_P(arg2);
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c798 sqlite3_result_text(context, Z_STRVAL_P(retval), Z_STRLEN_P(retval), SQLITE_TRANSIENT);
1552 buffer = Z_STRVAL_P(param->parameter);
1565 …sqlite3_bind_text(stmt_obj->stmt, param->param_number, Z_STRVAL_P(param->parameter), Z_STRLEN_P(pa…
/PHP-5.5/ext/oci8/
H A Doci8_collection.c513 Z_STRVAL_P(*result_element)[buff_len] = '\0'; in php_oci_collection_element_get()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1000Z_STRVAL_P(return_value) = dbh->methods->last_id(dbh, name, (unsigned int *)&Z_STRLEN_P(return_val… in PHP_METHOD()
1001 if (!Z_STRVAL_P(return_value)) { in PHP_METHOD()
/PHP-5.5/ext/phar/
H A Dphar_object.c732 entry = Z_STRVAL_P(retval_ptr); in PHP_METHOD()
4363 filename = Z_STRVAL_P(zval_files); in PHP_METHOD()
4887 Z_STRVAL_P(return_value) = NULL; in PHP_METHOD()
4888 …Z_STRLEN_P(return_value) = php_stream_copy_to_mem(fp, &(Z_STRVAL_P(return_value)), link->uncompres… in PHP_METHOD()
4890 if (!Z_STRVAL_P(return_value)) { in PHP_METHOD()
4891 Z_STRVAL_P(return_value) = estrndup("", 0); in PHP_METHOD()
/PHP-5.5/ext/pdo_sqlite/
H A Dsqlite_driver.c423 sqlite3_result_text(context, Z_STRVAL_P(retval), in do_callback()
/PHP-5.5/main/
H A Dsnprintf.c800 s = Z_STRVAL_P(zvp); in format_converter()

Completed in 159 milliseconds

123456