Home
last modified time | relevance | path

Searched refs:keys (Results 251 – 258 of 258) sorted by path

1...<<11

/php-src/ext/xsl/tests/
H A DsetParameter_null_bytes.phpt42 XSLTProcessor::setParameter(): Argument #3 ($value) must not contain keys with any null bytes
H A Dxsltprocessor_setparameter-nostring.phpt19 XSLTProcessor::setParameter(): Argument #2 ($name) must contain only string keys
/php-src/
H A Dphp.ini-development13 ; 3. A number of predefined registry keys on Windows
1710 ; The maximum number of keys (scripts) in the OPcache hash table.
H A Dphp.ini-production13 ; 3. A number of predefined registry keys on Windows
1712 ; The maximum number of keys (scripts) in the OPcache hash table.
/php-src/tests/classes/
H A Dconstants_basic_004.phpt2 Test properties with array default values using class constants as keys and values.
/php-src/tests/lang/
H A DforeachLoop.017.phpt2 Ensure foreach works with arrays with Binary keys.
/php-src/win32/build/
H A Dconfutils.js2212 for (var i in keys) {
2213 var reg = new RegExp("#define[\s ]+" + keys[i] + "[\s ]*.*|#undef[\s ]+" + keys[i], "g");
2227 for (var i in keys) {
2228 var item = configure_hdr.Item(keys[i]);
2230 if (ignore_key(keys[i])) {
2239 lines.push("#undef " + keys[i]);
2240 lines.push("#define " + keys[i] + " " + item[0]);
2284 for (i in keys) {
2285 item = configure_hdr.Item(keys[i]);
2517 for (i in keys) {
[all …]
/php-src/win32/
H A Dregistry.c78 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory() local
82 …if (RegQueryInfoKey(key, NULL, NULL, NULL, &keys, &max_key, NULL, &values, &max_name, &max_value, … in LoadDirectory()
135 if (keys) { in LoadDirectory()
143 for (i = 0; i < keys; i++) { in LoadDirectory()

Completed in 39 milliseconds

1...<<11