/PHP-7.3/ext/mbstring/tests/ |
H A D | bug52861.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail01.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail03.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail04.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail02.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail07.phpt | 16 sendmail_path=/bin/cat
|
H A D | mb_send_mail06.phpt | 16 sendmail_path=/bin/cat
|
H A D | mb_send_mail05.phpt | 16 sendmail_path=/bin/cat
|
/PHP-7.3/ext/opcache/tests/ |
H A D | bug78189.phpt | 16 $pattern = $tmpdir . '/*/*/' . str_replace(':', '', __DIR__) . '/bug78189.php.bin';
|
/PHP-7.3/ext/pgsql/tests/ |
H A D | 11pg_meta_data.phpt | 53 ["bin"]=>
|
H A D | config.inc | 19 $table_def = "CREATE TABLE ${table_name} (num int, str text, bin bytea);";
|
/PHP-7.3/ext/hash/tests/ |
H A D | fnv132.phpt | 127 array( "http://www.isthe.com/cgi-bin/number.cgi", "46439ac5" ), 140 array( "http://www.lavarnd.org/cgi-bin/corpspeak.cgi", "b2409658" ), 141 array( "http://www.lavarnd.org/cgi-bin/haiku.cgi", "e1489528" ), 142 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "fe1ee07e" ), 143 array( "http://www.lavarnd.org/cgi-bin/randdist.cgi", "e8842315" ),
|
H A D | fnv164.phpt | 127 array( "http://www.isthe.com/cgi-bin/number.cgi", "95c2b383014f55c5" ), 140 array( "http://www.lavarnd.org/cgi-bin/corpspeak.cgi", "f81175a482e20ab8" ), 141 array( "http://www.lavarnd.org/cgi-bin/haiku.cgi", "5bbb3de722e73048" ), 142 array( "http://www.lavarnd.org/cgi-bin/rand-none.cgi", "6b4f363492b9f2be" ), 143 array( "http://www.lavarnd.org/cgi-bin/randdist.cgi", "c2d559df73d59875" ),
|
/PHP-7.3/sapi/apache2handler/ |
H A D | README | 37 $ ./configure --with-apxs2=/path/to/apache-2.0/bin/apxs 48 That's it. Now start bin/httpd.
|
/PHP-7.3/ext/ftp/tests/ |
H A D | ftp_fget_basic.phpt | 26 var_dump(ftp_fget($ftp, $fp, 'binary data.bin', FTP_BINARY));
|
H A D | ftp_get_basic.phpt | 26 var_dump(ftp_get($ftp, $tmpfname, 'binary data.bin', FTP_BINARY));
|
/PHP-7.3/ext/sodium/ |
H A D | libsodium.c | 2675 unsigned char *bin; in PHP_FUNCTION() local 2698 zend_string *bin; in PHP_FUNCTION() local 2718 zend_string_efree(bin); in PHP_FUNCTION() 2723 zend_string_efree(bin); in PHP_FUNCTION() 2728 ZSTR_VAL(bin)[bin_real_len] = 0; in PHP_FUNCTION() local 2730 RETURN_NEW_STR(bin); in PHP_FUNCTION() 2737 unsigned char *bin; in PHP_FUNCTION() local 2765 zend_string *bin; in PHP_FUNCTION() local 2792 zend_string_efree(bin); in PHP_FUNCTION() 2797 zend_string_efree(bin); in PHP_FUNCTION() [all …]
|
/PHP-7.3/build/ |
H A D | shtool | 1240 /bin/ls *[_-]release *[_-]version 2>/dev/null | env -i sort | \ 1360 v=`(/bin/uname -R || /bin/uname -r) 2>/dev/null | sed -e 's;[0-9.]* ;;'` 1375 sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` 1376 sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` 1435 if [ -x /usr/bin/oslevel ]; then 1436 os_level=`/usr/bin/oslevel` 1679 if [ -x /bin/sh ] 2>/dev/null; then
|
/PHP-7.3/win32/build/ |
H A D | Makefile.phpize | 31 …D_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\*.rc $(BUILD_DIR)\*.dbg $(BUILD_DIR)\*.bin $(BUILD_DIR)\php*.d…
|
H A D | config.w32 | 142 if (FSO.FileExists(PROGRAM_FILES + "\\LLVM\\bin\\clang-cl.exe")) { 143 clang_cl = PROGRAM_FILES + "\\LLVM\\bin\\clang-cl.exe"; 144 } else if (FSO.FileExists(PROGRAM_FILESx86 + "\\LLVM\\bin\\clang-cl.exe")) { 145 clang_cl = PROGRAM_FILESx86 + "\\LLVM\\bin\\clang-cl.exe";
|
/PHP-7.3/ext/curl/ |
H A D | config.m4 | 68 if ${CURL_DIR}/bin/curl-config --libs > /dev/null 2>&1; then 69 CURL_CONFIG=${CURL_DIR}/bin/curl-config
|
/PHP-7.3/ext/pdo_mysql/ |
H A D | config.m4 | 47 if test -x "$PHP_PDO_MYSQL/bin/mysql_config" ; then 48 PDO_MYSQL_CONFIG="$PHP_PDO_MYSQL/bin/mysql_config"
|
/PHP-7.3/ext/standard/tests/general_functions/ |
H A D | parse_ini_string_001.phpt | 30 path = /usr/local/bin 224 [path] => /usr/local/bin 343 [path] => /usr/local/bin
|
/PHP-7.3/ext/standard/tests/file/ |
H A D | parse_ini_file.phpt | 32 path = /usr/local/bin 234 [path] => /usr/local/bin 353 [path] => /usr/local/bin
|
/PHP-7.3/ext/snmp/tests/ |
H A D | README | 21 > make -C ../../.. test TESTS="`cd ../../..; /bin/ls -1 ext/snmp/tests/*.phpt | xargs echo`"
|