Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 76 – 100 of 178) sorted by relevance

12345678

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps.c753 if (Z_TYPE_P(current_row[i]) >= IS_STRING) { in mysqlnd_stmt_fetch_row_buffered()
772 DBG_INF_FMT("i=%u type=%u", i, Z_TYPE_P(current_row[i])); in mysqlnd_stmt_fetch_row_buffered()
773 if (Z_TYPE_P(current_row[i]) != IS_NULL) { in mysqlnd_stmt_fetch_row_buffered()
782 Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(current_row[i]); in mysqlnd_stmt_fetch_row_buffered()
874 if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data)) ) { in mysqlnd_stmt_fetch_row_unbuffered()
875 …if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLE… in mysqlnd_stmt_fetch_row_unbuffered()
1054 Z_TYPE_P(data), Z_REFCOUNT_P(stmt->result_bind[i].zv)); in mysqlnd_fetch_stmt_row_cursor()
1055 if (IS_NULL != (Z_TYPE_P(stmt->result_bind[i].zv) = Z_TYPE_P(data))) { in mysqlnd_fetch_stmt_row_cursor()
1056 …if ((Z_TYPE_P(data) == IS_STRING) && (result->meta->fields[i].max_length < (unsigned long) Z_STRLE… in mysqlnd_fetch_stmt_row_cursor()
H A Dmysqlnd_result.c71 if (Z_TYPE_P(data_cursor[i]) >= IS_STRING) { in MYSQLND_METHOD()
584 result->lengths[i] = (Z_TYPE_P(previous_row[i]) == IS_NULL)? 0:Z_STRLEN_P(previous_row[i]); in mysqlnd_fetch_lengths_buffered()
675 if (Z_TYPE_P(data) != IS_NULL) { in mysqlnd_fetch_row_unbuffered_c()
785 unsigned int len = (Z_TYPE_P(data) == IS_NULL)? 0:Z_STRLEN_P(data); in mysqlnd_fetch_row_unbuffered()
948 if (Z_TYPE_P(current_row[i]) >= IS_STRING) { in mysqlnd_fetch_row_buffered_c()
965 if (Z_TYPE_P(data) != IS_NULL) { in mysqlnd_fetch_row_buffered_c()
1020 if (Z_TYPE_P(current_row[i]) >= IS_STRING) { in mysqlnd_fetch_row_buffered()
1556 if (Z_TYPE_P(row) != IS_ARRAY) { in MYSQLND_METHOD()
H A Dmysqlnd_priv.h48 Z_TYPE_P(arg) = IS_ARRAY;\
/PHP-5.5/ext/interbase/
H A Dibase_query.c448 if (Z_TYPE_P(val) == IS_ARRAY) { in _php_ibase_bind_array()
454 if (Z_TYPE_P(val) == IS_ARRAY && in _php_ibase_bind_array()
466 if (Z_TYPE_P(val) == IS_ARRAY) { in _php_ibase_bind_array()
471 if (Z_TYPE_P(val) == IS_ARRAY) { in _php_ibase_bind_array()
477 if (Z_TYPE_P(val) == IS_NULL) { in _php_ibase_bind_array()
650 switch (Z_TYPE_P(b_var)) { in _php_ibase_bind()
692 if (Z_TYPE_P(b_var) == IS_LONG) { in _php_ibase_bind()
762 if (Z_TYPE_P(b_var) != IS_ARRAY) { in _php_ibase_bind()
1677 if (Z_TYPE_P(return_value) == IS_ARRAY) { in PHP_FUNCTION()
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp324 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
408 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
577 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_closures.c100 } else if (Z_TYPE_P(scope_arg) == IS_NULL) { in ZEND_METHOD()
108 if (Z_TYPE_P(scope_arg) == IS_STRING) { in ZEND_METHOD()
298 if (Z_TYPE_P(obj) != IS_OBJECT) { in zend_closure_get_closure()
H A Dzend.h760 Z_TYPE_P(z) = Z_TYPE_P(v); \
834 (Z_TYPE_P(zv) != IS_OBJECT || \
H A Dzend_objects.c101 Z_TYPE_P(obj) = IS_OBJECT; in zend_objects_destroy_object()
H A Dzend_interfaces.c275 zend_class_entry *ce_it = iterator && Z_TYPE_P(iterator) == IS_OBJECT ? Z_OBJCE_P(iterator) : NULL; in zend_user_it_get_new_iterator()
412 switch(Z_TYPE_P(retval)) { in zend_user_serialize()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp64 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
H A Ddateformat_format_object.cpp214 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
/PHP-5.5/ext/ldap/
H A Dldap.c673 if (Z_TYPE_P(link) == IS_ARRAY) { in php_ldap_do_search()
685 if (Z_TYPE_P(base_dn) == IS_ARRAY) { in php_ldap_do_search()
696 if (Z_TYPE_P(base_dn) == IS_STRING) { in php_ldap_do_search()
779 if (Z_TYPE_P(base_dn) == IS_STRING) { in php_ldap_do_search()
1600 if (Z_TYPE_P(mod) != IS_ARRAY) { in PHP_FUNCTION()
1634 if (Z_TYPE_P(modinfo) != IS_STRING) { in PHP_FUNCTION()
1645 if (Z_TYPE_P(modinfo) != IS_LONG) { in PHP_FUNCTION()
1677 if (Z_TYPE_P(modinfo) != IS_ARRAY) { in PHP_FUNCTION()
1705 if (Z_TYPE_P(modval) != IS_STRING) { in PHP_FUNCTION()
2054 if (Z_TYPE_P(link) == IS_NULL) { in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli.c438 ret = Z_TYPE_P(value) != IS_NULL? 1:0; in mysqli_object_has_property()
537 …if (Z_TYPE_P(zv) == IS_OBJECT && instanceof_function(Z_OBJCE_P(zv), mysqli_link_class_entry TSRMLS… in mysqli_convert_zv_to_mysqlnd()
1197 Z_TYPE_P(res) = IS_STRING; in php_mysqli_fetch_into_hash_aux()
1281 if (into_object && Z_TYPE_P(return_value) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
1297 if (ctor_params && Z_TYPE_P(ctor_params) != IS_NULL) { in php_mysqli_fetch_into_hash()
1298 if (Z_TYPE_P(ctor_params) == IS_ARRAY) { in php_mysqli_fetch_into_hash()
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c355 if (Z_TYPE_P(offset) != IS_LONG) { in spl_fixedarray_object_read_dimension_helper()
415 if (Z_TYPE_P(offset) != IS_LONG) { in spl_fixedarray_object_write_dimension_helper()
461 if (Z_TYPE_P(offset) != IS_LONG) { in spl_fixedarray_object_unset_dimension_helper()
502 if (Z_TYPE_P(offset) != IS_LONG) { in spl_fixedarray_object_has_dimension_helper()
766 Z_TYPE_P(return_value) = IS_OBJECT; in SPL_METHOD()
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4588 if (Z_TYPE_P(entry) == IS_STRING) {
4619 if (Z_TYPE_P(retval) == IS_ARRAY) {
4837 if (Z_TYPE_P(object) != IS_OBJECT &&
4838 Z_TYPE_P(object) != IS_STRING
4876 Z_TYPE_P(object) != IS_STRING
5072 if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) {
5074 } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) {
5078 } else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) {
5752 if (Z_TYPE_P(tick_fe.arguments[0]) != IS_ARRAY && Z_TYPE_P(tick_fe.arguments[0]) != IS_OBJECT) {
5789 if (Z_TYPE_P(function) != IS_ARRAY && Z_TYPE_P(function) != IS_OBJECT) {
[all …]
H A Dstring.c1693 switch (Z_TYPE_P(needle)) {
1742 if (Z_TYPE_P(needle) == IS_STRING) {
1793 if (Z_TYPE_P(needle) == IS_STRING) {
1845 if (Z_TYPE_P(needle) == IS_STRING) {
1903 if (Z_TYPE_P(needle) == IS_STRING) {
2129 if (Z_TYPE_P(needle) == IS_STRING) {
3649 Z_TYPE_P(result) = IS_STRING;
3891 Z_TYPE_P(result) = IS_STRING;
3898 if (Z_TYPE_P(search) == IS_ARRAY) {
5052 if (Z_TYPE_P(op1) != IS_STRING) {
[all …]
H A Dvar_unserializer.c320 if (Z_TYPE_P(key) != IS_LONG && Z_TYPE_P(key) != IS_STRING) { in process_nested_data()
334 switch (Z_TYPE_P(key)) { in process_nested_data()
/PHP-5.5/ext/pdo_odbc/
H A Dodbc_stmt.c185 if (Z_TYPE_P(param->parameter) != IS_RESOURCE) { in odbc_stmt_execute()
392 if (Z_TYPE_P(param->parameter) == IS_RESOURCE) { in odbc_stmt_param_hook()
443 …} else if (Z_TYPE_P(param->parameter) == IS_NULL || PDO_PARAM_TYPE(param->param_type) == PDO_PARAM… in odbc_stmt_param_hook()
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp187 switch (Z_TYPE_P(z)) {
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c265 Z_TYPE_P(PG(http_globals)[TRACK_VARS_ENV]) == IS_ARRAY && in litespeed_php_import_environment_variables()
275 Z_TYPE_P(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY && in litespeed_php_import_environment_variables()
317 Z_TYPE_P( gpc_element ) = IS_STRING; in add_variable_magic_quote()
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c667 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
697 if (sink && Z_TYPE_P(sink) == IS_ARRAY) { in PHP_FUNCTION()
756 if (Z_TYPE_P(arg1) == IS_OBJECT) { in PHP_FUNCTION()
/PHP-5.5/ext/xml/
H A Dxml.c383 Z_TYPE_P(ret) = IS_RESOURCE; in _xml_resource_zval()
397 Z_TYPE_P(ret) = IS_STRING; in _xml_string_zval()
415 Z_TYPE_P(ret) = IS_STRING; in _xml_xmlchar_zval()
536 if (Z_TYPE_P(handler) == IS_STRING) { in xml_call_handler()
721 if (Z_TYPE_P(val) == IS_STRING) { in _xml_zval_strdup()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c161 switch (Z_TYPE_P(val)) { in php_converter_append_toUnicode_target()
260 if (Z_TYPE_P(zerror) == IS_LONG) { in php_converter_to_u_callback()
273 switch (Z_TYPE_P(val)) { in php_converter_append_fromUnicode_target()
357 if (Z_TYPE_P(zerror) == IS_LONG) { in php_converter_from_u_callback()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c341 Z_TYPE_P(object) = IS_OBJECT; in reflection_instantiate()
734 if (Z_TYPE_P(zv) == IS_BOOL) { in _parameter_string()
740 } else if (Z_TYPE_P(zv) == IS_NULL) { in _parameter_string()
742 } else if (Z_TYPE_P(zv) == IS_STRING) { in _parameter_string()
749 } else if (Z_TYPE_P(zv) == IS_ARRAY) { in _parameter_string()
2163 switch (Z_TYPE_P(reference)) { in ZEND_METHOD()
2705 switch (Z_TYPE_P(classname)) { in ZEND_METHOD()
3312 if (Z_TYPE_P(argument) == IS_OBJECT) { in reflection_class_object_ctor()
3390 …if (Z_TYPE_P(prop_copy) == IS_CONSTANT_ARRAY || (Z_TYPE_P(prop_copy) & IS_CONSTANT_TYPE_MASK) == I… in add_class_vars()
4794 switch (Z_TYPE_P(classname)) { in ZEND_METHOD()
[all …]
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c172 if (!filterparams || Z_TYPE_P(filterparams) != IS_ARRAY) { in php_mcrypt_filter_create()

Completed in 184 milliseconds

12345678