Home
last modified time | relevance | path

Searched refs:local (Results 101 – 125 of 172) sorted by relevance

1234567

/PHP-7.2/ext/sodium/
H A Dconfig.m48 SEARCH_PATH="/usr/local /usr" # you might want to change this
/PHP-7.2/ext/zlib/
H A Dconfig0.m424 for i in /usr/local /usr $PHP_ZLIB_DIR; do
/PHP-7.2/ext/dom/
H A Ddom_iterators.c228 basenode, (char *) objmap->ns, (char *) objmap->local, &previndex, iter->index); in php_dom_iterator_move_forward()
310 nodep, (char *) objmap->ns, (char *) objmap->local, &curindex, 0); in php_dom_get_iterator()
H A Delement.c637 xmlChar *local; in PHP_FUNCTION() local
647 local = xmlCharStrndup(name, name_len); in PHP_FUNCTION()
648 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
1056 xmlChar *local, *nsuri; in PHP_FUNCTION() local
1066 local = xmlCharStrndup(name, name_len); in PHP_FUNCTION()
1068 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
/PHP-7.2/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt30 path = /usr/local/bin
224 [path] => /usr/local/bin
343 [path] => /usr/local/bin
/PHP-7.2/ext/standard/tests/file/
H A Dparse_ini_file.phpt32 path = /usr/local/bin
234 [path] => /usr/local/bin
353 [path] => /usr/local/bin
H A Dinclude_userstream_002.phpt2 local user streams must not be able to open() url's
/PHP-7.2/
H A DINSTALL212 /usr/local/apache2/bin/apachectl start
215 /usr/local/apache2/bin/apachectl stop
280 /usr/local/apache2/bin/apachectl start
333 processes on the local system.
382 PHP=/usr/local/bin/php-cgi
443 + m4-1_4-sol26-sparc-local
686 # /usr/local/sbin/phpxs -s
690 # /usr/local/sbin/phpxs -a mysql
693 # /usr/local/sbin/phpxs -a imap
696 # /usr/local/sbin/phpxs -r mysql
[all …]
/PHP-7.2/ext/phar/
H A Dphar.c2350 phar_zip_file_header local; local
2359 …if (sizeof(local) != php_stream_read(phar_get_entrypfp(idata->internal_file), (char *) &local, siz…
2366 if (((PHAR_ZIP_16(local.flags)) & 0x8) == 0x8) {
2368 entry->header_offset + sizeof(local) +
2369 PHAR_ZIP_16(local.filename_len) +
2370 PHAR_ZIP_16(local.extra_len) +
2378 memcpy(&(local.crc32), &(desc.crc32), 12);
2381 memcpy(&(local.crc32), &desc, 12);
2385local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || entry->uncompressed_filesize !=…
2392 …sizeof(local) + entry->header_offset + PHAR_ZIP_16(local.filename_len) + PHAR_ZIP_16(local.extra_l…
/PHP-7.2/ext/snmp/tests/
H A DREADME33 /usr/local/etc/snmp/snmpd.conf on FreeBSD) with snmpd.conf supplied.
/PHP-7.2/ext/oci8/tests/
H A Ddetails.inc15 …; // this file is not part of the source distribution; make it your own local variant of details…
H A Dlob_029.phpt21 $realdirname = "/tmp"; // Use /tmp because a local dir can give ORA-22288 depending on perms
/PHP-7.2/ext/mysqli/tests/
H A D061.phpt2 local infile handler
/PHP-7.2/ext/pdo_dblib/
H A Dconfig.m416 for i in /usr/local /usr; do
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME86 (prefix == /usr/local case)
88 cc sample.c -L/usr/local/lib -lonig
H A DREADME.md115 (prefix == /usr/local case)
117 cc sample.c -L/usr/local/lib -lonig
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_methods.cpp444 zend_bool local; in PHP_FUNCTION() local
452 "Odbz/z/", &object, TimeZone_ce_ptr, &date, &local, &rawOffsetArg, in PHP_FUNCTION()
461 to->utimezone->getOffset((UDate) date, (UBool) local, rawOffset, dstOffset, in PHP_FUNCTION()
/PHP-7.2/ext/sqlite3/
H A Dconfig0.m425 for i in $PHP_SQLITE3 /usr/local /usr; do
/PHP-7.2/ext/ldap/
H A Dconfig.m445 SEARCH_DIRS="/usr/local /usr"
98 for i in /usr/local /usr; do
/PHP-7.2/ext/pdo_sqlite/
H A Dconfig.m436 SEARCH_PATH="$PHP_PDO_SQLITE /usr/local /usr" # you might want to change this
/PHP-7.2/ext/pspell/
H A DREADME32 I expect the libraries to be in /usr/local (that's the default when you
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.
/PHP-7.2/Zend/tests/
H A Dzend2.php.txt92 Example 4: Regular object method using both local and global functions
/PHP-7.2/ext/sockets/tests/
H A Dmcast_ipv6_recv_limited.phpt15 * we're dealing with interface-local traffic... */
/PHP-7.2/ext/zip/
H A Dconfig.m433 for i in /usr/local /usr; do
76 for i in /usr/local /usr; do

Completed in 55 milliseconds

1234567