Home
last modified time | relevance | path

Searched refs:string (Results 7151 – 7175 of 7200) sorted by relevance

1...<<281282283284285286287288

/php-src/ext/intl/formatter/
H A Dformatter_arginfo.h22 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
33 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
/php-src/ext/standard/tests/file/
H A Dparse_ini_file.phpt177 ;No = "string"
/php-src/ext/mbstring/tests/
H A Dhz_encoding.phpt128 // It was found by fuzzing. Reproducing it required a string which was long enough
H A Diso2022jp_encoding.phpt46 /* An 0xF at the beginning of a JIS7 string is redundant; it switches
H A Dmb_convert_kana.phpt136 // before the end of the string
/php-src/ext/com_dotnet/tests/
H A Dvariants_x64.phpt8 if ((string) variant_cat(new VARIANT(false), new VARIANT(0.5)) != 'False0.5')
/php-src/ext/gd/
H A Dgd_arginfo.h429 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
483 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
/php-src/ext/soap/
H A Dsoap_arginfo.h27 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
53 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
H A Dsoap.c54 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
1689 char *code, *string, *actor=NULL, *name=NULL; in PHP_METHOD() local
1696 &code, &code_len, &string, &string_len, &actor, &actor_len, &details, in PHP_METHOD()
1706 soap_server_fault(code, string, actor, details, name); in PHP_METHOD()
1797 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c… in soap_server_fault() argument
1802 set_soap_fault(&ret, NULL, code, string, actor, details, name); in soap_server_fault()
/php-src/sapi/phpdbg/
H A Dphpdbg_bp.c111 char *string; in phpdbg_export_breakpoints() local
112 phpdbg_export_breakpoints_to_string(&string); in phpdbg_export_breakpoints()
113 fputs(string, handle); in phpdbg_export_breakpoints()
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata.phpt234 string(1) "a"
/php-src/ext/tidy/
H A Dtidy.c803 static int php_tidy_parse_string(PHPTidyObj *obj, char *string, uint32_t len, char *enc) in php_tidy_parse_string() argument
817 tidyBufAttach(&buf, (byte *) string, len); in php_tidy_parse_string()
/php-src/Zend/tests/
H A Dtemporary_cleaning_013.phpt267 var_dump((string) new class {
/php-src/ext/pdo/
H A Dpdo_sql_parser.re281 /* parameter does not have a string representation, buf == NULL */
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re354 add_error(&in, "Empty string");
/php-src/Zend/
H A Dzend_vm_gen.php2335 ): string {
3021 function write_file_if_changed(string $filename, string $contents) {
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua28 local _s = string
H A Ddynasm.lua48 local _s = string
/php-src/Zend/tests/offsets/
H A DArrayObject_container_offset_behaviour.phpt193 string(7) "default"
/php-src/ext/pcre/tests/
H A Dpreg_match_error4.phpt933 string(16) "Done, 1 matches."
/php-src/tests/lang/
H A D028.phpt26 return (string) $foo;
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h53 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
/php-src/ext/standard/
H A Dvar_unserializer.re762 * with unserialize reading past the end of the passed buffer if the string is not
1320 * The passed string obviously doesn't descend from the regular serializer. However, if
/php-src/ext/mysqli/
H A Dmysqli_arginfo.h250 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
527 ZEND_ARG_TYPE_INFO(0, string, IS_STRING, 0)
/php-src/
H A Dconfigure.ac56 #include <string.h>
679 #include <string.h>
1636 void foo(char *string) {}

Completed in 106 milliseconds

1...<<281282283284285286287288