Home
last modified time | relevance | path

Searched refs:IS_LONG (Results 76 – 100 of 130) sorted by relevance

123456

/PHP-5.5/ext/bcmath/
H A Dbcmath.c567 Z_TYPE_P(return_value) = IS_LONG; in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.re324 if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) {
339 case IS_LONG:
H A Dscanf.c1217 Z_TYPE_PP(return_value) = IS_LONG; in scan_set_error_return()
H A Dstring.c1166 case IS_LONG: { in php_implode()
1694 case IS_LONG:
1709 if(Z_TYPE(holder) != IS_LONG) {
2478 if(Z_TYPE_PP(tmp_from) != IS_LONG) {
2513 if(Z_TYPE_PP(tmp_len) != IS_LONG) {
4390 if (Z_TYPE_PP(pcategory) == IS_LONG) {
H A Dfilters.c1264 if (Z_TYPE_PP(tmpval) != IS_LONG) { in php_conv_get_long_prop_ex()
1287 if (Z_TYPE_PP(tmpval) != IS_LONG) { in php_conv_get_ulong_prop_ex()
H A Dftp_fopen_wrapper.c530 Z_TYPE_PP(tmpzval) == IS_LONG && in php_stream_url_wrap_ftp()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c152 {{IS_LONG, XSD_INT_STRING, XSD_NAMESPACE, NULL}, to_zval_long, to_xml_long},
408 Z_TYPE_PP(ztype) != IS_LONG) { in master_to_xml_int()
1042 case IS_LONG: in to_zval_double()
1085 case IS_LONG: in to_zval_long()
1120 if (Z_TYPE(tmp) != IS_LONG) { in to_xml_long()
2864 } else if (Z_TYPE_P(key) == IS_LONG) { in to_zval_map()
2997 if (Z_TYPE_P(data) == IS_LONG) { in to_xml_datetime_ex()
3651 Z_TYPE_PP(ztype) != IS_LONG) { in get_array_type()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2225 if (Z_TYPE_P(newval) != IS_LONG) { in php_snmp_write_max_oids()
2252 if (Z_TYPE_P(newval) != IS_LONG) { in php_snmp_write_valueretrieval()
2302 if (Z_TYPE_P(newval) != IS_LONG) { in PHP_SNMP_BOOL_PROPERTY_WRITER_FUNCTION()
2336 if (Z_TYPE_P(newval) != IS_LONG) { in php_snmp_write_exceptions_enabled()
/PHP-5.5/Zend/
H A Dzend.c1157 Z_TYPE_P(z_error_type) = IS_LONG; in zend_error()
1164 Z_TYPE_P(z_error_lineno) = IS_LONG; in zend_error()
H A Dzend_API.c207 case IS_LONG: in zend_get_type_by_const()
369 case IS_LONG: in zend_parse_arg_impl()
401 } else if (type == IS_LONG) { in zend_parse_arg_impl()
408 case IS_LONG: in zend_parse_arg_impl()
439 case IS_LONG: in zend_parse_arg_impl()
484 case IS_LONG: in zend_parse_arg_impl()
1555 case IS_LONG: in array_set_zval_key()
H A Dzend_constants.c183 c.value.type = IS_LONG; in zend_register_long_constant()
H A Dzend.h581 #define IS_LONG 1 macro
H A Dzend_execute_API.c637 case IS_LONG: in zval_update_constant_ex()
1279 if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { in execute_new_code()
H A Dzend_language_scanner.c567 retval_znode.u.constant.type = IS_LONG; in END_EXTERN_C()
2978 zendlval->type = IS_LONG; in lex_scan()
3334 zendlval->type = IS_LONG; in lex_scan()
3371 zendlval->type = IS_LONG; in lex_scan()
4281 zendlval->type = IS_LONG; in lex_scan()
7689 zendlval->type = IS_LONG; in lex_scan()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c601 case IS_LONG: in pdo_parse_params()
H A Dpdo_dbh.c714 if (Z_TYPE_P(value) != IS_LONG && Z_TYPE_P(value) != IS_STRING && Z_TYPE_P(value) != IS_BOOL) { \ in pdo_dbh_attribute_set()
762 …zend_hash_index_find(Z_ARRVAL_P(value), 0, (void**)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) { in pdo_dbh_attribute_set()
H A Dpdo_sql_parser.re243 case IS_LONG:
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c510 case IS_LONG: in com_object_cast()
H A Dcom_variant.c144 case IS_LONG: in php_com_variant_from_zval()
/PHP-5.5/ext/sockets/
H A Dmulticast.c92 if (Z_TYPE_P(val) == IS_LONG) { in php_get_if_index_from_zval()
/PHP-5.5/ext/pdo_firebird/
H A Dfirebird_statement.c535 case IS_LONG: in firebird_stmt_param_hook()
/PHP-5.5/ext/date/
H A Dphp_date.c2789 …mezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) { in php_date_initialize_from_hash()
3721 …mezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) { in php_date_timezone_initialize_from_hash()
4099 if (value->type != IS_LONG) { \ in date_interval_write_property()
4164 …myht, element, strlen(element) + 1, (void**) &z_arg) == SUCCESS && Z_TYPE_PP(z_arg) == IS_LONG) { \ in php_date_interval_initialize_from_hash()
4177 } else if (Z_TYPE_PP(z_arg) == IS_LONG || Z_TYPE_PP(z_arg) == IS_BOOL) { \ in php_date_interval_initialize_from_hash()
4944 Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) { in php_date_period_initialize_from_hash()
/PHP-5.5/ext/curl/
H A Dinterface.c1358 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_write()
1424 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_fnmatch()
1503 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_progress()
1656 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_write_header()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1051 Z_TYPE_P(argi) = IS_LONG; in do_cli()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c780 case IS_LONG:
904 } else if (Z_TYPE_P(retval) != IS_LONG) {

Completed in 144 milliseconds

123456