Home
last modified time | relevance | path

Searched refs:option (Results 151 – 175 of 256) sorted by relevance

1234567891011

/PHP-7.2/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
H A Dcurl_copy_handle_variation2.phpt11 the only way to test if a option is setten on a curl handle is using the curl_getinfo() function.
H A Dcurl_setopt_error.phpt45 Warning: curl_setopt(): Invalid curl configuration option in %scurl_setopt_error.php on line %d
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c1332 NENCLOSE(node)->option = 0; in node_new_enclose()
1354 NENCLOSE(node)->option = option; in node_new_enclose_memory()
1364 NENCLOSE(node)->option = option; in node_new_option()
3745 if (IS_EXTEND(env->option)) { in fetch_token()
3757 if (IS_EXTEND(env->option)) in fetch_token()
4532 OnigOptionType option; in parse_enclose() local
4546 option = env->option; in parse_enclose()
4714 env->option = option; in parse_enclose()
4718 env->option = prev; in parse_enclose()
5014 env->option = NENCLOSE(*np)->option; in parse_exp()
[all …]
/PHP-7.2/ext/xml/tests/
H A Dxml_parser_get_option_variation1.phpt11 /* Prototype : proto int xml_parser_get_option(resource parser, int option)
26 $option = 10;
92 var_dump( xml_parser_get_option($value, $option) );
H A Dxml_parser_set_option_variation1.phpt11 /* Prototype : proto int xml_parser_set_option(resource parser, int option, mixed value)
26 $option = 10;
92 var_dump( xml_parser_set_option($value, $option, 1) );
H A Dbug50576.phpt2 Bug #50576 (XML_OPTION_SKIP_TAGSTART option has no effect)
/PHP-7.2/ext/ftp/
H A Dphp_ftp.c241 ZEND_ARG_INFO(0, option)
247 ZEND_ARG_INFO(0, option)
1532 zend_long option; in PHP_FUNCTION() local
1535 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlz", &z_ftp, &option, &z_value) == FAILURE) { in PHP_FUNCTION()
1543 switch (option) { in PHP_FUNCTION()
1576 php_error_docref(NULL, E_WARNING, "Unknown option '" ZEND_LONG_FMT "'", option); in PHP_FUNCTION()
1588 zend_long option; in PHP_FUNCTION() local
1591 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rl", &z_ftp, &option) == FAILURE) { in PHP_FUNCTION()
1599 switch (option) { in PHP_FUNCTION()
1610 php_error_docref(NULL, E_WARNING, "Unknown option '" ZEND_LONG_FMT "'", option); in PHP_FUNCTION()
/PHP-7.2/ext/standard/tests/assert/
H A Dassert_error1.phpt26 //Unknown option for assert_options()
/PHP-7.2/ext/sockets/tests/
H A Dsocket_set_option_seolinger.phpt2 Test if socket_set_option() works, option:SO_SEOLINGER
/PHP-7.2/ext/zip/
H A Dphp_zip.c320 zval *option; in php_zip_parse_options() local
327 if (Z_TYPE_P(option) != IS_STRING) { in php_zip_parse_options()
332 if (Z_STRLEN_P(option) < 1) { in php_zip_parse_options()
337 if (Z_STRLEN_P(option) >= MAXPATHLEN) { in php_zip_parse_options()
342 *remove_path_len = Z_STRLEN_P(option); in php_zip_parse_options()
343 *remove_path = Z_STRVAL_P(option); in php_zip_parse_options()
347 if (Z_TYPE_P(option) != IS_STRING) { in php_zip_parse_options()
352 if (Z_STRLEN_P(option) < 1) { in php_zip_parse_options()
357 if (Z_STRLEN_P(option) >= MAXPATHLEN) { in php_zip_parse_options()
362 *add_path_len = Z_STRLEN_P(option); in php_zip_parse_options()
[all …]
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt37 …ord_min -> 4 (failed; check error queue and value of string_mask OpenSSL option if illegal charact…
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_match_basic.phpt10 /* Prototype : bool mb_ereg_match(string $pattern, string $string [,string $option])
/PHP-7.2/ext/curl/
H A Dmulti.c565 static int _php_curl_multi_setopt(php_curlm *mh, zend_long option, zval *zvalue, zval *return_value… in _php_curl_multi_setopt() argument
569 switch (option) { in _php_curl_multi_setopt()
583 error = curl_multi_setopt(mh->multi, option, zval_get_long(zvalue)); in _php_curl_multi_setopt()
596 error = curl_multi_setopt(mh->multi, option, _php_server_push_callback); in _php_curl_multi_setopt()
/PHP-7.2/main/streams/
H A Dmemory.c235 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option() argument
240 switch(option) { in php_stream_memory_set_option()
523 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option() argument
527 switch(option) { in php_stream_temp_set_option()
535 return php_stream_set_option(ts->innerstream, option, value, ptrparam); in php_stream_temp_set_option()
H A Dxp_socket.c58 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam);
297 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option() argument
307 switch(option) { in php_sockop_set_option()
846 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option() argument
851 switch(option) { in php_tcp_sockop_set_option()
874 return php_sockop_set_option(stream, option, value, ptrparam); in php_tcp_sockop_set_option()
H A Duserspace.c54 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, void *va…
918 static int php_userstreamop_set_option(php_stream *stream, int option, int value, void *ptrparam) { in php_userstreamop_set_option() argument
926 switch (option) { in php_userstreamop_set_option()
1041 ZVAL_LONG(&args[0], option); in php_userstreamop_set_option()
1045 switch(option) { in php_userstreamop_set_option()
1281 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata() argument
1291 switch(option) { in user_wrapper_metadata()
1310 php_error_docref(NULL, E_WARNING, "Unknown option %d for " USERSTREAM_METADATA, option); in user_wrapper_metadata()
1324 ZVAL_LONG(&args[1], option); in user_wrapper_metadata()
/PHP-7.2/ext/pdo_dblib/tests/
H A Dconfig.inc7 if ($dsn_parts[0] == 'dblib') { // uri is an option, which we'll ignore
/PHP-7.2/ext/interbase/tests/
H A D004.phpt87 …ibase_blob_add($bl_h, "| Foundation; either version 2 of the License, or (at your option) |\n"…
142 | Foundation; either version 2 of the License, or (at your option) |
167 | Foundation; either version 2 of the License, or (at your option) |
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt501 -16 option is ignored.
829 -32 option is ignored.
1255 Setting this option causes the -lreadline option to be added to the
1480 option when compiling.
2166 at a newline. This option is equivalent to Perl's /s option, and it can
2169 ting of this option.
2222 controlled by this option. It can also be set by a (?X) option setting
2240 option is set.
2387 the use of this option provokes an error. Details of how this option
5996 hyphen, the option is unset.
[all …]
/PHP-7.2/ext/ldap/tests/
H A Dldap_set_option_error.phpt63 Warning: ldap_set_option(): Expected non-empty array value for this option in %s on line %d
/PHP-7.2/sapi/cgi/
H A DCHANGES27 This option had effect only with
/PHP-7.2/Zend/
H A DREADME.ZEND_MM10 The new manager's "configure" has no "--disable-zend-memory-manager" option,
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt39 echo "\nTry with char set option - specify default ISO-8859-1\n";
83 Try with char set option - specify default ISO-8859-1
/PHP-7.2/
H A DREADME.EXT_SKEL44 with option
112 configuring and compiling their module. This option turns off all such things
130 option enables it on the created xml file.
148 This program doesn't have a --help option. It has --no-help instead.

Completed in 127 milliseconds

1234567891011