Home
last modified time | relevance | path

Searched refs:s (Results 5401 – 5425 of 6057) sorted by relevance

1...<<211212213214215216217218219220>>...243

/PHP-8.1/ext/curl/tests/
H A Dcurl_pushfunction_nonexistent_callback.phpt54 Warning: curl_multi_exec(): Cannot call the CURLMOPT_PUSHFUNCTION in %s on line %d
/PHP-8.1/ext/xsl/tests/
H A Dphp_function_edge_cases.phpt45 Warning: XSLTProcessor::transformToDoc(): Handler name must be a string in %s on line %d
/PHP-8.1/sapi/fpm/
H A Dwww.conf.in27 ; If the group is not set, the user's group is used.
52 ; is not set, the owner's group is used. Mode is set to 0660.
147 ; Default Value: 10s
148 ;pm.process_idle_timeout = 10s;
213 ; request duration - the duration in µs of the requests;
247 ; It's available in: @EXPANDED_DATADIR@/fpm/status.html
335 ; %s: status (response code)
348 ; Default: "%R - %u %t \"%m %r\" %s"
357 ; dumped to the 'slowlog' file. A value of '0s' means 'off'.
358 ; Available units: s(econds)(default), m(inutes), h(ours), or d(ays)
[all …]
/PHP-8.1/ext/mbstring/tests/
H A Dmb_substitute_character_variation_weak_types.phpt119 Deprecated: Implicit conversion from float 10.5 to int loses precision in %s on line %d
123 Deprecated: Implicit conversion from float -10.5 to int loses precision in %s on line %d
131 Deprecated: Implicit conversion from float 0.5 to int loses precision in %s on line %d
/PHP-8.1/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_v.phpt145 Warning: Undefined variable $ref_first_var in %s on line %d
164 Warning: Undefined variable $var_3 in %s on line %d
175 Warning: Undefined variable $var_1 in %s on line %d
/PHP-8.1/ext/reflection/tests/
H A DReflectionType_001.phpt93 printf("public %s $%s;\n",
95 } else printf("public $%s;\n", $property->getName());
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt28 printf("[001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
187 printf("Expected error:\n%s\n", $tmp);
219 Warning: mysqli_poll(): All arrays passed are clear in %s on line %d
/PHP-8.1/.github/scripts/windows/
H A Dtest_task.bat55 rmdir /s /q C:\OpenSSL-Win32 >NUL 2>NUL
56 rmdir /s /q C:\OpenSSL-Win64 >NUL 2>NUL
63 rmdir /s /q %OPENSSLDIR% >nul 2>&1
/PHP-8.1/ext/oci8/
H A Doci8.c1043 zend_str_tolower(ZSTR_VAL(hashed_details.s), ZSTR_LEN(hashed_details.s)); in php_oci_do_connect_ex()
1126 (ZSTR_LEN(tmp->hash_key) == ZSTR_LEN(hashed_details.s)) && in php_oci_do_connect_ex()
1171 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1176 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
1183 zend_hash_del(&EG(persistent_list), hashed_details.s); in php_oci_do_connect_ex()
1185 zend_hash_del(&EG(regular_list), hashed_details.s); in php_oci_do_connect_ex()
1209 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
1220 connection->hash_key = zend_string_dup(hashed_details.s, 1); in php_oci_do_connect_ex()
1233 connection->hash_key = zend_string_dup(hashed_details.s, 0); in php_oci_do_connect_ex()
2161 zend_str_tolower(ZSTR_VAL(spool_hashed_details.s), ZSTR_LEN(spool_hashed_details.s)); in php_oci_get_spool()
[all …]
/PHP-8.1/ext/soap/
H A Dphp_sdl.c229 char *s; in sdl_set_uri_credentials() local
236 if (!s) return; in sdl_set_uri_credentials()
237 s = strchr(s+3, '/'); in sdl_set_uri_credentials()
240 if (!s) return; in sdl_set_uri_credentials()
241 s = strchr(s+3, '/'); in sdl_set_uri_credentials()
242 l2 = s ? (size_t)(s - (char*)uri) : strlen((char*)uri); in sdl_set_uri_credentials()
288 if (s && (s == Z_STRVAL_P(header) || *(s-1) == '\n' || *(s-1) == '\r')) { in sdl_set_uri_credentials()
1207 char *s; in sdl_deserialize_string() local
1217 return s; in sdl_deserialize_string()
2378 bool valid_file = write(f, ZSTR_VAL(buf.s), ZSTR_LEN(buf.s)) == ZSTR_LEN(buf.s); in add_sdl_to_cache()
[all …]
H A Dphp_encoding.c1053 char s[256]; in to_xml_long() local
1055 snprintf(s, sizeof(s), "%0.0F",floor(Z_DVAL_P(data))); in to_xml_long()
2403 if (ZSTR_VAL(array_size.s)[i] == ',') {ZSTR_VAL(array_size.s)[i] = ' ';} in to_xml_array()
2669 xmlNodeSetContentLen(key, BAD_CAST(ZSTR_VAL(tmp.s)), ZSTR_LEN(tmp.s)); in to_xml_map()
2973 if (list.s && ZSTR_LEN(list.s) != 0) { in to_xml_list()
2984 if (list.s) { in to_xml_list()
2985 xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(list.s)), ZSTR_LEN(list.s)); in to_xml_list()
3015 if (list.s && ZSTR_LEN(list.s) != 0) { in to_xml_list()
3028 if (list.s) { in to_xml_list()
3029 xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(list.s)), ZSTR_LEN(list.s)); in to_xml_list()
[all …]
/PHP-8.1/build/
H A Dpkg.m433 dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's
34 dnl installed version of pkg-config, this checks the developer's version
56 dnl used since that's the first version where most current features of
63 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
64 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
90 dnl it's called might be skipped (such as if it is within an "if", you
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h228 #define mysqlnd_stmt_refresh_bind_param(s) (s)->m->refresh_bind_param((s)) argument
232 #define mysqlnd_stmt_bind_one_result(s,no) (s)->m->bind_one_result((s), (no)) argument
/PHP-8.1/ext/standard/tests/file/
H A Dflock_basic.phpt22 $lock_dir = sprintf("%s.dir", preg_replace("~\.phpt?$~", '', __FILE__));
H A Dfscanf_variation1.phpt24 $return_value = fscanf($file_handle, "%s");
/PHP-8.1/ext/spl/tests/
H A Dbug45622b.phpt28 Warning: Undefined array key "prop1" in %s on line %d
/PHP-8.1/tests/lang/operators/
H A Dcoalesce.phpt48 printf("%s(%d)\n", __FUNCTION__, $x);
/PHP-8.1/ext/ldap/tests/
H A Dldap_add_basic.phpt80 string(%d) "dc=my-domain,%s"
H A Dldap_rename_basic.phpt59 string(%d) "cn=userZ,%s"
/PHP-8.1/ext/standard/tests/array/
H A Dcompact_basic.phpt70 Warning: compact(): Undefined variable $g in %s on line %d
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug43831.phpt52 Warning: Undefined variable $bar in %s on line %d
/PHP-8.1/ext/oci8/tests/
H A Dlob_034.phpt53 Warning: OCILob::flush(): Invalid flag value: -1 in %s on line %d
/PHP-8.1/ext/simplexml/tests/
H A Dbug41861.phpt2 Bug #41861 (getNamespaces() returns the namespaces of a node's siblings)
/PHP-8.1/ext/gmp/tests/
H A Dgmp_gcdext.phpt26 $check = gmp_add(gmp_mul($val[0],$r['s']), gmp_mul($val[1],$r['t']));
/PHP-8.1/sapi/cli/tests/
H A D019.phpt22 PHP Version => %s

Completed in 94 milliseconds

1...<<211212213214215216217218219220>>...243