Home
last modified time | relevance | path

Searched refs:Z_STRVAL_P (Results 76 – 100 of 146) sorted by relevance

123456

/PHP-5.5/ext/interbase/
H A Dibase_events.c238 _php_ibase_module_error("Error calling callback %s" TSRMLS_CC, Z_STRVAL_P(event->callback)); in _php_ibase_callback()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp175 const char *s = Z_STRVAL_P(bio->text); in _breakiterator_parts_move_forward()
/PHP-5.5/win32/
H A Dregistry.c92 Z_STRVAL_P(data) = zend_strndup(value, value_len-1); in LoadDirectory()
/PHP-5.5/ext/dom/
H A Dcharacterdata.c124 xmlNodeSetContentLen(nodep, Z_STRVAL_P(newval), Z_STRLEN_P(newval) + 1); in dom_characterdata_data_write()
H A Dphp_dom.c325 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in dom_get_property_ptr_ptr()
360 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in dom_read_property()
405 …ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (vo… in dom_write_property()
440 …ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (vo… in dom_property_exists()
/PHP-5.5/ext/sockets/
H A Dmulticast.c105 ret = php_string_to_if_index(Z_STRVAL_P(val), out TSRMLS_CC); in php_get_if_index_from_zval()
140 if (!php_set_inet46_addr(ss, ss_len, Z_STRVAL_P(valcp), sock TSRMLS_CC)) { in php_get_address_from_array()
/PHP-5.5/ext/xml/
H A Dxml.c399 Z_STRVAL_P(ret) = estrndup(str, len); in _xml_string_zval()
416 Z_STRVAL_P(ret) = xml_utf8_decode(s, len, &Z_STRLEN_P(ret), encoding); in _xml_xmlchar_zval()
537 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s()", Z_STRVAL_P(handler)); in xml_call_handler()
723 memcpy(buf, Z_STRVAL_P(val), Z_STRLEN_P(val)); in _xml_zval_strdup()
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c636 ap_table_set(t, Z_STRVAL_P(first), Z_STRVAL_P(second)); in add_header_to_table()
638 ap_table_merge(t, Z_STRVAL_P(first), Z_STRVAL_P(second)); in add_header_to_table()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c135 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in xmlreader_get_property_ptr_ptr()
170 ret = zend_hash_find(obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (void **) &hnd); in xmlreader_read_property()
212 …ret = zend_hash_find((HashTable *)obj->prop_handler, Z_STRVAL_P(member), Z_STRLEN_P(member)+1, (vo… in xmlreader_write_property()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c1863 switch (Z_STRVAL_P(pattern)[i]) { in convert_libmagic_pattern()
1869 t[j] = Z_STRVAL_P(pattern)[i]; in convert_libmagic_pattern()
1883 Z_STRVAL_P(pattern) = t; in convert_libmagic_pattern()
2064 …if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(pattern), Z_STRLEN_P(pattern) TSRMLS_CC)) == N… in magiccheck()
2137 Z_STRVAL_P(pattern_match) = (char *)Z_STRVAL(matchcopy); in magiccheck()
H A Dfuncs.c456 if ((pce = pcre_get_compiled_regex_cache(Z_STRVAL_P(patt), Z_STRLEN_P(patt) TSRMLS_CC)) == NULL) { in file_replace()
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1760 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in php_odbc_fetch_hash()
1771 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in php_odbc_fetch_hash()
1794 Z_STRVAL_P(tmp) = estrndup(buf, Z_STRLEN_P(tmp)); in php_odbc_fetch_hash()
1803 Z_STRVAL_P(tmp) = estrndup(result->values[i].value,Z_STRLEN_P(tmp)); in php_odbc_fetch_hash()
1811 …zend_hash_update(Z_ARRVAL_P(return_value), Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)+1, &tmp, sizeof(zval *… in php_odbc_fetch_hash()
1917 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in PHP_FUNCTION()
1927 Z_STRVAL_P(tmp) = STR_EMPTY_ALLOC(); in PHP_FUNCTION()
1949 Z_STRVAL_P(tmp) = estrndup(buf, Z_STRLEN_P(tmp)); in PHP_FUNCTION()
1958 Z_STRVAL_P(tmp) = estrndup(result->values[i].value,Z_STRLEN_P(tmp)); in PHP_FUNCTION()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c178 mekey = Z_STRVAL_P(offset); in resourcebundle_array_fetch()
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c426 p = Z_STRVAL_P(message); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dfile.c646 numbytes = php_stream_write(stream, Z_STRVAL_P(data), Z_STRLEN_P(data)); in PHP_FUNCTION()
1039 Z_STRVAL_P(return_value) = erealloc(buf, line_len + 1); in PHP_FUNCTION()
1767 Z_STRVAL_P(return_value) = emalloc(len + 1); in PHP_FUNCTION()
1768 Z_STRLEN_P(return_value) = php_stream_read(stream, Z_STRVAL_P(return_value), len); in PHP_FUNCTION()
1771 Z_STRVAL_P(return_value)[Z_STRLEN_P(return_value)] = 0; in PHP_FUNCTION()
H A Dvar.c761 php_var_serialize_string(buf, Z_STRVAL_P(struc), Z_STRLEN_P(struc)); in php_var_serialize_intern()
926 Z_STRVAL_P(return_value) = NULL; in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c825 if (zend_lookup_class(Z_STRVAL_P(arg), Z_STRLEN_P(arg), &pce TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
861 if (zend_lookup_class(Z_STRVAL_P(obj), Z_STRLEN_P(obj), &the_ce TSRMLS_CC) == FAILURE) { in is_a_impl()
1057 if (zend_lookup_class(Z_STRVAL_P(klass), Z_STRLEN_P(klass), &pce TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
1126 if (zend_lookup_class(Z_STRVAL_P(klass), Z_STRLEN_P(klass), &pce TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
1188 if (zend_lookup_class(Z_STRVAL_P(object), Z_STRLEN_P(object), &pce TSRMLS_CC) == FAILURE) { in ZEND_FUNCTION()
H A Dzend_execute.h112 || (Z_STRLEN_P(op)==1 && Z_STRVAL_P(op)[0]=='0')) { in i_zend_is_true()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c639 xmlDocPtr doc = soap_xmlParseMemory(Z_STRVAL_P(return_value), Z_STRLEN_P(return_value)); in to_xml_user()
880 str = estrndup(Z_STRVAL_P(data), Z_STRLEN_P(data)); in to_xml_string()
968 str = php_base64_encode((unsigned char*)Z_STRVAL_P(data), Z_STRLEN_P(data), &str_len); in to_xml_base64()
1011 str[j++] = hexconvtab[((unsigned char)Z_STRVAL_P(data)[i]) >> 4]; in to_xml_hexbin()
1012 str[j++] = hexconvtab[((unsigned char)Z_STRVAL_P(data)[i]) & 15]; in to_xml_hexbin()
1318 if (Z_TYPE_P(val) == IS_STRING && *Z_STRVAL_P(val) == '<') { in model_to_zval_any()
1322 if (Z_TYPE_P(val2) != IS_STRING || *Z_STRVAL_P(val) != '<') { in model_to_zval_any()
2863 …zend_symtable_update(Z_ARRVAL_P(ret), Z_STRVAL_P(key), Z_STRLEN_P(key) + 1, &value, sizeof(zval *)… in to_zval_map()
3036 xmlNodeSetContentLen(xmlParam, BAD_CAST(Z_STRVAL_P(data)), Z_STRLEN_P(data)); in to_xml_datetime_ex()
3146 str = estrndup(Z_STRVAL_P(data), Z_STRLEN_P(data)); in to_xml_list()
[all …]
H A Dsoap.c839 add_property_stringl(this_ptr, "actor", Z_STRVAL_P(actor), Z_STRLEN_P(actor), 1); in PHP_METHOD()
863 fault_code = Z_STRVAL_P(code); in PHP_METHOD()
940 Z_STRVAL_P(faultcode), Z_STRVAL_P(faultstring), Z_STRVAL_P(file), Z_LVAL_P(line), in PHP_METHOD()
941 Z_STRLEN_P(trace) ? Z_STRVAL_P(trace) : "#0 {main}\n"); in PHP_METHOD()
1214 service->sdl = get_sdl(this_ptr, Z_STRVAL_P(wsdl), cache_wsdl TSRMLS_CC); in PHP_METHOD()
1454 zend_str_tolower_copy(key, Z_STRVAL_P(function_name), key_len); in PHP_METHOD()
1457 …NULL TSRMLS_CC, E_WARNING, "Tried to add a non existent function '%s'", Z_STRVAL_P(function_name)); in PHP_METHOD()
2533 sdl = get_sdl(this_ptr, Z_STRVAL_P(wsdl), cache_wsdl TSRMLS_CC);
2609 add_property_stringl(this_ptr, "__last_response", Z_STRVAL_P(response), Z_STRLEN_P(response), 1);
3126 &Z_STRVAL_P(return_value), &Z_STRLEN_P(return_value) TSRMLS_CC)) {
/PHP-5.5/ext/opcache/
H A Dzend_persist_calc.c107 ADD_INTERNED_STRING(Z_STRVAL_P(z), Z_STRLEN_P(z) + 1);
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_statement.c518 &Z_STRVAL_P(param->parameter), PHP_STREAM_COPY_ALL, 0); in pdo_mysql_stmt_param_hook()
557 b->buffer = Z_STRVAL_P(param->parameter); in pdo_mysql_stmt_param_hook()
/PHP-5.5/main/
H A Doutput.c498 …if (Z_STRLEN_P(output_handler) && (alias = php_output_handler_alias(Z_STRVAL_P(output_handler), Z_… in php_output_handler_create_user()
499 …handler = (*alias)(Z_STRVAL_P(output_handler), Z_STRLEN_P(output_handler), chunk_size, flags TSRML… in php_output_handler_create_user()
983 context->out.data = estrndup(Z_STRVAL_P(retval), Z_STRLEN_P(retval)); in php_output_handler_op()
H A Dspprintf.c408 s = Z_STRVAL_P(zvp); in xbuf_format_converter()
/PHP-5.5/ext/com_dotnet/
H A Dcom_variant.c156 olestring = php_com_string_to_olestring(Z_STRVAL_P(z), Z_STRLEN_P(z), codepage TSRMLS_CC); in php_com_variant_from_zval()
222 Z_STRVAL_P(z) = php_com_olestring_to_string(olestring, in php_com_zval_from_variant()

Completed in 173 milliseconds

123456