Home
last modified time | relevance | path

Searched refs:Z_TYPE_P (Results 126 – 150 of 178) sorted by relevance

12345678

/PHP-5.5/Zend/
H A Dzend_opcode.c761 if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { in pass_two()
780 if (opline->op1_type != IS_CONST || Z_TYPE_P(opline->op1.zv) != IS_NULL) { in pass_two()
H A Dzend_hash.c1182 Z_TYPE_P(key) = IS_NULL; in zend_hash_get_current_key_zval_ex()
1184 Z_TYPE_P(key) = IS_STRING; in zend_hash_get_current_key_zval_ex()
1188 Z_TYPE_P(key) = IS_LONG; in zend_hash_get_current_key_zval_ex()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c713 if (Z_TYPE_P(le) == php_le_pmysqli()) { in php_mysqli_close()
930 if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_STRING) {
939 if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_DOUBLE) {
948 if (the_var == stmt->param.vars[i] && Z_TYPE_P(stmt->param.vars[i]) != IS_LONG) {
1024 if (Z_TYPE_P(stmt->result.vars[i]) == IS_STRING) {
H A Dmysqli_nonapi.c167 if (Z_TYPE_P(le) == php_le_pmysqli()) {
646 if (Z_TYPE_P(in_array) != IS_ARRAY) {
/PHP-5.5/ext/soap/
H A Dphp_packet_soap.c378 if (Z_TYPE_P(return_value) == IS_ARRAY) { in parse_packet_soap()
/PHP-5.5/ext/bz2/
H A Dbz2.c365 Z_TYPE_P(return_value) = IS_STRING; in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c431 switch (Z_TYPE_P(what)) {
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c449 if (Z_TYPE_P(cloneDocu) != IS_NULL) { in PHP_FUNCTION()
549 if (Z_TYPE_P(doXInclude) != IS_NULL) { in php_xsl_apply_stylesheet()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c1051 Z_TYPE_P(argi) = IS_LONG; in do_cli()
1061 Z_TYPE_P(argn) = IS_STRING; in do_cli()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1293 if (Z_TYPE_P(regex) == IS_ARRAY) { in php_replace_in_subject()
1302 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) in php_replace_in_subject()
1311 if (Z_TYPE_P(replace) == IS_ARRAY && !is_callable_replace) { in php_replace_in_subject()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c779 switch (Z_TYPE_P(retval)) {
904 } else if (Z_TYPE_P(retval) != IS_LONG) {
1516 if (Z_TYPE_P(param->parameter) == IS_NULL) {
1542 if (Z_TYPE_P(param->parameter) == IS_RESOURCE) {
/PHP-5.5/ext/standard/
H A Duser_filters.c381 if (Z_TYPE_P(retval) == IS_BOOL && Z_LVAL_P(retval) == 0) { in user_filter_factory_create()
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp184 Z_TYPE_P(ztz_debug) = IS_ARRAY; in Calendar_get_debug_info()
H A Dcalendar_methods.cpp1184 if (!zv_timestamp || Z_TYPE_P(zv_timestamp) != IS_LONG) { in PHP_FUNCTION()
1297 if (retval == NULL || Z_TYPE_P(retval) == IS_BOOL) { in PHP_FUNCTION()
/PHP-5.5/ext/tidy/
H A Dtidy.c515 if (Z_TYPE(conv) != Z_TYPE_P(value)) { in _php_tidy_set_tidy_opt()
520 if (Z_TYPE(conv) != Z_TYPE_P(value)) { in _php_tidy_set_tidy_opt()
738 Z_TYPE_P(object) = IS_OBJECT; in tidy_instanciate()
/PHP-5.5/ext/com_dotnet/
H A Dcom_wrapper.c624 if (Z_TYPE_P(val) != IS_OBJECT) { in php_com_wrapper_export()
H A Dcom_persist.c350 Z_TYPE_P(return_value) = IS_STRING; in CPH_METHOD()
H A Dcom_saproxy.c463 Z_TYPE_P(proxy_out) = IS_OBJECT; in php_com_saproxy_create()
/PHP-5.5/ext/spl/
H A Dspl_dllist.c825 if (Z_TYPE_P(zindex) == IS_NULL) { in SPL_METHOD()
1207 …if (!php_var_unserialize(&flags, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(flags) != IS_LO… in SPL_METHOD()
H A Dspl_iterators.c319 ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; in spl_recursive_it_move_forward_ex()
1023 if (Z_TYPE_P(return_value) == IS_ARRAY) { in spl_recursive_tree_iterator_get_entry()
1457 …if (!retval || Z_TYPE_P(retval) != IS_OBJECT || !instanceof_function(Z_OBJCE_P(retval), zend_ce_tr… in spl_dual_it_construct()
1982 } else if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { in SPL_METHOD()
2036 if (Z_TYPE_P(replacement) != IS_STRING) { in SPL_METHOD()
2253 } else if (Z_TYPE_P(intern->current.data) == IS_ARRAY) { in SPL_METHOD()
/PHP-5.5/ext/ftp/
H A Dphp_ftp.c1381 if (Z_TYPE_P(z_value) != IS_LONG) { in PHP_FUNCTION()
1394 if (Z_TYPE_P(z_value) != IS_BOOL) { in PHP_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c560 if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(param->parameter) == IS_RESOURCE) { in pdo_parse_params()
/PHP-5.5/ext/dom/
H A Dphp_dom.c453 retval = (Z_TYPE_P(tmp) != IS_NULL); in dom_property_exists()
519 } else if (Z_TYPE_P(value) == IS_OBJECT) { in dom_get_debug_info_helper()
1417 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unsupported node type: %d", Z_TYPE_P(obj)); in php_dom_create_object()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c2091 } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) { in magiccheck()
2139 Z_TYPE_P(pattern_match) = IS_STRING; in magiccheck()
2157 Z_TYPE_P(pattern_offset) = IS_LONG; in magiccheck()
/PHP-5.5/ext/interbase/
H A Dinterbase.c945 if (Z_TYPE_P(le) != le_index_ptr) { in _php_ibase_connect()
968 if (Z_TYPE_P(le) != le_plink) { in _php_ibase_connect()

Completed in 123 milliseconds

12345678