Home
last modified time | relevance | path

Searched refs:s (Results 126 – 150 of 6255) sorted by last modified time

12345678910>>...251

/PHP-7.4/
H A D.gdbinit45 printf "[%d] '%s'\n", $cv_idx, $cv[$cv_idx].val
189 printf "string: %s", $zvalue->value.str->val
212 printf "(%s) #%d", $cname, $handle
236 printf "%s => ", $name->val
253 printf "const: %s", $zvalue->value.str->val
366 printf "%s\n", (char*)$p->val.value.ptr
428 printf "class %s", $ce->name->val
430 printf " extends %s", $ce->parent->name->val
448 printf "interface %s", $ce->name->val
451 printf " extends %s", $ce->name->val
[all …]
H A Drun-tests.php815 $s = floor($t);
816 return array(0 => $s, 1 => ($t - $s) * 1000000000);
/PHP-7.4/ext/soap/
H A Dphp_encoding.c1059 char s[256]; in to_xml_long() local
1061 snprintf(s, sizeof(s), "%0.0F",floor(Z_DVAL_P(data))); in to_xml_long()
2405 if (ZSTR_VAL(array_size.s)[i] == ',') {ZSTR_VAL(array_size.s)[i] = ' ';} in to_xml_array()
2671 xmlNodeSetContentLen(key, BAD_CAST(ZSTR_VAL(tmp.s)), ZSTR_LEN(tmp.s)); in to_xml_map()
2976 if (list.s && ZSTR_LEN(list.s) != 0) { in to_xml_list()
2987 if (list.s) { in to_xml_list()
2988 xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(list.s)), ZSTR_LEN(list.s)); in to_xml_list()
3018 if (list.s && ZSTR_LEN(list.s) != 0) { in to_xml_list()
3031 if (list.s) { in to_xml_list()
3032 xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(list.s)), ZSTR_LEN(list.s)); in to_xml_list()
[all …]
/PHP-7.4/ext/session/
H A Dsession.c848 return buf.s; in PHP_INI_END()
906 return buf.s; in PS_SERIALIZER_ENCODE_FUNC()
976 return buf.s; in PS_SERIALIZER_ENCODE_FUNC()
1376 sapi_add_header_ex(estrndup(ZSTR_VAL(ncookie.s), ZSTR_LEN(ncookie.s)), ZSTR_LEN(ncookie.s), 0, 0); in php_session_send_cookie()
1456 ZVAL_NEW_STR(sid, var.s); in php_session_reset_id()
1458 REGISTER_STRINGL_CONSTANT("SID", ZSTR_VAL(var.s), ZSTR_LEN(var.s), 0); in php_session_reset_id()
2319 RETVAL_NEW_STR(id.s); in PHP_FUNCTION()
3039 if (save_handlers.s) { in PHP_MINFO_FUNCTION()
3047 if (ser_handlers.s) { in PHP_MINFO_FUNCTION()
3196 if (Z_TYPE(progress->sid) && progress->key.s) { in php_session_rfc1867_callback()
[all …]
/PHP-7.4/ext/openssl/tests/
H A Dbug62890.phpt17 'local_cert' => '%s',
H A Dstream_crypto_flags_004.phpt17 'local_cert' => '%s',
38 'cafile' => '%s',
39 'peer_name' => '%s',
H A Dstream_crypto_flags_001.phpt17 'local_cert' => '%s',
36 'cafile' => '%s',
37 'peer_name' => '%s',
H A Dstream_crypto_flags_002.phpt17 'local_cert' => '%s',
37 'cafile' => '%s',
38 'peer_name' => '%s',
H A Dstream_crypto_flags_003.phpt18 'local_cert' => '%s',
41 'cafile' => '%s',
42 'peer_name' => '%s',
H A Dsession_meta_capture.phpt17 'local_cert' => '%s',
37 'cafile' => '%s',
38 'peer_name' => '%s',
H A Dbug80747.phpt24 error:%s:key size too small
/PHP-7.4/sapi/fpm/tests/
H A Dlogtool.inc147 '/^(%s %s: %s)"([^"]*)"(.*)?$/',
165 '/^%s %s: %s(.*)$/',
367 $pattern = sprintf('/^%s %s: %s$/', self::P_TIME, $type, $expectedMessage);
/PHP-7.4/ext/dba/
H A Ddba.c561 if (handlers.s) { in PHP_MINFO_FUNCTION()
563 php_info_print_table_row(2, "Supported handlers", ZSTR_VAL(handlers.s)); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c78 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
170 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
238 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
251 MYSQLND_STMT_DATA * stmt = s? s->data : NULL; in MYSQLND_METHOD()
267 s->m->free_stmt_result(s); in MYSQLND_METHOD()
623 s->m->free_stmt_content(s); in mysqlnd_stmt_execute_parse_response()
678 s->m->flush(s); in MYSQLND_METHOD()
1184 s->m->flush(s); in MYSQLND_METHOD()
1558 s->m->free_result_bind(s, result_bind); in MYSQLND_METHOD()
2074 s->m->free_stmt_result(s); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_auth.c102 if (conn->authentication_plugin_data.s) { in mysqlnd_run_authentication()
104 conn->authentication_plugin_data.s = NULL; in mysqlnd_run_authentication()
108 if (!conn->authentication_plugin_data.s) { in mysqlnd_run_authentication()
500 if (conn->username.s) { in mysqlnd_auth_change_user()
501 mnd_pefree(conn->username.s, conn->persistent); in mysqlnd_auth_change_user()
503 conn->username.s = tmp; in mysqlnd_auth_change_user()
506 if (conn->password.s) { in mysqlnd_auth_change_user()
509 conn->password.s = tmp; in mysqlnd_auth_change_user()
511 if (conn->last_message.s) { in mysqlnd_auth_change_user()
512 mnd_efree(conn->last_message.s); in mysqlnd_auth_change_user()
[all …]
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c110 while ((s = strstr(s, header))) { in check_has_header()
111 if (s == headers || *(s-1) == '\n') { in check_has_header()
114 s++; in check_has_header()
269 while (*s == ' ' || *s == '\t') s++; in php_stream_url_wrap_http_ex()
286 while (*s == '\r' || *s == '\n') s++; in php_stream_url_wrap_http_ex()
293 while (*s == ' ' || *s == '\t') s++; in php_stream_url_wrap_http_ex()
302 smart_str_appendl(&header, s, p - s); in php_stream_url_wrap_http_ex()
310 while (*s == '\r' || *s == '\n') s++; in php_stream_url_wrap_http_ex()
497 (s == t || *(s-1) == '\n')) { in php_stream_url_wrap_http_ex()
500 while (s > t && (*(s-1) == ' ' || *(s-1) == '\t')) s--; in php_stream_url_wrap_http_ex()
[all …]
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c391 char *s; in sapi_lsapi_send_headers_like_cgi() local
394 (s = strchr(SG(sapi_headers).http_status_line, ' ')) != 0 && in sapi_lsapi_send_headers_like_cgi()
395 (s - SG(sapi_headers).http_status_line) >= 5 && in sapi_lsapi_send_headers_like_cgi()
398 len = slprintf(buf, sizeof(buf), "Status:%s", s); in sapi_lsapi_send_headers_like_cgi()
399 response_status = atoi((s + 1)); in sapi_lsapi_send_headers_like_cgi()
863 static inline char* skip_slash(char *s) in skip_slash() argument
865 while (*s == DEFAULT_SLASH) { in skip_slash()
866 ++s; in skip_slash()
868 return s; in skip_slash()
H A Dlsapilib.c4240 #define MD5STEP(f, w, x, y, z, data, s) \ argument
4241 ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )
/PHP-7.4/Zend/
H A Dzend_hash.c2127 zval *t, *s; in zend_hash_merge() local
2136 s = &p->val; in zend_hash_merge()
2137 if (UNEXPECTED(Z_TYPE_P(s) == IS_INDIRECT)) { in zend_hash_merge()
2138 s = Z_INDIRECT_P(s); in zend_hash_merge()
2140 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2149 t = zend_hash_index_update(target, p->h, s); in zend_hash_merge()
2158 s = &p->val; in zend_hash_merge()
2159 if (UNEXPECTED(Z_TYPE_P(s) == IS_INDIRECT)) { in zend_hash_merge()
2160 s = Z_INDIRECT_P(s); in zend_hash_merge()
2162 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
[all …]
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c814 _function_closure_string(str, fptr, ZSTR_VAL(param_indent.s)); in _function_string()
816 _function_parameter_string(str, fptr, ZSTR_VAL(param_indent.s)); in _function_string()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt10 …tf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
15 die(sprintf("SKIP Needs MySQL 5.5 or newer, found MySQL %s\n", $link->server_info));
18 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
35 die(sprintf("SKIP MariaDB probe of GLOBAL VARIABLES failed [%d] %s\n",
86 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
90 if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pamtest@'%%'", $db)) ||
91 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pamtest@'localhost'", $db))) {
105 …001] Cannot connect to the server using host=%s, user=pamtest, passwd=pamtest dbname=%s, port=%s, …
110 printf("[002] [%d] %s\n", $link->errno, $link->error);
113 printf("[003] [%d] %s\n", $link->errno, $link->error);
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c516 if (phpdbg_compile_stdin(code.s) == FAILURE) { in PHPDBG_COMMAND()
1078 zend_string *s = phpdbg_compile_stackframe(gen->execute_data); in PHPDBG_COMMAND() local
1079 phpdbg_out("#%d: %.*s", i, (int) ZSTR_LEN(s), ZSTR_VAL(s)); in PHPDBG_COMMAND()
1080 zend_string_release(s); in PHPDBG_COMMAND()
/PHP-7.4/ext/session/tests/
H A Dsession_name_variation1.phpt52 …ion_start(): session.name cannot contain any of the following '=,; \t\r\n\013\014' in %s on line %d
58 Warning: session_name(): session.name cannot be a numeric or empty '' in %s on line %d
61 …ion_start(): session.name cannot contain any of the following '=,; \t\r\n\013\014' in %s on line %d
/PHP-7.4/Zend/tests/
H A Dbug80781.phpt28 Fatal error: Uncaught ErrorException: Illegal offset type in isset or empty in %s:%d
30 #0 %s(%d): handle(2, 'Illegal offset ...', %s, %d, Array)
32 thrown in %s on line %d
/PHP-7.4/ext/intl/common/
H A Dcommon_date.cpp84 UnicodeString s = UnicodeString(id, id_len, US_INV); in timezone_convert_datetimezone() local
85 timeZone = TimeZone::createTimeZone(s); in timezone_convert_datetimezone()

Completed in 141 milliseconds

12345678910>>...251