Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1876) sorted by last modified time

12345678910>>...76

/PHP-5.5/win32/
H A Dphp5dll.dsp546 SOURCE=..\ext\standard\type.c
704 SOURCE=..\ext\standard\type.h
H A Dphp5dllts.dsp1980 SOURCE=..\ext\standard\type.c
2174 SOURCE=..\ext\standard\type.h
H A Dregistry.c72 DWORD name_len, type, value_len; in LoadDirectory() local
78 if (RegEnumValue(key, i, name, &name_len, NULL, &type, value, &value_len) == ERROR_SUCCESS) { in LoadDirectory()
79 if ((type == REG_SZ) || (type == REG_EXPAND_SZ)) { in LoadDirectory()
H A Dsockets.c31 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]) in socketpair() argument
45 sock[0] = socket(domain, type, protocol); in socketpair()
66 sock[1] = socket(domain, type, protocol); in socketpair()
H A Dsockets.h26 PHPAPI int socketpair(int domain, int type, int protocol, SOCKET sock[2]);
H A Dbuilddef.bat6 type ..\ext\sqlite\php_sqlite.def
7 type ..\ext\libxml\php_libxml2.def
H A Dinstall.txt344 C:\php. To register the DLL just type regsvr32 php5activescript.dll.
347 (the extension is very important) and type:
724 type (Category: type, Content-Type: magnus-internal/shellcgi, File
745 type (Category: type, Content-Type: magnus-internal/x-httpd-php,
776 ObjectType fn="force-type" type="magnus-internal/x-httpd-php"
834 corresponding default Service line for type="magnus-internal/directory"
1333 PHP_INI_ALL and PHP_INI_PERDIR type directives. To clear a
1341 with PHP_INI_ALL and PHP_INI_PERDIR type directives.
1345 in .htaccess files. Any directive type set with php_admin_value
1351 used in .htaccess files. Any directive type set with
[all …]
/PHP-5.5/win32/build/
H A Dconfutils.js200 function ConfigureArg(type, optname, helptext, defval) argument
202 var opptype = type == "enable" ? "disable" : "without";
206 this.imparg = "--" + type + "-" + optname;
208 this.arg = "--" + type + "-" + optname;
H A Dprojectgen.js115 function generate_parsers_or_scanners(arr, type) argument
117 var filter = (type.match("Parsers") ? "y" : "l");
119 ret = '# Begin Group "' + type + '"\r\n# PROP Default_Filter "' + filter + '"\r\n\r\n';
123 fl = "zend_" + arr[i] + "_" + type.toLowerCase().substr(0, type.length - 1);
128 if (type.match("Parsers")) {
558 type = ".exe";
570 type = ".lib";
573 type = ".dll";
576 type = ".dll";
593 tmpl = tmpl.replace(/BASECPP/, (type == ".dll" ? baseflags : baseflags.replace(ld + " ", "")));
[all …]
/PHP-5.5/tests/security/
H A Dopen_basedir_opendir.phpt69 resource(%d) of type (stream)
70 resource(%d) of type (stream)
71 resource(%d) of type (stream)
H A Dopen_basedir_dir.phpt74 resource(%d) of type (stream)
80 resource(%d) of type (stream)
86 resource(%d) of type (stream)
H A Dopen_basedir_fopen.phpt80 resource(%d) of type (stream)
81 resource(%d) of type (stream)
82 resource(%d) of type (stream)
83 resource(%d) of type (stream)
84 resource(%d) of type (stream)
/PHP-5.5/tests/output/
H A Dob_get_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_clean()
H A Dob_get_length_basic_001.phpt2 Test return type and value, as well as basic behaviour, of ob_get_length()
H A Dob_start_basic_001.phpt2 Test return type and value for ob_start()
H A Dob_start_error_001.phpt22 echo "\n- Arg 1 wrong type\n";
25 echo "\n- Arg 2 wrong type\n";
28 echo "\n- Arg 3 wrong type\n";
38 - Arg 1 wrong type
45 - Arg 2 wrong type
50 - Arg 3 wrong type
H A Dob_014.phpt18 [type] => 2
H A Dob_015.phpt18 [type] => 2
H A Dob_end_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, for ob_end_clean()
H A Dflush_basic_001.phpt10 // Verify return type
/PHP-5.5/tests/lang/
H A Dtype_hints_001.phpt2 ZE2 type hinting
H A Dtype_hints_002.phpt2 ZE2 type hinting
H A Dtype_hints_003.phpt2 ZE2 type hinting
14 Fatal error: Default value for parameters with a class type hint can only be NULL in %stype_hints_0…
H A DforeachLoopIteratorAggregate.002.phpt2 IteratorAggregate::getIterator bad return type
H A DforeachLoop.011.phpt2 Changing from an interable type to a non iterable type during the iteration

Completed in 50 milliseconds

12345678910>>...76