/PHP-5.5/ext/filter/tests/ |
H A D | bug50632.phpt | 7 …ET, 'foo', FILTER_VALIDATE_INT, array('flags' => FILTER_REQUIRE_SCALAR, 'options' => array('defaul…
|
/PHP-5.5/ext/pdo/ |
H A D | pdo_dbh.c | 212 zval *options = NULL; in PHP_METHOD() local 276 if (options) { in PHP_METHOD() 380 goto options; in PHP_METHOD() 383 if (driver->db_handle_factory(dbh, options TSRMLS_CC)) { in PHP_METHOD() 404 options: in PHP_METHOD() 405 if (options) { in PHP_METHOD() 415 zend_hash_move_forward(Z_ARRVAL_P(options)); in PHP_METHOD() 517 zval *options = NULL, **opt, **item, *ctor_args; in PHP_METHOD() local 521 &statement_len, &options)) { in PHP_METHOD() 1233 ZEND_ARG_INFO(0, options) /* array */ [all …]
|
/PHP-5.5/ext/soap/tests/ |
H A D | typemap010.phpt | 43 $options=Array( 50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
|
H A D | typemap011.phpt | 33 $options=Array( 40 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
|
H A D | typemap004.phpt | 26 $options=Array( 33 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
|
H A D | typemap003.phpt | 38 $options=Array( 45 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
|
H A D | typemap007.phpt | 38 $options=Array( 47 $client = new TestSoapClient(NULL, $options);
|
H A D | typemap009.phpt | 43 $options=Array( 50 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
|
H A D | classmap001.phpt | 39 $options=Array( 44 $server = new SoapServer(dirname(__FILE__)."/classmap.wsdl",$options);
|
H A D | typemap008.phpt | 26 $options=Array( 35 $client = new TestSoapClient(NULL, $options);
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug41477.phpt | 18 string(7) "options"
|
H A D | bug30045.phpt | 19 function __construct($wsdl, $options) { 20 parent::__construct($wsdl, $options); 21 $this->server = new SoapServer($wsdl, $options);
|
/PHP-5.5/scripts/dev/ |
H A D | generate-phpt.phar | 30 $options->parse($argv); 36 if($options->hasOption('h')) { 48 if($options->hasOption('s')) { 54 if($options->hasOption('c')) { 55 $name = $options->getOption('c')."_".$options->getOption('m'); 56 $method = new gtMethod($options->getOption('c'), $options->getOption('m')); 67 if($options->hasOption('f')) { 76 if($options->hasOption('b')) { 89 if($options->hasOption('e')) { 104 if($options->hasOption('v')) { [all …]
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | pathinfo_variation1.phpt | 7 /* Prototype : array pathinfo(string path[, int options]) 25 $options = PATHINFO_DIRNAME; 103 var_dump( pathinfo($value, $options) );
|
/PHP-5.5/sapi/thttpd/ |
H A D | README | 33 http://acme.com/software/thttpd/options.html#CGI_PATTERN 73 <further PHP options> 77 You can see the list of valid PHP options by executing
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | stream_get_line_NUL_delimiter.phpt | 7 function stream_open($path, $mode, $options, &$opened_path) {
|
H A D | bug60455_02.phpt | 7 function stream_open($path, $mode, $options, &$opened_path) {
|
/PHP-5.5/sapi/cli/tests/ |
H A D | 003-2.phpt | 2 defining INI options with -d (as 2nd arg)
|
H A D | 009.phpt | 2 using invalid combinations of cmdline options
|
/PHP-5.5/sapi/cgi/tests/ |
H A D | 005.phpt | 2 using invalid combinations of cmdline options
|
/PHP-5.5/ext/json/ |
H A D | JSON_parser.h | 35 …e_JSON_ex(JSON_parser jp, zval *z, unsigned short utf16_json[], int length, int options TSRMLS_DC);
|
/PHP-5.5/ext/tidy/tests/ |
H A D | tidy_error1.phpt | 2 Notice triggered by invalid configuration options
|
/PHP-5.5/ext/standard/tests/http/ |
H A D | bug61548.phpt | 12 $options = [ 20 $ctx = stream_context_create($options);
|
/PHP-5.5/ext/pcre/pcrelib/testdata/ |
H A D | testoutput3 | 92 No options 101 No options 170 No options
|
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | xmlrpc.c | 2610 static STRUCT_XMLRPC_OPTIONS options = { in XMLRPC_GetDefaultOptions() local 2614 return &options; in XMLRPC_GetDefaultOptions() 2636 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCase() local 2637 return options->id_case; in XMLRPC_GetDefaultIdCase() 2661 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_SetDefaultIdCase() local 2662 options->id_case = id_case; in XMLRPC_SetDefaultIdCase() 2663 return options->id_case; in XMLRPC_SetDefaultIdCase() 2687 XMLRPC_OPTIONS options = XMLRPC_GetDefaultOptions(); in XMLRPC_GetDefaultIdCaseComparison() local 2688 return options->id_case_compare; in XMLRPC_GetDefaultIdCaseComparison() 2713 options->id_case_compare = id_case_compare; in XMLRPC_SetDefaultIdCaseComparison() [all …]
|