Home
last modified time | relevance | path

Searched refs:ZVAL_STRING (Results 1 – 25 of 91) sorted by relevance

1234

/PHP-5.5/ext/dom/
H A Ddomerror.c52 ZVAL_STRING(*retval, "TEST", 1); in dom_domerror_severity_read()
66 ZVAL_STRING(*retval, "TEST", 1); in dom_domerror_message_read()
80 ZVAL_STRING(*retval, "TEST", 1); in dom_domerror_type_read()
94 ZVAL_STRING(*retval, "TEST", 1); in dom_domerror_related_exception_read()
108 ZVAL_STRING(*retval, "TEST", 1); in dom_domerror_related_data_read()
122 ZVAL_STRING(*retval, "TEST", 1); in dom_domerror_location_read()
H A Ddomlocator.c52 ZVAL_STRING(*retval, "TEST", 1); in dom_domlocator_line_number_read()
66 ZVAL_STRING(*retval, "TEST", 1); in dom_domlocator_column_number_read()
80 ZVAL_STRING(*retval, "TEST", 1); in dom_domlocator_offset_read()
94 ZVAL_STRING(*retval, "TEST", 1); in dom_domlocator_related_node_read()
108 ZVAL_STRING(*retval, "TEST", 1); in dom_domlocator_uri_read()
H A Dnotation.c61 ZVAL_STRING(*retval, (char *) (nodep->ExternalID), 1); in dom_notation_public_id_read()
89 ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1); in dom_notation_system_id_read()
H A Dentity.c62 ZVAL_STRING(*retval, (char *) (nodep->ExternalID), 1); in dom_entity_public_id_read()
90 ZVAL_STRING(*retval, (char *) (nodep->SystemID), 1); in dom_entity_system_id_read()
120 ZVAL_STRING(*retval, content, 1); in dom_entity_notation_name_read()
H A Ddocumenttype.c58 ZVAL_STRING(*retval, (char *) (dtdptr->name), 1); in dom_documenttype_name_read()
145 ZVAL_STRING(*retval, (char *) (dtdptr->ExternalID), 1); in dom_documenttype_public_id_read()
173 ZVAL_STRING(*retval, (char *) (dtdptr->SystemID), 1); in dom_documenttype_system_id_read()
H A Ddomstringlist.c58 ZVAL_STRING(*retval, "TEST", 1); in dom_domstringlist_length_read()
H A Ddomimplementationlist.c58 ZVAL_STRING(*retval, "TEST", 1); in dom_domimplementationlist_length_read()
H A Dnamelist.c61 ZVAL_STRING(*retval, "TEST", 1); in dom_namelist_length_read()
H A Dprocessinginstruction.c110 ZVAL_STRING(*retval, (char *) (nodep->name), 1); in dom_processinginstruction_target_read()
138 ZVAL_STRING(*retval, content, 1); in dom_processinginstruction_data_read()
H A Dattr.c117 ZVAL_STRING(*retval, (char *) (attrp->name), 1); in dom_attr_name_read()
160 ZVAL_STRING(*retval, content, 1); in dom_attr_value_read()
H A Dxpath.c127 ZVAL_STRING(args[i], (char *)obj->stringval, 1); in dom_xpath_ext_function_php()
138 ZVAL_STRING(args[i], str, 1); in dom_xpath_ext_function_php()
174 ZVAL_STRING(args[i], (char *)xmlXPathCastToString(obj), 1); in dom_xpath_ext_function_php()
197 ZVAL_STRING(&handler, obj->stringval, 1); in dom_xpath_ext_function_php()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c151 ZVAL_STRING(&function_name, "milter_init", 0); in ZEND_DECLARE_MODULE_GLOBALS()
221 ZVAL_STRING(param[0], hostname, 1); in mlfi_connect()
254 ZVAL_STRING(&function_name, "milter_helo", 0); in mlfi_helo()
255 ZVAL_STRING(param[0], helohost, 1); in mlfi_helo()
373 ZVAL_STRING(param[0], headerf, 1); in mlfi_header()
374 ZVAL_STRING(param[1], headerv, 1); in mlfi_header()
406 ZVAL_STRING(&function_name, "milter_eoh", 0); in mlfi_eoh()
439 ZVAL_STRING(&function_name, "milter_body", 0); in mlfi_body()
471 ZVAL_STRING(&function_name, "milter_eom", 0); in mlfi_eom()
500 ZVAL_STRING(&function_name, "milter_abort", 0); in mlfi_abort()
[all …]
/PHP-5.5/ext/standard/
H A Dfsock.c76 ZVAL_STRING(zerrstr, "", 1); in php_fsockopen_stream()
101 ZVAL_STRING(zerrstr, errstr, 0); in php_fsockopen_stream()
H A Dassert.c199 ZVAL_STRING(ASSERTG(callback), ASSERTG(cb), 1); in PHP_FUNCTION()
213 ZVAL_STRING(args[0], SAFE_STRING(filename), 1); in PHP_FUNCTION()
215 ZVAL_STRING(args[2], SAFE_STRING(myeval), 1); in PHP_FUNCTION()
H A Dhead.c246 ZVAL_STRING(arg1, file, 1); in PHP_FUNCTION()
248 ZVAL_STRING(arg1, "", 1); in PHP_FUNCTION()
/PHP-5.5/sapi/apache_hooks/
H A Dsapi_apache.c98 ZVAL_STRING(class, handler->name, 1); in apache_php_module_hook()
100 ZVAL_STRING(method, tmp +2, 1); in apache_php_module_hook()
/PHP-5.5/main/streams/
H A Duserspace.c376 ZVAL_STRING(zfilename, filename, 1); in user_wrapper_opener()
380 ZVAL_STRING(zmode, mode, 1); in user_wrapper_opener()
469 ZVAL_STRING(zfilename, filename, 1); in user_wrapper_opendir()
1181 ZVAL_STRING(zfilename, url, 1); in user_wrapper_unlink()
1228 ZVAL_STRING(zold_name, url_from, 1); in user_wrapper_rename()
1232 ZVAL_STRING(znew_name, url_to, 1); in user_wrapper_rename()
1280 ZVAL_STRING(zfilename, url, 1); in user_wrapper_mkdir()
1338 ZVAL_STRING(zfilename, url, 1); in user_wrapper_rmdir()
1400 ZVAL_STRING(zvalue, value, 1); in user_wrapper_metadata()
1417 ZVAL_STRING(zfilename, url, 1); in user_wrapper_metadata()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_driver.c66 ZVAL_STRING(*retval, MyG(value), 1); \
113 ZVAL_STRING(*retval, (char *)mysql_get_client_info(), 1); in driver_client_info_read()
H A Dmysqli_prop.c110 ZVAL_STRING(*retval, c, 1);\
130 ZVAL_STRING(*retval, MYSQL_SERVER_VERSION, 1); in link_client_info_read()
149 ZVAL_STRING(*retval, MyG(error_msg), 1); in link_connect_error_read()
280 ZVAL_STRING(*retval, stat_msg, 1); in MYSQLI_MAP_PROPERTY_FUNC_STRING()
/PHP-5.5/ext/spl/
H A Dspl_engine.h63 ZVAL_STRING(&z_name, func->common.function_name, 0); in spl_instantiate_arg_n()
/PHP-5.5/ext/pdo_oci/
H A Doci_driver.c484 ZVAL_STRING(return_value, "<<Unknown>>", 1); in oci_handle_get_attribute()
487 ZVAL_STRING(return_value, (char *)infostr, 1); in oci_handle_get_attribute()
496 ZVAL_STRING(return_value, verstr, 1); in oci_handle_get_attribute()
511 ZVAL_STRING(return_value, verstr, 1); in oci_handle_get_attribute()
514 ZVAL_STRING(return_value, PHP_PDO_OCI_CLIENT_VERSION, 1); in oci_handle_get_attribute()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c244 ZVAL_STRING(args[i], obj->stringval, 1); in xsl_ext_function_php()
255 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
296 ZVAL_STRING(args[i], str, 1); in xsl_ext_function_php()
323 ZVAL_STRING(&handler, obj->stringval, 1); in xsl_ext_function_php()
447 ZVAL_STRING(member, "cloneDocument", 0); in PHP_FUNCTION()
547 ZVAL_STRING(member, "doXInclude", 0); in php_xsl_apply_stylesheet()
813 ZVAL_STRING(new_string, value, 1); in PHP_FUNCTION()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5538 ZVAL_STRING(new_val, "'t'", 1);
5541 ZVAL_STRING(new_val, "'f'", 1);
5546 ZVAL_STRING(new_val, "NULL", 1);
5588 ZVAL_STRING(new_val, "NULL", 1);
5634 ZVAL_STRING(new_val, "NULL", 1);
5655 ZVAL_STRING(new_val, "''", 1);
5679 ZVAL_STRING(new_val, "NULL", 1);
5721 ZVAL_STRING(new_val, "NULL", 1);
5753 ZVAL_STRING(new_val, "NULL", 1);
5817 ZVAL_STRING(new_val, "NULL", 1);
[all …]
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c191 ZVAL_STRING(&callback,name,0); in call_php()
221 ZVAL_STRING(argp[i], (char*)argv[i]->dsc_address,0); in call_php()
/PHP-5.5/ext/pdo_mysql/
H A Dmysql_driver.c426 ZVAL_STRING(return_value, (char *)mysql_get_client_info(), 1);
430 ZVAL_STRING(return_value, (char *)mysql_get_server_info(H->server), 1);
434 ZVAL_STRING(return_value, (char *)mysql_get_host_info(H->server), 1);
445 ZVAL_STRING(return_value, tmp, 1);

Completed in 64 milliseconds

1234