Home
last modified time | relevance | path

Searched refs:INTERNAL_FUNCTION_PARAM_PASSTHRU (Results 1 – 25 of 81) sorted by path

1234

/PHP-5.5/Zend/
H A Dzend.h291 #define INTERNAL_FUNCTION_PARAM_PASSTHRU ht, return_value, return_value_ptr, this_ptr, return_value… macro
H A Dzend_builtin_functions.c889 is_a_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in ZEND_FUNCTION()
898 is_a_impl(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in ZEND_FUNCTION()
/PHP-5.5/ext/bz2/
H A Dbz2.c467 php_bz2_error(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_BZ_ERRNO); in PHP_FUNCTION()
475 php_bz2_error(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_BZ_ERRSTR); in PHP_FUNCTION()
483 php_bz2_error(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_BZ_ERRBOTH); in PHP_FUNCTION()
/PHP-5.5/ext/calendar/
H A Deaster.c128 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
136 _cal_easter(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c259 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
H A Dcom_variant.c622 variant_binary_operation(VOP_ADD, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
630 variant_binary_operation(VOP_CAT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
638 variant_binary_operation(VOP_SUB, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
646 variant_binary_operation(VOP_MUL, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
654 variant_binary_operation(VOP_AND, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
702 variant_binary_operation(VOP_OR, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
782 variant_unary_operation(VOP_ABS, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
790 variant_unary_operation(VOP_FIX, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
798 variant_unary_operation(VOP_INT, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
806 variant_unary_operation(VOP_NEG, INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/curl/
H A Dcurl_file.c60 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
69 curlfile_ctor(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
100 curlfile_get_property("name", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
108 curlfile_get_property("mime", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
116 curlfile_get_property("postname", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
124 curlfile_set_property("mime", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
132 curlfile_set_property("postname", INTERNAL_FUNCTION_PARAM_PASSTHRU); in ZEND_METHOD()
/PHP-5.5/ext/date/
H A Dphp_date.c1362 php_date(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
1370 php_date(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1598 php_mktime(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1606 php_mktime(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
1726 php_strftime(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1734 php_strftime(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3018 php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAM_PASSTHRU, parsed_time, error); in PHP_FUNCTION()
3037 php_date_do_return_parsed_time(INTERNAL_FUNCTION_PARAM_PASSTHRU, parsed_time, error); in PHP_FUNCTION()
4693 php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
4701 php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
/PHP-5.5/ext/dba/
H A Ddba.c959 php_dba_open(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
967 php_dba_open(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1146 php_dba_update(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
1155 php_dba_update(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Ddocument.c1737 dom_parse_document(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); in PHP_METHOD()
1747 dom_parse_document(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); in PHP_METHOD()
2070 _dom_document_schema_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); in PHP_FUNCTION()
2077 _dom_document_schema_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); in PHP_FUNCTION()
2163 _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); in PHP_FUNCTION()
2170 _dom_document_relaxNG_validate(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); in PHP_FUNCTION()
2267 dom_load_html(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_FILE); in PHP_METHOD()
2276 dom_load_html(INTERNAL_FUNCTION_PARAM_PASSTHRU, DOM_LOAD_STRING); in PHP_METHOD()
H A Dnode.c1930 dom_canonicalization(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_METHOD()
1938 dom_canonicalization(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_METHOD()
H A Dxpath.c536 php_xpath_eval(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_DOM_XPATH_QUERY); in PHP_FUNCTION()
543 php_xpath_eval(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_DOM_XPATH_EVALUATE); in PHP_FUNCTION()
/PHP-5.5/ext/ereg/
H A Dereg.c389 php_ereg(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
397 php_ereg(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
615 php_do_ereg_replace(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
623 php_do_ereg_replace(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
715 php_split(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
724 php_split(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c583 _php_finfo_get_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, FILEINFO_MODE_FILE, 0);
591 _php_finfo_get_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, FILEINFO_MODE_BUFFER, 0);
599 _php_finfo_get_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, -1, 1);
/PHP-5.5/ext/gd/
H A Dgd.c3394 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3402 php_imagepolygon(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3467 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3475 php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3576 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3584 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
3592 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 2); in PHP_FUNCTION()
3600 php_imagechar(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); in PHP_FUNCTION()
4362 _php_image_convert(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG); in PHP_FUNCTION()
4372 _php_image_convert(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/gmp/
H A Dgmp.c472 #define gmp_binary_ui_op(op, uop) _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAM_PASSTHRU, op, uop)
473 #define gmp_binary_op(op) _gmp_binary_ui_op(INTERNAL_FUNCTION_PARAM_PASSTHRU, op, NULL)
474 #define gmp_binary_opl(op) _gmp_binary_opl(INTERNAL_FUNCTION_PARAM_PASSTHRU, op)
477 #define gmp_unary_op(op) _gmp_unary_op(INTERNAL_FUNCTION_PARAM_PASSTHRU, op)
478 #define gmp_unary_opl(op) _gmp_unary_opl(INTERNAL_FUNCTION_PARAM_PASSTHRU, op)
479 #define gmp_unary_ui_op(op) _gmp_unary_ui_op(INTERNAL_FUNCTION_PARAM_PASSTHRU, op)
/PHP-5.5/ext/hash/
H A Dhash.c194 php_hash_do_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0); in PHP_FUNCTION()
203 php_hash_do_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1, 0); in PHP_FUNCTION()
322 php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 0); in PHP_FUNCTION()
331 php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1, 0); in PHP_FUNCTION()
825 php_hash_do_hash_hmac(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1); in PHP_FUNCTION()
827 php_hash_do_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0, 1); in PHP_FUNCTION()
/PHP-5.5/ext/imap/
H A Dphp_imap.c1260 php_imap_do_open(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3031 php_imap_mutf7(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
3039 php_imap_mutf7(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); in PHP_FUNCTION()
/PHP-5.5/ext/interbase/
H A Dibase_blobs.c384 _php_ibase_blob_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, BLOB_CLOSE); in PHP_FUNCTION()
392 _php_ibase_blob_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, BLOB_CANCEL); in PHP_FUNCTION()
H A Dibase_query.c1091 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, &zlink, &ib_link, &trans); in PHP_FUNCTION()
1175 if (FAILURE == _php_ibase_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, &result, &ib_query, in PHP_FUNCTION()
1221 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, &arg, &ib_link, &trans); in PHP_FUNCTION()
1659 _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, FETCH_ROW); in PHP_FUNCTION()
1667 _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, FETCH_ARRAY); in PHP_FUNCTION()
1675 _php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, FETCH_ARRAY); in PHP_FUNCTION()
1751 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, &link_arg, &ib_link, &trans); in PHP_FUNCTION()
1831 if (FAILURE == _php_ibase_exec(INTERNAL_FUNCTION_PARAM_PASSTHRU, &result, ib_query, in PHP_FUNCTION()
H A Dibase_service.c187 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_add_user); in PHP_FUNCTION()
195 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_modify_user); in PHP_FUNCTION()
203 _php_ibase_user(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_delete_user); in PHP_FUNCTION()
465 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, isc_info_svc_line); in _php_ibase_backup_restore()
474 _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_backup); in PHP_FUNCTION()
482 _php_ibase_backup_restore(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_restore); in PHP_FUNCTION()
570 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, isc_info_svc_line); in _php_ibase_service_action()
581 _php_ibase_service_action(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_properties); in PHP_FUNCTION()
589 _php_ibase_service_action(INTERNAL_FUNCTION_PARAM_PASSTHRU, isc_action_svc_db_stats); in PHP_FUNCTION()
610 _php_ibase_service_query(INTERNAL_FUNCTION_PARAM_PASSTHRU, svm, (char)action); in PHP_FUNCTION()
H A Dinterbase.c1039 _php_ibase_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); in PHP_FUNCTION()
1047 _php_ibase_connect(INTERNAL_FUNCTION_PARAM_PASSTHRU, INI_INT("ibase.allow_persistent")); in PHP_FUNCTION()
1382 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, COMMIT); in PHP_FUNCTION()
1390 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, ROLLBACK); in PHP_FUNCTION()
1398 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, COMMIT | RETAIN); in PHP_FUNCTION()
1406 _php_ibase_trans_end(INTERNAL_FUNCTION_PARAM_PASSTHRU, ROLLBACK | RETAIN); in PHP_FUNCTION()
H A Dphp_ibase_includes.h162 _php_ibase_get_link_trans(INTERNAL_FUNCTION_PARAM_PASSTHRU, &pzval, &lh, &th); \
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp83 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
90 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
97 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
104 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
111 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
253 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
260 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
267 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
291 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
321 INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
[all …]
H A Drulebasedbreakiterator_methods.cpp101 _php_intlrbbi_constructor_body(INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_METHOD()

Completed in 140 milliseconds

1234