Home
last modified time | relevance | path

Searched refs:local (Results 1 – 25 of 113) sorted by relevance

12345

/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt30 function test($namespace, $local) {
57 local name: 'chapter', prefix: ''
58 local name: 'title', prefix: ''
59 local name: 'para', prefix: ''
60 local name: 'error', prefix: ''
64 local name: 'title', prefix: ''
65 local name: 'para', prefix: ''
68 local name: 'error', prefix: ''
72 local name: 'title', prefix: ''
73 local name: 'para', prefix: ''
[all …]
/php-src/tests/security/
H A Dopen_basedir_001.phpt8 if (!is_dir("/usr/local/bin")) {
9 die('skip.. no /usr/local/bin on this machine');
13 open_basedir=/usr/local
16 var_dump(ini_set("open_basedir", "/usr/local/bin"));
22 string(10) "/usr/local"
23 string(14) "/usr/local/bin"
25 string(14) "/usr/local/bin"
/php-src/Zend/tests/use_const/
H A Dshadow_global.phpt2 shadowing a global constant with a local version
24 string(9) "local bar"
H A Dshadow_core.phpt2 shadowing a global core constant with a local version
/php-src/Zend/tests/use_function/
H A Dshadow_global.phpt2 shadowing a global function with a local version
24 string(9) "local bar"
H A Dshadow_core.phpt2 shadowing a global core function with a local version
H A Ddefine_imported.phpt14 Fatal error: Cannot redeclare function bar() (previously declared as local import) in %s on line %d
/php-src/ext/ftp/
H A Dphp_ftp.c685 char *local, *remote; in PHP_FUNCTION() local
719 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
723 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION()
729 VCWD_UNLINK(local); in PHP_FUNCTION()
748 char *local, *remote; in PHP_FUNCTION() local
781 …outstream = php_stream_open_wrapper(local, mode == FTPTYPE_ASCII ? "wt" : "wb", REPORT_ERRORS, NUL… in PHP_FUNCTION()
785 php_error_docref(NULL, E_WARNING, "Error opening %s", local); in PHP_FUNCTION()
796 VCWD_UNLINK(local); in PHP_FUNCTION()
954 char *remote, *local; in PHP_FUNCTION() local
1006 char *remote, *local; in PHP_FUNCTION() local
[all …]
/php-src/ext/phar/
H A Dzip.c460 if (sizeof(local) != php_stream_read(fp, (char *) &local, sizeof(local))) { in phar_parse_zipfile()
478 + PHAR_GET_16(local.extra_len); in phar_parse_zipfile()
636 … PHAR_GET_32(local.crc32) || entry.uncompressed_filesize != PHAR_GET_32(local.uncompsize) || entry… in phar_parse_zipfile()
872 phar_zip_file_header local; in phar_zip_changed_apply_int() local
896 memset(&local, 0, sizeof(local)); in phar_zip_changed_apply_int()
899 memcpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply_int()
925 phar_zip_u2d_time(entry->timestamp, local.timestamp, local.datestamp); in phar_zip_changed_apply_int()
926 memcpy(central.timestamp, local.timestamp, sizeof(local.timestamp)); in phar_zip_changed_apply_int()
927 memcpy(central.datestamp, local.datestamp, sizeof(local.datestamp)); in phar_zip_changed_apply_int()
1046 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply_int()
[all …]
/php-src/Zend/tests/try/
H A Dtry_catch_finally_007.phpt21 goto local;
22 local:
/php-src/ext/standard/tests/file/
H A Dstream_rfc2397_003.phpt10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
33 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dstream_rfc2397_005.phpt10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local',
28 string(40) "select_vcount,fcol_from_fieldtable/local"
H A Dbug40374.phpt2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
/php-src/ext/dom/tests/modern/spec/
H A DDocument_getElementsByTagNameNS.phpt27 function dump($dom, $uri, $local) {
28 $list = $dom->getElementsByTagNameNS($uri, $local);
31 echo "--- ($uri_readable, \"$local\"): {$list->length} ---\n";
H A DElement_removeAttributeNS.phpt56 $body->setAttributeNode($attr = $body->ownerDocument->createAttribute("prefix:local"));
61 $body->removeAttributeNS(NULL, "prefix:local");
88 <body align="foo" foo:bar="baz" prefix:local="A"></body>
89 <body align="foo" foo:bar="baz" prefix:local="A"></body>
H A DElement_getAttribute.phpt17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
19 var_dump($body->getAttribute("prefix:local"));
H A DElement_getAttributeNode.phpt17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
19 var_dump($body->getAttributeNode("prefix:local")->textContent);
H A DElement_hasAttribute.phpt17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
19 var_dump($body->hasAttribute("prefix:local"));
/php-src/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt26 …archive from a URL like "http://should.fail.com". Phar objects can only be created from local files
27 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local
/php-src/Zend/tests/use_const/includes/
H A Dfoo_bar.inc5 const bar = 'local bar';
/php-src/Zend/tests/use_function/includes/
H A Dfoo_bar.inc6 return 'local bar';
/php-src/ext/odbc/
H A Dconfig.m493 dnl Figure out which library file to link with for the Empress local access
97 AC_MSG_CHECKING([Empress local access library file])
120 [Include Adabas D support [/usr/local]])])
123 AS_VAR_IF([PHP_ADABAS], [yes], [PHP_ADABAS=/usr/local])
146 [Include SAP DB support [/usr/local]])])
149 AS_VAR_IF([PHP_SAPDB], [yes], [PHP_SAPDB=/usr/local])
163 [Include Solid support [/usr/local/solid]])])
166 AS_VAR_IF([PHP_SOLID], [yes], [PHP_SOLID=/usr/local/solid])
246 [for Empress local access support],
296 AS_VAR_IF([PHP_CUSTOM_ODBC], [yes], [PHP_CUSTOM_ODBC=/usr/local])
[all …]
/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_no_op.phpt37 test_failure($dom, ':local-link');
80 --- Selector: :local-link ---
81 Code 12 Invalid selector (Selectors. Not supported: local-link)
/php-src/Zend/tests/
H A Dunset_cv04.phpt2 unset() CV 4 (unset() local variable in included file)
H A Dns_029.phpt13 Fatal error: Cannot redeclare class Foo (previously declared as local import) in %sns_029.php on li…

Completed in 33 milliseconds

12345