/php-src/ext/dom/tests/ |
H A D | DOMDocument_getElementsByTagNameNS_match_any_namespace.phpt | 30 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 D | open_basedir_001.phpt | 8 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 D | shadow_global.phpt | 2 shadowing a global constant with a local version 24 string(9) "local bar"
|
H A D | shadow_core.phpt | 2 shadowing a global core constant with a local version
|
/php-src/Zend/tests/use_function/ |
H A D | shadow_global.phpt | 2 shadowing a global function with a local version 24 string(9) "local bar"
|
H A D | shadow_core.phpt | 2 shadowing a global core function with a local version
|
H A D | define_imported.phpt | 14 Fatal error: Cannot redeclare function bar() (previously declared as local import) in %s on line %d
|
/php-src/ext/ftp/ |
H A D | php_ftp.c | 685 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 D | zip.c | 460 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 D | try_catch_finally_007.phpt | 21 goto local; 22 local:
|
/php-src/ext/standard/tests/file/ |
H A D | stream_rfc2397_003.phpt | 10 'data://application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local', 33 string(40) "select_vcount,fcol_from_fieldtable/local"
|
H A D | stream_rfc2397_005.phpt | 10 'data:application/vnd-xxx-query,select_vcount,fcol_from_fieldtable/local', 28 string(40) "select_vcount,fcol_from_fieldtable/local"
|
H A D | bug40374.phpt | 2 Bug #40374 (php_shutdown_temporary_directory() tries to free local value)
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_getElementsByTagNameNS.phpt | 27 function dump($dom, $uri, $local) { 28 $list = $dom->getElementsByTagNameNS($uri, $local); 31 echo "--- ($uri_readable, \"$local\"): {$list->length} ---\n";
|
H A D | Element_removeAttributeNS.phpt | 56 $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 D | Element_getAttribute.phpt | 17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 19 var_dump($body->getAttribute("prefix:local"));
|
H A D | Element_getAttributeNode.phpt | 17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 19 var_dump($body->getAttributeNode("prefix:local")->textContent);
|
H A D | Element_hasAttribute.phpt | 17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 19 var_dump($body->hasAttribute("prefix:local"));
|
/php-src/ext/phar/tests/ |
H A D | phar_construct_invalidurl.phpt | 26 …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 D | foo_bar.inc | 5 const bar = 'local bar';
|
/php-src/Zend/tests/use_function/includes/ |
H A D | foo_bar.inc | 6 return 'local bar';
|
/php-src/ext/odbc/ |
H A D | config.m4 | 93 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 D | pseudo_classes_no_op.phpt | 37 test_failure($dom, ':local-link'); 80 --- Selector: :local-link --- 81 Code 12 Invalid selector (Selectors. Not supported: local-link)
|
/php-src/Zend/tests/namespaces/ |
H A D | ns_029.phpt | 13 Fatal error: Cannot redeclare class Foo (previously declared as local import) in %sns_029.php on li…
|
/php-src/Zend/tests/unset/ |
H A D | unset_cv04.phpt | 2 unset() CV 4 (unset() local variable in included file)
|