Home
last modified time | relevance | path

Searched refs:ctype (Results 101 – 124 of 124) sorted by relevance

12345

/PHP-5.3/ext/mbstring/oniguruma/
H A Dregparse.c3633 switch (ctype) { in add_ctype_to_cc()
3704 int ctype; in parse_ctype_to_enc_ctype() local
3743 return ctype; in parse_ctype_to_enc_ctype()
3748 int ctype; member
3862 int ctype; in fetch_char_property_to_ctype() local
3909 int r, ctype; in parse_char_property() local
3913 if (ctype < 0) return ctype; in parse_char_property()
4206 int ctype, not; in parse_char_class() local
4219 int ctype; in parse_char_class() local
4222 if (ctype < 0) return ctype; in parse_char_class()
[all …]
H A Dregparse.h54 #define NCTYPE(node) ((node)->u.ctype)
248 } ctype; member
H A DHISTORY390 2005/06/30: [bug] invalid ctype check for multibyte encodings.
970 2004/02/19: [bug] correct ctype tables for ISO-8859-3, ISO-8859-4,
1094 2003/12/11: [impl] delete IS_XXXX() ctype macros from regint.h.
/PHP-5.3/ext/ctype/tests/
H A Dctype_alpha_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A D002.phpt2 ctype on strings
H A Dctype_alnum_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_graph_variation2.phpt9 * Source code: ext/ctype/ctype.c
H A Dctype_print_variation2.phpt9 * Source code: ext/ctype/ctype.c
/PHP-5.3/ext/pdo/tests/
H A Dpdo_018.phpt95 $ctype = NULL; /* set default for non stored class name */
97 $stmt->bindColumn('id', $ctype);
99 $ctypes[$cname] = $ctype;
110 $stmt->bindParam(':classtype', $ctype);
115 $ctype = $ctypes[get_class($obj)];
/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c281 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
326 ctype = SQL_C_BINARY; in odbc_stmt_param_hook()
328 ctype = SQL_C_CHAR; in odbc_stmt_param_hook()
340 ctype = SQL_C_BINARY; in odbc_stmt_param_hook()
368 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
/PHP-5.3/ext/soap/
H A Dphp_sdl.c453 char *ctype; in wsdl_soap_binding_header() local
462 if (ctype == NULL) { in wsdl_soap_binding_header()
465 ++ctype; in wsdl_soap_binding_header()
668 char *ctype; in wsdl_message() local
671 if (ctype == NULL) { in wsdl_message()
674 ++ctype; in wsdl_message()
767 char *ctype; in load_wsdl() local
838 if (ctype == NULL) { in load_wsdl()
841 ++ctype; in load_wsdl()
893 if (ctype == NULL) { in load_wsdl()
[all …]
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c631 int ctype; in match()
4047 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()
4238 else if (ctype == OP_EXTUNI) in match()
4272 if (utf) switch(ctype) in match()
4530 switch(ctype) in match()
4988 else if (ctype == OP_EXTUNI) in match()
5037 switch(ctype) in match()
5162 switch(ctype) in match()
5547 switch(ctype) in match()
5823 switch(ctype) in match()
[all …]
H A DChangeLog325 name is defined in ctype.h.
/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dgb18030.c105 gb18030_is_code_ctype(OnigCodePoint code, unsigned int ctype) in gb18030_is_code_ctype() argument
107 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_GB18030, code, ctype); in gb18030_is_code_ctype()
/PHP-5.3/Zend/
H A Dzend_operators.c300 #define convert_object_to_type(op, ctype, conv_func) \ argument
303 if (Z_OBJ_HT_P(op)->cast_object(op, &dst, ctype TSRMLS_CC) == FAILURE) { \
306 zend_get_type_by_const(ctype)); \
309 Z_TYPE_P(op) = ctype; \
/PHP-5.3/ext/odbc/
H A Dphp_odbc.c1236 SQLSMALLINT sqltype, ctype, scale; in PHP_FUNCTION() local
1312 ctype = SQL_C_BINARY; in PHP_FUNCTION()
1314 ctype = SQL_C_CHAR; in PHP_FUNCTION()
1364 ctype, sqltype, precision, scale, in PHP_FUNCTION()
1376 ctype, sqltype, precision, scale, in PHP_FUNCTION()
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re24 #include <ctype.h>
H A Dparse_date.re24 #include <ctype.h>
/PHP-5.3/
H A DEXTENSIONS334 EXTENSION: ctype
H A DNEWS6311 - Fixed bug #34645 (ctype corrupts memory when validating large numbers).
/PHP-5.3/win32/
H A Dphp5dll.dsp854 SOURCE=..\ext\ctype\ctype.c
H A Dphp5dllts.dsp707 SOURCE=..\ext\ctype\ctype.c
H A Dinstall.txt1143 php_ctype.dll ctype family functions
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch41 #include <ctype.h>
846 #include <ctype.h>
2552 #include <ctype.h>

Completed in 177 milliseconds

12345