Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Dutf8.c260 get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, in get_ctype_code_range() argument
264 return onigenc_unicode_ctype_code_range(ctype, ranges); in get_ctype_code_range()
H A Dgb18030.c108 gb18030_is_code_ctype(OnigCodePoint code, unsigned int ctype) in gb18030_is_code_ctype() argument
110 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_GB18030, code, ctype); in gb18030_is_code_ctype()
/PHP-5.5/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.5/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.5/ext/mbstring/oniguruma/
H A Dregparse.h71 #define NCTYPE(node) (&((node)->u.ctype))
249 int ctype; member
263 CtypeNode ctype; member
H A Doniguruma.h163 int (*is_code_ctype)(OnigCodePoint code, OnigCtype ctype);
164 …int (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges…
299 #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype) argument
330 #define ONIGENC_GET_CTYPE_CODE_RANGE(enc,ctype,sbout,ranges) \ argument
331 (enc)->get_ctype_code_range(ctype,sbout,ranges)
H A Dregcomp.c1638 switch (NCTYPE(node)->ctype) { in compile_tree()
2412 if (NCTYPE(y)->ctype == NCTYPE(x)->ctype && in is_not_included()
2443 switch (NCTYPE(y)->ctype) { in is_not_included()
2519 switch (NCTYPE(y)->ctype) { in is_not_included()
4658 switch (NCTYPE(node)->ctype) { in optimize_node_left()
6140 switch (NCTYPE(node)->ctype) { in print_indent_tree()
H A DHISTORY284 2006/09/22: [impl] remove parse time ctype values (CTYPE_WORD etc...)
595 2005/06/30: [bug] invalid ctype check for multibyte encodings.
1175 2004/02/19: [bug] correct ctype tables for ISO-8859-3, ISO-8859-4,
1299 2003/12/11: [impl] delete IS_XXXX() ctype macros from regint.h.
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c281 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
332 ctype = SQL_C_BINARY; in odbc_stmt_param_hook()
334 ctype = SQL_C_CHAR; in odbc_stmt_param_hook()
346 ctype = SQL_C_BINARY; in odbc_stmt_param_hook()
374 P->paramtype, ctype, sqltype, precision, scale, in odbc_stmt_param_hook()
/PHP-5.5/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.5/ext/pcre/pcrelib/
H A Dpcre_exec.c647 int ctype; in match()
4143 if (ctype == OP_PROP || ctype == OP_NOTPROP) in match()
4347 else if (ctype == OP_EXTUNI) in match()
4381 if (utf) switch(ctype) in match()
4634 switch(ctype) in match()
5105 else if (ctype == OP_EXTUNI) in match()
5154 switch(ctype) in match()
5279 switch(ctype) in match()
5704 switch(ctype) in match()
5946 switch(ctype) in match()
[all …]
H A DChangeLog1261 name is defined in ctype.h.
/PHP-5.5/Zend/
H A Dzend_operators.c334 #define convert_object_to_type(op, ctype, conv_func) \ argument
337 if (Z_OBJ_HT_P(op)->cast_object(op, &dst, ctype TSRMLS_CC) == FAILURE) { \
340 zend_get_type_by_const(ctype)); \
343 Z_TYPE_P(op) = ctype; \
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1275 SQLSMALLINT sqltype, ctype, scale; in PHP_FUNCTION() local
1351 ctype = SQL_C_BINARY; in PHP_FUNCTION()
1353 ctype = SQL_C_CHAR; in PHP_FUNCTION()
1397 ctype, sqltype, precision, scale, in PHP_FUNCTION()
1409 ctype, sqltype, precision, scale, in PHP_FUNCTION()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re24 #include <ctype.h>
H A Dparse_date.re24 #include <ctype.h>
/PHP-5.5/
H A DEXTENSIONS334 EXTENSION: ctype
/PHP-5.5/win32/
H A Dphp5dll.dsp842 SOURCE=..\ext\ctype\ctype.c
H A Dphp5dllts.dsp695 SOURCE=..\ext\ctype\ctype.c
H A Dinstall.txt1002 php_ctype.dll ctype family functions
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch40 #include <ctype.h>
902 #include <ctype.h>
2819 #include <ctype.h>

Completed in 111 milliseconds

123456