/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_net.c | 689 MYSQLND_METHOD(mysqlnd_net, set_client_option)(MYSQLND_NET * const net, enum mysqlnd_option option,… in MYSQLND_METHOD() 692 DBG_INF_FMT("option=%u", option); in MYSQLND_METHOD() 693 switch (option) { in MYSQLND_METHOD()
|
/PHP-5.5/ext/standard/ |
H A D | basic_functions.c | 2502 ZEND_ARG_INFO(0, option) 5355 zval *option; local 5365 MAKE_STD_ZVAL(option); 5366 array_init(option); 5369 … add_assoc_stringl(option, "global_value", ini_entry->orig_value, ini_entry->orig_value_length, 1); 5371 add_assoc_stringl(option, "global_value", ini_entry->value, ini_entry->value_length, 1); 5373 add_assoc_null(option, "global_value"); 5377 add_assoc_stringl(option, "local_value", ini_entry->value, ini_entry->value_length, 1); 5379 add_assoc_null(option, "local_value"); 5382 add_assoc_long(option, "access", ini_entry->modifiable); [all …]
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_pam_sha256_public_key_option_invalid.phpt | 2 PAM: SHA-256, option: MYSQLI_SERVER_PUBLIC_KEY (invalid)
|
H A D | mysqli_debug_mysqlnd_control_string.phpt | 207 // mysqlnd only option
|
H A D | mysqli_class_mysqli_reflection.phpt | 618 Inspecting parameter 'option' of method 'options' 1033 Inspecting parameter 'option' of method 'set_opt'
|
/PHP-5.5/ext/intl/ |
H A D | php_intl.c | 375 ZEND_ARG_INFO(0, option) 382 ZEND_ARG_INFO(0, option)
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | README | 93 add option -DONIG_EXTERN=extern to C compiler.
|
H A D | testu.c | 132 ci.option = ONIG_OPTION_DEFAULT; in xx()
|
/PHP-5.5/ext/mbstring/ |
H A D | mbstring.c | 401 ZEND_ARG_INFO(0, option) 461 ZEND_ARG_INFO(0, option) 474 ZEND_ARG_INFO(0, option) 486 ZEND_ARG_INFO(0, option) 491 ZEND_ARG_INFO(0, option) 496 ZEND_ARG_INFO(0, option) 501 ZEND_ARG_INFO(0, option) 507 ZEND_ARG_INFO(0, option)
|
/PHP-5.5/ext/ereg/regex/ |
H A D | WHATSNEW | 92 extension, the REG_STARTEND option to regexec().
|
/PHP-5.5/ext/intl/doc/ |
H A D | Tutorial.txt | 208 normalization forms, there is no need to enable this Normalization option. 223 may be added in the future. The UCA option Blanked is expressed with Strength set to 3,
|
/PHP-5.5/ |
H A D | README.STREAMS | 63 file/URL, use this option to arrange for the stream 159 STREAM_MUST_SEEK option to php_stream_open_wrapper();
|
H A D | INSTALL | 393 latest version, and the one that is recommended, if that option is 496 adding the following option to the argument passed to ./configure, in 635 enter the proper install directory for the --with-nsapi=[DIR] option. 1189 the "Personal Web Server" option in the OS X System Preferences. By 1192 directory is another option and would end up looking like: 1408 Sometimes, using the pecl installer is not an option. This could be 1446 --with-php-config option during configuration, specifying the path of 1593 command line option in CGI and CLI, php_ini parameter in NSAPI, 1611 --with-config-file-path compile time option. 1830 option) with PHP? [all …]
|
/PHP-5.5/win32/ |
H A D | install.txt | 272 better maintenance, we advise you to follow the last option, add C:\php 293 If you are running Apache 2, the simpler option is to use the PHPIniDir 295 option is to set the PHPRC environment variable. This process is 573 is no such convenient option as with the module version of PHP. If you 612 * you have always the option to obtain PHP through SVN. 1140 Sometimes, using the pecl installer is not an option. This could be 1259 command line option in CGI and CLI, php_ini parameter in NSAPI, 1274 --with-config-file-path compile time option 1459 option) with PHP? 1781 option) with PHP?
|
/PHP-5.5/main/streams/ |
H A D | streams.c | 1352 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam TSRMLS_… in _php_stream_set_option() argument 1357 ret = stream->ops->set_option(stream, option, value, ptrparam TSRMLS_CC); in _php_stream_set_option() 1361 switch(option) { in _php_stream_set_option()
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql___construct.phpt | 105 // what about long values for a valid option ...
|
/PHP-5.5/ext/phar/tests/zip/files/ |
H A D | corrupt_zipmaker.php.inc | 13 * version 2.1 of the License, or (at your option) any later version.
|
/PHP-5.5/ext/mbstring/libmbfl/ |
H A D | LICENSE | 159 and you may at your option offer warranty protection in exchange for a 224 This option is useful when you wish to copy part of the code of 420 "any later version", you have the option of following the terms and
|
/PHP-5.5/build/ |
H A D | libtool.m4 | 724 # Check whether the given compiler option works 732 # Insert the option either (1) after the last *FLAGS variable, or 736 # The option is referenced via a variable to avoid confusing sed. 769 # Check whether the given compiler option works 2349 [AC_CACHE_CHECK([for $LD option to reload object files], 2585 # nm: unknown option "B" ignored 4132 # (at your option) any later version. 4606 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp 4741 AC_MSG_CHECKING([for $compiler option to produce PIC]) 5316 # If we're using GNU nm, then we don't want the "-C" option. [all …]
|
/PHP-5.5/ext/xml/ |
H A D | xml.c | 199 ZEND_ARG_INFO(0, option) 205 ZEND_ARG_INFO(0, option)
|
/PHP-5.5/sapi/fpm/ |
H A D | php-fpm.conf.in | 445 ; be killed. This option should be used when the 'max_execution_time' ini option
|
/PHP-5.5/ext/dba/ |
H A D | config.m4 | 548 dnl Bundled modules that should be enabled by default if any other option is enabled
|
/PHP-5.5/ext/date/ |
H A D | php_date.c | 4489 char *option = NULL; in PHP_FUNCTION() local 4492 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|ls", &what, &option, &option_len) == FAILUR… in PHP_FUNCTION() 4510 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_api.c | 1732 static int mysqli_options_get_option_zval_type(int option) argument 1734 switch (option) {
|
/PHP-5.5/ext/phar/phar/ |
H A D | pharcommand.inc | 367 * @param string $cfg The config option. 394 * @param string $cfg The config option.
|