Home
last modified time | relevance | path

Searched refs:ex (Results 51 – 75 of 91) sorted by path

1234

/PHP-7.0/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt29 $ex = "1336317965.5 str";
31 'a' => $ex,
32 'b' => $ex,
33 'c' => $ex,
34 'd' => $ex,
35 'e' => $ex,
38 'h' => $ex,
39 'i' => $ex,
40 'j' => $ex,
H A Dtimezone_hasSameRules_error.phpt21 } catch (Error $ex) {
22 var_dump($ex->getCode(), $ex->getMessage());
28 } catch (Error $ex) {
29 var_dump($ex->getCode(), $ex->getMessage());
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja138 (ex. /usr/local/lib/php3.ini)
215 ex.
226 ex. Content-Type: text/html; charset="..."
387 ex. $str = urlencode( i18n_convert($str, i18n_http_output()) );
699 ex: <a href="hoge.php?data=<? echo urlencode($data) ?>">Link</a>
/PHP-7.0/ext/mbstring/libmbfl/tests/conv_kana.tests/
H A Dconv_kana.exp36 -ex "%a1%a1%20 (3)\r\n" { pass $test }
75 -ex "%a1%a1%20 (3)\r\n" { pass $test }
122 -ex "%a1%a1%20 (3)\r\n" { pass $test }
169 -ex "%a1%a1%20 (3)\r\n" { pass $test }
216 -ex "%a1%a1%20 (3)\r\n" { pass $test }
263 -ex "%a1%a1%20 (3)\r\n" { pass $test }
310 -ex "%a1%a1%20 (3)\r\n" { pass $test }
357 -ex "%a1%a1%20 (3)\r\n" { pass $test }
439 -ex "%a1%a1%20 (3)\r\n" { pass $test }
486 -ex "%20%20 (2)\r\n" { pass $test }
[all …]
/PHP-7.0/ext/mbstring/libmbfl/tests/strcut.tests/
H A Diso2022jp.exp20 -ex "***ERROR***\r\n" { pass $test }
27 -ex "***ERROR***\r\n" { pass $test }
36 -ex "***ERROR***\r\n" { pass $test }
43 -ex "***ERROR***\r\n" { pass $test }
52 -ex "%74%74 (2)\r\n" { pass $test }
59 -ex " (0)\r\n" { pass $test }
68 -ex "%65%73%74 (3)\r\n" { pass $test }
76 -ex "%1b%24%42%25%39%1b%28%42 (8)\r\n" { pass $test }
92 -ex "%1b%24%42%25%46%25%39%25%48%25%46%1b%28%42 (14)\r\n" { pass $test }
101 -ex "%74%1b%24%42%25%39%1b%28%42%74%1b%24%42%25%48%24%46%1b%28%42 (20)\r\n" {
[all …]
H A Dujis.exp20 -ex "***ERROR***\r\n" { pass $test }
26 -ex "***ERROR***\r\n" { pass $test }
35 -ex "***ERROR***\r\n" { pass $test }
41 -ex "***ERROR***\r\n" { pass $test }
50 -ex "%74%74 (2)\r\n" { pass $test }
56 -ex "%a5%b9 (2)\r\n" { pass $test }
65 -ex "%65%73%74 (3)\r\n" { pass $test }
71 -ex "%a5%c8%a5%c6%a5%b9%a5%c8 (8)\r\n" { pass $test }
86 -ex "%a5%c6%a5%b9%a5%c8%a5%c6%a5%b9%a5%c8 (12)\r\n" { pass $test }
H A Dutf8.exp20 -ex "***ERROR***\r\n" { pass $test }
26 -ex "***ERROR***\r\n" { pass $test }
35 -ex "***ERROR***\r\n" { pass $test }
41 -ex "***ERROR***\r\n" { pass $test }
50 -ex "%74%74 (2)\r\n" { pass $test }
56 -ex "(0)\r\n" { pass $test }
65 -ex "%65%73%74 (3)\r\n" { pass $test }
71 -ex "%e3%82%b9%e3%83%88 (6)\r\n" { pass $test }
86 -ex "%e3%83%86%e3%82%b9%e3%83%88%e3%83%86%e3%82%b9 (15)\r\n" { pass $test }
/PHP-7.0/ext/mbstring/oniguruma/
H A DHISTORY150 (ex. "S" -> "s" -> 0x017f)
346 ex. /(?<!(?<=a)b|c)d/
449 ex. core dump in
477 ex. /^\t.*$/
845 ex. /[\xFF-\xFF]/u
965 ex. /[^a]/i.match("A")
1286 ex. /\x61/i =~ "A"
1447 ex. /(a+)*(?<name>...)/
1604 ex. /]aaa/
1780 ex. /[\x58-\x64]/i
[all …]
H A Dregcomp.c4178 is_full_opt_exact_info(OptExactInfo* ex) in is_full_opt_exact_info() argument
4180 return (ex->len >= OPT_EXACT_MAXLEN ? 1 : 0); in is_full_opt_exact_info()
4184 clear_opt_exact_info(OptExactInfo* ex) in clear_opt_exact_info() argument
4186 clear_mml(&ex->mmd); in clear_opt_exact_info()
4187 clear_opt_anc_info(&ex->anc); in clear_opt_exact_info()
4188 ex->reach_end = 0; in clear_opt_exact_info()
4189 ex->ignore_case = 0; in clear_opt_exact_info()
4190 ex->len = 0; in clear_opt_exact_info()
4191 ex->s[0] = '\0'; in clear_opt_exact_info()
/PHP-7.0/ext/mbstring/oniguruma/doc/
H A DAPI302 (ex. /(?<x>..)(?<x>..)/ ==> 2)
600 Return version string. (ex. "5.0.3")
H A DRE134 ex. /a*+/ === /(?>a*)/
280 ex 1.
284 ex 2.
309 ex. (?<name>a|\g<name>b) => error
318 ex. (?-i:\g<name>)(?i:(?<name>a)){0} match to "A"
396 (ex. [\xa1\xa2], [\xa1\xa7-\xa4\xa1])
403 ex. a(?i)* is a syntax error pattern.
405 ex. /{/, /({)/, /a{2,3/ etc...
409 ex. /(?=a)*/, /(?!b){5}/
411 ex. /\x61/i =~ "A"
[all …]
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dgrepinput34 …ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat…
H A Dgrepoutput650 …ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat…
730 …ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat…
H A Dtestinput13824 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
H A Dtestinput83952 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
H A Dtestoutput16250 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
H A Dtestoutput86179 /(?i)reg(?:ul(?:[a�]|ae)r|ex)/
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c77 zval ex, info; in pdo_raise_impl_error() local
80 object_init_ex(&ex, pdo_ex); in pdo_raise_impl_error()
82 zend_update_property_string(def_ex, &ex, "message", sizeof("message")-1, message); in pdo_raise_impl_error()
83 zend_update_property_string(def_ex, &ex, "code", sizeof("code")-1, *pdo_err); in pdo_raise_impl_error()
89 zend_update_property(pdo_ex, &ex, "errorInfo", sizeof("errorInfo")-1, &info); in pdo_raise_impl_error()
92 zend_throw_exception_object(&ex); in pdo_raise_impl_error()
152 zval ex; in pdo_handle_error() local
155 object_init_ex(&ex, pdo_ex); in pdo_handle_error()
158 zend_update_property_string(def_ex, &ex, "code", sizeof("code") - 1, *pdo_err); in pdo_handle_error()
161 zend_update_property(pdo_ex, &ex, "errorInfo", sizeof("errorInfo") - 1, &info); in pdo_handle_error()
[all …]
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt34 } catch (TypeError $ex) {
/PHP-7.0/ext/pdo_odbc/tests/
H A Dlong_columns.phpt33 // 5. enter a DSN, ex: accdb12
36 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…
/PHP-7.0/ext/phar/tests/
H A Dbug65028.phpt144 catch(UnexpectedValueException $ex)
146 echo "Exception thrown: " . $ex->getMessage() . "\n";
/PHP-7.0/ext/reflection/
H A Dphp_reflection.c2176 zend_execute_data *ex; in ZEND_METHOD() local
2186 if (!ex) { in ZEND_METHOD()
2198 if (!ex) { \
2217 REFLECTION_CHECK_VALID_GENERATOR(ex) in ZEND_METHOD()
2249 REFLECTION_CHECK_VALID_GENERATOR(ex) in ZEND_METHOD()
2265 REFLECTION_CHECK_VALID_GENERATOR(ex) in ZEND_METHOD()
2281 REFLECTION_CHECK_VALID_GENERATOR(ex) in ZEND_METHOD()
2288 reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value); in ZEND_METHOD()
2305 REFLECTION_CHECK_VALID_GENERATOR(ex) in ZEND_METHOD()
2307 if (Z_OBJ(ex->This)) { in ZEND_METHOD()
[all …]
/PHP-7.0/ext/soap/interop/
H A Dclient_round2_interop.php370 } catch (SoapFault $ex) {
371 $endpoint_info['client']->wsdl->fault = $ex;
436 } catch (SoapFault $ex) {
437 $return = $ex;
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug30045.phpt48 } catch (SoapFault $ex) {
49 var_dump($ex);
H A Dbug36999.phpt42 } catch (SoapFault $ex) {
43 var_dump($ex);

Completed in 159 milliseconds

1234